Codebase list texinfo / a4c7673
Merge tag 'upstream/4.13.96.dfsg.1' Upstream version 4.13.96.dfsg.1 # gpg: Signature made Tue 05 Feb 2013 08:38:39 PM JST using DSA key ID 09C5B094 # gpg: Good signature from "Norbert Preining <preining@debian.org>" # gpg: aka "Norbert Preining <preining@logic.at>" Norbert Preining 11 years ago
855 changed file(s) with 28627 addition(s) and 23708 deletion(s). Raw diff Collapse all Expand all
0 2013-02-04 Karl Berry <karl@gnu.org>
1
2 * pretest 4.13.95.
3
4 * contrib/perldoc-all/GNUmakefile (distclean): new target.
5 * Makefile.am (dist-hook): use it.
6
7 2013-02-03 Karl Berry <karl@gnu.org>
8
9 * contrib/perldoc-all: example making Texinfo from Perl's *.pod.
10 * util/dir-example (Perl): add it.
11 * util/gendocs.sh: add --source, --common, --split --no-ascii.
12 Prettify output.
13 * doc/Makefile.am (gendocs): use the version from our
14 source hierarchy, since it's maintained here.
15
16 * Pod-Simple-Texinfo/pod2texi.pl (preamble): null if making
17 @include files. More doc.
18 * doc/texinfo.txi (Invoking pod2texi): new node.
19
20 2013-02-03 Karl Berry <karl@gnu.org>
21
22 * tp/Makefile.am: doc fix.
23 * tp/maintain/regenerate_docstr.sh: do not depend on directories
24 with their unpredictable timestamps.
25 * tp/maintain/regenerate_file_lists.pl: copyright year update.
26
27 * po_document/pl.po: new translation.
28 * po_document/LINGUAS: add it.
29
30 2013-02-01 Karl Berry <karl@gnu.org>
31
32 * doc/texinfo.tex (@normalturnoffactive): also reset -, so
33 @code{@xref{-}} works.
34 (\normaldash): rename from \realdash, for consistency.
35 Change all uses.
36
37 2013-01-29 Karl Berry <karl@gnu.org>
38
39 * doc/texinfo.txi (HTML Customization Files) <TOC_FILE>: is no more.
40
41 2013-01-29 Patrice Dumas <pertusus@free.fr>
42
43 * po/POTFILES.in, tp/init/latex2html.pm: mark translations
44 for error messages in latex2html.pm, and add file to
45 po/POTFILES.in.
46
047 2013-01-28 Karl Berry <karl@gnu.org>
148
249 * pretest 4.13.95.
0 # $Id: Makefile.am,v 1.41 2013/01/02 01:22:16 karl Exp $
0 # $Id: Makefile.am,v 1.42 2013/02/05 00:23:49 karl Exp $
11 # Makefile.am for texinfo.
22 # Process this file with automake to produce Makefile.in in all directories.
33 #
2121 contrib djgpp
2222
2323 dist-hook:
24 cd $(top_distdir)/contrib/perldoc-all && $(MAKE) distclean
2425 rm -rf `find $(distdir) -type d -name CVS`
2526
2627 # This is to prevent texinfo.tex from being included in the top-level
1313
1414 @SET_MAKE@
1515
16 # $Id: Makefile.am,v 1.41 2013/01/02 01:22:16 karl Exp $
16 # $Id: Makefile.am,v 1.42 2013/02/05 00:23:49 karl Exp $
1717 # Makefile.am for texinfo.
1818 # Process this file with automake to produce Makefile.in in all directories.
1919 #
14491449
14501450
14511451 dist-hook:
1452 cd $(top_distdir)/contrib/perldoc-all && $(MAKE) distclean
14521453 rm -rf `find $(distdir) -type d -name CVS`
14531454 @TOOLS_ONLY_TRUE@ # Build native tools only.
14541455 @TOOLS_ONLY_FALSE@ # All subdirectories.
+18
-17
NEWS less more
0 $Id: NEWS,v 1.225 2013/01/19 15:54:04 karl Exp $
0 $Id: NEWS,v 1.228 2013/02/04 01:34:46 karl Exp $
11 This NEWS file records noteworthy changes, very tersely.
22 See the manual for detailed information.
33
5656 names for the same program; there are no differences in behavior based
5757 on the program name.
5858
59 The new implementation is in Perl (based on the texi2html program, but
60 with a vast array of subsequent changes). It requires Perl 5.7.3
61 (released in March 2002) and the standard Encode module.
59 The new implementation is in Perl, requiring Perl 5.7.3 (released in
60 March 2002) and its standard Encode module.
6261
6362 The Perl texi2any/makeinfo both replaces and is intended to be (for
6463 all practical purposes) upward-compatible with the C makeinfo. It has
6564 many new features not in the C makeinfo. For example, cross-manual
66 references are now fully supported, and extensive customization of the
67 HTML output is possible. See the `Generic Translator texi2any'
68 chapter in the manual (among other places) for more about this
69 reimplementation.
65 references are now fully supported, and allows for extensive
66 customization of the HTML output. See the `Generic Translator
67 texi2any' chapter in the manual (among other places) for more about
68 this reimplementation.
7069
7170 The new program is, unfortunately, noticeably slower at present than
7271 the C program was. We hope all the many improvements make the new
7372 version worthwhile for users nevertheless.
7473
74 * pod2texi is a new (Perl) program that uses the capabilities of
75 texi2any to translate Perl pod documentation to Texinfo.
76
7577 * texinfo.tex:
7678 . urls (given to @uref and @url) are broken by default at special
7779 characters; behavior controllable with @urefbreakstyle.
9395 . INFOPATH is determined from PATH by default, or if an element "PATH"
9496 is specified.
9597 . New command Info-virtual-index, bound to I by default, following Emacs.
96 . Info keywords not included in searches.
97 . There is a lower limit on the length of search patterns. The default
98 value is 1. It can be changed by setting the variable min-search-length,
99 either by `M-x set-variable', or using infokey.
98 . Info keywords not found by searches.
99 . A lower limit on the length of search patterns, default 1,
100 specified by the variable min-search-length.
101 . Use ASCII versions of images, if supplied by the document.
100102 . xz compression supported.
101 . Fix bug #37686: use the text attribute to represent "image" tags on
102 output.
103103
104104 * install-info:
105105 . xz compression supported.
111111
112112 * Distribution:
113113 . new file htmlxref.cnf is installed to support cross-manual
114 references; official updates between full package releases available at
115 http://ftpmirror.gnu.org/texinfo/htmlxref.cnf.
114 references; official updates between full package releases available
115 at http://ftpmirror.gnu.org/texinfo/htmlxref.cnf.
116116 . language support for no removed/renamed to nb, per Norwegian translators.
117 . new translations: id it.
117 . new translations: id it,
118 and document translations: eo pl.
118119 . texinfo.cat file removed since it is (to our knowledge) unused.
119120 . documentation license now GFDLv1.3 or later.
120121 . autoconf 2.69, automake 1.13.1, gettext 0.18.2.
196196 my $anchor = '';
197197 my $node = '';
198198 if ($node_name =~ /\S/) {
199 if (!$self->texinfo_section_nodes) {
199 if (!$self->texinfo_section_nodes
200 or $self->{'texinfo_sectioning_commands'}->[$level] eq 'part') {
200201 $anchor = "\@anchor{$node_name}\n";
201202 } else {
202203 $node = "\@node $node_name\n";
00 #! /usr/bin/env perl
1
1 # $Id: pod2texi.pl,v 1.29 2013/02/04 22:52:25 karl Exp $
22 # pod2texi -- convert Pod to Texinfo.
3 #
43 # Copyright 2012, 2013 Free Software Foundation, Inc.
54 #
65 # This program is free software; you can redistribute it and/or modify
107106
108107 sub pod2texi_help()
109108 {
110 return __("Usage: pod2texi [OPTION]... POD-FILE...
111
112 Translate Pod to Texinfo. If --base-level is higher than 0,
113 a main manual including all the files is done; otherwise, all
114 manuals are standalone (the default).
109 return __("Usage: pod2texi [OPTION]... POD...
110
111 Translate Perl pod documentation file(s) to Texinfo. There are two
112 basic modes of operation. First, by default, each pod is translated to
113 a standalone Texinfo manual.
114
115 Second, if C<--base-level> is set higher than 0, each pod is translated
116 to a file suitable for C<\@include>, and one more file with all the
117 C<\@include>s is generated, intended to be C<\@include>d in turn within
118 a hand-written top-level file.
115119
116120 Options:
117 --base-level=NUM|NAME level of the head1 commands.
118 --debug=NUM set debugging level
119 --help display this help and exit.
120 --no-fill-section-gaps do not fill sectioning gaps.
121 --no-section-nodes use anchors for sections instead of nodes.
122 --output=NAME output to <NAME> for the first or the main manual
123 instead of standard out.
124 --preamble=STR insert STR as beginning boilerplate.
125 --subdir=NAME put files included in the main manual in <NAME>.
126 --top top for the main manual.
127 --unnumbered-sections use unumbered sections.
128 --version display version information and exit.\n");
121 --base-level=NUM|NAME level of the head1 commands; default 0.
122 --debug=NUM set debugging level.
123 --help display this help and exit.
124 --no-fill-section-gaps do not fill sectioning gaps.
125 --no-section-nodes use anchors for sections instead of nodes.
126 --output=NAME output to NAME for the first or main manual
127 instead of standard output.
128 --preamble=STR insert STR as beginning boilerplate.
129 --subdir=NAME put files included in the main manual in NAME.
130 --top top for the main manual.
131 --unnumbered-sections use unumbered sections.
132 --version display version information and exit.
133
134 Email bug reports to bug-texinfo\@gnu.org,
135 general questions and discussion to help-texinfo\@gnu.org.
136 Texinfo home page: http://www.gnu.org/software/texinfo/\n");
129137 }
130138
131139 my $base_level = 0;
152160 } elsif (defined($Texinfo::Common::command_structuring_level{$_[1]})) {
153161 $base_level = $Texinfo::Common::command_structuring_level{$_[1]};
154162 } else {
155 die sprintf(__("%s: wrong argument for --base-level.\n"),
163 die sprintf(__("%s: wrong argument for --base-level\n"),
156164 $real_command_name);
157165 }
158166 },
171179 if (defined($subdir)) {
172180 if (! -d $subdir) {
173181 if (!mkdir($subdir)) {
174 die sprintf(__("%s: Can't create directory %s"),
175 $real_command_name, $subdir);
182 die sprintf(__("%s: could not create directory %s: %s"),
183 $real_command_name, $subdir, $!);
176184 }
177185 }
178186 }
186194
187195 # use STDIN if not a tty, like makeinfo does
188196 @input_files = ('-') if (!scalar(@input_files) and !-t STDIN);
189 die sprintf(__("%s: missing file argument.\n"), $real_command_name)
190 .sprintf(__("Try `%s --help' for more information.\n"), $real_command_name)
197 die sprintf(__("%s: missing file argument;\n"), $real_command_name)
198 .sprintf(__("try `%s --help' for more information\n"), $real_command_name)
191199 unless (scalar(@input_files) >= 1);
192200
193201 my @processed_files;
235243 my ($added_sections, $added_nodes);
236244 ($tree->{'contents'}, $added_sections)
237245 = Texinfo::Structuring::fill_gaps_in_sectioning($tree);
246 # there should already be nodes associated with other sections. Therefore
247 # new nodes should only be created for the $added_sections.
238248 if ($section_nodes) {
239249 ($tree->{'contents'}, $added_nodes)
240250 = Texinfo::Structuring::insert_nodes_for_sectioning_commands($parser, $tree);
301311 my $top_node_menu = $labels->{'Top'}->{'menus'}->[0];
302312 if ($top_node_menu) {
303313 return Texinfo::Convert::Texinfo::convert($top_node_menu);
314 } else {
315 return '';
304316 }
305317 }
306318
307319 my $file_nr = 0;
308 # Full manual is collected to generate the top node menu.
320 # Full manual is collected to generate the top node menu, if $section_nodes
309321 my $full_manual = '';
310322 my @included;
311323 foreach my $file (@processed_files) {
341353 if ($outfile eq '-') {
342354 $fh = *STDOUT;
343355 } else {
344 open (OUT, ">$outfile") or die sprintf(__("%s: Open %s: %s.\n"),
356 open (OUT, ">$outfile") or die sprintf(__("%s: could not open %s for writing: %s\n"),
345357 $real_command_name, $outfile, $!);
346358 $fh = *OUT;
347359 }
367379 if ($section_nodes or $fill_sectioning_gaps) {
368380 if ($debug > 4) {
369381 # print to a file
370 open (DBGFILE, ">$outfile-dbg") or die sprintf(__("%s: Open %s: %s.\n"),
382 open (DBGFILE, ">$outfile-dbg") or die sprintf(__("%s: could not open %s: %s\n"),
371383 $real_command_name, "$outfile-dbg", $!);
372384 binmode(DBGFILE, ':encoding(utf8)');
373385 print DBGFILE $manual_texi;
380392 print $fh $manual_texi;
381393
382394 if ($outfile ne '-') {
383 close($fh) or die sprintf (__("%s: Close %s: %s.\n"),
395 close($fh) or die sprintf(__("%s: error on closing %s: %s\n"),
384396 $real_command_name, $outfile, $!);
385397 }
386398
387399 if ($base_level > 0) {
388400 if (!$new->content_seen) {
389 # this should only happen for input coming for pipe or the like
401 # this should only happen for input coming from pipe or the like
390402 warn sprintf(__("%s: removing %s as input file %s has no content\n"),
391403 $real_command_name, $outfile, $file);
392404 unlink ($outfile);
404416 if (defined($subdir));
405417 if ($new_outfile ne $outfile) {
406418 unless (rename ($outfile, $new_outfile)) {
407 die sprintf(__("%s: Rename %s failed: %s\n"),
419 die sprintf(__("%s: rename %s failed: %s\n"),
408420 $real_command_name, $outfile, $!);
409421 }
410422 }
418430 if ($base_level > 0) {
419431 my $fh;
420432 if ($output ne '-') {
421 open (OUT, ">$output") or die sprintf(__("%s: Open %s: %s.\n"),
433 open (OUT, ">$output") or die sprintf(__("%s: could not open %s for writing: %s\n"),
422434 $real_command_name, $output, $!);
423435 $fh = *OUT;
424436 } else {
435447 $outfile_name .= '.info';
436448
437449 if (! defined ($preamble)) {
438 $preamble = '\input texinfo
439 @setfilename ' . Pod::Simple::Texinfo::_protect_text ($outfile_name) . "
450 $preamble = ($base_level > 0) ? ""
451 : '\input texinfo
452 @setfilename ' . Pod::Simple::Texinfo::_protect_text($outfile_name) . "
440453 \@documentencoding utf-8
441
442454 \@settitle $top
443455
444 \@shortcontents
445456 \@contents
446457
447458 \@ifnottex
452463
453464 print $fh $preamble;
454465 if ($section_nodes) {
466 #print STDERR "\@node Top\n\@top top\n".$full_manual;
455467 my $menu = _do_top_node_menu("\@node Top\n\@top top\n".$full_manual);
456468 print $fh $menu."\n";
457469 }
458470 foreach my $include (@included) {
459471 my $file = $include->[1];
460 print $fh "\@include ".Pod::Simple::Texinfo::_protect_text ($file)."\n";
472 print $fh "\@include ".Pod::Simple::Texinfo::_protect_text($file)."\n";
461473 }
462474 print $fh "\n\@bye\n";
463475
464476 if ($output ne '-') {
465 close($fh) or die sprintf (__("%s: Close %s: %s.\n"),
477 close($fh) or die sprintf(__("%s: error on closing %s: %s\n"),
466478 $real_command_name, $output, $!);
467479 }
468480 }
469481
470482 if (defined($output) and $output eq '-') {
471 close(STDOUT) or die sprintf (__("%s: Close stdout: %s.\n"),
483 close(STDOUT) or die sprintf(__("%s: error on closing stdout: %s\n"),
472484 $real_command_name, $!);
473485 }
474486
482494
483495 =head1 SYNOPSIS
484496
485 pod2texi [OPTION]... POD-FILE...
497 pod2texi [OPTION]... POD...
486498
487499 =head1 DESCRIPTION
488500
489 Translate Pod to Texinfo. If the C<--base-level> is higher than 0, a
490 main manual including all the files is done otherwise all manuals are
491 standalone (the default).
501 Translate Pod file(s) to Texinfo. There are two basic modes of
502 operation. First, by default, each pod is translated to a standalone
503 Texinfo manual.
504
505 Second, if C<--base-level> is set higher than 0, each pod is translated
506 to a file suitable for C<@include>, and one more file with all the
507 C<@include>s is generated, intended to be C<@include>d in turn within a
508 hand-written top-level file.
492509
493510 =head1 OPTIONS
494511
496513
497514 =item B<--base-level>=I<NUM|NAME>
498515
499 Sets the level of the head1 commands. It may be an integer or a Texinfo
500 sectioning command. If it is a Texinfo sectioning command the corresponding
501 level is used. If the resulting level is 1, this corresponds to
502 @chapter/@unnumbered level. If set to 0, the head1 commands level is
503 still 1, but the output manual is considered to be a standalone manual.
504
505 If the level is not 0, the pod file is rendered as a fragment of a
506 Texinfo manual. In that case, each pod file has an additional sectioning
507 command one level above the head1 commands level added for the whole
508 file. Therefore if you want to have each pod file as a chapter, you should
509 use C<section> as the base level.
516 Sets the level of the C<head1> commands. It may be an integer or a
517 Texinfo sectioning command (without the C<@>): 1 corresponds to the
518 C<@chapter>/C<@unnumbered> level, 2 to the C<@section> level, and so on.
519 The default is 0, meaning that C<head1> commands are still output as
520 chapters, but the output is arranged as a standalone manual.
521
522 If the level is not 0, the pod file is rendered as a fragment of a
523 Texinfo manual suitable for C<@include>. In this case, each pod file
524 has an additional sectioning command covering the entire file, one level
525 above the C<--base-level> value. Therefore, to make each pod file a
526 chapter in a large manual, you should use C<section> as the base level.
527
528 For an example of making Texinfo out of the Perl documentation itself,
529 see C<contrib/perldoc-all> in the Texinfo source distribution, with
530 output available at L<http://www.gnu.org/software/perl/manual>.
510531
511532 =item B<--debug>=I<NUM>
512533
519540 =item B<--output>=I<NAME>
520541
521542 Name for the first manual, or the main manual if there is a main manual.
522 Default is output on standard out.
543 Default is to write to standard output.
523544
524545 =item B<--no-section-nodes>
525546
527548
528549 =item B<--no-fill-section-gaps>
529550
530 Do not fill sectioning gaps with empty C<@unnumbered>.
551 Do not fill sectioning gaps with empty C<@unnumbered> files.
552 Ordinarily, it's good to keep the sectioning hierarchy intact.
531553
532554 =item B<--preamble>=I<STR>
533555
534 Insert I<STR> as top boilerplate before includes. The default is fairly
535 minimal, and sets @documentencoding to C<utf-8>. For example, you can
536 set this to the empty string and then write your own top-level
537 boilerplate which uses @include to incorporate the generated one.
556 Insert I<STR> as top boilerplate before includes. For standalone
557 documents (C<--base-level> is 0), the default is a minimal beginning for
558 a Texinfo document, and sets C<@documentencoding> to C<utf-8>. For
559 included documents (C<--base-level> is nonzero), it is the empty string,
560 under the assumption that you will want your own top-level material,
561 and to C<@include> the generated files.
538562
539563 =item B<--subdir>=I<NAME>
540564
541 If there is a main manual with include files, each corresponding to
542 an input pod file, then include files are put in the directory I<NAME>.
565 If there is a main manual with include files (each corresponding to
566 an input pod file), then those include files are put in directory I<NAME>.
543567
544568 =item B<--unnumbered-sections>
545569
546 Use unnumbered sectioning commands (@unnumbered...) instead of the default
547 numbered sectioning Texinfo @-commands (@chapter, @section...).
570 Use unnumbered sectioning commands (C<@unnumbered>, ...) instead of the
571 default numbered sectioning Texinfo @-commands (C<@chapter>,
572 C<@section>, ...).
548573
549574 =item B<--top>=I<TOP>
550575
558583
559584 =head1 SEE ALSO
560585
561 L<Pod::Simple::Texinfo>. The Texinfo manual. L<perlpod>.
586 L<Pod::Simple::Texinfo>. L<perlpod>. The Texinfo manual.
587 Texinfo home page: L<http://www.gnu.org/software/texinfo/>
562588
563589 =head1 COPYRIGHT
564590
565 Copyright (C) 2012 Free Software Foundation, Inc.
591 Copyright (C) 2013 Free Software Foundation, Inc.
566592
567593 This program is free software; you can redistribute it and/or modify
568594 it under the terms of the GNU General Public License as published by
573599
574600 =head1 AUTHOR
575601
576 Patrice Dumas E<lt>pertusus@free.frE<gt>.
602 Patrice Dumas E<lt>bug-texinfo@gnu.orgE<gt>.
577603
578604 =cut
0 $Id: README-hacking,v 1.3 2013/01/28 18:36:40 karl Exp $
0 $Id: README-hacking,v 1.5 2013/02/05 00:45:47 karl Exp $
11 This file describes the development environment for Texinfo.
22
33 Copyright 2002, 2003, 2005, 2006, 2007, 2008, 2010, 2011, 2012, 2013
9999 update version in configure.ac, ChangeLog; NEWS with date if official.
100100 gnulib-tool --add-import
101101 util/srclist-txi
102 pod2man Pod-Simple-Texinfo/pod2texi.pl >man/pod2texi.1 # until we fix deps
102103 make
103104 make po-check # update po/POTFILES.in as needed
104105 make -C po update-po # but don't commit yet, dist updates po_document
106 make -C doc wwwdoc-build # and eventually -install, for official.
105107 (export MALLOC_CHECK_=2; make distcheck) # repeat until clean
106 make -C doc wwwdoc-build # and eventually -install, for official.
107108 cvs commit # when clean, then distcheck to be sure.
108109 make diff # for official
109110 rwtar *.tar.* # consistent permissions in tarball?
130131 cvs add $ver/texinfo.dtd
131132 cvs com -m$ver $ver
132133
133 update texinfo.html and commit as needed.
134 update home page (texinfo.html) and commit as needed.
135 update manual, including:
136 pod2html Pod-Simple-Texinfo/pod2texi.pl >pod2texi.html
134137
135138 ... tag source tree:
136139 cvs tag -b texinfo_`echo $ver | tr . _`
00 #! /bin/sh
11 # Attempt to guess a canonical system name.
2 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
4 # 2011, 2012, 2013 Free Software Foundation, Inc.
5
6 timestamp='2012-12-30'
2 # Copyright 1992-2013 Free Software Foundation, Inc.
3
4 timestamp='2013-02-04'
75
86 # This file is free software; you can redistribute it and/or modify it
97 # under the terms of the GNU General Public License as published by
5149 GNU config.guess ($timestamp)
5250
5351 Originally written by Per Bothner.
54 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
55 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
56 2012, 2013 Free Software Foundation, Inc.
52 Copyright 1992-2013 Free Software Foundation, Inc.
5753
5854 This is free software; see the source for copying conditions. There is NO
5955 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
00 #! /bin/sh
11 # Configuration validation subroutine script.
2 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
4 # 2011, 2012, 2013 Free Software Foundation, Inc.
5
6 timestamp='2013-01-23'
2 # Copyright 1992-2013 Free Software Foundation, Inc.
3
4 timestamp='2013-02-04'
75
86 # This file is free software; you can redistribute it and/or modify it
97 # under the terms of the GNU General Public License as published by
6967 version="\
7068 GNU config.sub ($timestamp)
7169
72 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
73 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
74 2012, 2013 Free Software Foundation, Inc.
70 Copyright 1992-2013 Free Software Foundation, Inc.
7571
7672 This is free software; see the source for copying conditions. There is NO
7773 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
22 % Load plain if necessary, i.e., if running under initex.
33 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
44 %
5 \def\texinfoversion{2013-01-01.15}
5 \def\texinfoversion{2013-02-01.11}
66 %
77 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
88 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
24952495 \let-\codedash
24962496 \let_\codeunder
24972497 \else
2498 \let-\realdash
2498 \let-\normaldash
24992499 \let_\realunder
25002500 \fi
25012501 \codex
25042504
25052505 \def\codex #1{\tclose{#1}\endgroup}
25062506
2507 \def\realdash{-}
2507 \def\normaldash{-}
25082508 \def\codedash{-\discretionary{}{}{}}
25092509 \def\codeunder{%
25102510 % this is all so @math{@code{var_name}+1} can work. In math mode, _
25192519 }
25202520
25212521 % An additional complication: the above will allow breaks after, e.g.,
2522 % each of the four underscores in __typeof__. This is undesirable in
2523 % some manuals, especially if they don't have long identifiers in
2524 % general. @allowcodebreaks provides a way to control this.
2522 % each of the four underscores in __typeof__. This is bad.
2523 % @allowcodebreaks provides a document-level way to turn breaking at -
2524 % and _ on and off.
25252525 %
25262526 \newif\ifallowcodebreaks \allowcodebreakstrue
25272527
41874187 % ..., but we might end up with active ones in the argument if
41884188 % we're called from @code, as @code{@value{foo-bar_}}, though.
41894189 % So \let them to their normal equivalents.
4190 \let-\realdash \let_\normalunderscore
4190 \let-\normaldash \let_\normalunderscore
41914191 }
41924192 }
41934193
99929992 @gdef@otherbackslash{@let\=@realbackslash}
99939993
99949994 % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of
9995 % the literal character `\'.
9996 %
9997 @def@normalturnoffactive{%
9998 @let"=@normaldoublequote
9999 @let$=@normaldollar %$ font-lock fix
10000 @let+=@normalplus
10001 @let<=@normalless
10002 @let>=@normalgreater
10003 @let\=@normalbackslash
10004 @let^=@normalcaret
10005 @let_=@normalunderscore
10006 @let|=@normalverticalbar
10007 @let~=@normaltilde
10008 @markupsetuplqdefault
10009 @markupsetuprqdefault
10010 @unsepspaces
9995 % the literal character `\'. Also revert - to its normal character, in
9996 % case the active - from code has slipped in.
9997 %
9998 {@catcode`- = @active
9999 @gdef@normalturnoffactive{%
10000 @let-=@normaldash
10001 @let"=@normaldoublequote
10002 @let$=@normaldollar %$ font-lock fix
10003 @let+=@normalplus
10004 @let<=@normalless
10005 @let>=@normalgreater
10006 @let\=@normalbackslash
10007 @let^=@normalcaret
10008 @let_=@normalunderscore
10009 @let|=@normalverticalbar
10010 @let~=@normaltilde
10011 @markupsetuplqdefault
10012 @markupsetuprqdefault
10013 @unsepspaces
10014 }
1001110015 }
1001210016
1001310017 % Make _ and + \other characters, temporarily.
133133
134134 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
135135 #undef GWINSZ_IN_SYS_IOCTL
136
137 /* Define to 1 if you have the 'alarm' function. */
138 #undef HAVE_ALARM
136139
137140 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
138141 may be supplied by this distribution. */
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for GNU Texinfo 4.13.95.
2 # Generated by GNU Autoconf 2.69 for GNU Texinfo 4.13.96.
33 #
44 # Report bugs to <bug-texinfo@gnu.org>.
55 #
579579 # Identity of this package.
580580 PACKAGE_NAME='GNU Texinfo'
581581 PACKAGE_TARNAME='texinfo'
582 PACKAGE_VERSION='4.13.95'
583 PACKAGE_STRING='GNU Texinfo 4.13.95'
582 PACKAGE_VERSION='4.13.96'
583 PACKAGE_STRING='GNU Texinfo 4.13.96'
584584 PACKAGE_BUGREPORT='bug-texinfo@gnu.org'
585585 PACKAGE_URL='http://www.gnu.org/software/texinfo/'
586586
19121912 # Omit some internal or obsolete options to make the list less imposing.
19131913 # This message is too long to be a string in the A/UX 3.1 sh.
19141914 cat <<_ACEOF
1915 \`configure' configures GNU Texinfo 4.13.95 to adapt to many kinds of systems.
1915 \`configure' configures GNU Texinfo 4.13.96 to adapt to many kinds of systems.
19161916
19171917 Usage: $0 [OPTION]... [VAR=VALUE]...
19181918
19821982
19831983 if test -n "$ac_init_help"; then
19841984 case $ac_init_help in
1985 short | recursive ) echo "Configuration of GNU Texinfo 4.13.95:";;
1985 short | recursive ) echo "Configuration of GNU Texinfo 4.13.96:";;
19861986 esac
19871987 cat <<\_ACEOF
19881988
21082108 test -n "$ac_init_help" && exit $ac_status
21092109 if $ac_init_version; then
21102110 cat <<\_ACEOF
2111 GNU Texinfo configure 4.13.95
2111 GNU Texinfo configure 4.13.96
21122112 generated by GNU Autoconf 2.69
21132113
21142114 Copyright (C) 2012 Free Software Foundation, Inc.
28172817 This file contains any messages produced by compilers while
28182818 running configure, to aid debugging if configure makes a mistake.
28192819
2820 It was created by GNU Texinfo $as_me 4.13.95, which was
2820 It was created by GNU Texinfo $as_me 4.13.96, which was
28212821 generated by GNU Autoconf 2.69. Invocation command line was
28222822
28232823 $ $0 $@
31223122 gl_func_list="$gl_func_list _set_invalid_parameter_handler"
31233123 gl_func_list="$gl_func_list nl_langinfo"
31243124 gl_header_list="$gl_header_list sys/param.h"
3125 gl_func_list="$gl_func_list alarm"
31253126 gl_func_list="$gl_func_list isblank"
31263127 gl_func_list="$gl_func_list iswctype"
31273128 gl_func_list="$gl_func_list wcscoll"
37173718
37183719 # Define the identity of the package.
37193720 PACKAGE='texinfo'
3720 VERSION='4.13.95'
3721 VERSION='4.13.96'
37213722
37223723
37233724 cat >>confdefs.h <<_ACEOF
1061810619
1061910620
1062010621
10622
10623
10624
10625
10626
1062110627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
1062210628 $as_echo_n "checking for inline... " >&6; }
1062310629 if ${ac_cv_c_inline+:} false; then :
1555215558 # following run test, then default to *not* using the included regex.c.
1555315559 # If cross compiling, assume the test would fail and use the included
1555415560 # regex.c.
15561
15562 :
15563
15564
15565
15566
15567
1555515568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working re_compile_pattern" >&5
1555615569 $as_echo_n "checking for working re_compile_pattern... " >&6; }
1555715570 if ${gl_cv_func_re_compile_pattern_working+:} false; then :
1556215575 else
1556315576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1556415577 /* end confdefs.h. */
15565 $ac_includes_default
15566 #include <locale.h>
15567 #include <limits.h>
15568 #include <regex.h>
15578 #include <regex.h>
15579
15580 #include <locale.h>
15581 #include <limits.h>
15582 #include <string.h>
15583 #if HAVE_ALARM
15584 # include <unistd.h>
15585 # include <signal.h>
15586 #endif
1556915587
1557015588 int
1557115589 main ()
1557715595 const char *s;
1557815596 struct re_registers regs;
1557915597
15580 /* http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html
15581 This test needs valgrind to catch the bug on Debian
15582 GNU/Linux 3.1 x86, but it might catch the bug better
15583 on other platforms and it shouldn't hurt to try the
15584 test here. */
15598 #if HAVE_ALARM
15599 /* Some builds of glibc go into an infinite loop on this test. */
15600 signal (SIGALRM, SIG_DFL);
15601 alarm (2);
15602 #endif
1558515603 if (setlocale (LC_ALL, "en_US.UTF-8"))
1558615604 {
15587 static char const pat[] = "insert into";
15588 static char const data[] =
15589 "\xFF\0\x12\xA2\xAA\xC4\xB1,K\x12\xC4\xB1*\xACK";
15590 re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE
15591 | RE_ICASE);
15592 memset (&regex, 0, sizeof regex);
15593 s = re_compile_pattern (pat, sizeof pat - 1, &regex);
15594 if (s)
15595 result |= 1;
15596 else if (re_search (&regex, data, sizeof data - 1,
15597 0, sizeof data - 1, &regs)
15598 != -1)
15599 result |= 1;
15605 {
15606 /* http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html
15607 This test needs valgrind to catch the bug on Debian
15608 GNU/Linux 3.1 x86, but it might catch the bug better
15609 on other platforms and it shouldn't hurt to try the
15610 test here. */
15611 static char const pat[] = "insert into";
15612 static char const data[] =
15613 "\xFF\0\x12\xA2\xAA\xC4\xB1,K\x12\xC4\xB1*\xACK";
15614 re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE
15615 | RE_ICASE);
15616 memset (&regex, 0, sizeof regex);
15617 s = re_compile_pattern (pat, sizeof pat - 1, &regex);
15618 if (s)
15619 result |= 1;
15620 else if (re_search (&regex, data, sizeof data - 1,
15621 0, sizeof data - 1, &regs)
15622 != -1)
15623 result |= 1;
15624 }
15625
15626 {
15627 /* This test is from glibc bug 15078.
15628 The test case is from Andreas Schwab in
15629 <http://www.sourceware.org/ml/libc-alpha/2013-01/msg00967.html>.
15630 */
15631 static char const pat[] = "[^x]x";
15632 static char const data[] =
15633 "\xe1\x80\x80\xe1\x80\xbb\xe1\x80\xbd\xe1\x80\x94\xe1\x80"
15634 "\xba\xe1\x80\xaf\xe1\x80\x95\xe1\x80\xbax";
15635 re_set_syntax (0);
15636 memset (&regex, 0, sizeof regex);
15637 s = re_compile_pattern (pat, sizeof pat - 1, &regex);
15638 if (s)
15639 result |= 1;
15640 else if (re_search (&regex, data, sizeof data - 1,
15641 0, sizeof data - 1, 0)
15642 != 21)
15643 result |= 1;
15644 }
15645
1560015646 if (! setlocale (LC_ALL, "C"))
1560115647 return 1;
1560215648 }
2228222328 # report actual input values of CONFIG_FILES etc. instead of their
2228322329 # values after options handling.
2228422330 ac_log="
22285 This file was extended by GNU Texinfo $as_me 4.13.95, which was
22331 This file was extended by GNU Texinfo $as_me 4.13.96, which was
2228622332 generated by GNU Autoconf 2.69. Invocation command line was
2228722333
2228822334 CONFIG_FILES = $CONFIG_FILES
2235022396 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2235122397 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2235222398 ac_cs_version="\\
22353 GNU Texinfo config.status 4.13.95
22399 GNU Texinfo config.status 4.13.96
2235422400 configured by $0, generated by GNU Autoconf 2.69,
2235522401 with options \\"\$ac_cs_config\\"
2235622402
00 # Process this file with autoconf to produce a configure script.
1 # $Id: configure.ac,v 1.140 2013/01/28 18:36:40 karl Exp $
1 # $Id: configure.ac,v 1.141 2013/02/05 00:49:28 karl Exp $
22 #
33 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
44 # 2012, 2013 Free Software Foundation, Inc.
1111 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1212 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1313 #
14 AC_INIT([GNU Texinfo], [4.13.95], [bug-texinfo@gnu.org])
14 AC_INIT([GNU Texinfo], [4.13.96], [bug-texinfo@gnu.org])
1515
1616 dnl Must come before AM_INIT_AUTOMAKE.
1717 AC_CONFIG_AUX_DIR([build-aux])
0 $Id: README,v 1.1 2013/01/02 01:00:12 karl Exp $
0 $Id: README,v 1.2 2013/02/04 01:35:10 karl Exp $
11 texinfo/contrib/README
22
33 Copyright 2013 Free Software Foundation, Inc.
2323 Adapting one of these to actually be installable would doubtless be much
2424 simpler (which is not to say simple) than finalizing texifont/, though
2525 of course much less featureful.
26
27 The perldoc-all subdirectory is about making Texinfo out of the standard
28 Perl *.pod files. The results are at
29 http://www.gnu.org/software/perl/manual.
0 perl-5.*
1 perldoc-all
2 perldoc-all-incl.texi
3 perldoc-all.html
4 perldoc-all.info
5 manual
6 *.aux
7 perldoc-all.??
8 perldoc-all.???
0 # $Id: GNUmakefile,v 1.2 2013/02/05 00:23:49 karl Exp $
1 # Sample Makefile to build Texinfo from the Perl POD documentation,
2 # using pod2texi.
3 #
4 # Copyright 2013 Free Software Foundation, Inc.
5 #
6 # This file is free software; as a special exception the author gives
7 # unlimited permission to copy and/or distribute it, with or without
8 # modifications, as long as this notice is preserved.
9 #
10 # This program is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
12 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13
14 perl_pod_subdir = $(shell pwd)/perl-[0-9]*.*/pod
15 texi_pod_doc = perldoc-all
16 texi_pod_doc_incl = $(texi_pod_doc)-incl.texi
17 texi_pod_subdir = $(texi_pod_doc)
18
19 texinfo_srcdir = $(shell cd ../../ && pwd)
20 pod2texi = perl $(texinfo_srcdir)/Pod-Simple-Texinfo/pod2texi.pl
21 pod2texi_args = --base-level=section
22
23 # Unfortunately have to use --no-validate since not all the names and
24 # L<references> match up. Split HTML by chapter is the natural thing here.
25 gendocs_args = --email bug-texinfo@gnu.org
26 gendocs_args = --common "--no-warn --no-validate"
27 gendocs_args += --split chapter
28 gendocs_args += --no-ascii
29 gendocs_args += --source $(texi_pod_subdir)
30 gendocs_title = "Perl documentation in Texinfo"
31
32 all: $(texi_pod_doc_incl)
33 rm -rf manual
34 gendocs.sh $(gendocs_args) $(texi_pod_doc) $(gendocs_title)
35
36 $(texi_pod_doc_incl): $(perl_pod_subdir)/*.pod
37 rm -rf $(texi_pod_subdir)
38 # we omit the numerous delta pods, which are uninteresting when searching
39 # (and take tons of time and space).
40 cd $(perl_pod_subdir) \
41 && $(pod2texi) -o $@ --subdir=$(texi_pod_subdir) $(pod2texi_args) \
42 `ls *.pod | fgrep -v delta` \
43 && mv $(texi_pod_subdir) $@ ../..
44
45 force:
46
47 # when running make dist, ensure we have none of the build files.
48 # (Since the whole contrib/ directory is included in its entirety.)
49 distclean:
50 rm -rf manual perl-5.16.2 $(texi_pod_doc) $(texi_pod_doc_incl)
51 rm -rf *.?? *.??? *.info *~ \#*
0 $Id: README,v 1.1 2013/02/04 01:35:11 karl Exp $
1 texinfo/contrib/perldoc-all/README
2
3 Copyright 2013 Free Software Foundation, Inc.
4
5 Copying and distribution of this file, with or without modification,
6 are permitted in any medium without royalty provided the copyright
7 notice and this notice are preserved.
8
9 This stuff is about making Texinfo out of the standard Perl *.pod files.
10 The results are at http://www.gnu.org/software/perl/manual.
11
12 The idea is to download the perl distribution here, as in,
13 wget http://www.cpan.org/src/5.0/perl-5.16.2.tar.gz
14 and run (GNU) make. Aside from the result hopefully being useful in
15 itself, it also serves as a nontrivial example of using pod2texi.
16
0 <!--#include virtual="/server/header.html" -->
1 <title>%%TITLE%% - GNU Project - Free Software Foundation (FSF)</title>
2 <!--#include virtual="/server/banner.html" -->
3 <h2>%%TITLE%%</h2>
4
5 <address>Free Software Foundation</address>
6 <address>last updated %%DATE%%</address>
7
8 <p>This translation of the <a href="http://perldoc.perl.org/">Perl
9 documentation</a> from POD to Texinfo is not official, and not endorsed
10 by the Perl developers (indeed, they haven't seen it). It was created
11 by the GNU Texinfo developers because they found it useful to have the
12 core Perl documentation available in Info other formats, and thought
13 they would share the results. Suggestions welcome.</p>
14
15 <p>This output is created entirely by the Texinfo tools; see the <a
16 href="http://cvs.savannah.gnu.org/viewvc/texinfo/contrib/perldoc-all/?root=texinfo">contrib/perldoc-all</a>
17 directory in the Texinfo sources for the procedure used.</p>
18
19 <p>This documentation (%%PACKAGE%%) is available in the following formats:</p>
20
21 <ul>
22 <li><a href="%%PACKAGE%%.html">HTML
23 (%%HTML_MONO_SIZE%%K bytes)</a> - entirely on one web page.</li>
24 <li><a href="html_chapter/index.html">HTML</a> - with one web page per
25 chapter.</li>
26 <li><a href="%%PACKAGE%%.html.gz">HTML compressed
27 (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on
28 one web page.</li>
29 <li><a href="%%PACKAGE%%.html_node.tar.gz">HTML compressed
30 (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> -
31 with one web page per node.</li>
32 <li><a href="%%PACKAGE%%.html_chapter.tar.gz">HTML compressed
33 (%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file)</a> -
34 with one web page per chapter.</li>
35 <li><a href="%%PACKAGE%%.info.tar.gz">Info document
36 (%%INFO_TGZ_SIZE%%K bytes gzipped tar file)</a>.</li>
37 <li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file
38 (%%DVI_GZ_SIZE%%K bytes gzipped)</a>.</li>
39 <li><a href="%%PACKAGE%%.pdf">PDF file
40 (%%PDF_SIZE%%K bytes)</a>.</li>
41 <li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source
42 (%%TEXI_TGZ_SIZE%%K bytes gzipped tar file).</a></li>
43 </ul>
44
45 <p>You can <a href="http://shop.fsf.org/">buy printed copies of
46 some manuals</a> (among other items) from the Free Software Foundation;
47 this helps support FSF activities.</p>
48
49 <p>(This page generated by the <a href="%%SCRIPTURL%%">%%SCRIPTNAME%%
50 script</a>.)</p>
51
52 <!-- If needed, change the copyright block at the bottom. In general,
53 all pages on the GNU web server should have the section about
54 verbatim copying. Please do NOT remove this without talking
55 with the webmasters first.
56 Please make sure the copyright date is consistent with the document
57 and that it is like this: "2001, 2002", not this: "2001-2002". -->
58 </div><!-- for id="content", starts in the include above -->
59 <!--#include virtual="/server/footer.html" -->
60 <div id="footer">
61
62 <p>Please send general FSF &amp; GNU inquiries to
63 <a href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>.
64 There are also <a href="/contact/">other ways to contact</a>
65 the FSF.<br />
66 Please send broken links and other corrections or suggestions to
67 <a href="mailto:%%EMAIL%%">&lt;%%EMAIL%%&gt;</a>.</p>
68
69 <p>Copyright &copy; 2013 Free Software Foundation, Inc.</p>
70
71 <p>Verbatim copying and distribution of this entire article are
72 permitted worldwide, without royalty, in any medium, provided this
73 notice, and the copyright notice, are preserved.</p>
74
75 </div>
76 </div>
77 </body>
78 </html>
0 \input texinfo
1 @c This top-level file is so trivial, it has to be public domain.
2 @setfilename perldoc-all.info
3 @settitle Perl pod documentation
4
5 @shortcontents
6 @contents
7
8 @ifnottex
9 @node Top
10 @top Perl pod documentation
11
12 This translation of the Perl documentation
13 (@url{http://perldoc.perl.org}) from POD to Texinfo is not official,
14 and not endorsed by the Perl developers (indeed, they haven't seen
15 it). It was created by the GNU Texinfo developers because they found
16 it useful to have the Perl documentation available in Info and other
17 formats, and thought they would share the results. Suggestions welcome.
18
19 This is created entirely by the Texinfo tools; see the
20 @url{http://cvs.savannah.gnu.org/viewvc/texinfo/contrib/perldoc-all/?root=texinfo,
21 @file{contrib/perldoc-all}} directory in the Texinfo sources for the
22 procedure used. The output is available at
23 @url{http://www.gnu.org/software/perl/manual}.
24 @end ifnottex
25
26 @include perldoc-all-incl.texi
27
28 @bye
0 # $Id: Makefile.am,v 1.54 2013/01/19 15:54:04 karl Exp $
0 # $Id: Makefile.am,v 1.55 2013/02/04 01:34:47 karl Exp $
11 # Makefile.am for texinfo/doc.
22 #
33 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
7474 # Rules for updating the online web pages for the documentation
7575 # using the gendocs.sh script; see
7676 # http://www.gnu.org/prep/maintain/html_node/Invoking-gendocs_002esh.html
77 #
78 # Since gendocs.sh is maintained here in Texinfo, use it from
79 # the development sources; ordinarily it's invoked from a gnulib checkout.
7780 #
78 gnulib = $(HOME)/gnu/src/gnulib
79 gendocs = $(gnulib)/build-aux/gendocs.sh
80 gendocs_templates = $(gnulib)/doc
81 gendocs = $(abs_top_srcdir)/util/gendocs.sh
82 gendocs_templates = $(abs_top_srcdir)/util
8183 gendocs_envvars = GENDOCS_TEMPLATE_DIR=$(gendocs_templates)
8284 gendocs_email = bug-texinfo@gnu.org
8385 gendocs_invoke = env $(gendocs_envvars) $(gendocs) --email $(gendocs_email)
9799 wwwdoc-build:
98100 rm -rf $(doctemp) && mkdir $(doctemp)
99101 cd $(doctemp) \
102 && pod2html $(abs_top_srcdir)/Pod-Simple-Texinfo/pod2texi.pl >pod2texi.html \
100103 && ln -s ../*.texi ../*.txi . \
101104 && $(gendocs_invoke) -o $(manual1) $(manual1) $(manual1_title) \
102105 && $(gendocs_invoke) -o $(manual2) $(manual2) $(manual2_title) \
107110 # http://www.gnu.org/software/texinfo/manual/
108111 wwwdoc-install:
109112 cp -arf $(doctemp)/$(manual1) $(doctemp)/$(manual2) \
110 $(doctemp)/$(manual3) $(www_target)
113 $(doctemp)/$(manual3) $(doctemp)/pod2texi.html \
114 $(www_target)
111115 ls -ltu $(www_target)/*/html_node | tail # cvs rm -f obsolete files
112116 # followed by cvs add of new files and cvs commit.
1313
1414 @SET_MAKE@
1515
16 # $Id: Makefile.am,v 1.54 2013/01/19 15:54:04 karl Exp $
16 # $Id: Makefile.am,v 1.55 2013/02/04 01:34:47 karl Exp $
1717 # Makefile.am for texinfo/doc.
1818 #
1919 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
10331033 # Rules for updating the online web pages for the documentation
10341034 # using the gendocs.sh script; see
10351035 # http://www.gnu.org/prep/maintain/html_node/Invoking-gendocs_002esh.html
1036 #
1037 # Since gendocs.sh is maintained here in Texinfo, use it from
1038 # the development sources; ordinarily it's invoked from a gnulib checkout.
10361039 #
1037 gnulib = $(HOME)/gnu/src/gnulib
1038 gendocs = $(gnulib)/build-aux/gendocs.sh
1039 gendocs_templates = $(gnulib)/doc
1040 gendocs = $(abs_top_srcdir)/util/gendocs.sh
1041 gendocs_templates = $(abs_top_srcdir)/util
10401042 gendocs_envvars = GENDOCS_TEMPLATE_DIR=$(gendocs_templates)
10411043 gendocs_email = bug-texinfo@gnu.org
10421044 gendocs_invoke = env $(gendocs_envvars) $(gendocs) --email $(gendocs_email)
17431745 wwwdoc-build:
17441746 rm -rf $(doctemp) && mkdir $(doctemp)
17451747 cd $(doctemp) \
1748 && pod2html $(abs_top_srcdir)/Pod-Simple-Texinfo/pod2texi.pl >pod2texi.html \
17461749 && ln -s ../*.texi ../*.txi . \
17471750 && $(gendocs_invoke) -o $(manual1) $(manual1) $(manual1_title) \
17481751 && $(gendocs_invoke) -o $(manual2) $(manual2) $(manual2_title) \
17531756 # http://www.gnu.org/software/texinfo/manual/
17541757 wwwdoc-install:
17551758 cp -arf $(doctemp)/$(manual1) $(doctemp)/$(manual2) \
1756 $(doctemp)/$(manual3) $(www_target)
1759 $(doctemp)/$(manual3) $(doctemp)/pod2texi.html \
1760 $(www_target)
17571761 ls -ltu $(www_target)/*/html_node | tail # cvs rm -f obsolete files
17581762 # followed by cvs add of new files and cvs commit.
17591763
00 @set UPDATED 20 January 2013
11 @set UPDATED-MONTH January 2013
2 @set EDITION 4.13.95
3 @set VERSION 4.13.95
2 @set EDITION 4.13.96
3 @set VERSION 4.13.96
0 @set UPDATED 27 January 2013
1 @set UPDATED-MONTH January 2013
2 @set EDITION 4.13.95
3 @set VERSION 4.13.95
0 @set UPDATED 4 February 2013
1 @set UPDATED-MONTH February 2013
2 @set EDITION 4.13.96
3 @set VERSION 4.13.96
22 % Load plain if necessary, i.e., if running under initex.
33 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
44 %
5 \def\texinfoversion{2013-01-01.15}
5 \def\texinfoversion{2013-02-01.11}
66 %
77 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
88 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
24952495 \let-\codedash
24962496 \let_\codeunder
24972497 \else
2498 \let-\realdash
2498 \let-\normaldash
24992499 \let_\realunder
25002500 \fi
25012501 \codex
25042504
25052505 \def\codex #1{\tclose{#1}\endgroup}
25062506
2507 \def\realdash{-}
2507 \def\normaldash{-}
25082508 \def\codedash{-\discretionary{}{}{}}
25092509 \def\codeunder{%
25102510 % this is all so @math{@code{var_name}+1} can work. In math mode, _
25192519 }
25202520
25212521 % An additional complication: the above will allow breaks after, e.g.,
2522 % each of the four underscores in __typeof__. This is undesirable in
2523 % some manuals, especially if they don't have long identifiers in
2524 % general. @allowcodebreaks provides a way to control this.
2522 % each of the four underscores in __typeof__. This is bad.
2523 % @allowcodebreaks provides a document-level way to turn breaking at -
2524 % and _ on and off.
25252525 %
25262526 \newif\ifallowcodebreaks \allowcodebreakstrue
25272527
41874187 % ..., but we might end up with active ones in the argument if
41884188 % we're called from @code, as @code{@value{foo-bar_}}, though.
41894189 % So \let them to their normal equivalents.
4190 \let-\realdash \let_\normalunderscore
4190 \let-\normaldash \let_\normalunderscore
41914191 }
41924192 }
41934193
99929992 @gdef@otherbackslash{@let\=@realbackslash}
99939993
99949994 % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of
9995 % the literal character `\'.
9996 %
9997 @def@normalturnoffactive{%
9998 @let"=@normaldoublequote
9999 @let$=@normaldollar %$ font-lock fix
10000 @let+=@normalplus
10001 @let<=@normalless
10002 @let>=@normalgreater
10003 @let\=@normalbackslash
10004 @let^=@normalcaret
10005 @let_=@normalunderscore
10006 @let|=@normalverticalbar
10007 @let~=@normaltilde
10008 @markupsetuplqdefault
10009 @markupsetuprqdefault
10010 @unsepspaces
9995 % the literal character `\'. Also revert - to its normal character, in
9996 % case the active - from code has slipped in.
9997 %
9998 {@catcode`- = @active
9999 @gdef@normalturnoffactive{%
10000 @let-=@normaldash
10001 @let"=@normaldoublequote
10002 @let$=@normaldollar %$ font-lock fix
10003 @let+=@normalplus
10004 @let<=@normalless
10005 @let>=@normalgreater
10006 @let\=@normalbackslash
10007 @let^=@normalcaret
10008 @let_=@normalunderscore
10009 @let|=@normalverticalbar
10010 @let~=@normaltilde
10011 @markupsetuplqdefault
10012 @markupsetuprqdefault
10013 @unsepspaces
10014 }
1001110015 }
1001210016
1001310017 % Make _ and + \other characters, temporarily.
202202 Register the warning message @emph{$text} for file @emph{$file}, with, optionally
203203 the line @emph{$line_nr} in the file.
204204
205 @item $converter->file_line_error($text, $file, $line_nr)
206 @anchor{Texinfo::Report $converter->file_line_error($text@comma{} $file@comma{} $line_nr)}
207
208 Register the error message @emph{$text} for file @emph{$file}, with, optionally
209 the line @emph{$line_nr} in the file.
210
205211 @end table
206212
207213 @node Texinfo::Report AUTHOR
0 \input texinfo
1 @setfilename tp_api.info
2 @documentencoding utf-8
3
4 @settitle Texinfo perl module
5
6 @shortcontents
7 @contents
8
9 @ifnottex
10 @node Top
11 @top Texinfo perl module
12 @end ifnottex
13
140 @menu
151 * Texinfo@asis{::}Common::
162 * Texinfo@asis{::}Parser::
00 @set UPDATED 20 January 2013
11 @set UPDATED-MONTH January 2013
2 @set EDITION 4.13.95
3 @set VERSION 4.13.95
2 @set EDITION 4.13.96
3 @set VERSION 4.13.96
0 @set UPDATED 27 January 2013
1 @set UPDATED-MONTH January 2013
2 @set EDITION 4.13.95
3 @set VERSION 4.13.95
0 @set UPDATED 4 February 2013
1 @set UPDATED-MONTH February 2013
2 @set EDITION 4.13.96
3 @set VERSION 4.13.96
198198 static bool check_node_accept (const re_match_context_t *mctx,
199199 const re_token_t *node, Idx idx)
200200 internal_function;
201 static reg_errcode_t extend_buffers (re_match_context_t *mctx)
201 static reg_errcode_t extend_buffers (re_match_context_t *mctx, int min_len)
202202 internal_function;
203203
204204 /* Entry point for POSIX code. */
11751175 || (BE (next_char_idx >= mctx->input.valid_len, 0)
11761176 && mctx->input.valid_len < mctx->input.len))
11771177 {
1178 err = extend_buffers (mctx);
1178 err = extend_buffers (mctx, next_char_idx + 1);
11791179 if (BE (err != REG_NOERROR, 0))
11801180 {
11811181 assert (err == REG_ESPACE);
17551755 && mctx->input.valid_len < mctx->input.len))
17561756 {
17571757 reg_errcode_t err;
1758 err = extend_buffers (mctx);
1758 err = extend_buffers (mctx, next_state_log_idx + 1);
17591759 if (BE (err != REG_NOERROR, 0))
17601760 return err;
17611761 }
28122812 if (bkref_str_off >= mctx->input.len)
28132813 break;
28142814
2815 err = extend_buffers (mctx);
2815 err = extend_buffers (mctx, bkref_str_off + 1);
28162816 if (BE (err != REG_NOERROR, 0))
28172817 return err;
28182818
41274127
41284128 static reg_errcode_t
41294129 internal_function __attribute_warn_unused_result__
4130 extend_buffers (re_match_context_t *mctx)
4130 extend_buffers (re_match_context_t *mctx, int min_len)
41314131 {
41324132 reg_errcode_t ret;
41334133 re_string_t *pstr = &mctx->input;
41374137 <= pstr->bufs_len, 0))
41384138 return REG_ESPACE;
41394139
4140 /* Double the lengths of the buffers. */
4141 ret = re_string_realloc_buffers (pstr, MIN (pstr->len, pstr->bufs_len * 2));
4140 /* Double the lengths of the buffers, but allocate at least MIN_LEN. */
4141 ret = re_string_realloc_buffers (pstr,
4142 MAX (min_len,
4143 MIN (pstr->len, pstr->bufs_len * 2)));
41424144 if (BE (ret != REG_NOERROR, 0))
41434145 return ret;
41444146
1616
1717 /* Written by Paul Eggert. */
1818
19 #ifndef _@GUARD_PREFIX@_SYS_TIME_H
20
1921 #if __GNUC__ >= 3
2022 @PRAGMA_SYSTEM_HEADER@
2123 #endif
2224 @PRAGMA_COLUMNS@
2325
24 #if defined _@GUARD_PREFIX@_SYS_TIME_H
25
26 /* Simply delegate to the system's header, without adding anything. */
27 # if @HAVE_SYS_TIME_H@
28 # @INCLUDE_NEXT@ @NEXT_SYS_TIME_H@
29 # endif
30
31 #else
32
33 # define _@GUARD_PREFIX@_SYS_TIME_H
34
35 # if @HAVE_SYS_TIME_H@
36 # @INCLUDE_NEXT@ @NEXT_SYS_TIME_H@
37 # else
38 # include <time.h>
39 # endif
26 /* The include_next requires a split double-inclusion guard. */
27 #if @HAVE_SYS_TIME_H@
28 # @INCLUDE_NEXT@ @NEXT_SYS_TIME_H@
29 #endif
30
31 #ifndef _@GUARD_PREFIX@_SYS_TIME_H
32 #define _@GUARD_PREFIX@_SYS_TIME_H
33
34 #if ! @HAVE_SYS_TIME_H@
35 # include <time.h>
36 #endif
4037
4138 /* On native Windows with MSVC, get the 'struct timeval' type.
4239 Also, on native Windows with a 64-bit time_t, where we are overriding the
4340 'struct timeval' type, get all declarations of system functions whose
4441 signature contains 'struct timeval'. */
45 # if (defined _MSC_VER || @REPLACE_STRUCT_TIMEVAL@) && @HAVE_WINSOCK2_H@ && !defined _GL_INCLUDING_WINSOCK2_H
46 # define _GL_INCLUDING_WINSOCK2_H
47 # include <winsock2.h>
48 # undef _GL_INCLUDING_WINSOCK2_H
49 # endif
42 #if (defined _MSC_VER || @REPLACE_STRUCT_TIMEVAL@) && @HAVE_WINSOCK2_H@ && !defined _GL_INCLUDING_WINSOCK2_H
43 # define _GL_INCLUDING_WINSOCK2_H
44 # include <winsock2.h>
45 # undef _GL_INCLUDING_WINSOCK2_H
46 #endif
5047
5148 /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */
5249
5451
5552 /* The definition of _GL_WARN_ON_USE is copied here. */
5653
57 # ifdef __cplusplus
54 #ifdef __cplusplus
5855 extern "C" {
59 # endif
60
61 # if !@HAVE_STRUCT_TIMEVAL@ || @REPLACE_STRUCT_TIMEVAL@
62
63 # if @REPLACE_STRUCT_TIMEVAL@
64 # define timeval rpl_timeval
65 # endif
66
67 # if !GNULIB_defined_struct_timeval
56 #endif
57
58 #if !@HAVE_STRUCT_TIMEVAL@ || @REPLACE_STRUCT_TIMEVAL@
59
60 # if @REPLACE_STRUCT_TIMEVAL@
61 # define timeval rpl_timeval
62 # endif
63
64 # if !GNULIB_defined_struct_timeval
6865 struct timeval
6966 {
7067 time_t tv_sec;
7168 long int tv_usec;
7269 };
73 # define GNULIB_defined_struct_timeval 1
74 # endif
75
76 # endif
77
78 # ifdef __cplusplus
70 # define GNULIB_defined_struct_timeval 1
71 # endif
72
73 #endif
74
75 #ifdef __cplusplus
7976 }
80 # endif
81
82 # if @GNULIB_GETTIMEOFDAY@
83 # if @REPLACE_GETTIMEOFDAY@
84 # if !(defined __cplusplus && defined GNULIB_NAMESPACE)
85 # undef gettimeofday
86 # define gettimeofday rpl_gettimeofday
87 # endif
77 #endif
78
79 #if @GNULIB_GETTIMEOFDAY@
80 # if @REPLACE_GETTIMEOFDAY@
81 # if !(defined __cplusplus && defined GNULIB_NAMESPACE)
82 # undef gettimeofday
83 # define gettimeofday rpl_gettimeofday
84 # endif
8885 _GL_FUNCDECL_RPL (gettimeofday, int,
8986 (struct timeval *restrict, void *restrict)
9087 _GL_ARG_NONNULL ((1)));
9188 _GL_CXXALIAS_RPL (gettimeofday, int,
9289 (struct timeval *restrict, void *restrict));
93 # else
94 # if !@HAVE_GETTIMEOFDAY@
90 # else
91 # if !@HAVE_GETTIMEOFDAY@
9592 _GL_FUNCDECL_SYS (gettimeofday, int,
9693 (struct timeval *restrict, void *restrict)
9794 _GL_ARG_NONNULL ((1)));
98 # endif
95 # endif
9996 /* Need to cast, because on glibc systems, by default, the second argument is
10097 struct timezone *. */
10198 _GL_CXXALIAS_SYS_CAST (gettimeofday, int,
10299 (struct timeval *restrict, void *restrict));
103 # endif
100 # endif
104101 _GL_CXXALIASWARN (gettimeofday);
105 # elif defined GNULIB_POSIXCHECK
106 # undef gettimeofday
107 # if HAVE_RAW_DECL_GETTIMEOFDAY
102 #elif defined GNULIB_POSIXCHECK
103 # undef gettimeofday
104 # if HAVE_RAW_DECL_GETTIMEOFDAY
108105 _GL_WARN_ON_USE (gettimeofday, "gettimeofday is unportable - "
109106 "use gnulib module gettimeofday for portability");
110 # endif
111 # endif
107 # endif
108 #endif
112109
113110 /* Hide some function declarations from <winsock2.h>. */
114111
115 # if defined _MSC_VER && @HAVE_WINSOCK2_H@
116 # if !defined _@GUARD_PREFIX@_UNISTD_H
117 # if !(defined __cplusplus && defined GNULIB_NAMESPACE)
118 # undef close
119 # define close close_used_without_including_unistd_h
120 # else
112 #if defined _MSC_VER && @HAVE_WINSOCK2_H@
113 # if !defined _@GUARD_PREFIX@_UNISTD_H
114 # if !(defined __cplusplus && defined GNULIB_NAMESPACE)
115 # undef close
116 # define close close_used_without_including_unistd_h
117 # else
121118 _GL_WARN_ON_USE (close,
122119 "close() used without including <unistd.h>");
123 # endif
124 # if !(defined __cplusplus && defined GNULIB_NAMESPACE)
125 # undef gethostname
126 # define gethostname gethostname_used_without_including_unistd_h
127 # else
120 # endif
121 # if !(defined __cplusplus && defined GNULIB_NAMESPACE)
122 # undef gethostname
123 # define gethostname gethostname_used_without_including_unistd_h
124 # else
128125 _GL_WARN_ON_USE (gethostname,
129126 "gethostname() used without including <unistd.h>");
130 # endif
131 # endif
132 # if !defined _@GUARD_PREFIX@_SYS_SOCKET_H
133 # if !(defined __cplusplus && defined GNULIB_NAMESPACE)
134 # undef socket
135 # define socket socket_used_without_including_sys_socket_h
136 # undef connect
137 # define connect connect_used_without_including_sys_socket_h
138 # undef accept
139 # define accept accept_used_without_including_sys_socket_h
140 # undef bind
141 # define bind bind_used_without_including_sys_socket_h
142 # undef getpeername
143 # define getpeername getpeername_used_without_including_sys_socket_h
144 # undef getsockname
145 # define getsockname getsockname_used_without_including_sys_socket_h
146 # undef getsockopt
147 # define getsockopt getsockopt_used_without_including_sys_socket_h
148 # undef listen
149 # define listen listen_used_without_including_sys_socket_h
150 # undef recv
151 # define recv recv_used_without_including_sys_socket_h
152 # undef send
153 # define send send_used_without_including_sys_socket_h
154 # undef recvfrom
155 # define recvfrom recvfrom_used_without_including_sys_socket_h
156 # undef sendto
157 # define sendto sendto_used_without_including_sys_socket_h
158 # undef setsockopt
159 # define setsockopt setsockopt_used_without_including_sys_socket_h
160 # undef shutdown
161 # define shutdown shutdown_used_without_including_sys_socket_h
162 # else
127 # endif
128 # endif
129 # if !defined _@GUARD_PREFIX@_SYS_SOCKET_H
130 # if !(defined __cplusplus && defined GNULIB_NAMESPACE)
131 # undef socket
132 # define socket socket_used_without_including_sys_socket_h
133 # undef connect
134 # define connect connect_used_without_including_sys_socket_h
135 # undef accept
136 # define accept accept_used_without_including_sys_socket_h
137 # undef bind
138 # define bind bind_used_without_including_sys_socket_h
139 # undef getpeername
140 # define getpeername getpeername_used_without_including_sys_socket_h
141 # undef getsockname
142 # define getsockname getsockname_used_without_including_sys_socket_h
143 # undef getsockopt
144 # define getsockopt getsockopt_used_without_including_sys_socket_h
145 # undef listen
146 # define listen listen_used_without_including_sys_socket_h
147 # undef recv
148 # define recv recv_used_without_including_sys_socket_h
149 # undef send
150 # define send send_used_without_including_sys_socket_h
151 # undef recvfrom
152 # define recvfrom recvfrom_used_without_including_sys_socket_h
153 # undef sendto
154 # define sendto sendto_used_without_including_sys_socket_h
155 # undef setsockopt
156 # define setsockopt setsockopt_used_without_including_sys_socket_h
157 # undef shutdown
158 # define shutdown shutdown_used_without_including_sys_socket_h
159 # else
163160 _GL_WARN_ON_USE (socket,
164161 "socket() used without including <sys/socket.h>");
165162 _GL_WARN_ON_USE (connect,
188185 "setsockopt() used without including <sys/socket.h>");
189186 _GL_WARN_ON_USE (shutdown,
190187 "shutdown() used without including <sys/socket.h>");
191 # endif
192 # endif
193 # if !defined _@GUARD_PREFIX@_SYS_SELECT_H
194 # if !(defined __cplusplus && defined GNULIB_NAMESPACE)
195 # undef select
196 # define select select_used_without_including_sys_select_h
197 # else
188 # endif
189 # endif
190 # if !defined _@GUARD_PREFIX@_SYS_SELECT_H
191 # if !(defined __cplusplus && defined GNULIB_NAMESPACE)
192 # undef select
193 # define select select_used_without_including_sys_select_h
194 # else
198195 _GL_WARN_ON_USE (select,
199196 "select() used without including <sys/select.h>");
200 # endif
201 # endif
202 # endif
197 # endif
198 # endif
199 #endif
203200
204201 #endif /* _@GUARD_PREFIX@_SYS_TIME_H */
202 #endif /* _@GUARD_PREFIX@_SYS_TIME_H */
0 # serial 61
0 # serial 63
11
22 # Copyright (C) 1996-2001, 2003-2013 Free Software Foundation, Inc.
33 #
2626 # following run test, then default to *not* using the included regex.c.
2727 # If cross compiling, assume the test would fail and use the included
2828 # regex.c.
29 AC_CHECK_FUNCS_ONCE([alarm])
2930 AC_CACHE_CHECK([for working re_compile_pattern],
3031 [gl_cv_func_re_compile_pattern_working],
3132 [AC_RUN_IFELSE(
3233 [AC_LANG_PROGRAM(
33 [AC_INCLUDES_DEFAULT[
34 #include <locale.h>
35 #include <limits.h>
36 #include <regex.h>
37 ]],
34 [[#include <regex.h>
35
36 #include <locale.h>
37 #include <limits.h>
38 #include <string.h>
39 #if HAVE_ALARM
40 # include <unistd.h>
41 # include <signal.h>
42 #endif
43 ]],
3844 [[int result = 0;
3945 static struct re_pattern_buffer regex;
4046 unsigned char folded_chars[UCHAR_MAX + 1];
4248 const char *s;
4349 struct re_registers regs;
4450
45 /* http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html
46 This test needs valgrind to catch the bug on Debian
47 GNU/Linux 3.1 x86, but it might catch the bug better
48 on other platforms and it shouldn't hurt to try the
49 test here. */
51 #if HAVE_ALARM
52 /* Some builds of glibc go into an infinite loop on this test. */
53 signal (SIGALRM, SIG_DFL);
54 alarm (2);
55 #endif
5056 if (setlocale (LC_ALL, "en_US.UTF-8"))
5157 {
52 static char const pat[] = "insert into";
53 static char const data[] =
54 "\xFF\0\x12\xA2\xAA\xC4\xB1,K\x12\xC4\xB1*\xACK";
55 re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE
56 | RE_ICASE);
57 memset (&regex, 0, sizeof regex);
58 s = re_compile_pattern (pat, sizeof pat - 1, &regex);
59 if (s)
60 result |= 1;
61 else if (re_search (&regex, data, sizeof data - 1,
62 0, sizeof data - 1, &regs)
63 != -1)
64 result |= 1;
58 {
59 /* http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html
60 This test needs valgrind to catch the bug on Debian
61 GNU/Linux 3.1 x86, but it might catch the bug better
62 on other platforms and it shouldn't hurt to try the
63 test here. */
64 static char const pat[] = "insert into";
65 static char const data[] =
66 "\xFF\0\x12\xA2\xAA\xC4\xB1,K\x12\xC4\xB1*\xACK";
67 re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE
68 | RE_ICASE);
69 memset (&regex, 0, sizeof regex);
70 s = re_compile_pattern (pat, sizeof pat - 1, &regex);
71 if (s)
72 result |= 1;
73 else if (re_search (&regex, data, sizeof data - 1,
74 0, sizeof data - 1, &regs)
75 != -1)
76 result |= 1;
77 }
78
79 {
80 /* This test is from glibc bug 15078.
81 The test case is from Andreas Schwab in
82 <http://www.sourceware.org/ml/libc-alpha/2013-01/msg00967.html>.
83 */
84 static char const pat[] = "[^x]x";
85 static char const data[] =
86 "\xe1\x80\x80\xe1\x80\xbb\xe1\x80\xbd\xe1\x80\x94\xe1\x80"
87 "\xba\xe1\x80\xaf\xe1\x80\x95\xe1\x80\xbax";
88 re_set_syntax (0);
89 memset (&regex, 0, sizeof regex);
90 s = re_compile_pattern (pat, sizeof pat - 1, &regex);
91 if (s)
92 result |= 1;
93 else if (re_search (&regex, data, sizeof data - 1,
94 0, sizeof data - 1, 0)
95 != 21)
96 result |= 1;
97 }
98
6599 if (! setlocale (LC_ALL, "C"))
66100 return 1;
67101 }
00 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1.
1 .TH INFO "1" "January 2013" "info 4.13.95" "User Commands"
1 .TH INFO "1" "February 2013" "info 4.13.96" "User Commands"
22 .SH NAME
33 info \- read Info documents
44 .SH SYNOPSIS
00 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1.
1 .TH INFOKEY "1" "January 2013" "infokey 4.13.95" "User Commands"
1 .TH INFOKEY "1" "February 2013" "infokey 4.13.96" "User Commands"
22 .SH NAME
33 infokey \- compile customizations for Info
44 .SH SYNOPSIS
00 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1.
1 .TH INSTALL-INFO "1" "January 2013" "install-info 4.13.95" "User Commands"
1 .TH INSTALL-INFO "1" "February 2013" "install-info 4.13.96" "User Commands"
22 .SH NAME
33 install-info \- update info/dir entries
44 .SH SYNOPSIS
00 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1.
1 .TH MAKEINFO "1" "January 2013" "makeinfo 4.13.95" "User Commands"
1 .TH MAKEINFO "1" "February 2013" "makeinfo 4.13.96" "User Commands"
22 .SH NAME
33 makeinfo \- translate Texinfo documents
44 .SH SYNOPSIS
123123 .\" ========================================================================
124124 .\"
125125 .IX Title "POD2TEXI 1"
126 .TH POD2TEXI 1 "2013-01-27" "perl v5.16.2" "User Contributed Perl Documentation"
126 .TH POD2TEXI 1 "2013-02-04" "perl v5.16.2" "User Contributed Perl Documentation"
127127 .\" For nroff, turn off justification. Always turn off hyphenation; it makes
128128 .\" way too many mistakes in technical documents.
129129 .if n .ad l
133133 .SH "SYNOPSIS"
134134 .IX Header "SYNOPSIS"
135135 .Vb 1
136 \& pod2texi [OPTION]... POD\-FILE...
136 \& pod2texi [OPTION]... POD...
137137 .Ve
138138 .SH "DESCRIPTION"
139139 .IX Header "DESCRIPTION"
140 Translate Pod to Texinfo. If the \f(CW\*(C`\-\-base\-level\*(C'\fR is higher than 0, a
141 main manual including all the files is done otherwise all manuals are
142 standalone (the default).
140 Translate Pod file(s) to Texinfo. There are two basic modes of
141 operation. First, by default, each pod is translated to a standalone
142 Texinfo manual.
143 .PP
144 Second, if \f(CW\*(C`\-\-base\-level\*(C'\fR is set higher than 0, each pod is translated
145 to a file suitable for \f(CW@include\fR, and one more file with all the
146 \&\f(CW@include\fRs is generated, intended to be \f(CW@include\fRd in turn within a
147 hand-written top-level file.
143148 .SH "OPTIONS"
144149 .IX Header "OPTIONS"
145150 .IP "\fB\-\-base\-level\fR=\fINUM|NAME\fR" 4
146151 .IX Item "--base-level=NUM|NAME"
147 Sets the level of the head1 commands. It may be an integer or a Texinfo
148 sectioning command. If it is a Texinfo sectioning command the corresponding
149 level is used. If the resulting level is 1, this corresponds to
150 \&\f(CW@chapter\fR/@unnumbered level. If set to 0, the head1 commands level is
151 still 1, but the output manual is considered to be a standalone manual.
152 Sets the level of the \f(CW\*(C`head1\*(C'\fR commands. It may be an integer or a
153 Texinfo sectioning command (without the \f(CW\*(C`@\*(C'\fR): 1 corresponds to the
154 \&\f(CW@chapter\fR/\f(CW@unnumbered\fR level, 2 to the \f(CW@section\fR level, and so on.
155 The default is 0, meaning that \f(CW\*(C`head1\*(C'\fR commands are still output as
156 chapters, but the output is arranged as a standalone manual.
152157 .Sp
153 If the level is not 0, the pod file is rendered as a fragment of a
154 Texinfo manual. In that case, each pod file has an additional sectioning
155 command one level above the head1 commands level added for the whole
156 file. Therefore if you want to have each pod file as a chapter, you should
157 use \f(CW\*(C`section\*(C'\fR as the base level.
158 If the level is not 0, the pod file is rendered as a fragment of a
159 Texinfo manual suitable for \f(CW@include\fR. In this case, each pod file
160 has an additional sectioning command covering the entire file, one level
161 above the \f(CW\*(C`\-\-base\-level\*(C'\fR value. Therefore, to make each pod file a
162 chapter in a large manual, you should use \f(CW\*(C`section\*(C'\fR as the base level.
163 .Sp
164 For an example of making Texinfo out of the Perl documentation itself,
165 see \f(CW\*(C`contrib/perldoc\-all\*(C'\fR in the Texinfo source distribution, with
166 output available at <http://www.gnu.org/software/perl/manual>.
158167 .IP "\fB\-\-debug\fR=\fI\s-1NUM\s0\fR" 4
159168 .IX Item "--debug=NUM"
160169 Set debugging level to \fI\s-1NUM\s0\fR.
164173 .IP "\fB\-\-output\fR=\fI\s-1NAME\s0\fR" 4
165174 .IX Item "--output=NAME"
166175 Name for the first manual, or the main manual if there is a main manual.
167 Default is output on standard out.
176 Default is to write to standard output.
168177 .IP "\fB\-\-no\-section\-nodes\fR" 4
169178 .IX Item "--no-section-nodes"
170179 Use anchors for sections instead of nodes.
171180 .IP "\fB\-\-no\-fill\-section\-gaps\fR" 4
172181 .IX Item "--no-fill-section-gaps"
173 Do not fill sectioning gaps with empty \f(CW@unnumbered\fR.
182 Do not fill sectioning gaps with empty \f(CW@unnumbered\fR files.
183 Ordinarily, it's good to keep the sectioning hierarchy intact.
174184 .IP "\fB\-\-preamble\fR=\fI\s-1STR\s0\fR" 4
175185 .IX Item "--preamble=STR"
176 Insert \fI\s-1STR\s0\fR as top boilerplate before includes. The default is fairly
177 minimal, and sets \f(CW@documentencoding\fR to \f(CW\*(C`utf\-8\*(C'\fR. For example, you can
178 set this to the empty string and then write your own top-level
179 boilerplate which uses \f(CW@include\fR to incorporate the generated one.
186 Insert \fI\s-1STR\s0\fR as top boilerplate before includes. For standalone
187 documents (\f(CW\*(C`\-\-base\-level\*(C'\fR is 0), the default is a minimal beginning for
188 a Texinfo document, and sets \f(CW@documentencoding\fR to \f(CW\*(C`utf\-8\*(C'\fR. For
189 included documents (\f(CW\*(C`\-\-base\-level\*(C'\fR is nonzero), it is the empty string,
190 under the assumption that you will want your own top-level material,
191 and to \f(CW@include\fR the generated files.
180192 .IP "\fB\-\-subdir\fR=\fI\s-1NAME\s0\fR" 4
181193 .IX Item "--subdir=NAME"
182 If there is a main manual with include files, each corresponding to
183 an input pod file, then include files are put in the directory \fI\s-1NAME\s0\fR.
194 If there is a main manual with include files (each corresponding to
195 an input pod file), then those include files are put in directory \fI\s-1NAME\s0\fR.
184196 .IP "\fB\-\-unnumbered\-sections\fR" 4
185197 .IX Item "--unnumbered-sections"
186 Use unnumbered sectioning commands (@unnumbered...) instead of the default
187 numbered sectioning Texinfo @\-commands (@chapter, \f(CW@section\fR...).
198 Use unnumbered sectioning commands (\f(CW@unnumbered\fR, ...) instead of the
199 default numbered sectioning Texinfo @\-commands (\f(CW@chapter\fR,
200 \&\f(CW@section\fR, ...).
188201 .IP "\fB\-\-top\fR=\fI\s-1TOP\s0\fR" 4
189202 .IX Item "--top=TOP"
190203 Name of the \f(CW@top\fR element for the main manual. May contain Texinfo code.
193206 Display version information and exit.
194207 .SH "SEE ALSO"
195208 .IX Header "SEE ALSO"
196 Pod::Simple::Texinfo. The Texinfo manual. perlpod.
209 Pod::Simple::Texinfo. perlpod. The Texinfo manual.
210 Texinfo home page: <http://www.gnu.org/software/texinfo/>
197211 .SH "COPYRIGHT"
198212 .IX Header "COPYRIGHT"
199 Copyright (C) 2012 Free Software Foundation, Inc.
213 Copyright (C) 2013 Free Software Foundation, Inc.
200214 .PP
201215 This program is free software; you can redistribute it and/or modify
202216 it under the terms of the \s-1GNU\s0 General Public License as published by
206220 There is \s-1NO\s0 \s-1WARRANTY\s0, to the extent permitted by law.
207221 .SH "AUTHOR"
208222 .IX Header "AUTHOR"
209 Patrice Dumas <pertusus@free.fr>.
223 Patrice Dumas <bug\-texinfo@gnu.org>.
00 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1.
1 .TH TEXI2DVI "1" "January 2013" "texi2dvi 1.174" "User Commands"
1 .TH TEXI2DVI "1" "February 2013" "texi2dvi 1.174" "User Commands"
22 .SH NAME
33 texi2dvi \- convert Texinfo documents to DVI or PDF
44 .SH SYNOPSIS
00 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1.
1 .TH TEXINDEX "1" "January 2013" "texindex 4.13.95" "User Commands"
1 .TH TEXINDEX "1" "February 2013" "texindex 4.13.96" "User Commands"
22 .SH NAME
33 texindex \- sort Texinfo index files
44 .SH SYNOPSIS
4141 tp/Texinfo/Report.pm
4242 tp/Texinfo/Structuring.pm
4343 tp/init/chm.pm
44 tp/init/latex2html.pm
4445 tp/init/tex4ht.pm
4546 tp/texi2any.pl
4647 util/texindex.c
Binary diff not shown
+628
-538
po/cs.po less more
77 msgstr ""
88 "Project-Id-Version: texinfo 4.0\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
10 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1111 "PO-Revision-Date: 2000-10-31 15:17+01:00\n"
1212 "Last-Translator: Vladimir Michl <Vladimir.Michl@seznam.cz>\n"
1313 "Language-Team: Czech <cs@li.org>\n"
407407 msgstr "Více informací mù¾ete získat pomocí pøepínaèe --help.\n"
408408
409409 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
410 #: tp/texi2any.pl:829 util/texindex.c:295
410 #: tp/texi2any.pl:848 util/texindex.c:295
411411 #, c-format, perl-format
412412 msgid ""
413413 "Copyright (C) %s Free Software Foundation, Inc.\n"
19861986 " --version display version information and exit."
19871987 msgstr ""
19881988
1989 #: install-info/install-info.c:598 tp/texi2any.pl:817
1989 #: install-info/install-info.c:598 tp/texi2any.pl:836
19901990 #, fuzzy
19911991 msgid ""
19921992 "Email bug reports to bug-texinfo@gnu.org,\n"
21052105 msgstr "pro `%s' nebyly nalezeny ¾ádné polo¾ky"
21062106
21072107 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2108 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2109 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2110 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2111 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2112 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2113 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2108 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2109 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2110 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2111 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2112 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2113 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
21142114 #: tp/Texinfo/Convert/TexinfoXML.pm:429
21152115 #, fuzzy, perl-format
2116 msgid "Could not open %s for writing: %s"
2116 msgid "could not open %s for writing: %s"
21172117 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
21182118
21192119 #: tp/Texinfo/Common.pm:850
21392139 msgid "%s is not a valid split possibility"
21402140 msgstr "%s není platný kód jazyka (podle ISO 639)"
21412141
2142 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2143 #, fuzzy, perl-format
2144 msgid "Cannot read %s: %s"
2142 #: tp/Texinfo/Common.pm:1096
2143 #, fuzzy, perl-format
2144 msgid "could not read %s: %s"
21452145 msgstr "Výstupní soubor `%s' nelze vytvoøit."
21462146
2147 #: tp/Texinfo/Common.pm:1113
2148 #, fuzzy, perl-format
2149 msgid "Error on closing @verbatiminclude file %s: %s"
2147 #: tp/Texinfo/Common.pm:1114
2148 #, fuzzy, perl-format
2149 msgid "error on closing @verbatiminclude file %s: %s"
21502150 msgstr "Výstupní soubor `%s' nelze vytvoøit."
21512151
2152 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2153 #, fuzzy, perl-format
2154 msgid "@%s: Cannot find %s"
2152 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2153 #, fuzzy, perl-format
2154 msgid "@%s: could not find %s"
21552155 msgstr "Nelze najít `%s'."
21562156
2157 #: tp/Texinfo/Common.pm:1416
2158 #, fuzzy, perl-format
2159 msgid "Cannot open html refs config file %s: %s"
2157 #: tp/Texinfo/Common.pm:1417
2158 #, fuzzy, perl-format
2159 msgid "could not open html refs config file %s: %s"
21602160 msgstr "Výstupní soubor `%s' nelze vytvoøit."
21612161
2162 #: tp/Texinfo/Common.pm:1444
2163 msgid "Missing type"
2164 msgstr ""
2165
2166 #: tp/Texinfo/Common.pm:1447
2167 #, fuzzy, perl-format
2168 msgid "Unrecognized type: %s"
2162 #: tp/Texinfo/Common.pm:1445
2163 #, fuzzy
2164 msgid "missing type"
2165 msgstr "%c%s chybìjící uzavírací závorka"
2166
2167 #: tp/Texinfo/Common.pm:1448
2168 #, fuzzy, perl-format
2169 msgid "unrecognized type: %s"
21692170 msgstr "%s: neznámý pøepínaè `--%s'\n"
21702171
2171 #: tp/Texinfo/Common.pm:1463
2172 #, fuzzy, perl-format
2173 msgid "Error on closing html refs config file %s: %s"
2172 #: tp/Texinfo/Common.pm:1465
2173 #, fuzzy, perl-format
2174 msgid "error on closing html refs config file %s: %s"
21742175 msgstr "Výstupní soubor `%s' nelze vytvoøit."
21752176
2176 #: tp/Texinfo/Common.pm:1498
2177 #, perl-format
2178 msgid "%s:%d: no node to be renamed\n"
2179 msgstr ""
2180
2181 #: tp/Texinfo/Common.pm:1509
2182 #, perl-format
2183 msgid "%s:%d: nodes without a new name at the end of file\n"
2184 msgstr ""
2185
2186 #: tp/Texinfo/Common.pm:2000
2187 #, perl-format
2188 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2177 #: tp/Texinfo/Common.pm:1500
2178 msgid "no node to be renamed"
2179 msgstr ""
2180
2181 #: tp/Texinfo/Common.pm:1511
2182 msgid "nodes without a new name at the end of file"
2183 msgstr ""
2184
2185 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2186 #, fuzzy, perl-format
2187 msgid "could not open %s: %s"
2188 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
2189
2190 #: tp/Texinfo/Common.pm:2002
2191 #, perl-format
2192 msgid "could not protect hash character in @%s"
21892193 msgstr ""
21902194
21912195 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2192 #: tp/texi2any.pl:387 tp/texi2any.pl:404
21932196 #, fuzzy, perl-format
21942197 msgid "Obsolete variable %s\n"
21952198 msgstr "Nastavení promìnné: "
21962199
21972200 #: tp/Texinfo/Convert/Converter.pm:601
21982201 #, fuzzy, perl-format
2199 msgid "Can't create directories `%s' or `%s': %s"
2202 msgid "could not create directories `%s' or `%s': %s"
22002203 msgstr "Výstupní soubor `%s' nelze vytvoøit."
22012204
22022205 #: tp/Texinfo/Convert/Converter.pm:609
22032206 #, fuzzy, perl-format
2204 msgid "Can't create directories `%s': %s"
2207 msgid "could not create directory `%s': %s"
22052208 msgstr "Výstupní soubor `%s' nelze vytvoøit."
22062209
2207 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2208 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2209 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2210 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2211 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2212 #, fuzzy, perl-format
2213 msgid "Error on closing %s: %s"
2210 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2211 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2212 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2213 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2214 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2215 #, fuzzy, perl-format
2216 msgid "error on closing %s: %s"
22142217 msgstr "Výstupní soubor `%s' nelze vytvoøit."
22152218
2216 #: tp/Texinfo/Convert/DocBook.pm:898
2219 #: tp/Texinfo/Convert/DocBook.pm:899
22172220 #, fuzzy, perl-format
22182221 msgid "@image file `%s' not found, using `%s'"
22192222 msgstr "soubor `%s' v pøíkazu @image je neèitelný: %s"
22202223
2221 #: tp/Texinfo/Convert/HTML.pm:1677
2224 #: tp/Texinfo/Convert/HTML.pm:1678
22222225 #, fuzzy, perl-format
22232226 msgid "@image file `%s' (for HTML) not found, using `%s'"
22242227 msgstr "soubor `%s' v pøíkazu @image je neèitelný: %s"
22252228
2226 #: tp/Texinfo/Convert/HTML.pm:2345
2227 #, perl-format
2228 msgid "Raw format %s is not converted"
2229 msgstr ""
2230
2231 #: tp/Texinfo/Convert/HTML.pm:4814
2232 #, perl-format
2233 msgid "%s:%d: string not closed in css file"
2229 #: tp/Texinfo/Convert/HTML.pm:2347
2230 #, perl-format
2231 msgid "raw format %s is not converted"
22342232 msgstr ""
22352233
22362234 #: tp/Texinfo/Convert/HTML.pm:4816
2237 #, perl-format
2238 msgid "%s:%d: --css-include ended in comment"
2235 msgid "string not closed in css file"
22392236 msgstr ""
22402237
22412238 #: tp/Texinfo/Convert/HTML.pm:4818
2242 #, perl-format
2243 msgid "%s:%d: @import not finished in css file"
2244 msgstr ""
2245
2246 #: tp/Texinfo/Convert/HTML.pm:4844
2247 #, fuzzy, perl-format
2248 msgid "css file %s not found"
2239 msgid "--css-include ended in comment"
2240 msgstr ""
2241
2242 #: tp/Texinfo/Convert/HTML.pm:4820
2243 msgid "@import not finished in css file"
2244 msgstr ""
2245
2246 #: tp/Texinfo/Convert/HTML.pm:4846
2247 #, fuzzy, perl-format
2248 msgid "CSS file %s not found"
22492249 msgstr "%cend makro nebylo nalezeno"
22502250
2251 #: tp/Texinfo/Convert/HTML.pm:4850
2251 #: tp/Texinfo/Convert/HTML.pm:4852
22522252 #, fuzzy, perl-format
22532253 msgid "could not open --include-file %s: %s"
22542254 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
22552255
2256 #: tp/Texinfo/Convert/HTML.pm:4860
2257 #, fuzzy, perl-format
2258 msgid "Error on closing CSS file %s: %s"
2256 #: tp/Texinfo/Convert/HTML.pm:4862
2257 #, fuzzy, perl-format
2258 msgid "error on closing CSS file %s: %s"
22592259 msgstr "Výstupní soubor `%s' nelze vytvoøit."
22602260
2261 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2262 #, fuzzy, perl-format
2263 msgid "No htmlxref.cnf entry found for `%s'"
2261 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2262 #, fuzzy, perl-format
2263 msgid "no htmlxref.cnf entry found for `%s'"
22642264 msgstr "odpovídající polo¾ky rejstøíku nebyly pro `%s' nalezeny\n"
22652265
2266 #: tp/Texinfo/Convert/HTML.pm:6495
2267 #, fuzzy, perl-format
2268 msgid "Error on closing frame file %s: %s"
2266 #: tp/Texinfo/Convert/HTML.pm:6506
2267 #, fuzzy, perl-format
2268 msgid "error on closing frame file %s: %s"
22692269 msgstr "Výstupní soubor `%s' nelze vytvoøit."
22702270
2271 #: tp/Texinfo/Convert/HTML.pm:6519
2272 #, fuzzy, perl-format
2273 msgid "Error on closing TOC frame file %s: %s"
2271 #: tp/Texinfo/Convert/HTML.pm:6530
2272 #, fuzzy, perl-format
2273 msgid "error on closing TOC frame file %s: %s"
22742274 msgstr "Výstupní soubor `%s' nelze vytvoøit."
22752275
2276 #: tp/Texinfo/Convert/HTML.pm:6634
2277 #, perl-format
2278 msgid "Handler %s of stage %s priority %s failed"
2279 msgstr ""
2280
2281 #: tp/Texinfo/Convert/HTML.pm:6835
2282 msgid "Must specify a title with a title command or @top"
2283 msgstr ""
2284
2285 #: tp/Texinfo/Convert/HTML.pm:7040
2286 #, perl-format
2287 msgid "Error on closing redirection node file %s: %s"
2288 msgstr ""
2289
2290 #: tp/Texinfo/Convert/HTML.pm:7065
2291 #, fuzzy, perl-format
2292 msgid "Old name for `%s' is a node of the document"
2276 #: tp/Texinfo/Convert/HTML.pm:6645
2277 #, perl-format
2278 msgid "handler %s of stage %s priority %s failed"
2279 msgstr ""
2280
2281 #: tp/Texinfo/Convert/HTML.pm:6846
2282 msgid "must specify a title with a title command or @top"
2283 msgstr ""
2284
2285 #: tp/Texinfo/Convert/HTML.pm:7055
2286 #, fuzzy, perl-format
2287 msgid "error on closing redirection node file %s: %s"
2288 msgstr "Výstupní soubor `%s' nelze vytvoøit."
2289
2290 #: tp/Texinfo/Convert/HTML.pm:7080
2291 #, fuzzy, perl-format
2292 msgid "old name for `%s' is a node of the document"
22932293 msgstr "V tomto dokumentu není pro tento uzel pøedchozí nebo vy¹¹í uzel."
22942294
2295 #: tp/Texinfo/Convert/HTML.pm:7069
2296 #, fuzzy, perl-format
2297 msgid "File empty for renamed node `%s'"
2295 #: tp/Texinfo/Convert/HTML.pm:7086
2296 #, fuzzy, perl-format
2297 msgid "file empty for renamed node `%s'"
22982298 msgstr "uzel `%s' - nesmìøuje na nìj ¾ádný odkaz"
22992299
2300 #: tp/Texinfo/Convert/HTML.pm:7081
2301 #, perl-format
2302 msgid "Target node (new name for `%s') not in document: %s"
2303 msgstr ""
2304
2305 #: tp/Texinfo/Convert/HTML.pm:7113
2306 #, fuzzy, perl-format
2307 msgid "Error on closing renamed node redirection file %s: %s"
2300 #: tp/Texinfo/Convert/HTML.pm:7100
2301 #, perl-format
2302 msgid "target node (new name for `%s') not in document: %s"
2303 msgstr ""
2304
2305 #: tp/Texinfo/Convert/HTML.pm:7132
2306 #, fuzzy, perl-format
2307 msgid "error on closing renamed node redirection file %s: %s"
23082308 msgstr "Výstupní soubor `%s' nelze vytvoøit."
23092309
2310 #: tp/Texinfo/Convert/HTML.pm:7151
2311 #, fuzzy
2312 msgid "Empty node name"
2310 #: tp/Texinfo/Convert/HTML.pm:7170
2311 #, fuzzy
2312 msgid "empty node name"
23132313 msgstr "odpovídající polo¾ky rejstøíku nebyly pro `%s' nalezeny\n"
23142314
2315 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2316 #, perl-format
2317 msgid "Syntax for an external node used for `%s'"
2315 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2316 #, perl-format
2317 msgid "syntax for an external node used for `%s'"
23182318 msgstr ""
23192319
23202320 #: tp/Texinfo/Convert/Info.pm:99
23212321 #, fuzzy
2322 msgid "Document without nodes."
2322 msgid "document without nodes"
23232323 msgstr "V tomto uzlu není menu."
23242324
2325 #: tp/Texinfo/Convert/Info.pm:115
2326 msgid "Document without Top node."
2327 msgstr ""
2328
2329 #: tp/Texinfo/Convert/Info.pm:151
2330 #, perl-format
2331 msgid "Rename %s failed: %s"
2332 msgstr ""
2333
2334 #: tp/Texinfo/Convert/Info.pm:226
2325 #: tp/Texinfo/Convert/Info.pm:116
2326 #, fuzzy
2327 msgid "document without Top node"
2328 msgstr "V tomto uzlu není menu."
2329
2330 #: tp/Texinfo/Convert/Info.pm:153
2331 #, perl-format
2332 msgid "rename %s failed: %s"
2333 msgstr ""
2334
2335 #: tp/Texinfo/Convert/Info.pm:228
23352336 #, perl-format
23362337 msgid "@%s output more than once: %s"
23372338 msgstr ""
23382339
2339 #: tp/Texinfo/Convert/Info.pm:340
2340 #: tp/Texinfo/Convert/Info.pm:346
23402341 #, fuzzy, perl-format
23412342 msgid "@%s outside of any node"
23422343 msgstr "(mimo v¹echny uzly)"
23432344
2344 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2345 #, perl-format
2346 msgid "Entry for index `%s' outside of any node"
2345 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2346 #, fuzzy, perl-format
2347 msgid "entry for index `%s' outside of any node"
23472348 msgstr "Polo¾ka pro rejstøík `%s' je mimo v¹echny uzly"
23482349
23492350 #: tp/Texinfo/Convert/Plaintext.pm:1217
23502351 #, fuzzy, perl-format
2351 msgid "Error on closing image text file %s: %s"
2352 msgid "error on closing image text file %s: %s"
23522353 msgstr "Výstupní soubor `%s' nelze vytvoøit."
23532354
23542355 #: tp/Texinfo/Convert/Plaintext.pm:1222
23562357 msgid "@image file `%s' unreadable: %s"
23572358 msgstr "soubor `%s' v pøíkazu @image je neèitelný: %s"
23582359
2359 #: tp/Texinfo/Convert/Plaintext.pm:1250
2360 #, fuzzy, perl-format
2361 msgid "Cannot find @image file `%s.txt' nor alternate text"
2360 #: tp/Texinfo/Convert/Plaintext.pm:1251
2361 #, fuzzy, perl-format
2362 msgid "could not find @image file `%s.txt' nor alternate text"
23622363 msgstr "Uzel `%s' nelze nalézt."
23632364
2364 #: tp/Texinfo/Convert/Plaintext.pm:1615
2365 #: tp/Texinfo/Convert/Plaintext.pm:1617
23652366 msgid ""
23662367 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
23672368 "avoid that"
23682369 msgstr ""
23692370
2370 #: tp/Texinfo/Convert/Plaintext.pm:1845
2371 #: tp/Texinfo/Convert/Plaintext.pm:1849
23712372 #, fuzzy, perl-format
23722373 msgid "`.' or `,' must follow @xref, not %s"
23732374 msgstr "`.' nebo `,' musí následovat za køí¾ovým odkazem, ale ne za %c"
23742375
2375 #: tp/Texinfo/Convert/Plaintext.pm:1847
2376 #: tp/Texinfo/Convert/Plaintext.pm:1852
23762377 #, fuzzy
23772378 msgid "`.' or `,' must follow @xref"
23782379 msgstr "`.' nebo `,' musí následovat za køí¾ovým odkazem, ale ne za %c"
23822383 msgid "@%s should only appear at beginning or end of document"
23832384 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
23842385
2385 #: tp/Texinfo/Parser.pm:837
2386 #, fuzzy, perl-format
2387 msgid "Can't read file %s: %s"
2388 msgstr "Výstupní soubor `%s' nelze vytvoøit."
2389
23902386 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
23912387 #, perl-format
2392 msgid "Multiple @%s"
2388 msgid "multiple @%s"
23932389 msgstr ""
23942390
23952391 #: tp/Texinfo/Parser.pm:1100
23962392 #, fuzzy, perl-format
2397 msgid "Bad syntax for @%s argument: %s"
2393 msgid "bad syntax for @%s argument: %s"
23982394 msgstr "©patný argument pro %c%s"
23992395
24002396 #: tp/Texinfo/Parser.pm:1116
2401 #, perl-format
2402 msgid "Bad or empty @%s formal argument: %s"
2403 msgstr ""
2404
2405 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2406 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2407 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2397 #, fuzzy, perl-format
2398 msgid "bad or empty @%s formal argument: %s"
2399 msgstr "©patný argument pro %c%s"
2400
2401 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2402 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2403 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
24082404 #, perl-format
24092405 msgid "%c%s requires a name"
24102406 msgstr "%c%s po¾aduje jméno"
24112407
2412 #: tp/Texinfo/Parser.pm:1235
2408 #: tp/Texinfo/Parser.pm:1238
24132409 #, perl-format
24142410 msgid "%c%s missing close brace"
24152411 msgstr "%c%s chybìjící uzavírací závorka"
24162412
2417 #: tp/Texinfo/Parser.pm:1238
2413 #: tp/Texinfo/Parser.pm:1241
24182414 #, fuzzy, perl-format
24192415 msgid "@%s missing closing delimiter sequence: %s}"
24202416 msgstr "%c%s chybìjící uzavírací závorka"
24212417
2422 #: tp/Texinfo/Parser.pm:1351
2418 #: tp/Texinfo/Parser.pm:1354
24232419 #, fuzzy, perl-format
24242420 msgid "@itemx should not begin @%s"
24252421 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
24262422
2427 #: tp/Texinfo/Parser.pm:1419
2423 #: tp/Texinfo/Parser.pm:1422
24282424 msgid "@itemx must follow @item"
24292425 msgstr ""
24302426
2431 #: tp/Texinfo/Parser.pm:1587
2427 #: tp/Texinfo/Parser.pm:1590
24322428 #, perl-format
24332429 msgid "@%s has text but no @item"
24342430 msgstr ""
24352431
2436 #: tp/Texinfo/Parser.pm:1617
2432 #: tp/Texinfo/Parser.pm:1620
24372433 #, perl-format
24382434 msgid "`@end' expected `%s', but saw `%s'"
24392435 msgstr "`@end' vy¾aduje `%s', ale vidí `%s'"
24402436
2441 #: tp/Texinfo/Parser.pm:1620
2437 #: tp/Texinfo/Parser.pm:1623
24422438 #, fuzzy, perl-format
24432439 msgid "@%s seen before @end %s"
24442440 msgstr "@menu spatøeno pøed prvním @node, vytvoøen uzel `Top'"
24452441
2446 #: tp/Texinfo/Parser.pm:1624
2447 #, perl-format
2448 msgid "No matching `%cend %s'"
2442 #: tp/Texinfo/Parser.pm:1627
2443 #, fuzzy, perl-format
2444 msgid "no matching `%cend %s'"
24492445 msgstr "Chybí odpovídající `%cend %s'"
24502446
2451 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2452 #: tp/Texinfo/Parser.pm:5125
2453 #, perl-format
2454 msgid "Misplaced %c"
2447 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2448 #: tp/Texinfo/Parser.pm:5150
2449 #, fuzzy, perl-format
2450 msgid "misplaced %c"
24552451 msgstr "©patnì umístìný znak %c"
24562452
2457 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2458 #, perl-format
2459 msgid "Unmatched `%c%s'"
2453 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2454 #, fuzzy, perl-format
2455 msgid "unmatched `%c%s'"
24602456 msgstr "Nepárový `%c%s'"
24612457
2462 #: tp/Texinfo/Parser.pm:1972
2463 #, fuzzy, perl-format
2464 msgid "Macro `%s' called with too many args"
2458 #: tp/Texinfo/Parser.pm:1976
2459 #, fuzzy, perl-format
2460 msgid "macro `%s' called with too many args"
24652461 msgstr "Makro `%s' volané na øádku %d s pøíli¹ mnoha argumenty"
24662462
2467 #: tp/Texinfo/Parser.pm:1994
2463 #: tp/Texinfo/Parser.pm:1998
24682464 #, fuzzy, perl-format
24692465 msgid "@%s missing close brace"
24702466 msgstr "%c%s chybìjící uzavírací závorka"
24712467
2472 #: tp/Texinfo/Parser.pm:2001
2473 #, fuzzy, perl-format
2474 msgid "Macro `%s' declared without argument called with an argument"
2468 #: tp/Texinfo/Parser.pm:2006
2469 #, fuzzy, perl-format
2470 msgid "macro `%s' declared without argument called with an argument"
24752471 msgstr "Makro `%s' volané na øádku %d s pøíli¹ mnoha argumenty"
24762472
2477 #: tp/Texinfo/Parser.pm:2035
2473 #: tp/Texinfo/Parser.pm:2041
24782474 #, fuzzy, perl-format
24792475 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
24802476 msgstr "\\ pøi expanzi makra následováno `%s' místo \\ nebo jména parametru"
24812477
2482 #: tp/Texinfo/Parser.pm:2430
2478 #: tp/Texinfo/Parser.pm:2436
24832479 #, fuzzy, perl-format
24842480 msgid "@%s `%s' previously defined"
24852481 msgstr "makro `%s' ji¾ bylo definováno"
24862482
2487 #: tp/Texinfo/Parser.pm:2435
2483 #: tp/Texinfo/Parser.pm:2441
24882484 #, fuzzy, perl-format
24892485 msgid "here is the previous definition as @%s"
24902486 msgstr "zde je pøedchozí definice `%s'"
24912487
2492 #: tp/Texinfo/Parser.pm:2796
2493 #, fuzzy, perl-format
2494 msgid "Missing name for @%s"
2488 #: tp/Texinfo/Parser.pm:2802
2489 #, fuzzy, perl-format
2490 msgid "missing name for @%s"
24952491 msgstr "Chybìjící `}' v argumentu @def"
24962492
2497 #: tp/Texinfo/Parser.pm:2801
2498 #, perl-format
2499 msgid "Missing category for @%s"
2500 msgstr ""
2501
2502 #: tp/Texinfo/Parser.pm:2853
2503 #, fuzzy, perl-format
2504 msgid "Unexpected argument on @%s line: %s"
2493 #: tp/Texinfo/Parser.pm:2807
2494 #, fuzzy, perl-format
2495 msgid "missing category for @%s"
2496 msgstr "Chybìjící `}' v argumentu @def"
2497
2498 #: tp/Texinfo/Parser.pm:2859
2499 #, fuzzy, perl-format
2500 msgid "unexpected argument on @%s line: %s"
25052501 msgstr "©patný argument pro %c%s"
25062502
2507 #: tp/Texinfo/Parser.pm:2869
2503 #: tp/Texinfo/Parser.pm:2875
25082504 #, fuzzy
25092505 msgid "empty multitable"
25102506 msgstr "%s: prázdný soubor"
25112507
2512 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2513 #, fuzzy, perl-format
2514 msgid "Superfluous argument to @%s"
2508 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2509 #, fuzzy, perl-format
2510 msgid "superfluous argument to @%s"
25152511 msgstr "©patný argument pro %c%s"
25162512
2517 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2518 #: tp/Texinfo/Parser.pm:5379
2519 #, fuzzy, perl-format
2520 msgid "Bad argument to @%s"
2513 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2514 #: tp/Texinfo/Parser.pm:5405
2515 #, fuzzy, perl-format
2516 msgid "bad argument to @%s"
25212517 msgstr "©patný argument pro %c%s"
25222518
2523 #: tp/Texinfo/Parser.pm:2942
2519 #: tp/Texinfo/Parser.pm:2948
25242520 #, perl-format
25252521 msgid "%s requires an argument: the formatter for %citem"
25262522 msgstr "%s vy¾aduje argument : formátovaè pro %citem"
25272523
2528 #: tp/Texinfo/Parser.pm:2947
2529 #, perl-format
2530 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2531 msgstr ""
2532
2533 #: tp/Texinfo/Parser.pm:2982
2534 #, fuzzy, perl-format
2535 msgid "Accent command `@%s' not allowed as @%s argument"
2524 #: tp/Texinfo/Parser.pm:2953
2525 #, perl-format
2526 msgid "command @%s not accepting argument in brace should not be on @%s line"
2527 msgstr ""
2528
2529 #: tp/Texinfo/Parser.pm:2988
2530 #, fuzzy, perl-format
2531 msgid "accent command `@%s' not allowed as @%s argument"
25362532 msgstr "©patný argument pro %c%s"
25372533
2538 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2539 #: tp/Texinfo/Parser.pm:5338
2534 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2535 #: tp/Texinfo/Parser.pm:5364
25402536 #, fuzzy, perl-format
25412537 msgid "@%s missing argument"
25422538 msgstr "%s: chybí argument jména souboru.\n"
25432539
2544 #: tp/Texinfo/Parser.pm:3072
2545 #, fuzzy, perl-format
2546 msgid "Unknown @end %s"
2540 #: tp/Texinfo/Parser.pm:3078
2541 #, fuzzy, perl-format
2542 msgid "unknown @end %s"
25472543 msgstr "Neznámı rejstøík `%s'"
25482544
2549 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2550 #, fuzzy, perl-format
2551 msgid "Superfluous argument to @%s %s: %s"
2545 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2546 #, fuzzy, perl-format
2547 msgid "superfluous argument to @%s %s: %s"
25522548 msgstr "©patný argument pro %c%s"
25532549
2554 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2555 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2556 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2557 #, fuzzy, perl-format
2558 msgid "Bad argument to @%s: %s"
2550 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2551 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2552 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2553 #, fuzzy, perl-format
2554 msgid "bad argument to @%s: %s"
25592555 msgstr "©patný argument pro %c%s"
25602556
2561 #: tp/Texinfo/Parser.pm:3118
2562 #, fuzzy, perl-format
2563 msgid "@%s: Cannot open %s: %s"
2557 #: tp/Texinfo/Parser.pm:3124
2558 #, fuzzy, perl-format
2559 msgid "@%s: could not open %s: %s"
25642560 msgstr "Nelze najít `%s'."
25652561
2566 #: tp/Texinfo/Parser.pm:3130
2567 #, perl-format
2568 msgid "Encoding `%s' is not a canonical texinfo encoding"
2569 msgstr ""
2570
2571 #: tp/Texinfo/Parser.pm:3139
2562 #: tp/Texinfo/Parser.pm:3136
2563 #, perl-format
2564 msgid "encoding `%s' is not a canonical texinfo encoding"
2565 msgstr ""
2566
2567 #: tp/Texinfo/Parser.pm:3145
25722568 #, fuzzy, perl-format
25732569 msgid "unrecognized encoding name `%s'"
25742570 msgstr "%s: neznámý pøepínaè `--%s'\n"
25752571
2576 #: tp/Texinfo/Parser.pm:3289
2572 #: tp/Texinfo/Parser.pm:3295
25772573 #, perl-format
25782574 msgid "@%s after the first element"
25792575 msgstr ""
25802576
2581 #: tp/Texinfo/Parser.pm:3296
2577 #: tp/Texinfo/Parser.pm:3302
25822578 #, fuzzy, perl-format
25832579 msgid "@%s only meaningful on a @multitable line"
25842580 msgstr "@%s není myslitelné uvnitø `@%s' bloku"
25852581
2586 #: tp/Texinfo/Parser.pm:3336
2582 #: tp/Texinfo/Parser.pm:3342
25872583 #, fuzzy, perl-format
25882584 msgid "@%s should not be associated with @top"
25892585 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
25902586
2591 #: tp/Texinfo/Parser.pm:3348
2587 #: tp/Texinfo/Parser.pm:3354
25922588 #, fuzzy, perl-format
25932589 msgid "@node precedes @%s, but parts may not be associated with nodes"
25942590 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
25952591
2596 #: tp/Texinfo/Parser.pm:3450
2597 #, fuzzy, perl-format
2598 msgid "Empty argument in @%s"
2592 #: tp/Texinfo/Parser.pm:3456
2593 #, fuzzy, perl-format
2594 msgid "empty argument in @%s"
25992595 msgstr "©patný argument pro %c%s"
26002596
2601 #: tp/Texinfo/Parser.pm:3454
2602 #, perl-format
2603 msgid "Empty node name after expansion `%s'"
2604 msgstr ""
2605
2606 #: tp/Texinfo/Parser.pm:3497
2607 #, fuzzy, perl-format
2608 msgid "Empty menu entry name in `%s'"
2597 #: tp/Texinfo/Parser.pm:3460
2598 #, fuzzy, perl-format
2599 msgid "empty node name after expansion `%s'"
26092600 msgstr "©patný argument pro %c%s"
26102601
2611 #: tp/Texinfo/Parser.pm:3505
2612 #, fuzzy
2613 msgid "Empty node name in menu entry"
2602 #: tp/Texinfo/Parser.pm:3503
2603 #, fuzzy, perl-format
2604 msgid "empty menu entry name in `%s'"
2605 msgstr "©patný argument pro %c%s"
2606
2607 #: tp/Texinfo/Parser.pm:3511
2608 #, fuzzy
2609 msgid "empty node name in menu entry"
26142610 msgstr "odpovídající polo¾ky rejstøíku nebyly pro `%s' nalezeny\n"
26152611
2616 #: tp/Texinfo/Parser.pm:3578
2612 #: tp/Texinfo/Parser.pm:3584
26172613 #, fuzzy, perl-format
26182614 msgid "@%s should not appear in @%s"
26192615 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
26202616
2621 #: tp/Texinfo/Parser.pm:3710
2617 #: tp/Texinfo/Parser.pm:3716
26222618 #, fuzzy, perl-format
26232619 msgid "@end %s should only appear at a line beginning"
26242620 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
26252621
2626 #: tp/Texinfo/Parser.pm:3733
2622 #: tp/Texinfo/Parser.pm:3739
26272623 #, perl-format
26282624 msgid "macro `%s' previously defined"
26292625 msgstr "makro `%s' ji¾ bylo definováno"
26302626
2631 #: tp/Texinfo/Parser.pm:3735
2627 #: tp/Texinfo/Parser.pm:3742
26322628 #, perl-format
26332629 msgid "here is the previous definition of `%s'"
26342630 msgstr "zde je pøedchozí definice `%s'"
26352631
2636 #: tp/Texinfo/Parser.pm:3739
2637 #, perl-format
2638 msgid "Redefining Texinfo language command: @%s"
2639 msgstr ""
2640
2641 #: tp/Texinfo/Parser.pm:3788
2632 #: tp/Texinfo/Parser.pm:3747
2633 #, perl-format
2634 msgid "redefining Texinfo language command: @%s"
2635 msgstr ""
2636
2637 #: tp/Texinfo/Parser.pm:3796
26422638 #, perl-format
26432639 msgid "@%s without associated character"
26442640 msgstr ""
26452641
2646 #: tp/Texinfo/Parser.pm:3849
2642 #: tp/Texinfo/Parser.pm:3858
26472643 #, perl-format
26482644 msgid ""
26492645 "@%s defined with zero or more than one argument should be invoked with {}"
26502646 msgstr ""
26512647
2652 #: tp/Texinfo/Parser.pm:3872
2653 #, perl-format
2654 msgid ""
2655 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2648 #: tp/Texinfo/Parser.pm:3882
2649 #, perl-format
2650 msgid ""
2651 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
26562652 "value %d)"
26572653 msgstr ""
26582654
2659 #: tp/Texinfo/Parser.pm:3880
2660 #, perl-format
2661 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2662 msgstr ""
2663
2664 #: tp/Texinfo/Parser.pm:3935
2665 #, perl-format
2666 msgid "Accent command `@%s' must not be followed by whitespace"
2667 msgstr ""
2668
2669 #: tp/Texinfo/Parser.pm:3941
2670 #, perl-format
2671 msgid "Use braces to give a command as an argument to @%s"
2655 #: tp/Texinfo/Parser.pm:3891
2656 #, perl-format
2657 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2658 msgstr ""
2659
2660 #: tp/Texinfo/Parser.pm:3947
2661 #, fuzzy, perl-format
2662 msgid "accent command `@%s' must not be followed by whitespace"
2663 msgstr "©patný argument pro %c%s"
2664
2665 #: tp/Texinfo/Parser.pm:3953
2666 #, fuzzy, perl-format
2667 msgid "use braces to give a command as an argument to @%s"
26722668 msgstr "Pou¾ijte závorky k zadání pøíkazu jako argumentu @%s"
26732669
2674 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2670 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
26752671 #, fuzzy, perl-format
26762672 msgid "%c%s expects `i' or `j' as argument, not `%s'"
26772673 msgstr "%c%s vy¾aduje `i' nebo `j' jako argument, ne `%c'"
26782674
2679 #: tp/Texinfo/Parser.pm:3966
2680 #, perl-format
2681 msgid "Accent command `@%s' must not be followed by new line"
2682 msgstr ""
2683
2684 #: tp/Texinfo/Parser.pm:3977
2675 #: tp/Texinfo/Parser.pm:3978
2676 #, fuzzy, perl-format
2677 msgid "accent command `@%s' must not be followed by new line"
2678 msgstr "©patný argument pro %c%s"
2679
2680 #: tp/Texinfo/Parser.pm:3989
26852681 #, fuzzy, perl-format
26862682 msgid "@%s expected braces"
26872683 msgstr "%c%s oèekáváno `{...}'"
26882684
2689 #: tp/Texinfo/Parser.pm:4136
2685 #: tp/Texinfo/Parser.pm:4148
26902686 #, perl-format
26912687 msgid "undefined flag: %s"
26922688 msgstr ""
26932689
2694 #: tp/Texinfo/Parser.pm:4139
2695 msgid "Bad syntax for @value"
2696 msgstr ""
2697
2698 #: tp/Texinfo/Parser.pm:4146
2690 #: tp/Texinfo/Parser.pm:4151
2691 #, fuzzy
2692 msgid "bad syntax for @value"
2693 msgstr "©patný argument pro %c%s"
2694
2695 #: tp/Texinfo/Parser.pm:4158
26992696 #, fuzzy, perl-format
27002697 msgid "%c%s is obsolete."
27012698 msgstr "Pøíkaz %c%s je zastaralı"
27022699
2703 #: tp/Texinfo/Parser.pm:4149
2700 #: tp/Texinfo/Parser.pm:4161
27042701 #, fuzzy, perl-format
27052702 msgid "%c%s is obsolete; %s"
27062703 msgstr "Pøíkaz %c%s je zastaralı"
27072704
2708 #: tp/Texinfo/Parser.pm:4157
2705 #: tp/Texinfo/Parser.pm:4170
27092706 #, fuzzy, perl-format
27102707 msgid "@%s should only appear at a line beginning"
27112708 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
27122709
2713 #: tp/Texinfo/Parser.pm:4247
2710 #: tp/Texinfo/Parser.pm:4261
27142711 #, fuzzy, perl-format
27152712 msgid "@%s not allowed inside `@%s' block"
27162713 msgstr "@%s není myslitelné uvnitø `@%s' bloku"
27172714
2718 #: tp/Texinfo/Parser.pm:4255
2715 #: tp/Texinfo/Parser.pm:4270
27192716 #, fuzzy, perl-format
27202717 msgid "@%s should only appear in heading or footing"
27212718 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
27222719
2723 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2724 #: tp/Texinfo/Parser.pm:4437
2720 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2721 #: tp/Texinfo/Parser.pm:4458
27252722 #, perl-format
27262723 msgid "@%s not meaningful inside `@%s' block"
27272724 msgstr "@%s není myslitelné uvnitø `@%s' bloku"
27282725
2729 #: tp/Texinfo/Parser.pm:4398
2726 #: tp/Texinfo/Parser.pm:4418
27302727 #, fuzzy, perl-format
27312728 msgid "@%s in empty multitable"
27322729 msgstr "%s: prázdný soubor"
27332730
2734 #: tp/Texinfo/Parser.pm:4403
2731 #: tp/Texinfo/Parser.pm:4424
27352732 msgid "@tab before @item"
27362733 msgstr ""
27372734
2738 #: tp/Texinfo/Parser.pm:4406
2739 #, perl-format
2740 msgid "Too many columns in multitable item (max %d)"
2735 #: tp/Texinfo/Parser.pm:4427
2736 #, fuzzy, perl-format
2737 msgid "too many columns in multitable item (max %d)"
27412738 msgstr "Pøíli¹ mnoho sloupcù v multitabulkové polo¾ce (max %d)"
27422739
2743 #: tp/Texinfo/Parser.pm:4443
2740 #: tp/Texinfo/Parser.pm:4464
27442741 msgid "ignoring @tab outside of multitable"
27452742 msgstr "pøíkaz `@tab' ignorován, je mimo multitabulku"
27462743
2747 #: tp/Texinfo/Parser.pm:4447
2744 #: tp/Texinfo/Parser.pm:4468
27482745 #, perl-format
27492746 msgid "@%s outside of table or list"
27502747 msgstr ""
27512748
2752 #: tp/Texinfo/Parser.pm:4482
2753 #, perl-format
2754 msgid "Must be after `@%s' to use `@%s'"
2755 msgstr ""
2756
2757 #: tp/Texinfo/Parser.pm:4524
2749 #: tp/Texinfo/Parser.pm:4503
2750 #, fuzzy, perl-format
2751 msgid "must be after `@%s' to use `@%s'"
2752 msgstr "soubor `%s' v pøíkazu @image je neèitelný: %s"
2753
2754 #: tp/Texinfo/Parser.pm:4545
27582755 #, perl-format
27592756 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
27602757 msgstr ""
27612758
2762 #: tp/Texinfo/Parser.pm:4528
2759 #: tp/Texinfo/Parser.pm:4549
27632760 #, fuzzy
27642761 msgid "@dircategory after first node"
27652762 msgstr "@menu spatøeno pøed prvním @node, vytvoøen uzel `Top'"
27662763
2767 #: tp/Texinfo/Parser.pm:4686
2768 #, fuzzy, perl-format
2769 msgid "Region %s inside region %s is not allowed"
2764 #: tp/Texinfo/Parser.pm:4708
2765 #, fuzzy, perl-format
2766 msgid "region %s inside region %s is not allowed"
27702767 msgstr "Poznámka pod èarou definována bez rodièovského uzlu"
27712768
2772 #: tp/Texinfo/Parser.pm:4704
2769 #: tp/Texinfo/Parser.pm:4726
27732770 #, fuzzy
27742771 msgid "@direntry after first node"
27752772 msgstr "@menu spatøeno pøed prvním @node, vytvoøen uzel `Top'"
27762773
2777 #: tp/Texinfo/Parser.pm:4712
2774 #: tp/Texinfo/Parser.pm:4734
27782775 #, fuzzy, perl-format
27792776 msgid "@%s seen before first @node"
27802777 msgstr "@menu spatøeno pøed prvním @node, vytvoøen uzel `Top'"
27812778
2782 #: tp/Texinfo/Parser.pm:4714
2779 #: tp/Texinfo/Parser.pm:4737
27832780 msgid ""
27842781 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
27852782 msgstr ""
27862783 "proto¾e vá¹ uzel @top by mìl být uzavøen v @ifnottex spí¹e ne¾ v @ifinfo?"
27872784
2788 #: tp/Texinfo/Parser.pm:4776
2785 #: tp/Texinfo/Parser.pm:4799
27892786 #, fuzzy, perl-format
27902787 msgid "@%s should only appear in math context"
27912788 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
27922789
2793 #: tp/Texinfo/Parser.pm:4784
2794 #, perl-format
2795 msgid "Unknown command `%s'"
2790 #: tp/Texinfo/Parser.pm:4807
2791 #, fuzzy, perl-format
2792 msgid "unknown command `%s'"
27962793 msgstr "Neznámı pøíkaz `%s'"
27972794
2798 #: tp/Texinfo/Parser.pm:4794
2799 #, fuzzy
2800 msgid "Unexpected @"
2795 #: tp/Texinfo/Parser.pm:4817
2796 #, fuzzy
2797 msgid "unexpected @"
28012798 msgstr "Oèekáváno `%s'"
28022799
2803 #: tp/Texinfo/Parser.pm:4822
2800 #: tp/Texinfo/Parser.pm:4846
28042801 #, fuzzy, perl-format
28052802 msgid "@%s is not meaningful outside `@float' environment"
28062803 msgstr "@%s není myslitelné uvnitø `@%s' bloku"
28072804
2808 #: tp/Texinfo/Parser.pm:4826
2805 #: tp/Texinfo/Parser.pm:4851
28092806 #, perl-format
28102807 msgid "@%s should be right below `@float'"
28112808 msgstr ""
28122809
2813 #: tp/Texinfo/Parser.pm:4834
2814 #, perl-format
2815 msgid "Ignoring multiple @%s"
2816 msgstr ""
2817
2818 #: tp/Texinfo/Parser.pm:4950
2819 #, perl-format
2820 msgid "Command @%s does not accept arguments"
2821 msgstr ""
2822
2823 #: tp/Texinfo/Parser.pm:4974
2824 #, fuzzy, perl-format
2825 msgid "Command @%s missing a node or external manual argument"
2810 #: tp/Texinfo/Parser.pm:4859
2811 #, perl-format
2812 msgid "ignoring multiple @%s"
2813 msgstr ""
2814
2815 #: tp/Texinfo/Parser.pm:4975
2816 #, fuzzy, perl-format
2817 msgid "command @%s does not accept arguments"
2818 msgstr "©patný argument pro %c%s"
2819
2820 #: tp/Texinfo/Parser.pm:4999
2821 #, fuzzy, perl-format
2822 msgid "command @%s missing a node or external manual argument"
28262823 msgstr "%s: chybí argument jména souboru.\n"
28272824
2828 #: tp/Texinfo/Parser.pm:4993
2829 #, perl-format
2830 msgid "In @%s empty cross reference name after expansion `%s'"
2831 msgstr ""
2832
2833 #: tp/Texinfo/Parser.pm:5004
2834 #, perl-format
2835 msgid "In @%s empty cross reference title after expansion `%s'"
2836 msgstr ""
2837
2838 #: tp/Texinfo/Parser.pm:5017
2825 #: tp/Texinfo/Parser.pm:5018
2826 #, perl-format
2827 msgid "in @%s empty cross reference name after expansion `%s'"
2828 msgstr ""
2829
2830 #: tp/Texinfo/Parser.pm:5029
2831 #, perl-format
2832 msgid "in @%s empty cross reference title after expansion `%s'"
2833 msgstr ""
2834
2835 #: tp/Texinfo/Parser.pm:5042
28392836 msgid "@image missing filename argument"
28402837 msgstr "pøíkaz @image postrádá jméno souboru"
28412838
2842 #: tp/Texinfo/Parser.pm:5047
2839 #: tp/Texinfo/Parser.pm:5072
28432840 #, fuzzy, perl-format
28442841 msgid "@%s missing first argument"
28452842 msgstr "%s: chybí argument jména souboru.\n"
28462843
2847 #: tp/Texinfo/Parser.pm:5169
2848 msgid "Superfluous arguments for node"
2849 msgstr ""
2850
2851 #: tp/Texinfo/Parser.pm:5208
2852 #, fuzzy, perl-format
2853 msgid "Expected @end %s"
2844 #: tp/Texinfo/Parser.pm:5194
2845 #, fuzzy
2846 msgid "superfluous arguments for node"
2847 msgstr "©patný argument pro %c%s"
2848
2849 #: tp/Texinfo/Parser.pm:5233
2850 #, fuzzy, perl-format
2851 msgid "expected @end %s"
28542852 msgstr "Oèekáváno `%s'"
28552853
2856 #: tp/Texinfo/Parser.pm:5283
2857 #, fuzzy, perl-format
2858 msgid "Remaining argument on @%s line: %s"
2854 #: tp/Texinfo/Parser.pm:5309
2855 #, fuzzy, perl-format
2856 msgid "remaining argument on @%s line: %s"
28592857 msgstr "©patný argument pro %c%s"
28602858
2861 #: tp/Texinfo/Parser.pm:5287
2859 #: tp/Texinfo/Parser.pm:5313
28622860 #, fuzzy, perl-format
28632861 msgid "@%s should only accept a @-command as argument, not `%s'"
28642862 msgstr "Pou¾ijte závorky k zadání pøíkazu jako argumentu @%s"
28652863
2866 #: tp/Texinfo/Parser.pm:5362
2867 #, fuzzy, perl-format
2868 msgid "Environment command %s as argument to @%s"
2864 #: tp/Texinfo/Parser.pm:5388
2865 #, fuzzy, perl-format
2866 msgid "environment command %s as argument to @%s"
28692867 msgstr "Pou¾ijte závorky k zadání pøíkazu jako argumentu @%s"
28702868
2871 #: tp/Texinfo/Parser.pm:5384
2872 #, perl-format
2873 msgid "Empty @%s"
2874 msgstr ""
2875
2876 #: tp/Texinfo/Parser.pm:5392
2869 #: tp/Texinfo/Parser.pm:5410
2870 #, perl-format
2871 msgid "empty @%s"
2872 msgstr ""
2873
2874 #: tp/Texinfo/Parser.pm:5418
28772875 #, perl-format
28782876 msgid "column fraction not a number: %s"
28792877 msgstr ""
28802878
2881 #: tp/Texinfo/Parser.pm:5401
2879 #: tp/Texinfo/Parser.pm:5427
28822880 #, fuzzy, perl-format
28832881 msgid "@sp arg must be numeric, not `%s'"
28842882 msgstr "%s: %s argument musí bıt èíslo ne `%s'.\n"
28852883
2886 #: tp/Texinfo/Parser.pm:5409
2887 #, perl-format
2888 msgid "Reserved index name %s"
2889 msgstr ""
2890
2891 #: tp/Texinfo/Parser.pm:5428
2892 #, fuzzy, perl-format
2893 msgid "Unknown source index in @%s: %s"
2884 #: tp/Texinfo/Parser.pm:5436
2885 #, perl-format
2886 msgid "reserved index name %s"
2887 msgstr ""
2888
2889 #: tp/Texinfo/Parser.pm:5455
2890 #, fuzzy, perl-format
2891 msgid "unknown source index in @%s: %s"
28942892 msgstr "Neznámı rejstøík `%s'"
28952893
2896 #: tp/Texinfo/Parser.pm:5431
2897 #, fuzzy, perl-format
2898 msgid "Unknown destination index in @%s: %s"
2894 #: tp/Texinfo/Parser.pm:5458
2895 #, fuzzy, perl-format
2896 msgid "unknown destination index in @%s: %s"
28992897 msgstr "Neznámı rejstøík `%s'"
29002898
2901 #: tp/Texinfo/Parser.pm:5461
2899 #: tp/Texinfo/Parser.pm:5488
29022900 #, perl-format
29032901 msgid "@%s leads to a merging of %s in itself, ignoring"
29042902 msgstr ""
29052903
2906 #: tp/Texinfo/Parser.pm:5474
2907 #, perl-format
2908 msgid "Unknown index `%s' in @printindex"
2904 #: tp/Texinfo/Parser.pm:5501
2905 #, fuzzy, perl-format
2906 msgid "unknown index `%s' in @printindex"
29092907 msgstr "Neznámı rejstøík `%s' v @printindex"
29102908
2911 #: tp/Texinfo/Parser.pm:5480
2912 #, perl-format
2913 msgid "Printing an index `%s' merged in another one `%s'"
2914 msgstr ""
2915
2916 #: tp/Texinfo/Parser.pm:5488
2917 #, perl-format
2918 msgid "Printindex before document beginning: @printindex %s"
2919 msgstr ""
2920
2921 #: tp/Texinfo/Parser.pm:5504
2909 #: tp/Texinfo/Parser.pm:5507
2910 #, perl-format
2911 msgid "printing an index `%s' merged in another one `%s'"
2912 msgstr ""
2913
2914 #: tp/Texinfo/Parser.pm:5515
2915 #, perl-format
2916 msgid "printindex before document beginning: @printindex %s"
2917 msgstr ""
2918
2919 #: tp/Texinfo/Parser.pm:5531
29222920 #, fuzzy, perl-format
29232921 msgid "@%s arg must be `top' or `bottom', not `%s'"
29242922 msgstr "%s: %s argument musí bıt èíslo ne `%s'.\n"
29252923
2926 #: tp/Texinfo/Parser.pm:5512
2924 #: tp/Texinfo/Parser.pm:5539
29272925 #, perl-format
29282926 msgid "Only @%s 10 or 11 is supported, not `%s'"
29292927 msgstr ""
29302928
2931 #: tp/Texinfo/Parser.pm:5520
2929 #: tp/Texinfo/Parser.pm:5547
29322930 #, fuzzy, perl-format
29332931 msgid "@%s arg must be `separate' or `end', not `%s'"
29342932 msgstr ""
29352933 "%s: argument k --footnote-style musí být `separate'|`end', ale ne `%s'.\n"
29362934
2937 #: tp/Texinfo/Parser.pm:5528
2935 #: tp/Texinfo/Parser.pm:5555
29382936 #, fuzzy, perl-format
29392937 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
29402938 msgstr "%s: %s argument musí bıt èíslo ne `%s'.\n"
29412939
2942 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
2940 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
29432941 #, fuzzy, perl-format
29442942 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
29452943 msgstr ""
29462944 "%s: argument pro --paragraph-indent musí bıt èíslo|`none'|`asis', ale ne `"
29472945 "%s'.\n"
29482946
2949 #: tp/Texinfo/Parser.pm:5559
2947 #: tp/Texinfo/Parser.pm:5586
29502948 #, fuzzy, perl-format
29512949 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
29522950 msgstr ""
29532951 "%s: argument pro --paragraph-indent musí bıt èíslo|`none'|`asis', ale ne `"
29542952 "%s'.\n"
29552953
2956 #: tp/Texinfo/Parser.pm:5569
2954 #: tp/Texinfo/Parser.pm:5596
29572955 #, fuzzy, perl-format
29582956 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
29592957 msgstr ""
29602958 "%s: argument pro --paragraph-indent musí bıt èíslo|`none'|`asis', ale ne `"
29612959 "%s'.\n"
29622960
2963 #: tp/Texinfo/Parser.pm:5580
2964 #, perl-format
2965 msgid "Expected @%s on or off, not `%s'"
2966 msgstr ""
2967
2968 #: tp/Texinfo/Parser.pm:5590
2961 #: tp/Texinfo/Parser.pm:5607
2962 #, perl-format
2963 msgid "expected @%s on or off, not `%s'"
2964 msgstr ""
2965
2966 #: tp/Texinfo/Parser.pm:5617
29692967 #, perl-format
29702968 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
29712969 msgstr ""
29722970
2973 #: tp/Texinfo/Parser.pm:5598
2971 #: tp/Texinfo/Parser.pm:5625
29742972 #, fuzzy, perl-format
29752973 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
29762974 msgstr ""
29772975 "%s: argument k --footnote-style musí být `separate'|`end', ale ne `%s'.\n"
29782976
2979 #: tp/Texinfo/Parser.pm:5606
2977 #: tp/Texinfo/Parser.pm:5633
29802978 #, fuzzy, perl-format
29812979 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
29822980 msgstr ""
29832981 "%s: argument k --footnote-style musí být `separate'|`end', ale ne `%s'.\n"
29842982
2985 #: tp/Texinfo/Report.pm:100
2986 #, fuzzy, perl-format
2987 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
2988 msgstr "%s:%d: varování: "
2989
2990 #: tp/Texinfo/Report.pm:103
2991 #, fuzzy, perl-format
2992 msgid "%s:%d: warning: %s\n"
2993 msgstr "%s:%d: varování: "
2994
2995 #: tp/Texinfo/Report.pm:146
2996 #, fuzzy, perl-format
2997 msgid "warning: %s\n"
2998 msgstr "%s:%d: varování: "
2999
30002983 #: tp/Texinfo/Structuring.pm:231
30012984 #, perl-format
3002 msgid "Raising the section level of @%s which is too low"
2985 msgid "raising the section level of @%s which is too low"
30032986 msgstr ""
30042987
30052988 #: tp/Texinfo/Structuring.pm:263
30062989 #, perl-format
3007 msgid "No chapter-level command before @%s"
2990 msgid "no chapter-level command before @%s"
30082991 msgstr ""
30092992
30102993 #: tp/Texinfo/Structuring.pm:268
30112994 #, perl-format
3012 msgid "Lowering the section level of @%s appearing after a lower element"
2995 msgid "lowering the section level of @%s appearing after a lower element"
30132996 msgstr ""
30142997
30152998 #: tp/Texinfo/Structuring.pm:347
30162999 #, perl-format
3017 msgid "No sectioning command associated with @%s"
3000 msgid "no sectioning command associated with @%s"
30183001 msgstr ""
30193002
30203003 #: tp/Texinfo/Structuring.pm:568
30213004 #, fuzzy, perl-format
3022 msgid "Menu reference to nonexistent node `%s'"
3005 msgid "menu reference to nonexistent node `%s'"
30233006 msgstr "uzel `%s' - nesmìøuje na nìj ¾ádný odkaz"
30243007
30253008 #: tp/Texinfo/Structuring.pm:583
30263009 #, perl-format
3027 msgid "Menu entry node name `%s' different from %s name `%s'"
3010 msgid "menu entry node name `%s' different from %s name `%s'"
30283011 msgstr ""
30293012
30303013 #: tp/Texinfo/Structuring.pm:619
30343017
30353018 #: tp/Texinfo/Structuring.pm:665
30363019 #, perl-format
3037 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3020 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30383021 msgstr ""
30393022
30403023 #: tp/Texinfo/Structuring.pm:672
30413024 #, perl-format
3042 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3025 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30433026 msgstr ""
30443027
30453028 #: tp/Texinfo/Structuring.pm:690
30463029 #, perl-format
3047 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3030 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30483031 msgstr ""
30493032
30503033 #: tp/Texinfo/Structuring.pm:744
30583041 msgstr "uzel `%s' - nesmìøuje na nìj ¾ádný odkaz"
30593042
30603043 #: tp/Texinfo/Structuring.pm:790
3061 #, perl-format
3062 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3044 #, fuzzy, perl-format
3045 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30633046 msgstr ""
30643047 "Uzel `%s' postrádá polo¾ku menu pro `%s' navzdory tomu, ¾e je jeho vy¹¹ím "
30653048 "uzlem"
30663049
30673050 #: tp/Texinfo/Structuring.pm:798
30683051 #, perl-format
3069 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3052 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30703053 msgstr ""
30713054
30723055 #: tp/Texinfo/Structuring.pm:1282
30793062 msgid "@%s to `%s', different from %s name `%s'"
30803063 msgstr ""
30813064
3082 #: tp/Texinfo/Structuring.pm:1939
3083 #, fuzzy, perl-format
3084 msgid "Empty index key in @%s"
3065 #: tp/Texinfo/Structuring.pm:1959
3066 #, fuzzy, perl-format
3067 msgid "empty index key in @%s"
30853068 msgstr "odpovídající polo¾ky rejstøíku nebyly pro `%s' nalezeny\n"
30863069
30873070 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
30883071 #, fuzzy, perl-format
3089 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3072 msgid "chm.pm: could not open %s for writing: %s\n"
30903073 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
30913074
30923075 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
30933076 #, fuzzy, perl-format
3094 msgid "chm.pm:%s: Error on closing: %s"
3077 msgid "chm.pm: error on closing %s: %s"
30953078 msgstr "Výstupní soubor `%s' nelze vytvoøit."
30963079
3097 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3098 #, fuzzy, perl-format
3099 msgid "tex4ht.pm:%s: Cannot open: %s"
3080 #: tp/init/latex2html.pm:200
3081 #, fuzzy, perl-format
3082 msgid "l2h: could not open latex file %s for writing: %s"
3083 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
3084
3085 #: tp/init/latex2html.pm:341
3086 msgid "l2h: L2H_TMP directory contains a dot"
3087 msgstr ""
3088
3089 #: tp/init/latex2html.pm:346
3090 msgid "l2h: current directory contains a dot"
3091 msgstr ""
3092
3093 #: tp/init/latex2html.pm:374
3094 #, perl-format
3095 msgid "l2h: command did not succeed: %s"
3096 msgstr ""
3097
3098 #: tp/init/latex2html.pm:422
3099 #, perl-format
3100 msgid "l2h: image has invalid extension: %s"
3101 msgstr ""
3102
3103 #: tp/init/latex2html.pm:438
3104 #, perl-format
3105 msgid "l2h: rename %s as %s failed: %s"
3106 msgstr ""
3107
3108 #: tp/init/latex2html.pm:460
3109 #, fuzzy, perl-format
3110 msgid "l2h: could not open %s: %s"
3111 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
3112
3113 #: tp/init/latex2html.pm:493
3114 #, perl-format
3115 msgid "latex2html.pm: end of @%s item %d not found"
3116 msgstr ""
3117
3118 #: tp/init/latex2html.pm:504
3119 #, perl-format
3120 msgid ""
3121 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3122 "of items found in the document"
3123 msgstr ""
3124
3125 #: tp/init/latex2html.pm:534
3126 #, perl-format
3127 msgid "l2h: could not determine the fragment %d for @%s"
3128 msgstr ""
3129
3130 #: tp/init/latex2html.pm:560
3131 #, perl-format
3132 msgid ""
3133 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3134 "HTML"
3135 msgstr ""
3136
3137 #: tp/init/latex2html.pm:621
3138 #, fuzzy, perl-format
3139 msgid "l2h: could not load %s: %s"
3140 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
3141
3142 #: tp/init/latex2html.pm:634
3143 #, fuzzy, perl-format
3144 msgid "l2h: could not open %s for writing: %s"
3145 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
3146
3147 #: tp/init/tex4ht.pm:123
3148 #, fuzzy, perl-format
3149 msgid "tex4ht.pm: could not open %s: %s"
31003150 msgstr "Nelze najít `%s'."
31013151
31023152 #: tp/init/tex4ht.pm:219
3103 #, perl-format
3104 msgid "tex4ht.pm:%s: chdir failed: %s"
3105 msgstr ""
3153 #, fuzzy, perl-format
3154 msgid "tex4ht.pm: chdir %s failed: %s"
3155 msgstr "Nelze najít `%s'."
31063156
31073157 #: tp/init/tex4ht.pm:232
31083158 #, perl-format
3109 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3159 msgid "tex4ht.pm: unable to return to initial directory: %s"
31103160 msgstr ""
31113161
31123162 #: tp/init/tex4ht.pm:244
31133163 #, fuzzy, perl-format
3114 msgid "tex4ht.pm: Output file missing: %s"
3164 msgid "tex4ht.pm: output file missing: %s"
31153165 msgstr "Výstupní soubor `%s' nelze vytvoøit."
31163166
31173167 #: tp/init/tex4ht.pm:260
3118 #, perl-format
3119 msgid "tex4ht.pm: Command failed: %s"
3120 msgstr ""
3168 #, fuzzy, perl-format
3169 msgid "tex4ht.pm: command failed: %s"
3170 msgstr "Nelze najít `%s'."
3171
3172 #: tp/init/tex4ht.pm:267
3173 #, fuzzy, perl-format
3174 msgid "tex4ht.pm: could not open: %s"
3175 msgstr "Nelze najít `%s'."
31213176
31223177 #: tp/init/tex4ht.pm:293
31233178 #, perl-format
31283183 #, perl-format
31293184 msgid ""
31303185 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3131 "items found in the document"
3132 msgstr ""
3133
3134 #: tp/init/tex4ht.pm:319
3135 #, perl-format
3136 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3137 msgstr ""
3138
3139 #: tp/texi2any.pl:375
3186 "items found in the document for @%s"
3187 msgstr ""
3188
3189 #: tp/init/tex4ht.pm:320
3190 #, fuzzy, perl-format
3191 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3192 msgstr "Výstupní soubor `%s' nelze vytvoøit."
3193
3194 #: tp/init/tex4ht.pm:335
3195 #, perl-format
3196 msgid ""
3197 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3198 "items found in the document for @%s"
3199 msgstr ""
3200
3201 #: tp/texi2any.pl:379
31403202 #, perl-format
31413203 msgid "error loading %s: %s\n"
31423204 msgstr ""
31433205
3144 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3145 #, fuzzy, perl-format
3146 msgid "Unknown variable %s\n"
3206 #: tp/texi2any.pl:392
3207 #, fuzzy, perl-format
3208 msgid "%s: unknown variable %s"
31473209 msgstr "Neznámı pøíkaz `%s'"
31483210
3149 #: tp/texi2any.pl:468
3150 #, fuzzy, perl-format
3151 msgid "Can't read init file %s"
3211 #: tp/texi2any.pl:396
3212 #, fuzzy, perl-format
3213 msgid "%s: obsolete variable %s\n"
3214 msgstr "Nastavení promìnné: "
3215
3216 #: tp/texi2any.pl:411
3217 #, fuzzy, perl-format
3218 msgid "%s: unknown variable %s\n"
3219 msgstr "Neznámı pøíkaz `%s'"
3220
3221 #: tp/texi2any.pl:415
3222 #, fuzzy, perl-format
3223 msgid "obsolete variable %s\n"
3224 msgstr "Nastavení promìnné: "
3225
3226 #: tp/texi2any.pl:480
3227 #, fuzzy, perl-format
3228 msgid "could not read init file %s"
31523229 msgstr "Rouru do `%s' nelze otevшнt."
31533230
3154 #: tp/texi2any.pl:619
3155 #, perl-format
3156 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3157 msgstr ""
3158
3159 #: tp/texi2any.pl:691
3231 #: tp/texi2any.pl:633
3232 #, perl-format
3233 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
3234 msgstr ""
3235
3236 #: tp/texi2any.pl:710
31603237 #, fuzzy
31613238 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
31623239 msgstr "Pou¾ití: %s [PØEPÍNAÈ]... SOUBOR...\n"
31633240
3164 #: tp/texi2any.pl:692
3241 #: tp/texi2any.pl:711
31653242 #, fuzzy
31663243 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
31673244 msgstr "Pou¾ití: %s [PØEPÍNAÈ]... SOUBOR...\n"
31683245
3169 #: tp/texi2any.pl:694
3246 #: tp/texi2any.pl:713
31703247 msgid ""
31713248 "Translate Texinfo source documentation to various other formats, by default\n"
31723249 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
31733250 msgstr ""
31743251
3175 #: tp/texi2any.pl:697
3252 #: tp/texi2any.pl:716
31763253 #, perl-format
31773254 msgid ""
31783255 "General options:\n"
31913268 " --version display version information and exit.\n"
31923269 msgstr ""
31933270
3194 #: tp/texi2any.pl:712
3271 #: tp/texi2any.pl:731
31953272 msgid ""
31963273 "Output format selection (default is to produce Info):\n"
31973274 " --docbook output Docbook XML rather than Info.\n"
32013278 " --dvi, --dvipdf, --ps, --pdf call texi2dvi to generate given output.\n"
32023279 msgstr ""
32033280
3204 #: tp/texi2any.pl:720
3281 #: tp/texi2any.pl:739
32053282 msgid ""
32063283 "General output options:\n"
32073284 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
32283305 " Otherwise, DEST names the output file.\n"
32293306 msgstr ""
32303307
3231 #: tp/texi2any.pl:740
3308 #: tp/texi2any.pl:759
32323309 #, perl-format
32333310 msgid ""
32343311 "Options for Info and plain text:\n"
32503327 " --split-size=NUM split Info files at size NUM (default %d).\n"
32513328 msgstr ""
32523329
3253 #: tp/texi2any.pl:757
3330 #: tp/texi2any.pl:776
32543331 msgid ""
32553332 "Options for HTML:\n"
32563333 " --css-include=FILE include FILE in HTML <style> output;\n"
32643341 " anchors; default is set only if split.\n"
32653342 msgstr ""
32663343
3267 #: tp/texi2any.pl:768
3344 #: tp/texi2any.pl:787
32683345 msgid ""
32693346 "Options for XML and Docbook:\n"
32703347 " --output-indent=VAL does nothing, retained for compatibility.\n"
32713348 msgstr ""
32723349
3273 #: tp/texi2any.pl:771
3350 #: tp/texi2any.pl:790
32743351 msgid ""
32753352 "Options for DVI/PS/PDF:\n"
32763353 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
32773354 msgstr ""
32783355
3279 #: tp/texi2any.pl:774
3356 #: tp/texi2any.pl:793
32803357 msgid ""
32813358 "Input file options:\n"
32823359 " --commands-in-node-names does nothing, retained for compatibility.\n"
32863363 " -U VAR undefine the variable VAR, as with @clear.\n"
32873364 msgstr ""
32883365
3289 #: tp/texi2any.pl:781
3366 #: tp/texi2any.pl:800
32903367 msgid ""
32913368 "Conditional processing in input:\n"
32923369 " --ifdocbook process @ifdocbook and @docbook even if\n"
33063383 " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
33073384 msgstr ""
33083385
3309 #: tp/texi2any.pl:798
3386 #: tp/texi2any.pl:817
33103387 msgid ""
33113388 " The defaults for the @if... conditionals depend on the output format:\n"
33123389 " if generating Docbook, --ifdocbook is on and the others are off;\n"
33163393 " if generating XML, --ifxml is on and the others are off.\n"
33173394 msgstr ""
33183395
3319 #: tp/texi2any.pl:805
3396 #: tp/texi2any.pl:824
33203397 #, fuzzy
33213398 msgid ""
33223399 "Examples:\n"
33553432 "obecné otázky smìøujte na <help-texinfo@gnu.org>. Pøipomínky k pøekladu\n"
33563433 "zasílejte na <cs@li.org> (èesky)."
33573434
3358 #: tp/texi2any.pl:852
3435 #: tp/texi2any.pl:871
33593436 #, perl-format
33603437 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
33613438 msgstr ""
33623439 "%s: argument k --footnote-style musí být `separate'|`end', ale ne `%s'.\n"
33633440
3364 #: tp/texi2any.pl:934
3441 #: tp/texi2any.pl:953
33653442 #, perl-format
33663443 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
33673444 msgstr ""
33683445 "%s: argument pro --paragraph-indent musí bıt èíslo|`none'|`asis', ale ne `"
33693446 "%s'.\n"
33703447
3371 #: tp/texi2any.pl:1011
3372 #, perl-format
3373 msgid "when generating %s, only one input FILE may be specified with -o"
3374 msgstr ""
3375
3376 #: tp/texi2any.pl:1015
3448 #: tp/texi2any.pl:1030
3449 #, perl-format
3450 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3451 msgstr ""
3452
3453 #: tp/texi2any.pl:1034
33773454 msgid "--Xopt option without printed output"
33783455 msgstr ""
33793456
3380 #: tp/texi2any.pl:1025
3381 #, fuzzy, perl-format
3382 msgid "Unknown tree transformation %s"
3457 #: tp/texi2any.pl:1044
3458 #, fuzzy, perl-format
3459 msgid "unknown tree transformation %s"
33833460 msgstr "Neznámı pøíkaz `%s'"
33843461
3385 #: tp/texi2any.pl:1032
3386 #, perl-format
3387 msgid "Ignoring splitting for format %s"
3388 msgstr ""
3389
3390 #: tp/texi2any.pl:1081
3462 #: tp/texi2any.pl:1051
3463 #, perl-format
3464 msgid "ignoring splitting for format %s"
3465 msgstr ""
3466
3467 #: tp/texi2any.pl:1101
33913468 #, perl-format
33923469 msgid "%s: missing file argument.\n"
33933470 msgstr "%s: chybí argument jména souboru.\n"
33943471
3395 #: tp/texi2any.pl:1082
3472 #: tp/texi2any.pl:1102
33963473 #, perl-format
33973474 msgid "Try `%s --help' for more information.\n"
33983475 msgstr "Více informací získáte pøíkazem `%s --help'.\n"
33993476
3400 #: tp/texi2any.pl:1153
3477 #: tp/texi2any.pl:1173
34013478 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
34023479 msgstr ""
34033480
3404 #: tp/texi2any.pl:1175
3405 #, fuzzy, perl-format
3406 msgid "Error on closing macro expand file %s: %s\n"
3481 #: tp/texi2any.pl:1195
3482 #, fuzzy, perl-format
3483 msgid "error on closing macro expand file %s: %s\n"
34073484 msgstr "Výstupní soubor `%s' nelze vytvoøit."
34083485
3409 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3410 #, fuzzy, perl-format
3411 msgid "Could not open %s for writing: %s\n"
3486 #: tp/texi2any.pl:1201
3487 #, fuzzy, perl-format
3488 msgid "could not open %s for writing: %s\n"
34123489 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
34133490
3414 #: tp/texi2any.pl:1205
3491 #: tp/texi2any.pl:1226
34153492 msgid ""
34163493 "insert_nodes_for_sectioning_commands transformation return no result. No "
34173494 "section?"
34183495 msgstr ""
34193496
3420 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3421 #, perl-format
3422 msgid "Error on closing %s: %s\n"
3423 msgstr ""
3424
3425 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3426 #, perl-format
3427 msgid "Error on closing internal links file %s: %s\n"
3428 msgstr ""
3497 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3498 #, fuzzy, perl-format
3499 msgid "%s: error on closing %s: %s\n"
3500 msgstr "Výstupní soubor `%s' nelze vytvoøit."
3501
3502 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3503 #, fuzzy, perl-format
3504 msgid "%s: error on closing internal links file %s: %s\n"
3505 msgstr "Výstupní soubor `%s' nelze vytvoøit."
3506
3507 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3508 #, fuzzy, perl-format
3509 msgid "%s: could not open %s for writing: %s\n"
3510 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
34293511
34303512 #: util/texindex.c:223
34313513 msgid "display this help and exit"
34843566 msgstr "polo¾ka %s následuje za polo¾kou se sekundárním jménem"
34853567
34863568 #, fuzzy
3569 #~ msgid "Can't read file %s: %s"
3570 #~ msgstr "Výstupní soubor `%s' nelze vytvoøit."
3571
3572 #, fuzzy
3573 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3574 #~ msgstr "%s:%d: varování: "
3575
3576 #, fuzzy
3577 #~ msgid "%s:%d: warning: %s\n"
3578 #~ msgstr "%s:%d: varování: "
3579
3580 #, fuzzy
3581 #~ msgid "warning: %s\n"
3582 #~ msgstr "%s:%d: varování: "
3583
3584 #, fuzzy
3585 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3586 #~ msgstr "Vıstup %s pro expanzi makra nelze otevøít"
3587
3588 #, fuzzy
34873589 #~ msgid "tex4ht error opening %s: %s"
34883590 #~ msgstr "Výstupní soubor `%s' nelze vytvoøit."
34893591
34903592 #, fuzzy
3491 #~ msgid "Error on closing renamed nodes file %s: %s"
3492 #~ msgstr "Výstupní soubor `%s' nelze vytvoøit."
3493
3494 #, fuzzy
34953593 #~ msgid "Node `%s' that is to be renamed exists"
34963594 #~ msgstr "Rejstøík `%s' ji¾ existuje"
3497
3498 #, fuzzy
3499 #~ msgid "Unknown variable %s"
3500 #~ msgstr "Neznámı pøíkaz `%s'"
35013595
35023596 #, fuzzy
35033597 #~ msgid "arguments to @%s ignored"
39234017
39244018 #, fuzzy
39254019 #~ msgid "%s should not appear in %s"
3926 #~ msgstr "Vıstup %s pro expanzi makra nelze otevøít"
3927
3928 #, fuzzy
3929 #~ msgid "%s: could not open --css-file %s: %s\n"
39304020 #~ msgstr "Vıstup %s pro expanzi makra nelze otevøít"
39314021
39324022 #, fuzzy
Binary diff not shown
+628
-537
po/da.po less more
55 msgstr ""
66 "Project-Id-Version: texinfo 4.2e\n"
77 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
8 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
8 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
99 "PO-Revision-Date: 2002-11-08 09:13GMT\n"
1010 "Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
1111 "Language-Team: Danish <dansk@klid.dk>\n"
402402 msgstr "Prøv --help for mere information.\n"
403403
404404 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
405 #: tp/texi2any.pl:829 util/texindex.c:295
405 #: tp/texi2any.pl:848 util/texindex.c:295
406406 #, c-format, perl-format
407407 msgid ""
408408 "Copyright (C) %s Free Software Foundation, Inc.\n"
20192019 " --version display version information and exit."
20202020 msgstr ""
20212021
2022 #: install-info/install-info.c:598 tp/texi2any.pl:817
2022 #: install-info/install-info.c:598 tp/texi2any.pl:836
20232023 #, fuzzy
20242024 msgid ""
20252025 "Email bug reports to bug-texinfo@gnu.org,\n"
21342134 msgstr "ingen indgange fundet for '%s'; intet slettet"
21352135
21362136 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2137 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2138 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2139 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2140 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2141 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2142 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2137 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2138 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2139 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2140 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2141 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2142 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
21432143 #: tp/Texinfo/Convert/TexinfoXML.pm:429
21442144 #, fuzzy, perl-format
2145 msgid "Could not open %s for writing: %s"
2145 msgid "could not open %s for writing: %s"
21462146 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
21472147
21482148 #: tp/Texinfo/Common.pm:850
21682168 msgid "%s is not a valid split possibility"
21692169 msgstr "%s er ikke en gyldig ISO 639 sprogkode"
21702170
2171 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2172 #, fuzzy, perl-format
2173 msgid "Cannot read %s: %s"
2171 #: tp/Texinfo/Common.pm:1096
2172 #, fuzzy, perl-format
2173 msgid "could not read %s: %s"
21742174 msgstr "Kan ikke oprette kataloget '%s': %s"
21752175
2176 #: tp/Texinfo/Common.pm:1113
2177 #, fuzzy, perl-format
2178 msgid "Error on closing @verbatiminclude file %s: %s"
2176 #: tp/Texinfo/Common.pm:1114
2177 #, fuzzy, perl-format
2178 msgid "error on closing @verbatiminclude file %s: %s"
21792179 msgstr "fejl under lukning af uddatafilen '%s'"
21802180
2181 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2182 #, fuzzy, perl-format
2183 msgid "@%s: Cannot find %s"
2181 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2182 #, fuzzy, perl-format
2183 msgid "@%s: could not find %s"
21842184 msgstr "Kan ikke finde '%s'."
21852185
2186 #: tp/Texinfo/Common.pm:1416
2187 #, fuzzy, perl-format
2188 msgid "Cannot open html refs config file %s: %s"
2186 #: tp/Texinfo/Common.pm:1417
2187 #, fuzzy, perl-format
2188 msgid "could not open html refs config file %s: %s"
21892189 msgstr "Kan ikke oprette kataloget '%s': %s"
21902190
2191 #: tp/Texinfo/Common.pm:1444
2192 msgid "Missing type"
2193 msgstr ""
2194
2195 #: tp/Texinfo/Common.pm:1447
2196 #, fuzzy, perl-format
2197 msgid "Unrecognized type: %s"
2191 #: tp/Texinfo/Common.pm:1445
2192 #, fuzzy
2193 msgid "missing type"
2194 msgstr "mangler handlingsnavn"
2195
2196 #: tp/Texinfo/Common.pm:1448
2197 #, fuzzy, perl-format
2198 msgid "unrecognized type: %s"
21982199 msgstr "%s: ukendt tilvalg '--%s'\n"
21992200
2200 #: tp/Texinfo/Common.pm:1463
2201 #, fuzzy, perl-format
2202 msgid "Error on closing html refs config file %s: %s"
2201 #: tp/Texinfo/Common.pm:1465
2202 #, fuzzy, perl-format
2203 msgid "error on closing html refs config file %s: %s"
22032204 msgstr "Kan ikke oprette kataloget '%s': %s"
22042205
2205 #: tp/Texinfo/Common.pm:1498
2206 #, perl-format
2207 msgid "%s:%d: no node to be renamed\n"
2208 msgstr ""
2209
2210 #: tp/Texinfo/Common.pm:1509
2211 #, perl-format
2212 msgid "%s:%d: nodes without a new name at the end of file\n"
2213 msgstr ""
2214
2215 #: tp/Texinfo/Common.pm:2000
2216 #, perl-format
2217 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2206 #: tp/Texinfo/Common.pm:1500
2207 msgid "no node to be renamed"
2208 msgstr ""
2209
2210 #: tp/Texinfo/Common.pm:1511
2211 msgid "nodes without a new name at the end of file"
2212 msgstr ""
2213
2214 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2215 #, fuzzy, perl-format
2216 msgid "could not open %s: %s"
2217 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
2218
2219 #: tp/Texinfo/Common.pm:2002
2220 #, perl-format
2221 msgid "could not protect hash character in @%s"
22182222 msgstr ""
22192223
22202224 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2221 #: tp/texi2any.pl:387 tp/texi2any.pl:404
22222225 #, fuzzy, perl-format
22232226 msgid "Obsolete variable %s\n"
22242227 msgstr "Sæt variabel: "
22252228
22262229 #: tp/Texinfo/Convert/Converter.pm:601
22272230 #, fuzzy, perl-format
2228 msgid "Can't create directories `%s' or `%s': %s"
2231 msgid "could not create directories `%s' or `%s': %s"
22292232 msgstr "Kan ikke oprette kataloget '%s': %s"
22302233
22312234 #: tp/Texinfo/Convert/Converter.pm:609
22322235 #, fuzzy, perl-format
2233 msgid "Can't create directories `%s': %s"
2236 msgid "could not create directory `%s': %s"
22342237 msgstr "Kan ikke oprette kataloget '%s': %s"
22352238
2236 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2237 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2238 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2239 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2240 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2241 #, fuzzy, perl-format
2242 msgid "Error on closing %s: %s"
2239 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2240 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2241 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2242 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2243 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2244 #, fuzzy, perl-format
2245 msgid "error on closing %s: %s"
22432246 msgstr "fejl under skrivning til '%s'"
22442247
2245 #: tp/Texinfo/Convert/DocBook.pm:898
2248 #: tp/Texinfo/Convert/DocBook.pm:899
22462249 #, fuzzy, perl-format
22472250 msgid "@image file `%s' not found, using `%s'"
22482251 msgstr "@image-fil '%s' er ulæselig: %s"
22492252
2250 #: tp/Texinfo/Convert/HTML.pm:1677
2253 #: tp/Texinfo/Convert/HTML.pm:1678
22512254 #, fuzzy, perl-format
22522255 msgid "@image file `%s' (for HTML) not found, using `%s'"
22532256 msgstr "@image-fil '%s' (for HTML) er ulæselig: %s"
22542257
2255 #: tp/Texinfo/Convert/HTML.pm:2345
2256 #, perl-format
2257 msgid "Raw format %s is not converted"
2258 msgstr ""
2259
2260 #: tp/Texinfo/Convert/HTML.pm:4814
2261 #, perl-format
2262 msgid "%s:%d: string not closed in css file"
2258 #: tp/Texinfo/Convert/HTML.pm:2347
2259 #, perl-format
2260 msgid "raw format %s is not converted"
22632261 msgstr ""
22642262
22652263 #: tp/Texinfo/Convert/HTML.pm:4816
2266 #, perl-format
2267 msgid "%s:%d: --css-include ended in comment"
2264 msgid "string not closed in css file"
22682265 msgstr ""
22692266
22702267 #: tp/Texinfo/Convert/HTML.pm:4818
2271 #, perl-format
2272 msgid "%s:%d: @import not finished in css file"
2273 msgstr ""
2274
2275 #: tp/Texinfo/Convert/HTML.pm:4844
2276 #, fuzzy, perl-format
2277 msgid "css file %s not found"
2268 msgid "--css-include ended in comment"
2269 msgstr ""
2270
2271 #: tp/Texinfo/Convert/HTML.pm:4820
2272 msgid "@import not finished in css file"
2273 msgstr ""
2274
2275 #: tp/Texinfo/Convert/HTML.pm:4846
2276 #, fuzzy, perl-format
2277 msgid "CSS file %s not found"
22782278 msgstr "%cend makro ikke fundet"
22792279
2280 #: tp/Texinfo/Convert/HTML.pm:4850
2280 #: tp/Texinfo/Convert/HTML.pm:4852
22812281 #, fuzzy, perl-format
22822282 msgid "could not open --include-file %s: %s"
22832283 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
22842284
2285 #: tp/Texinfo/Convert/HTML.pm:4860
2286 #, fuzzy, perl-format
2287 msgid "Error on closing CSS file %s: %s"
2285 #: tp/Texinfo/Convert/HTML.pm:4862
2286 #, fuzzy, perl-format
2287 msgid "error on closing CSS file %s: %s"
22882288 msgstr "fejl under lukning af uddatafilen '%s'"
22892289
2290 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2291 #, fuzzy, perl-format
2292 msgid "No htmlxref.cnf entry found for `%s'"
2290 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2291 #, fuzzy, perl-format
2292 msgid "no htmlxref.cnf entry found for `%s'"
22932293 msgstr "ingen indeksindgange blev fundet for '%s'\n"
22942294
2295 #: tp/Texinfo/Convert/HTML.pm:6495
2296 #, fuzzy, perl-format
2297 msgid "Error on closing frame file %s: %s"
2295 #: tp/Texinfo/Convert/HTML.pm:6506
2296 #, fuzzy, perl-format
2297 msgid "error on closing frame file %s: %s"
22982298 msgstr "fejl under lukning af uddatafilen '%s'"
22992299
2300 #: tp/Texinfo/Convert/HTML.pm:6519
2301 #, fuzzy, perl-format
2302 msgid "Error on closing TOC frame file %s: %s"
2300 #: tp/Texinfo/Convert/HTML.pm:6530
2301 #, fuzzy, perl-format
2302 msgid "error on closing TOC frame file %s: %s"
23032303 msgstr "fejl under lukning af uddatafilen '%s'"
23042304
2305 #: tp/Texinfo/Convert/HTML.pm:6634
2306 #, perl-format
2307 msgid "Handler %s of stage %s priority %s failed"
2308 msgstr ""
2309
2310 #: tp/Texinfo/Convert/HTML.pm:6835
2311 msgid "Must specify a title with a title command or @top"
2312 msgstr ""
2313
2314 #: tp/Texinfo/Convert/HTML.pm:7040
2315 #, perl-format
2316 msgid "Error on closing redirection node file %s: %s"
2317 msgstr ""
2318
2319 #: tp/Texinfo/Convert/HTML.pm:7065
2320 #, fuzzy, perl-format
2321 msgid "Old name for `%s' is a node of the document"
2305 #: tp/Texinfo/Convert/HTML.pm:6645
2306 #, perl-format
2307 msgid "handler %s of stage %s priority %s failed"
2308 msgstr ""
2309
2310 #: tp/Texinfo/Convert/HTML.pm:6846
2311 msgid "must specify a title with a title command or @top"
2312 msgstr ""
2313
2314 #: tp/Texinfo/Convert/HTML.pm:7055
2315 #, fuzzy, perl-format
2316 msgid "error on closing redirection node file %s: %s"
2317 msgstr "fejl under lukning af uddatafilen '%s'"
2318
2319 #: tp/Texinfo/Convert/HTML.pm:7080
2320 #, fuzzy, perl-format
2321 msgid "old name for `%s' is a node of the document"
23222322 msgstr "Ingen 'Forrige' eller 'Op' for dette emne i dette dokument."
23232323
2324 #: tp/Texinfo/Convert/HTML.pm:7069
2325 #, fuzzy, perl-format
2326 msgid "File empty for renamed node `%s'"
2324 #: tp/Texinfo/Convert/HTML.pm:7086
2325 #, fuzzy, perl-format
2326 msgid "file empty for renamed node `%s'"
23272327 msgstr "ikke-refereret emne '%s'"
23282328
2329 #: tp/Texinfo/Convert/HTML.pm:7081
2330 #, perl-format
2331 msgid "Target node (new name for `%s') not in document: %s"
2332 msgstr ""
2333
2334 #: tp/Texinfo/Convert/HTML.pm:7113
2335 #, fuzzy, perl-format
2336 msgid "Error on closing renamed node redirection file %s: %s"
2329 #: tp/Texinfo/Convert/HTML.pm:7100
2330 #, perl-format
2331 msgid "target node (new name for `%s') not in document: %s"
2332 msgstr ""
2333
2334 #: tp/Texinfo/Convert/HTML.pm:7132
2335 #, fuzzy, perl-format
2336 msgid "error on closing renamed node redirection file %s: %s"
23372337 msgstr "fejl under lukning af uddatafilen '%s'"
23382338
2339 #: tp/Texinfo/Convert/HTML.pm:7151
2340 #, fuzzy
2341 msgid "Empty node name"
2339 #: tp/Texinfo/Convert/HTML.pm:7170
2340 #, fuzzy
2341 msgid "empty node name"
23422342 msgstr "ingen indeksindgange blev fundet for '%s'\n"
23432343
2344 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2345 #, perl-format
2346 msgid "Syntax for an external node used for `%s'"
2344 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2345 #, perl-format
2346 msgid "syntax for an external node used for `%s'"
23472347 msgstr ""
23482348
23492349 #: tp/Texinfo/Convert/Info.pm:99
23502350 #, fuzzy
2351 msgid "Document without nodes."
2351 msgid "document without nodes"
23522352 msgstr "Ingen menu i dette emne."
23532353
2354 #: tp/Texinfo/Convert/Info.pm:115
2355 msgid "Document without Top node."
2356 msgstr ""
2357
2358 #: tp/Texinfo/Convert/Info.pm:151
2359 #, perl-format
2360 msgid "Rename %s failed: %s"
2361 msgstr ""
2362
2363 #: tp/Texinfo/Convert/Info.pm:226
2354 #: tp/Texinfo/Convert/Info.pm:116
2355 #, fuzzy
2356 msgid "document without Top node"
2357 msgstr "Ingen menu i dette emne."
2358
2359 #: tp/Texinfo/Convert/Info.pm:153
2360 #, perl-format
2361 msgid "rename %s failed: %s"
2362 msgstr ""
2363
2364 #: tp/Texinfo/Convert/Info.pm:228
23642365 #, perl-format
23652366 msgid "@%s output more than once: %s"
23662367 msgstr ""
23672368
2368 #: tp/Texinfo/Convert/Info.pm:340
2369 #: tp/Texinfo/Convert/Info.pm:346
23692370 #, fuzzy, perl-format
23702371 msgid "@%s outside of any node"
23712372 msgstr "(udenfor et emne)"
23722373
2373 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2374 #, perl-format
2375 msgid "Entry for index `%s' outside of any node"
2374 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2375 #, fuzzy, perl-format
2376 msgid "entry for index `%s' outside of any node"
23762377 msgstr "Indgang til indeks '%s' udenfor et emne"
23772378
23782379 #: tp/Texinfo/Convert/Plaintext.pm:1217
23792380 #, fuzzy, perl-format
2380 msgid "Error on closing image text file %s: %s"
2381 msgid "error on closing image text file %s: %s"
23812382 msgstr "fejl under lukning af uddatafilen '%s'"
23822383
23832384 #: tp/Texinfo/Convert/Plaintext.pm:1222
23852386 msgid "@image file `%s' unreadable: %s"
23862387 msgstr "@image-fil '%s' er ulæselig: %s"
23872388
2388 #: tp/Texinfo/Convert/Plaintext.pm:1250
2389 #, fuzzy, perl-format
2390 msgid "Cannot find @image file `%s.txt' nor alternate text"
2389 #: tp/Texinfo/Convert/Plaintext.pm:1251
2390 #, fuzzy, perl-format
2391 msgid "could not find @image file `%s.txt' nor alternate text"
23912392 msgstr "Kan ikke finde emnet '%s'."
23922393
2393 #: tp/Texinfo/Convert/Plaintext.pm:1615
2394 #: tp/Texinfo/Convert/Plaintext.pm:1617
23942395 msgid ""
23952396 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
23962397 "avoid that"
23972398 msgstr ""
23982399
2399 #: tp/Texinfo/Convert/Plaintext.pm:1845
2400 #: tp/Texinfo/Convert/Plaintext.pm:1849
24002401 #, fuzzy, perl-format
24012402 msgid "`.' or `,' must follow @xref, not %s"
24022403 msgstr "en krydsreference må efterfølges af '.' eller ',', ikke %c"
24032404
2404 #: tp/Texinfo/Convert/Plaintext.pm:1847
2405 #: tp/Texinfo/Convert/Plaintext.pm:1852
24052406 #, fuzzy
24062407 msgid "`.' or `,' must follow @xref"
24072408 msgstr "en krydsreference må efterfølges af '.' eller ',', ikke %c"
24112412 msgid "@%s should only appear at beginning or end of document"
24122413 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
24132414
2414 #: tp/Texinfo/Parser.pm:837
2415 #, fuzzy, perl-format
2416 msgid "Can't read file %s: %s"
2417 msgstr "Kan ikke oprette kataloget '%s': %s"
2418
24192415 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
24202416 #, perl-format
2421 msgid "Multiple @%s"
2417 msgid "multiple @%s"
24222418 msgstr ""
24232419
24242420 #: tp/Texinfo/Parser.pm:1100
24252421 #, fuzzy, perl-format
2426 msgid "Bad syntax for @%s argument: %s"
2422 msgid "bad syntax for @%s argument: %s"
24272423 msgstr "Ugyldigt argument til %c%s"
24282424
24292425 #: tp/Texinfo/Parser.pm:1116
2430 #, perl-format
2431 msgid "Bad or empty @%s formal argument: %s"
2432 msgstr ""
2433
2434 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2435 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2436 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2426 #, fuzzy, perl-format
2427 msgid "bad or empty @%s formal argument: %s"
2428 msgstr "Ugyldigt argument til %c%s"
2429
2430 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2431 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2432 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
24372433 #, perl-format
24382434 msgid "%c%s requires a name"
24392435 msgstr "%c%s kræver et navn"
24402436
2441 #: tp/Texinfo/Parser.pm:1235
2437 #: tp/Texinfo/Parser.pm:1238
24422438 #, perl-format
24432439 msgid "%c%s missing close brace"
24442440 msgstr "%c%s mangler højre parentes"
24452441
2446 #: tp/Texinfo/Parser.pm:1238
2442 #: tp/Texinfo/Parser.pm:1241
24472443 #, fuzzy, perl-format
24482444 msgid "@%s missing closing delimiter sequence: %s}"
24492445 msgstr "%c%s mangler højre parentes"
24502446
2451 #: tp/Texinfo/Parser.pm:1351
2447 #: tp/Texinfo/Parser.pm:1354
24522448 #, fuzzy, perl-format
24532449 msgid "@itemx should not begin @%s"
24542450 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
24552451
2456 #: tp/Texinfo/Parser.pm:1419
2452 #: tp/Texinfo/Parser.pm:1422
24572453 msgid "@itemx must follow @item"
24582454 msgstr ""
24592455
2460 #: tp/Texinfo/Parser.pm:1587
2456 #: tp/Texinfo/Parser.pm:1590
24612457 #, perl-format
24622458 msgid "@%s has text but no @item"
24632459 msgstr ""
24642460
2465 #: tp/Texinfo/Parser.pm:1617
2461 #: tp/Texinfo/Parser.pm:1620
24662462 #, perl-format
24672463 msgid "`@end' expected `%s', but saw `%s'"
24682464 msgstr "'@end' forventede '%s', men fandt '%s'"
24692465
2470 #: tp/Texinfo/Parser.pm:1620
2466 #: tp/Texinfo/Parser.pm:1623
24712467 #, fuzzy, perl-format
24722468 msgid "@%s seen before @end %s"
24732469 msgstr "@menu fundet før første @node, opretter 'Top' emne"
24742470
2475 #: tp/Texinfo/Parser.pm:1624
2476 #, perl-format
2477 msgid "No matching `%cend %s'"
2471 #: tp/Texinfo/Parser.pm:1627
2472 #, fuzzy, perl-format
2473 msgid "no matching `%cend %s'"
24782474 msgstr "Mangler en tilsvarende '%cend %s'"
24792475
2480 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2481 #: tp/Texinfo/Parser.pm:5125
2482 #, perl-format
2483 msgid "Misplaced %c"
2476 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2477 #: tp/Texinfo/Parser.pm:5150
2478 #, fuzzy, perl-format
2479 msgid "misplaced %c"
24842480 msgstr "Fejlplaceret %c"
24852481
2486 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2487 #, perl-format
2488 msgid "Unmatched `%c%s'"
2482 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2483 #, fuzzy, perl-format
2484 msgid "unmatched `%c%s'"
24892485 msgstr "Uparret '%c%s'"
24902486
2491 #: tp/Texinfo/Parser.pm:1972
2492 #, fuzzy, perl-format
2493 msgid "Macro `%s' called with too many args"
2487 #: tp/Texinfo/Parser.pm:1976
2488 #, fuzzy, perl-format
2489 msgid "macro `%s' called with too many args"
24942490 msgstr "Makro '%s' kaldt på linje %d med for mange parametre"
24952491
2496 #: tp/Texinfo/Parser.pm:1994
2492 #: tp/Texinfo/Parser.pm:1998
24972493 #, fuzzy, perl-format
24982494 msgid "@%s missing close brace"
24992495 msgstr "%c%s mangler højre parentes"
25002496
2501 #: tp/Texinfo/Parser.pm:2001
2502 #, fuzzy, perl-format
2503 msgid "Macro `%s' declared without argument called with an argument"
2497 #: tp/Texinfo/Parser.pm:2006
2498 #, fuzzy, perl-format
2499 msgid "macro `%s' declared without argument called with an argument"
25042500 msgstr "Makro '%s' kaldt på linje %d med for mange parametre"
25052501
2506 #: tp/Texinfo/Parser.pm:2035
2502 #: tp/Texinfo/Parser.pm:2041
25072503 #, fuzzy, perl-format
25082504 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
25092505 msgstr "\\ i makroudfoldelse fulgt af '%s' i stedet for \\ eller parameternavn"
25102506
2511 #: tp/Texinfo/Parser.pm:2430
2507 #: tp/Texinfo/Parser.pm:2436
25122508 #, fuzzy, perl-format
25132509 msgid "@%s `%s' previously defined"
25142510 msgstr "makro '%s' er allerede defineret"
25152511
2516 #: tp/Texinfo/Parser.pm:2435
2512 #: tp/Texinfo/Parser.pm:2441
25172513 #, fuzzy, perl-format
25182514 msgid "here is the previous definition as @%s"
25192515 msgstr "her er den forrige definition af '%s'"
25202516
2521 #: tp/Texinfo/Parser.pm:2796
2522 #, fuzzy, perl-format
2523 msgid "Missing name for @%s"
2517 #: tp/Texinfo/Parser.pm:2802
2518 #, fuzzy, perl-format
2519 msgid "missing name for @%s"
25242520 msgstr "Manglende '}' i @def parameter"
25252521
2526 #: tp/Texinfo/Parser.pm:2801
2527 #, perl-format
2528 msgid "Missing category for @%s"
2529 msgstr ""
2530
2531 #: tp/Texinfo/Parser.pm:2853
2532 #, fuzzy, perl-format
2533 msgid "Unexpected argument on @%s line: %s"
2522 #: tp/Texinfo/Parser.pm:2807
2523 #, fuzzy, perl-format
2524 msgid "missing category for @%s"
2525 msgstr "Manglende '}' i @def parameter"
2526
2527 #: tp/Texinfo/Parser.pm:2859
2528 #, fuzzy, perl-format
2529 msgid "unexpected argument on @%s line: %s"
25342530 msgstr "Ugyldigt argument til %c%s"
25352531
2536 #: tp/Texinfo/Parser.pm:2869
2532 #: tp/Texinfo/Parser.pm:2875
25372533 #, fuzzy
25382534 msgid "empty multitable"
25392535 msgstr "%s: tom fil"
25402536
2541 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2542 #, fuzzy, perl-format
2543 msgid "Superfluous argument to @%s"
2537 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2538 #, fuzzy, perl-format
2539 msgid "superfluous argument to @%s"
25442540 msgstr "Ugyldigt argument til %c%s"
25452541
2546 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2547 #: tp/Texinfo/Parser.pm:5379
2548 #, fuzzy, perl-format
2549 msgid "Bad argument to @%s"
2542 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2543 #: tp/Texinfo/Parser.pm:5405
2544 #, fuzzy, perl-format
2545 msgid "bad argument to @%s"
25502546 msgstr "Ugyldigt argument til %c%s"
25512547
2552 #: tp/Texinfo/Parser.pm:2942
2548 #: tp/Texinfo/Parser.pm:2948
25532549 #, perl-format
25542550 msgid "%s requires an argument: the formatter for %citem"
25552551 msgstr "%s kræver en parameter: formatteringen for %citem"
25562552
2557 #: tp/Texinfo/Parser.pm:2947
2558 #, perl-format
2559 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2560 msgstr ""
2561
2562 #: tp/Texinfo/Parser.pm:2982
2563 #, fuzzy, perl-format
2564 msgid "Accent command `@%s' not allowed as @%s argument"
2553 #: tp/Texinfo/Parser.pm:2953
2554 #, perl-format
2555 msgid "command @%s not accepting argument in brace should not be on @%s line"
2556 msgstr ""
2557
2558 #: tp/Texinfo/Parser.pm:2988
2559 #, fuzzy, perl-format
2560 msgid "accent command `@%s' not allowed as @%s argument"
25652561 msgstr "Ugyldigt argument til %c%s"
25662562
2567 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2568 #: tp/Texinfo/Parser.pm:5338
2563 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2564 #: tp/Texinfo/Parser.pm:5364
25692565 #, fuzzy, perl-format
25702566 msgid "@%s missing argument"
25712567 msgstr "%s: mangler filparameter.\n"
25722568
2573 #: tp/Texinfo/Parser.pm:3072
2574 #, fuzzy, perl-format
2575 msgid "Unknown @end %s"
2569 #: tp/Texinfo/Parser.pm:3078
2570 #, fuzzy, perl-format
2571 msgid "unknown @end %s"
25762572 msgstr "Ukendt indeks '%s'"
25772573
2578 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2579 #, fuzzy, perl-format
2580 msgid "Superfluous argument to @%s %s: %s"
2574 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2575 #, fuzzy, perl-format
2576 msgid "superfluous argument to @%s %s: %s"
25812577 msgstr "Ugyldigt argument til %c%s"
25822578
2583 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2584 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2585 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2586 #, fuzzy, perl-format
2587 msgid "Bad argument to @%s: %s"
2579 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2580 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2581 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2582 #, fuzzy, perl-format
2583 msgid "bad argument to @%s: %s"
25882584 msgstr "Ugyldigt argument til %c%s"
25892585
2590 #: tp/Texinfo/Parser.pm:3118
2591 #, fuzzy, perl-format
2592 msgid "@%s: Cannot open %s: %s"
2586 #: tp/Texinfo/Parser.pm:3124
2587 #, fuzzy, perl-format
2588 msgid "@%s: could not open %s: %s"
25932589 msgstr "Kan ikke finde '%s'."
25942590
2595 #: tp/Texinfo/Parser.pm:3130
2596 #, perl-format
2597 msgid "Encoding `%s' is not a canonical texinfo encoding"
2598 msgstr ""
2599
2600 #: tp/Texinfo/Parser.pm:3139
2591 #: tp/Texinfo/Parser.pm:3136
2592 #, perl-format
2593 msgid "encoding `%s' is not a canonical texinfo encoding"
2594 msgstr ""
2595
2596 #: tp/Texinfo/Parser.pm:3145
26012597 #, fuzzy, perl-format
26022598 msgid "unrecognized encoding name `%s'"
26032599 msgstr "ukendt indkodningsnavn '%s'"
26042600
2605 #: tp/Texinfo/Parser.pm:3289
2601 #: tp/Texinfo/Parser.pm:3295
26062602 #, perl-format
26072603 msgid "@%s after the first element"
26082604 msgstr ""
26092605
2610 #: tp/Texinfo/Parser.pm:3296
2606 #: tp/Texinfo/Parser.pm:3302
26112607 #, fuzzy, perl-format
26122608 msgid "@%s only meaningful on a @multitable line"
26132609 msgstr "@%s giver ingen mening i en '@%s'-blok"
26142610
2615 #: tp/Texinfo/Parser.pm:3336
2611 #: tp/Texinfo/Parser.pm:3342
26162612 #, fuzzy, perl-format
26172613 msgid "@%s should not be associated with @top"
26182614 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
26192615
2620 #: tp/Texinfo/Parser.pm:3348
2616 #: tp/Texinfo/Parser.pm:3354
26212617 #, fuzzy, perl-format
26222618 msgid "@node precedes @%s, but parts may not be associated with nodes"
26232619 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
26242620
2625 #: tp/Texinfo/Parser.pm:3450
2626 #, fuzzy, perl-format
2627 msgid "Empty argument in @%s"
2621 #: tp/Texinfo/Parser.pm:3456
2622 #, fuzzy, perl-format
2623 msgid "empty argument in @%s"
26282624 msgstr "Ugyldigt argument til %c%s"
26292625
2630 #: tp/Texinfo/Parser.pm:3454
2631 #, perl-format
2632 msgid "Empty node name after expansion `%s'"
2633 msgstr ""
2634
2635 #: tp/Texinfo/Parser.pm:3497
2636 #, fuzzy, perl-format
2637 msgid "Empty menu entry name in `%s'"
2626 #: tp/Texinfo/Parser.pm:3460
2627 #, fuzzy, perl-format
2628 msgid "empty node name after expansion `%s'"
26382629 msgstr "Ugyldigt argument til %c%s"
26392630
2640 #: tp/Texinfo/Parser.pm:3505
2641 #, fuzzy
2642 msgid "Empty node name in menu entry"
2631 #: tp/Texinfo/Parser.pm:3503
2632 #, fuzzy, perl-format
2633 msgid "empty menu entry name in `%s'"
2634 msgstr "Ugyldigt argument til %c%s"
2635
2636 #: tp/Texinfo/Parser.pm:3511
2637 #, fuzzy
2638 msgid "empty node name in menu entry"
26432639 msgstr "ingen indeksindgange blev fundet for '%s'\n"
26442640
2645 #: tp/Texinfo/Parser.pm:3578
2641 #: tp/Texinfo/Parser.pm:3584
26462642 #, fuzzy, perl-format
26472643 msgid "@%s should not appear in @%s"
26482644 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
26492645
2650 #: tp/Texinfo/Parser.pm:3710
2646 #: tp/Texinfo/Parser.pm:3716
26512647 #, fuzzy, perl-format
26522648 msgid "@end %s should only appear at a line beginning"
26532649 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
26542650
2655 #: tp/Texinfo/Parser.pm:3733
2651 #: tp/Texinfo/Parser.pm:3739
26562652 #, perl-format
26572653 msgid "macro `%s' previously defined"
26582654 msgstr "makro '%s' er allerede defineret"
26592655
2660 #: tp/Texinfo/Parser.pm:3735
2656 #: tp/Texinfo/Parser.pm:3742
26612657 #, perl-format
26622658 msgid "here is the previous definition of `%s'"
26632659 msgstr "her er den forrige definition af '%s'"
26642660
2665 #: tp/Texinfo/Parser.pm:3739
2666 #, perl-format
2667 msgid "Redefining Texinfo language command: @%s"
2668 msgstr ""
2669
2670 #: tp/Texinfo/Parser.pm:3788
2661 #: tp/Texinfo/Parser.pm:3747
2662 #, perl-format
2663 msgid "redefining Texinfo language command: @%s"
2664 msgstr ""
2665
2666 #: tp/Texinfo/Parser.pm:3796
26712667 #, perl-format
26722668 msgid "@%s without associated character"
26732669 msgstr ""
26742670
2675 #: tp/Texinfo/Parser.pm:3849
2671 #: tp/Texinfo/Parser.pm:3858
26762672 #, perl-format
26772673 msgid ""
26782674 "@%s defined with zero or more than one argument should be invoked with {}"
26792675 msgstr ""
26802676
2681 #: tp/Texinfo/Parser.pm:3872
2682 #, perl-format
2683 msgid ""
2684 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2677 #: tp/Texinfo/Parser.pm:3882
2678 #, perl-format
2679 msgid ""
2680 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
26852681 "value %d)"
26862682 msgstr ""
26872683
2688 #: tp/Texinfo/Parser.pm:3880
2689 #, perl-format
2690 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2691 msgstr ""
2692
2693 #: tp/Texinfo/Parser.pm:3935
2694 #, perl-format
2695 msgid "Accent command `@%s' must not be followed by whitespace"
2696 msgstr ""
2697
2698 #: tp/Texinfo/Parser.pm:3941
2699 #, perl-format
2700 msgid "Use braces to give a command as an argument to @%s"
2684 #: tp/Texinfo/Parser.pm:3891
2685 #, perl-format
2686 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2687 msgstr ""
2688
2689 #: tp/Texinfo/Parser.pm:3947
2690 #, fuzzy, perl-format
2691 msgid "accent command `@%s' must not be followed by whitespace"
2692 msgstr "Ugyldigt argument til %c%s"
2693
2694 #: tp/Texinfo/Parser.pm:3953
2695 #, fuzzy, perl-format
2696 msgid "use braces to give a command as an argument to @%s"
27012697 msgstr "Benyt parenteser for at angive en kommando som parameter til @%s"
27022698
2703 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2699 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
27042700 #, fuzzy, perl-format
27052701 msgid "%c%s expects `i' or `j' as argument, not `%s'"
27062702 msgstr "%c%s kræver 'i' eller 'j' som parameter, ikke '%c'"
27072703
2708 #: tp/Texinfo/Parser.pm:3966
2709 #, perl-format
2710 msgid "Accent command `@%s' must not be followed by new line"
2711 msgstr ""
2712
2713 #: tp/Texinfo/Parser.pm:3977
2704 #: tp/Texinfo/Parser.pm:3978
2705 #, fuzzy, perl-format
2706 msgid "accent command `@%s' must not be followed by new line"
2707 msgstr "Ugyldigt argument til %c%s"
2708
2709 #: tp/Texinfo/Parser.pm:3989
27142710 #, fuzzy, perl-format
27152711 msgid "@%s expected braces"
27162712 msgstr "%c%s forventede '{...}'"
27172713
2718 #: tp/Texinfo/Parser.pm:4136
2714 #: tp/Texinfo/Parser.pm:4148
27192715 #, perl-format
27202716 msgid "undefined flag: %s"
27212717 msgstr ""
27222718
2723 #: tp/Texinfo/Parser.pm:4139
2724 msgid "Bad syntax for @value"
2725 msgstr ""
2726
2727 #: tp/Texinfo/Parser.pm:4146
2719 #: tp/Texinfo/Parser.pm:4151
2720 #, fuzzy
2721 msgid "bad syntax for @value"
2722 msgstr "Ugyldigt argument til %c%s"
2723
2724 #: tp/Texinfo/Parser.pm:4158
27282725 #, fuzzy, perl-format
27292726 msgid "%c%s is obsolete."
27302727 msgstr "%c%s er forældet"
27312728
2732 #: tp/Texinfo/Parser.pm:4149
2729 #: tp/Texinfo/Parser.pm:4161
27332730 #, fuzzy, perl-format
27342731 msgid "%c%s is obsolete; %s"
27352732 msgstr "%c%s er forældet"
27362733
2737 #: tp/Texinfo/Parser.pm:4157
2734 #: tp/Texinfo/Parser.pm:4170
27382735 #, fuzzy, perl-format
27392736 msgid "@%s should only appear at a line beginning"
27402737 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
27412738
2742 #: tp/Texinfo/Parser.pm:4247
2739 #: tp/Texinfo/Parser.pm:4261
27432740 #, fuzzy, perl-format
27442741 msgid "@%s not allowed inside `@%s' block"
27452742 msgstr "@%s giver ingen mening i en '@%s'-blok"
27462743
2747 #: tp/Texinfo/Parser.pm:4255
2744 #: tp/Texinfo/Parser.pm:4270
27482745 #, fuzzy, perl-format
27492746 msgid "@%s should only appear in heading or footing"
27502747 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
27512748
2752 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2753 #: tp/Texinfo/Parser.pm:4437
2749 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2750 #: tp/Texinfo/Parser.pm:4458
27542751 #, perl-format
27552752 msgid "@%s not meaningful inside `@%s' block"
27562753 msgstr "@%s giver ingen mening i en '@%s'-blok"
27572754
2758 #: tp/Texinfo/Parser.pm:4398
2755 #: tp/Texinfo/Parser.pm:4418
27592756 #, fuzzy, perl-format
27602757 msgid "@%s in empty multitable"
27612758 msgstr "%s: tom fil"
27622759
2763 #: tp/Texinfo/Parser.pm:4403
2760 #: tp/Texinfo/Parser.pm:4424
27642761 msgid "@tab before @item"
27652762 msgstr ""
27662763
2767 #: tp/Texinfo/Parser.pm:4406
2768 #, perl-format
2769 msgid "Too many columns in multitable item (max %d)"
2764 #: tp/Texinfo/Parser.pm:4427
2765 #, fuzzy, perl-format
2766 msgid "too many columns in multitable item (max %d)"
27702767 msgstr "For mange søjler i 'multitable' element (maks %d)"
27712768
2772 #: tp/Texinfo/Parser.pm:4443
2769 #: tp/Texinfo/Parser.pm:4464
27732770 msgid "ignoring @tab outside of multitable"
27742771 msgstr "ignorerer @tab udenfor 'multitable'"
27752772
2776 #: tp/Texinfo/Parser.pm:4447
2773 #: tp/Texinfo/Parser.pm:4468
27772774 #, perl-format
27782775 msgid "@%s outside of table or list"
27792776 msgstr ""
27802777
2781 #: tp/Texinfo/Parser.pm:4482
2782 #, fuzzy, perl-format
2783 msgid "Must be after `@%s' to use `@%s'"
2778 #: tp/Texinfo/Parser.pm:4503
2779 #, fuzzy, perl-format
2780 msgid "must be after `@%s' to use `@%s'"
27842781 msgstr "Skal være i '%s' indsætning for at bruge '%sx'"
27852782
2786 #: tp/Texinfo/Parser.pm:4524
2783 #: tp/Texinfo/Parser.pm:4545
27872784 #, perl-format
27882785 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
27892786 msgstr ""
27902787
2791 #: tp/Texinfo/Parser.pm:4528
2788 #: tp/Texinfo/Parser.pm:4549
27922789 #, fuzzy
27932790 msgid "@dircategory after first node"
27942791 msgstr "@menu fundet før første @node, opretter 'Top' emne"
27952792
2796 #: tp/Texinfo/Parser.pm:4686
2797 #, fuzzy, perl-format
2798 msgid "Region %s inside region %s is not allowed"
2793 #: tp/Texinfo/Parser.pm:4708
2794 #, fuzzy, perl-format
2795 msgid "region %s inside region %s is not allowed"
27992796 msgstr "Fodnoter indeni fodnoter er ikke tilladt"
28002797
2801 #: tp/Texinfo/Parser.pm:4704
2798 #: tp/Texinfo/Parser.pm:4726
28022799 #, fuzzy
28032800 msgid "@direntry after first node"
28042801 msgstr "@menu fundet før første @node, opretter 'Top' emne"
28052802
2806 #: tp/Texinfo/Parser.pm:4712
2803 #: tp/Texinfo/Parser.pm:4734
28072804 #, fuzzy, perl-format
28082805 msgid "@%s seen before first @node"
28092806 msgstr "@menu fundet før første @node, opretter 'Top' emne"
28102807
2811 #: tp/Texinfo/Parser.pm:4714
2808 #: tp/Texinfo/Parser.pm:4737
28122809 msgid ""
28132810 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
28142811 msgstr "måske skulle dit @top emne indsættes i @ifnottex i stedet for @ifinfo?"
28152812
2816 #: tp/Texinfo/Parser.pm:4776
2813 #: tp/Texinfo/Parser.pm:4799
28172814 #, fuzzy, perl-format
28182815 msgid "@%s should only appear in math context"
28192816 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
28202817
2821 #: tp/Texinfo/Parser.pm:4784
2822 #, perl-format
2823 msgid "Unknown command `%s'"
2818 #: tp/Texinfo/Parser.pm:4807
2819 #, fuzzy, perl-format
2820 msgid "unknown command `%s'"
28242821 msgstr "Ukendt kommando '%s'"
28252822
2826 #: tp/Texinfo/Parser.pm:4794
2827 #, fuzzy
2828 msgid "Unexpected @"
2823 #: tp/Texinfo/Parser.pm:4817
2824 #, fuzzy
2825 msgid "unexpected @"
28292826 msgstr "Forventede '%s'"
28302827
2831 #: tp/Texinfo/Parser.pm:4822
2828 #: tp/Texinfo/Parser.pm:4846
28322829 #, fuzzy, perl-format
28332830 msgid "@%s is not meaningful outside `@float' environment"
28342831 msgstr "@%s giver ingen mening i en '@%s'-blok"
28352832
2836 #: tp/Texinfo/Parser.pm:4826
2833 #: tp/Texinfo/Parser.pm:4851
28372834 #, perl-format
28382835 msgid "@%s should be right below `@float'"
28392836 msgstr ""
28402837
2841 #: tp/Texinfo/Parser.pm:4834
2842 #, perl-format
2843 msgid "Ignoring multiple @%s"
2844 msgstr ""
2845
2846 #: tp/Texinfo/Parser.pm:4950
2847 #, perl-format
2848 msgid "Command @%s does not accept arguments"
2849 msgstr ""
2850
2851 #: tp/Texinfo/Parser.pm:4974
2852 #, fuzzy, perl-format
2853 msgid "Command @%s missing a node or external manual argument"
2838 #: tp/Texinfo/Parser.pm:4859
2839 #, perl-format
2840 msgid "ignoring multiple @%s"
2841 msgstr ""
2842
2843 #: tp/Texinfo/Parser.pm:4975
2844 #, fuzzy, perl-format
2845 msgid "command @%s does not accept arguments"
2846 msgstr "Ugyldigt argument til %c%s"
2847
2848 #: tp/Texinfo/Parser.pm:4999
2849 #, fuzzy, perl-format
2850 msgid "command @%s missing a node or external manual argument"
28542851 msgstr "%s: mangler filparameter.\n"
28552852
2856 #: tp/Texinfo/Parser.pm:4993
2857 #, perl-format
2858 msgid "In @%s empty cross reference name after expansion `%s'"
2859 msgstr ""
2860
2861 #: tp/Texinfo/Parser.pm:5004
2862 #, perl-format
2863 msgid "In @%s empty cross reference title after expansion `%s'"
2864 msgstr ""
2865
2866 #: tp/Texinfo/Parser.pm:5017
2853 #: tp/Texinfo/Parser.pm:5018
2854 #, perl-format
2855 msgid "in @%s empty cross reference name after expansion `%s'"
2856 msgstr ""
2857
2858 #: tp/Texinfo/Parser.pm:5029
2859 #, perl-format
2860 msgid "in @%s empty cross reference title after expansion `%s'"
2861 msgstr ""
2862
2863 #: tp/Texinfo/Parser.pm:5042
28672864 msgid "@image missing filename argument"
28682865 msgstr "@image mangler filnavnsparameter"
28692866
2870 #: tp/Texinfo/Parser.pm:5047
2867 #: tp/Texinfo/Parser.pm:5072
28712868 #, fuzzy, perl-format
28722869 msgid "@%s missing first argument"
28732870 msgstr "%s: mangler filparameter.\n"
28742871
2875 #: tp/Texinfo/Parser.pm:5169
2876 msgid "Superfluous arguments for node"
2877 msgstr ""
2878
2879 #: tp/Texinfo/Parser.pm:5208
2880 #, fuzzy, perl-format
2881 msgid "Expected @end %s"
2872 #: tp/Texinfo/Parser.pm:5194
2873 #, fuzzy
2874 msgid "superfluous arguments for node"
2875 msgstr "Ugyldigt argument til %c%s"
2876
2877 #: tp/Texinfo/Parser.pm:5233
2878 #, fuzzy, perl-format
2879 msgid "expected @end %s"
28822880 msgstr "Forventede '%s'"
28832881
2884 #: tp/Texinfo/Parser.pm:5283
2885 #, fuzzy, perl-format
2886 msgid "Remaining argument on @%s line: %s"
2882 #: tp/Texinfo/Parser.pm:5309
2883 #, fuzzy, perl-format
2884 msgid "remaining argument on @%s line: %s"
28872885 msgstr "Ugyldigt argument til %c%s"
28882886
2889 #: tp/Texinfo/Parser.pm:5287
2887 #: tp/Texinfo/Parser.pm:5313
28902888 #, fuzzy, perl-format
28912889 msgid "@%s should only accept a @-command as argument, not `%s'"
28922890 msgstr "Benyt parenteser for at angive en kommando som parameter til @%s"
28932891
2894 #: tp/Texinfo/Parser.pm:5362
2895 #, fuzzy, perl-format
2896 msgid "Environment command %s as argument to @%s"
2892 #: tp/Texinfo/Parser.pm:5388
2893 #, fuzzy, perl-format
2894 msgid "environment command %s as argument to @%s"
28972895 msgstr "Benyt parenteser for at angive en kommando som parameter til @%s"
28982896
2899 #: tp/Texinfo/Parser.pm:5384
2900 #, perl-format
2901 msgid "Empty @%s"
2902 msgstr ""
2903
2904 #: tp/Texinfo/Parser.pm:5392
2897 #: tp/Texinfo/Parser.pm:5410
2898 #, perl-format
2899 msgid "empty @%s"
2900 msgstr ""
2901
2902 #: tp/Texinfo/Parser.pm:5418
29052903 #, perl-format
29062904 msgid "column fraction not a number: %s"
29072905 msgstr ""
29082906
2909 #: tp/Texinfo/Parser.pm:5401
2907 #: tp/Texinfo/Parser.pm:5427
29102908 #, fuzzy, perl-format
29112909 msgid "@sp arg must be numeric, not `%s'"
29122910 msgstr "%s: %s parameter skal være et tal, ikke '%s'.\n"
29132911
2914 #: tp/Texinfo/Parser.pm:5409
2915 #, perl-format
2916 msgid "Reserved index name %s"
2917 msgstr ""
2918
2919 #: tp/Texinfo/Parser.pm:5428
2920 #, fuzzy, perl-format
2921 msgid "Unknown source index in @%s: %s"
2912 #: tp/Texinfo/Parser.pm:5436
2913 #, perl-format
2914 msgid "reserved index name %s"
2915 msgstr ""
2916
2917 #: tp/Texinfo/Parser.pm:5455
2918 #, fuzzy, perl-format
2919 msgid "unknown source index in @%s: %s"
29222920 msgstr "Ukendt indeks '%s'"
29232921
2924 #: tp/Texinfo/Parser.pm:5431
2925 #, fuzzy, perl-format
2926 msgid "Unknown destination index in @%s: %s"
2922 #: tp/Texinfo/Parser.pm:5458
2923 #, fuzzy, perl-format
2924 msgid "unknown destination index in @%s: %s"
29272925 msgstr "Ukendt indeks '%s'"
29282926
2929 #: tp/Texinfo/Parser.pm:5461
2927 #: tp/Texinfo/Parser.pm:5488
29302928 #, perl-format
29312929 msgid "@%s leads to a merging of %s in itself, ignoring"
29322930 msgstr ""
29332931
2934 #: tp/Texinfo/Parser.pm:5474
2935 #, perl-format
2936 msgid "Unknown index `%s' in @printindex"
2932 #: tp/Texinfo/Parser.pm:5501
2933 #, fuzzy, perl-format
2934 msgid "unknown index `%s' in @printindex"
29372935 msgstr "Ukendt indeks '%s' i @printindex"
29382936
2939 #: tp/Texinfo/Parser.pm:5480
2940 #, perl-format
2941 msgid "Printing an index `%s' merged in another one `%s'"
2942 msgstr ""
2943
2944 #: tp/Texinfo/Parser.pm:5488
2945 #, perl-format
2946 msgid "Printindex before document beginning: @printindex %s"
2947 msgstr ""
2948
2949 #: tp/Texinfo/Parser.pm:5504
2937 #: tp/Texinfo/Parser.pm:5507
2938 #, perl-format
2939 msgid "printing an index `%s' merged in another one `%s'"
2940 msgstr ""
2941
2942 #: tp/Texinfo/Parser.pm:5515
2943 #, perl-format
2944 msgid "printindex before document beginning: @printindex %s"
2945 msgstr ""
2946
2947 #: tp/Texinfo/Parser.pm:5531
29502948 #, fuzzy, perl-format
29512949 msgid "@%s arg must be `top' or `bottom', not `%s'"
29522950 msgstr "%s: %s parameter skal være et tal, ikke '%s'.\n"
29532951
2954 #: tp/Texinfo/Parser.pm:5512
2952 #: tp/Texinfo/Parser.pm:5539
29552953 #, perl-format
29562954 msgid "Only @%s 10 or 11 is supported, not `%s'"
29572955 msgstr ""
29582956
2959 #: tp/Texinfo/Parser.pm:5520
2957 #: tp/Texinfo/Parser.pm:5547
29602958 #, fuzzy, perl-format
29612959 msgid "@%s arg must be `separate' or `end', not `%s'"
29622960 msgstr ""
29632961 "%s: --footnote-style parameter skal være 'separate' eller 'end', ikke '%s'.\n"
29642962
2965 #: tp/Texinfo/Parser.pm:5528
2963 #: tp/Texinfo/Parser.pm:5555
29662964 #, fuzzy, perl-format
29672965 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
29682966 msgstr "%s: %s parameter skal være et tal, ikke '%s'.\n"
29692967
2970 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
2968 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
29712969 #, fuzzy, perl-format
29722970 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
29732971 msgstr ""
29742972 "%s: --paragraph-indent parameter skal være tal/'none'/'asis', ikke '%s'.\n"
29752973
2976 #: tp/Texinfo/Parser.pm:5559
2974 #: tp/Texinfo/Parser.pm:5586
29772975 #, fuzzy, perl-format
29782976 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
29792977 msgstr ""
29802978 "%s: --paragraph-indent parameter skal være tal/'none'/'asis', ikke '%s'.\n"
29812979
2982 #: tp/Texinfo/Parser.pm:5569
2980 #: tp/Texinfo/Parser.pm:5596
29832981 #, fuzzy, perl-format
29842982 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
29852983 msgstr ""
29862984 "%s: --paragraph-indent parameter skal være tal/'none'/'asis', ikke '%s'.\n"
29872985
2988 #: tp/Texinfo/Parser.pm:5580
2989 #, perl-format
2990 msgid "Expected @%s on or off, not `%s'"
2991 msgstr ""
2992
2993 #: tp/Texinfo/Parser.pm:5590
2986 #: tp/Texinfo/Parser.pm:5607
2987 #, perl-format
2988 msgid "expected @%s on or off, not `%s'"
2989 msgstr ""
2990
2991 #: tp/Texinfo/Parser.pm:5617
29942992 #, perl-format
29952993 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
29962994 msgstr ""
29972995
2998 #: tp/Texinfo/Parser.pm:5598
2996 #: tp/Texinfo/Parser.pm:5625
29992997 #, fuzzy, perl-format
30002998 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
30012999 msgstr ""
30023000 "%s: --footnote-style parameter skal være 'separate' eller 'end', ikke '%s'.\n"
30033001
3004 #: tp/Texinfo/Parser.pm:5606
3002 #: tp/Texinfo/Parser.pm:5633
30053003 #, fuzzy, perl-format
30063004 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
30073005 msgstr ""
30083006 "%s: --footnote-style parameter skal være 'separate' eller 'end', ikke '%s'.\n"
30093007
3010 #: tp/Texinfo/Report.pm:100
3011 #, fuzzy, perl-format
3012 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3013 msgstr "%s:%d: advarsel: "
3014
3015 #: tp/Texinfo/Report.pm:103
3016 #, fuzzy, perl-format
3017 msgid "%s:%d: warning: %s\n"
3018 msgstr "%s:%d: advarsel: "
3019
3020 #: tp/Texinfo/Report.pm:146
3021 #, fuzzy, perl-format
3022 msgid "warning: %s\n"
3023 msgstr "%s:%d: advarsel: "
3024
30253008 #: tp/Texinfo/Structuring.pm:231
30263009 #, perl-format
3027 msgid "Raising the section level of @%s which is too low"
3010 msgid "raising the section level of @%s which is too low"
30283011 msgstr ""
30293012
30303013 #: tp/Texinfo/Structuring.pm:263
30313014 #, perl-format
3032 msgid "No chapter-level command before @%s"
3015 msgid "no chapter-level command before @%s"
30333016 msgstr ""
30343017
30353018 #: tp/Texinfo/Structuring.pm:268
30363019 #, perl-format
3037 msgid "Lowering the section level of @%s appearing after a lower element"
3020 msgid "lowering the section level of @%s appearing after a lower element"
30383021 msgstr ""
30393022
30403023 #: tp/Texinfo/Structuring.pm:347
30413024 #, perl-format
3042 msgid "No sectioning command associated with @%s"
3025 msgid "no sectioning command associated with @%s"
30433026 msgstr ""
30443027
30453028 #: tp/Texinfo/Structuring.pm:568
30463029 #, fuzzy, perl-format
3047 msgid "Menu reference to nonexistent node `%s'"
3030 msgid "menu reference to nonexistent node `%s'"
30483031 msgstr "ikke-refereret emne '%s'"
30493032
30503033 #: tp/Texinfo/Structuring.pm:583
30513034 #, perl-format
3052 msgid "Menu entry node name `%s' different from %s name `%s'"
3035 msgid "menu entry node name `%s' different from %s name `%s'"
30533036 msgstr ""
30543037
30553038 #: tp/Texinfo/Structuring.pm:619
30593042
30603043 #: tp/Texinfo/Structuring.pm:665
30613044 #, perl-format
3062 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3045 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30633046 msgstr ""
30643047
30653048 #: tp/Texinfo/Structuring.pm:672
30663049 #, perl-format
3067 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3050 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30683051 msgstr ""
30693052
30703053 #: tp/Texinfo/Structuring.pm:690
30713054 #, perl-format
3072 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3055 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30733056 msgstr ""
30743057
30753058 #: tp/Texinfo/Structuring.pm:744
30833066 msgstr "ikke-refereret emne '%s'"
30843067
30853068 #: tp/Texinfo/Structuring.pm:790
3086 #, perl-format
3087 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3069 #, fuzzy, perl-format
3070 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30883071 msgstr ""
30893072 "Emnet '%s' mangler menupunkt for '%s' på trods af at det er dens 'Op'-mål"
30903073
30913074 #: tp/Texinfo/Structuring.pm:798
30923075 #, perl-format
3093 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3076 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30943077 msgstr ""
30953078
30963079 #: tp/Texinfo/Structuring.pm:1282
31033086 msgid "@%s to `%s', different from %s name `%s'"
31043087 msgstr ""
31053088
3106 #: tp/Texinfo/Structuring.pm:1939
3107 #, fuzzy, perl-format
3108 msgid "Empty index key in @%s"
3089 #: tp/Texinfo/Structuring.pm:1959
3090 #, fuzzy, perl-format
3091 msgid "empty index key in @%s"
31093092 msgstr "ingen indeksindgange blev fundet for '%s'\n"
31103093
31113094 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
31123095 #, fuzzy, perl-format
3113 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3096 msgid "chm.pm: could not open %s for writing: %s\n"
31143097 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
31153098
31163099 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
31173100 #, fuzzy, perl-format
3118 msgid "chm.pm:%s: Error on closing: %s"
3101 msgid "chm.pm: error on closing %s: %s"
31193102 msgstr "fejl under skrivning til '%s'"
31203103
3121 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3122 #, fuzzy, perl-format
3123 msgid "tex4ht.pm:%s: Cannot open: %s"
3104 #: tp/init/latex2html.pm:200
3105 #, fuzzy, perl-format
3106 msgid "l2h: could not open latex file %s for writing: %s"
3107 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
3108
3109 #: tp/init/latex2html.pm:341
3110 msgid "l2h: L2H_TMP directory contains a dot"
3111 msgstr ""
3112
3113 #: tp/init/latex2html.pm:346
3114 msgid "l2h: current directory contains a dot"
3115 msgstr ""
3116
3117 #: tp/init/latex2html.pm:374
3118 #, perl-format
3119 msgid "l2h: command did not succeed: %s"
3120 msgstr ""
3121
3122 #: tp/init/latex2html.pm:422
3123 #, perl-format
3124 msgid "l2h: image has invalid extension: %s"
3125 msgstr ""
3126
3127 #: tp/init/latex2html.pm:438
3128 #, perl-format
3129 msgid "l2h: rename %s as %s failed: %s"
3130 msgstr ""
3131
3132 #: tp/init/latex2html.pm:460
3133 #, fuzzy, perl-format
3134 msgid "l2h: could not open %s: %s"
3135 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
3136
3137 #: tp/init/latex2html.pm:493
3138 #, perl-format
3139 msgid "latex2html.pm: end of @%s item %d not found"
3140 msgstr ""
3141
3142 #: tp/init/latex2html.pm:504
3143 #, perl-format
3144 msgid ""
3145 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3146 "of items found in the document"
3147 msgstr ""
3148
3149 #: tp/init/latex2html.pm:534
3150 #, perl-format
3151 msgid "l2h: could not determine the fragment %d for @%s"
3152 msgstr ""
3153
3154 #: tp/init/latex2html.pm:560
3155 #, perl-format
3156 msgid ""
3157 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3158 "HTML"
3159 msgstr ""
3160
3161 #: tp/init/latex2html.pm:621
3162 #, fuzzy, perl-format
3163 msgid "l2h: could not load %s: %s"
3164 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
3165
3166 #: tp/init/latex2html.pm:634
3167 #, fuzzy, perl-format
3168 msgid "l2h: could not open %s for writing: %s"
3169 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
3170
3171 #: tp/init/tex4ht.pm:123
3172 #, fuzzy, perl-format
3173 msgid "tex4ht.pm: could not open %s: %s"
31243174 msgstr "Kan ikke finde '%s'."
31253175
31263176 #: tp/init/tex4ht.pm:219
3127 #, perl-format
3128 msgid "tex4ht.pm:%s: chdir failed: %s"
3129 msgstr ""
3177 #, fuzzy, perl-format
3178 msgid "tex4ht.pm: chdir %s failed: %s"
3179 msgstr "Kan ikke finde '%s'."
31303180
31313181 #: tp/init/tex4ht.pm:232
31323182 #, perl-format
3133 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3183 msgid "tex4ht.pm: unable to return to initial directory: %s"
31343184 msgstr ""
31353185
31363186 #: tp/init/tex4ht.pm:244
31373187 #, fuzzy, perl-format
3138 msgid "tex4ht.pm: Output file missing: %s"
3188 msgid "tex4ht.pm: output file missing: %s"
31393189 msgstr "kan ikke oprette uddatafil '%s'"
31403190
31413191 #: tp/init/tex4ht.pm:260
3142 #, perl-format
3143 msgid "tex4ht.pm: Command failed: %s"
3144 msgstr ""
3192 #, fuzzy, perl-format
3193 msgid "tex4ht.pm: command failed: %s"
3194 msgstr "Kan ikke finde '%s'."
3195
3196 #: tp/init/tex4ht.pm:267
3197 #, fuzzy, perl-format
3198 msgid "tex4ht.pm: could not open: %s"
3199 msgstr "Kan ikke finde '%s'."
31453200
31463201 #: tp/init/tex4ht.pm:293
31473202 #, perl-format
31523207 #, perl-format
31533208 msgid ""
31543209 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3155 "items found in the document"
3156 msgstr ""
3157
3158 #: tp/init/tex4ht.pm:319
3159 #, perl-format
3160 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3161 msgstr ""
3162
3163 #: tp/texi2any.pl:375
3210 "items found in the document for @%s"
3211 msgstr ""
3212
3213 #: tp/init/tex4ht.pm:320
3214 #, fuzzy, perl-format
3215 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3216 msgstr "kan ikke oprette uddatafil '%s'"
3217
3218 #: tp/init/tex4ht.pm:335
3219 #, perl-format
3220 msgid ""
3221 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3222 "items found in the document for @%s"
3223 msgstr ""
3224
3225 #: tp/texi2any.pl:379
31643226 #, fuzzy, perl-format
31653227 msgid "error loading %s: %s\n"
31663228 msgstr "fejl under skrivning til '%s'"
31673229
3168 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3169 #, fuzzy, perl-format
3170 msgid "Unknown variable %s\n"
3230 #: tp/texi2any.pl:392
3231 #, fuzzy, perl-format
3232 msgid "%s: unknown variable %s"
31713233 msgstr "Ukendt kommando '%s'"
31723234
3173 #: tp/texi2any.pl:468
3174 #, fuzzy, perl-format
3175 msgid "Can't read init file %s"
3235 #: tp/texi2any.pl:396
3236 #, fuzzy, perl-format
3237 msgid "%s: obsolete variable %s\n"
3238 msgstr "Sæt variabel: "
3239
3240 #: tp/texi2any.pl:411
3241 #, fuzzy, perl-format
3242 msgid "%s: unknown variable %s\n"
3243 msgstr "Ukendt kommando '%s'"
3244
3245 #: tp/texi2any.pl:415
3246 #, fuzzy, perl-format
3247 msgid "obsolete variable %s\n"
3248 msgstr "Sæt variabel: "
3249
3250 #: tp/texi2any.pl:480
3251 #, fuzzy, perl-format
3252 msgid "could not read init file %s"
31763253 msgstr "can ikke åbne inddata-filen '%s'."
31773254
3178 #: tp/texi2any.pl:619
3179 #, perl-format
3180 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3181 msgstr ""
3182
3183 #: tp/texi2any.pl:691
3255 #: tp/texi2any.pl:633
3256 #, perl-format
3257 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
3258 msgstr ""
3259
3260 #: tp/texi2any.pl:710
31843261 #, fuzzy
31853262 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
31863263 msgstr "Brug: %s [TILVALG]... TEXINFO-FIL...\n"
31873264
3188 #: tp/texi2any.pl:692
3265 #: tp/texi2any.pl:711
31893266 #, fuzzy
31903267 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
31913268 msgstr "Brug: %s [TILVALG]... TEXINFO-FIL...\n"
31923269
3193 #: tp/texi2any.pl:694
3270 #: tp/texi2any.pl:713
31943271 msgid ""
31953272 "Translate Texinfo source documentation to various other formats, by default\n"
31963273 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32003277 "Info-filer, der er lavet til at blive læst på skærmen med Emacs eller GNU "
32013278 "Info.\n"
32023279
3203 #: tp/texi2any.pl:697
3280 #: tp/texi2any.pl:716
32043281 #, fuzzy, perl-format
32053282 msgid ""
32063283 "General options:\n"
32293306 " -v, --verbose forklar, hvad der sker.\n"
32303307 " --version vis versionsoplysninger og afslut.\n"
32313308
3232 #: tp/texi2any.pl:712
3309 #: tp/texi2any.pl:731
32333310 #, fuzzy
32343311 msgid ""
32353312 "Output format selection (default is to produce Info):\n"
32443321 " --html lav HTML i stedet for Info.\n"
32453322 " --xml lav Texinfo XML i stedet for Info.\n"
32463323
3247 #: tp/texi2any.pl:720
3324 #: tp/texi2any.pl:739
32483325 #, fuzzy
32493326 msgid ""
32503327 "General output options:\n"
32823359 " --number-sections lav afsnits- og sektionsnumre.\n"
32833360 " -o, --output=FILE send til FIL (katalog i tilfældet opdelt HTML),\n"
32843361
3285 #: tp/texi2any.pl:740
3362 #: tp/texi2any.pl:759
32863363 #, fuzzy, perl-format
32873364 msgid ""
32883365 "Options for Info and plain text:\n"
33233400 " --split-size=ANTAL opdel Info-filer ved størrelsen ANTAL "
33243401 "(standard %d).\n"
33253402
3326 #: tp/texi2any.pl:757
3403 #: tp/texi2any.pl:776
33273404 msgid ""
33283405 "Options for HTML:\n"
33293406 " --css-include=FILE include FILE in HTML <style> output;\n"
33373414 " anchors; default is set only if split.\n"
33383415 msgstr ""
33393416
3340 #: tp/texi2any.pl:768
3417 #: tp/texi2any.pl:787
33413418 msgid ""
33423419 "Options for XML and Docbook:\n"
33433420 " --output-indent=VAL does nothing, retained for compatibility.\n"
33443421 msgstr ""
33453422
3346 #: tp/texi2any.pl:771
3423 #: tp/texi2any.pl:790
33473424 msgid ""
33483425 "Options for DVI/PS/PDF:\n"
33493426 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33503427 msgstr ""
33513428
3352 #: tp/texi2any.pl:774
3429 #: tp/texi2any.pl:793
33533430 #, fuzzy
33543431 msgid ""
33553432 "Input file options:\n"
33673444 "søgestien.\n"
33683445 " -U VAR afdefinér variablen VAR som med @clear.\n"
33693446
3370 #: tp/texi2any.pl:781
3447 #: tp/texi2any.pl:800
33713448 #, fuzzy
33723449 msgid ""
33733450 "Conditional processing in input:\n"
33993476 " --no-iftex behandl ikke @iftex og @tex-tekst.\n"
34003477 " --no-ifxml behandl ikke @ifxml og @xml-tekst.\n"
34013478
3402 #: tp/texi2any.pl:798
3479 #: tp/texi2any.pl:817
34033480 #, fuzzy
34043481 msgid ""
34053482 " The defaults for the @if... conditionals depend on the output format:\n"
34163493 " hvis der laves ren tekst er --ifplaintext aktiveret og de andre "
34173494 "deaktiverede.\n"
34183495
3419 #: tp/texi2any.pl:805
3496 #: tp/texi2any.pl:824
34203497 #, fuzzy
34213498 msgid ""
34223499 "Examples:\n"
34433520 " makeinfo --number-sections xxx.texi skriv Info med nummererede afsnit\n"
34443521 " makeinfo --no-split xxx.texi skriv én Info-fil, uanset størrelsen\n"
34453522
3446 #: tp/texi2any.pl:852
3523 #: tp/texi2any.pl:871
34473524 #, perl-format
34483525 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34493526 msgstr ""
34503527 "%s: --footnote-style parameter skal være 'separate' eller 'end', ikke '%s'.\n"
34513528
3452 #: tp/texi2any.pl:934
3529 #: tp/texi2any.pl:953
34533530 #, perl-format
34543531 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34553532 msgstr ""
34563533 "%s: --paragraph-indent parameter skal være tal/'none'/'asis', ikke '%s'.\n"
34573534
3458 #: tp/texi2any.pl:1011
3459 #, perl-format
3460 msgid "when generating %s, only one input FILE may be specified with -o"
3461 msgstr ""
3462
3463 #: tp/texi2any.pl:1015
3535 #: tp/texi2any.pl:1030
3536 #, perl-format
3537 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3538 msgstr ""
3539
3540 #: tp/texi2any.pl:1034
34643541 msgid "--Xopt option without printed output"
34653542 msgstr ""
34663543
3467 #: tp/texi2any.pl:1025
3468 #, fuzzy, perl-format
3469 msgid "Unknown tree transformation %s"
3544 #: tp/texi2any.pl:1044
3545 #, fuzzy, perl-format
3546 msgid "unknown tree transformation %s"
34703547 msgstr "Ukendt kommando '%s'"
34713548
3472 #: tp/texi2any.pl:1032
3473 #, perl-format
3474 msgid "Ignoring splitting for format %s"
3475 msgstr ""
3476
3477 #: tp/texi2any.pl:1081
3549 #: tp/texi2any.pl:1051
3550 #, perl-format
3551 msgid "ignoring splitting for format %s"
3552 msgstr ""
3553
3554 #: tp/texi2any.pl:1101
34783555 #, perl-format
34793556 msgid "%s: missing file argument.\n"
34803557 msgstr "%s: mangler filparameter.\n"
34813558
3482 #: tp/texi2any.pl:1082
3559 #: tp/texi2any.pl:1102
34833560 #, perl-format
34843561 msgid "Try `%s --help' for more information.\n"
34853562 msgstr "Prøv '%s --help' for mere information.\n"
34863563
3487 #: tp/texi2any.pl:1153
3564 #: tp/texi2any.pl:1173
34883565 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
34893566 msgstr ""
34903567
3491 #: tp/texi2any.pl:1175
3492 #, fuzzy, perl-format
3493 msgid "Error on closing macro expand file %s: %s\n"
3568 #: tp/texi2any.pl:1195
3569 #, fuzzy, perl-format
3570 msgid "error on closing macro expand file %s: %s\n"
34943571 msgstr "fejl under lukning af uddatafilen '%s'"
34953572
3496 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3497 #, fuzzy, perl-format
3498 msgid "Could not open %s for writing: %s\n"
3573 #: tp/texi2any.pl:1201
3574 #, fuzzy, perl-format
3575 msgid "could not open %s for writing: %s\n"
34993576 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
35003577
3501 #: tp/texi2any.pl:1205
3578 #: tp/texi2any.pl:1226
35023579 msgid ""
35033580 "insert_nodes_for_sectioning_commands transformation return no result. No "
35043581 "section?"
35053582 msgstr ""
35063583
3507 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3508 #, fuzzy, perl-format
3509 msgid "Error on closing %s: %s\n"
3584 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3585 #, fuzzy, perl-format
3586 msgid "%s: error on closing %s: %s\n"
35103587 msgstr "fejl under skrivning til '%s'"
35113588
3512 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3513 #, perl-format
3514 msgid "Error on closing internal links file %s: %s\n"
3515 msgstr ""
3589 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3590 #, fuzzy, perl-format
3591 msgid "%s: error on closing internal links file %s: %s\n"
3592 msgstr "fejl under lukning af uddatafilen '%s'"
3593
3594 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3595 #, fuzzy, perl-format
3596 msgid "%s: could not open %s for writing: %s\n"
3597 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
35163598
35173599 #: util/texindex.c:223
35183600 msgid "display this help and exit"
35713653 msgstr "indgang %s følger en indgang med et sekundært navn"
35723654
35733655 #, fuzzy
3656 #~ msgid "Can't create directories `%s': %s"
3657 #~ msgstr "Kan ikke oprette kataloget '%s': %s"
3658
3659 #, fuzzy
3660 #~ msgid "Can't read file %s: %s"
3661 #~ msgstr "Kan ikke oprette kataloget '%s': %s"
3662
3663 #, fuzzy
3664 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3665 #~ msgstr "%s:%d: advarsel: "
3666
3667 #, fuzzy
3668 #~ msgid "%s:%d: warning: %s\n"
3669 #~ msgstr "%s:%d: advarsel: "
3670
3671 #, fuzzy
3672 #~ msgid "warning: %s\n"
3673 #~ msgstr "%s:%d: advarsel: "
3674
3675 #, fuzzy
3676 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3677 #~ msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
3678
3679 #, fuzzy
35743680 #~ msgid "tex4ht error opening %s: %s"
35753681 #~ msgstr "fejl under skrivning til '%s'"
35763682
35773683 #, fuzzy
3578 #~ msgid "Error on closing renamed nodes file %s: %s"
3579 #~ msgstr "fejl under lukning af uddatafilen '%s'"
3580
3581 #, fuzzy
35823684 #~ msgid "Node `%s' that is to be renamed exists"
35833685 #~ msgstr "Indeks '%s' eksisterer allerede"
3584
3585 #, fuzzy
3586 #~ msgid "Unknown variable %s"
3587 #~ msgstr "Ukendt kommando '%s'"
35883686
35893687 #, fuzzy
35903688 #~ msgid "arguments to @%s ignored"
39234021
39244022 #~ msgid "Expected `%s'"
39254023 #~ msgstr "Forventede '%s'"
3926
3927 #~ msgid "Can't create directory `%s': %s"
3928 #~ msgstr "Kan ikke oprette kataloget '%s': %s"
39294024
39304025 #~ msgid "No `%s' found in `%s'"
39314026 #~ msgstr "Ingen '%s' fundet i '%s'"
42614356
42624357 #, fuzzy
42634358 #~ msgid "%s should not appear in %s"
4264 #~ msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
4265
4266 #, fuzzy
4267 #~ msgid "%s: could not open --css-file %s: %s\n"
42684359 #~ msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
42694360
42704361 #, fuzzy
Binary diff not shown
+606
-505
po/de.po less more
3333 msgstr ""
3434 "Project-Id-Version: texinfo 4.13.92\n"
3535 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
36 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
36 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
3737 "PO-Revision-Date: 2012-12-20 21:05+0100\n"
3838 "Last-Translator: Michael Piefel <piefel@informatik.hu-berlin.de>\n"
3939 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
425425 msgstr "„--help“ gibt weitere Informationen.\n"
426426
427427 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
428 #: tp/texi2any.pl:829 util/texindex.c:295
428 #: tp/texi2any.pl:848 util/texindex.c:295
429429 #, c-format, perl-format
430430 msgid ""
431431 "Copyright (C) %s Free Software Foundation, Inc.\n"
21562156 " --test die VERZEICHNIS-DATEI nicht ändern\n"
21572157 " --version Programmversion anzeigen und beenden"
21582158
2159 #: install-info/install-info.c:598 tp/texi2any.pl:817
2159 #: install-info/install-info.c:598 tp/texi2any.pl:836
21602160 msgid ""
21612161 "Email bug reports to bug-texinfo@gnu.org,\n"
21622162 "general questions and discussion to help-texinfo@gnu.org.\n"
22682268 msgstr "keine Einträge für „%s“ gefunden; nichts entfernt"
22692269
22702270 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2271 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2272 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2273 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2274 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2275 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2276 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2271 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2272 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2273 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2274 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2275 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2276 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
22772277 #: tp/Texinfo/Convert/TexinfoXML.pm:429
2278 #, perl-format
2279 msgid "Could not open %s for writing: %s"
2278 #, fuzzy, perl-format
2279 msgid "could not open %s for writing: %s"
22802280 msgstr "Konnte %s nicht zum Schreiben öffnen: %s"
22812281
22822282 #: tp/Texinfo/Common.pm:850
23022302 msgid "%s is not a valid split possibility"
23032303 msgstr ""
23042304
2305 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2306 #, perl-format
2307 msgid "Cannot read %s: %s"
2305 #: tp/Texinfo/Common.pm:1096
2306 #, fuzzy, perl-format
2307 msgid "could not read %s: %s"
23082308 msgstr "Kann %s nicht lesen: %s"
23092309
2310 #: tp/Texinfo/Common.pm:1113
2311 #, perl-format
2312 msgid "Error on closing @verbatiminclude file %s: %s"
2310 #: tp/Texinfo/Common.pm:1114
2311 #, fuzzy, perl-format
2312 msgid "error on closing @verbatiminclude file %s: %s"
23132313 msgstr "Fehler beim Schließen von @verbatiminclude-Datei %s: %s"
23142314
2315 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2316 #, perl-format
2317 msgid "@%s: Cannot find %s"
2315 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2316 #, fuzzy, perl-format
2317 msgid "@%s: could not find %s"
23182318 msgstr "@%s: Kann %s nicht finden"
23192319
2320 #: tp/Texinfo/Common.pm:1416
2321 #, perl-format
2322 msgid "Cannot open html refs config file %s: %s"
2320 #: tp/Texinfo/Common.pm:1417
2321 #, fuzzy, perl-format
2322 msgid "could not open html refs config file %s: %s"
23232323 msgstr "Kann HTML-Refs-Konfigurationsdatei %s nicht finden: %s"
23242324
2325 #: tp/Texinfo/Common.pm:1444
2326 msgid "Missing type"
2325 #: tp/Texinfo/Common.pm:1445
2326 #, fuzzy
2327 msgid "missing type"
23272328 msgstr "Fehlender Typ"
23282329
2329 #: tp/Texinfo/Common.pm:1447
2330 #, perl-format
2331 msgid "Unrecognized type: %s"
2330 #: tp/Texinfo/Common.pm:1448
2331 #, fuzzy, perl-format
2332 msgid "unrecognized type: %s"
23322333 msgstr "nicht erkannter Typ: %s"
23332334
2334 #: tp/Texinfo/Common.pm:1463
2335 #, perl-format
2336 msgid "Error on closing html refs config file %s: %s"
2335 #: tp/Texinfo/Common.pm:1465
2336 #, fuzzy, perl-format
2337 msgid "error on closing html refs config file %s: %s"
23372338 msgstr "Fehler beim Schließen derHTML-Refs-Konfigurationsdatei %s: %s"
23382339
2339 #: tp/Texinfo/Common.pm:1498
2340 #, perl-format
2341 msgid "%s:%d: no node to be renamed\n"
2342 msgstr ""
2343
2344 #: tp/Texinfo/Common.pm:1509
2345 #, perl-format
2346 msgid "%s:%d: nodes without a new name at the end of file\n"
2347 msgstr ""
2348
2349 #: tp/Texinfo/Common.pm:2000
2350 #, perl-format
2351 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2352 msgstr "protect_hashchar_at_line_beginning kann in @%s nichts schützen"
2340 #: tp/Texinfo/Common.pm:1500
2341 msgid "no node to be renamed"
2342 msgstr ""
2343
2344 #: tp/Texinfo/Common.pm:1511
2345 msgid "nodes without a new name at the end of file"
2346 msgstr ""
2347
2348 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2349 #, fuzzy, perl-format
2350 msgid "could not open %s: %s"
2351 msgstr "Konnte %s nicht zum Schreiben öffnen: %s"
2352
2353 #: tp/Texinfo/Common.pm:2002
2354 #, perl-format
2355 msgid "could not protect hash character in @%s"
2356 msgstr ""
23532357
23542358 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2355 #: tp/texi2any.pl:387 tp/texi2any.pl:404
23562359 #, perl-format
23572360 msgid "Obsolete variable %s\n"
23582361 msgstr "Veraltete Variable %s\n"
23592362
23602363 #: tp/Texinfo/Convert/Converter.pm:601
2361 #, perl-format
2362 msgid "Can't create directories `%s' or `%s': %s"
2364 #, fuzzy, perl-format
2365 msgid "could not create directories `%s' or `%s': %s"
23632366 msgstr "Kann Verzeichnisse „%s“ oder „%s“ nicht anlegen: %s"
23642367
23652368 #: tp/Texinfo/Convert/Converter.pm:609
2366 #, perl-format
2367 msgid "Can't create directories `%s': %s"
2369 #, fuzzy, perl-format
2370 msgid "could not create directory `%s': %s"
23682371 msgstr "Kann Verzeichnisse „%s“ nicht anlegen: %s"
23692372
2370 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2371 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2372 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2373 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2374 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2375 #, perl-format
2376 msgid "Error on closing %s: %s"
2373 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2374 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2375 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2376 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2377 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2378 #, fuzzy, perl-format
2379 msgid "error on closing %s: %s"
23772380 msgstr "Fehler beim Schließen von %s: %s"
23782381
2379 #: tp/Texinfo/Convert/DocBook.pm:898
2382 #: tp/Texinfo/Convert/DocBook.pm:899
23802383 #, perl-format
23812384 msgid "@image file `%s' not found, using `%s'"
23822385 msgstr "@image-Datei „%s“ nicht gefunden, benutze „%s“"
23832386
2384 #: tp/Texinfo/Convert/HTML.pm:1677
2387 #: tp/Texinfo/Convert/HTML.pm:1678
23852388 #, perl-format
23862389 msgid "@image file `%s' (for HTML) not found, using `%s'"
23872390 msgstr "@image-Datei „%s“ (für HTML) nicht gefunden, benutze „%s“"
23882391
2389 #: tp/Texinfo/Convert/HTML.pm:2345
2390 #, perl-format
2391 msgid "Raw format %s is not converted"
2392 #: tp/Texinfo/Convert/HTML.pm:2347
2393 #, fuzzy, perl-format
2394 msgid "raw format %s is not converted"
23922395 msgstr "Rohes Format %s wird nicht konvertiert"
23932396
2394 #: tp/Texinfo/Convert/HTML.pm:4814
2395 #, perl-format
2396 msgid "%s:%d: string not closed in css file"
2397 #: tp/Texinfo/Convert/HTML.pm:4816
2398 #, fuzzy
2399 msgid "string not closed in css file"
23972400 msgstr "%s:%d: Zeichenkette in CSS-Datei nicht geschlossen"
23982401
2399 #: tp/Texinfo/Convert/HTML.pm:4816
2400 #, perl-format
2401 msgid "%s:%d: --css-include ended in comment"
2402 #: tp/Texinfo/Convert/HTML.pm:4818
2403 #, fuzzy
2404 msgid "--css-include ended in comment"
24022405 msgstr "%s:%d: --css-include endete inmitten eines Kommentars"
24032406
2404 #: tp/Texinfo/Convert/HTML.pm:4818
2405 #, fuzzy, perl-format
2406 msgid "%s:%d: @import not finished in css file"
2407 #: tp/Texinfo/Convert/HTML.pm:4820
2408 #, fuzzy
2409 msgid "@import not finished in css file"
24072410 msgstr "%s:%d: @import in CSS-Datei nicht abgeschlossen"
24082411
2409 #: tp/Texinfo/Convert/HTML.pm:4844
2410 #, perl-format
2411 msgid "css file %s not found"
2412 #: tp/Texinfo/Convert/HTML.pm:4846
2413 #, fuzzy, perl-format
2414 msgid "CSS file %s not found"
24122415 msgstr "CSS-Datei %s nicht gefunden"
24132416
2414 #: tp/Texinfo/Convert/HTML.pm:4850
2417 #: tp/Texinfo/Convert/HTML.pm:4852
24152418 #, perl-format
24162419 msgid "could not open --include-file %s: %s"
24172420 msgstr "konnte --include-file %s nicht öffnen: %s"
24182421
2419 #: tp/Texinfo/Convert/HTML.pm:4860
2420 #, perl-format
2421 msgid "Error on closing CSS file %s: %s"
2422 #: tp/Texinfo/Convert/HTML.pm:4862
2423 #, fuzzy, perl-format
2424 msgid "error on closing CSS file %s: %s"
24222425 msgstr "Fehler beim Schließen der CSS-Datei %s: %s"
24232426
2424 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2425 #, perl-format
2426 msgid "No htmlxref.cnf entry found for `%s'"
2427 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2428 #, fuzzy, perl-format
2429 msgid "no htmlxref.cnf entry found for `%s'"
24272430 msgstr "Kein Eintrag htmlxref.cnf für „%s“ gefunden"
24282431
2429 #: tp/Texinfo/Convert/HTML.pm:6495
2430 #, fuzzy, perl-format
2431 msgid "Error on closing frame file %s: %s"
2432 #: tp/Texinfo/Convert/HTML.pm:6506
2433 #, fuzzy, perl-format
2434 msgid "error on closing frame file %s: %s"
24322435 msgstr "Fehler beim Schließen der Ausgabedatei „%s“."
24332436
2434 #: tp/Texinfo/Convert/HTML.pm:6519
2435 #, fuzzy, perl-format
2436 msgid "Error on closing TOC frame file %s: %s"
2437 #: tp/Texinfo/Convert/HTML.pm:6530
2438 #, fuzzy, perl-format
2439 msgid "error on closing TOC frame file %s: %s"
24372440 msgstr "Fehler beim Schließen der Ausgabedatei „%s“."
24382441
2439 #: tp/Texinfo/Convert/HTML.pm:6634
2440 #, perl-format
2441 msgid "Handler %s of stage %s priority %s failed"
2442 msgstr ""
2443
2444 #: tp/Texinfo/Convert/HTML.pm:6835
2445 msgid "Must specify a title with a title command or @top"
2446 msgstr ""
2447
2448 #: tp/Texinfo/Convert/HTML.pm:7040
2449 #, perl-format
2450 msgid "Error on closing redirection node file %s: %s"
2451 msgstr ""
2452
2453 #: tp/Texinfo/Convert/HTML.pm:7065
2454 #, perl-format
2455 msgid "Old name for `%s' is a node of the document"
2442 #: tp/Texinfo/Convert/HTML.pm:6645
2443 #, perl-format
2444 msgid "handler %s of stage %s priority %s failed"
2445 msgstr ""
2446
2447 #: tp/Texinfo/Convert/HTML.pm:6846
2448 msgid "must specify a title with a title command or @top"
2449 msgstr ""
2450
2451 #: tp/Texinfo/Convert/HTML.pm:7055
2452 #, fuzzy, perl-format
2453 msgid "error on closing redirection node file %s: %s"
2454 msgstr "Fehler beim Schließen der umbenannten Knotendatei %s: %s"
2455
2456 #: tp/Texinfo/Convert/HTML.pm:7080
2457 #, fuzzy, perl-format
2458 msgid "old name for `%s' is a node of the document"
24562459 msgstr "Alter Name für „%s“ ist ein Knoten dieses Dokuments."
24572460
2458 #: tp/Texinfo/Convert/HTML.pm:7069
2459 #, perl-format
2460 msgid "File empty for renamed node `%s'"
2461 #: tp/Texinfo/Convert/HTML.pm:7086
2462 #, fuzzy, perl-format
2463 msgid "file empty for renamed node `%s'"
24612464 msgstr "Datei leer für umbenannten Knoten „%s“"
24622465
2463 #: tp/Texinfo/Convert/HTML.pm:7081
2464 #, perl-format
2465 msgid "Target node (new name for `%s') not in document: %s"
2466 #: tp/Texinfo/Convert/HTML.pm:7100
2467 #, fuzzy, perl-format
2468 msgid "target node (new name for `%s') not in document: %s"
24662469 msgstr "Zielknoten (neuer Name für „%s“) ist nicht im Dokument: %s"
24672470
2468 #: tp/Texinfo/Convert/HTML.pm:7113
2469 #, fuzzy, perl-format
2470 msgid "Error on closing renamed node redirection file %s: %s"
2471 #: tp/Texinfo/Convert/HTML.pm:7132
2472 #, fuzzy, perl-format
2473 msgid "error on closing renamed node redirection file %s: %s"
24712474 msgstr "Fehler beim Schließen der Ausgabedatei „%s“."
24722475
2473 #: tp/Texinfo/Convert/HTML.pm:7151
2474 msgid "Empty node name"
2476 #: tp/Texinfo/Convert/HTML.pm:7170
2477 #, fuzzy
2478 msgid "empty node name"
24752479 msgstr "Leerer Knotenname"
24762480
2477 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2478 #, perl-format
2479 msgid "Syntax for an external node used for `%s'"
2481 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2482 #, fuzzy, perl-format
2483 msgid "syntax for an external node used for `%s'"
24802484 msgstr "Syntax für einen externen Knoten für „%s“ benutzt"
24812485
24822486 #: tp/Texinfo/Convert/Info.pm:99
2483 msgid "Document without nodes."
2487 #, fuzzy
2488 msgid "document without nodes"
24842489 msgstr "Dokument ohne Knoten."
24852490
2486 #: tp/Texinfo/Convert/Info.pm:115
2487 msgid "Document without Top node."
2491 #: tp/Texinfo/Convert/Info.pm:116
2492 #, fuzzy
2493 msgid "document without Top node"
24882494 msgstr "Dokument ohne obersten Knoten."
24892495
2490 #: tp/Texinfo/Convert/Info.pm:151
2491 #, perl-format
2492 msgid "Rename %s failed: %s"
2496 #: tp/Texinfo/Convert/Info.pm:153
2497 #, fuzzy, perl-format
2498 msgid "rename %s failed: %s"
24932499 msgstr "Umbenennen von %s fehlgeschlagen: %s"
24942500
2495 #: tp/Texinfo/Convert/Info.pm:226
2501 #: tp/Texinfo/Convert/Info.pm:228
24962502 #, perl-format
24972503 msgid "@%s output more than once: %s"
24982504 msgstr "@%s mehr als einmal ausgegeben: %s"
24992505
2500 #: tp/Texinfo/Convert/Info.pm:340
2506 #: tp/Texinfo/Convert/Info.pm:346
25012507 #, perl-format
25022508 msgid "@%s outside of any node"
25032509 msgstr "@%s (außerhalb jeglichen Knotens)"
25042510
2505 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2506 #, perl-format
2507 msgid "Entry for index `%s' outside of any node"
2511 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2512 #, fuzzy, perl-format
2513 msgid "entry for index `%s' outside of any node"
25082514 msgstr "Eintrag für Index „%s“ außerhalb jeglichen Knotens"
25092515
25102516 #: tp/Texinfo/Convert/Plaintext.pm:1217
25112517 #, fuzzy, perl-format
2512 msgid "Error on closing image text file %s: %s"
2518 msgid "error on closing image text file %s: %s"
25132519 msgstr "Fehler beim Schließen der Ausgabedatei „%s“."
25142520
25152521 #: tp/Texinfo/Convert/Plaintext.pm:1222
25172523 msgid "@image file `%s' unreadable: %s"
25182524 msgstr "@image-Datei „%s“ nicht lesbar: %s"
25192525
2520 #: tp/Texinfo/Convert/Plaintext.pm:1250
2521 #, perl-format
2522 msgid "Cannot find @image file `%s.txt' nor alternate text"
2523 msgstr ""
2524
2525 #: tp/Texinfo/Convert/Plaintext.pm:1615
2526 #: tp/Texinfo/Convert/Plaintext.pm:1251
2527 #, perl-format
2528 msgid "could not find @image file `%s.txt' nor alternate text"
2529 msgstr ""
2530
2531 #: tp/Texinfo/Convert/Plaintext.pm:1617
25262532 msgid ""
25272533 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
25282534 "avoid that"
25302536 "@strong{Bemerkung...} erzeugt einen Pseudo-Querverweis in Info; "
25312537 "umformulieren, um das zu vermeiden"
25322538
2533 #: tp/Texinfo/Convert/Plaintext.pm:1845
2539 #: tp/Texinfo/Convert/Plaintext.pm:1849
25342540 #, perl-format
25352541 msgid "`.' or `,' must follow @xref, not %s"
25362542 msgstr "„.“ or „,“ muss @xref folgen, nicht %s"
25372543
2538 #: tp/Texinfo/Convert/Plaintext.pm:1847
2544 #: tp/Texinfo/Convert/Plaintext.pm:1852
25392545 msgid "`.' or `,' must follow @xref"
25402546 msgstr "„.“ or „,“ muss @xref folgen"
25412547
25442550 msgid "@%s should only appear at beginning or end of document"
25452551 msgstr "@%s sollte nur am Anfang oder Ende eines Dokuments erscheinen"
25462552
2547 #: tp/Texinfo/Parser.pm:837
2548 #, fuzzy, perl-format
2549 msgid "Can't read file %s: %s"
2550 msgstr "Kann Datei „%s“ nicht entfernen: %s"
2551
25522553 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
2553 #, perl-format
2554 msgid "Multiple @%s"
2554 #, fuzzy, perl-format
2555 msgid "multiple @%s"
25552556 msgstr "Mehrfache @%s"
25562557
25572558 #: tp/Texinfo/Parser.pm:1100
25582559 #, fuzzy, perl-format
2559 msgid "Bad syntax for @%s argument: %s"
2560 msgid "bad syntax for @%s argument: %s"
25602561 msgstr "Fehlerhafte Argumente zu @%s"
25612562
25622563 #: tp/Texinfo/Parser.pm:1116
2563 #, perl-format
2564 msgid "Bad or empty @%s formal argument: %s"
2565 msgstr ""
2566
2567 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2568 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2569 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2564 #, fuzzy, perl-format
2565 msgid "bad or empty @%s formal argument: %s"
2566 msgstr "Fehlerhafte Argumente zu @%s"
2567
2568 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2569 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2570 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
25702571 #, perl-format
25712572 msgid "%c%s requires a name"
25722573 msgstr "%c%s erfordert einen Namen"
25732574
2574 #: tp/Texinfo/Parser.pm:1235
2575 #: tp/Texinfo/Parser.pm:1238
25752576 #, perl-format
25762577 msgid "%c%s missing close brace"
25772578 msgstr "%c%s fehlende schließende Klammer"
25782579
2579 #: tp/Texinfo/Parser.pm:1238
2580 #: tp/Texinfo/Parser.pm:1241
25802581 #, perl-format
25812582 msgid "@%s missing closing delimiter sequence: %s}"
25822583 msgstr ""
25832584
2584 #: tp/Texinfo/Parser.pm:1351
2585 #: tp/Texinfo/Parser.pm:1354
25852586 #, perl-format
25862587 msgid "@itemx should not begin @%s"
25872588 msgstr "@itemx sollte nichn @%s beginnen"
25882589
2589 #: tp/Texinfo/Parser.pm:1419
2590 #: tp/Texinfo/Parser.pm:1422
25902591 msgid "@itemx must follow @item"
25912592 msgstr "@itemx muss nach @item kommen"
25922593
2593 #: tp/Texinfo/Parser.pm:1587
2594 #: tp/Texinfo/Parser.pm:1590
25942595 #, perl-format
25952596 msgid "@%s has text but no @item"
25962597 msgstr "@%s hat Text aber kein @item"
25972598
2598 #: tp/Texinfo/Parser.pm:1617
2599 #: tp/Texinfo/Parser.pm:1620
25992600 #, perl-format
26002601 msgid "`@end' expected `%s', but saw `%s'"
26012602 msgstr "„@end“ erwartete „%s“, bekam jedoch „%s“"
26022603
2603 #: tp/Texinfo/Parser.pm:1620
2604 #: tp/Texinfo/Parser.pm:1623
26042605 #, perl-format
26052606 msgid "@%s seen before @end %s"
26062607 msgstr "@%s gesehen vor @end %s"
26072608
2608 #: tp/Texinfo/Parser.pm:1624
2609 #, perl-format
2610 msgid "No matching `%cend %s'"
2609 #: tp/Texinfo/Parser.pm:1627
2610 #, fuzzy, perl-format
2611 msgid "no matching `%cend %s'"
26112612 msgstr "Kein übereinstimmendes „%cend %s“"
26122613
2613 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2614 #: tp/Texinfo/Parser.pm:5125
2615 #, perl-format
2616 msgid "Misplaced %c"
2614 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2615 #: tp/Texinfo/Parser.pm:5150
2616 #, fuzzy, perl-format
2617 msgid "misplaced %c"
26172618 msgstr "Fehlplazierte %c"
26182619
2619 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2620 #, perl-format
2621 msgid "Unmatched `%c%s'"
2620 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2621 #, fuzzy, perl-format
2622 msgid "unmatched `%c%s'"
26222623 msgstr "Nicht übereinstimmendes „%c%s“"
26232624
2624 #: tp/Texinfo/Parser.pm:1972
2625 #, perl-format
2626 msgid "Macro `%s' called with too many args"
2625 #: tp/Texinfo/Parser.pm:1976
2626 #, fuzzy, perl-format
2627 msgid "macro `%s' called with too many args"
26272628 msgstr "Makro „%s“ mit zu vielen Argumenten aufgerufen"
26282629
2629 #: tp/Texinfo/Parser.pm:1994
2630 #: tp/Texinfo/Parser.pm:1998
26302631 #, perl-format
26312632 msgid "@%s missing close brace"
26322633 msgstr "@%s fehlende schließende Klammer"
26332634
2634 #: tp/Texinfo/Parser.pm:2001
2635 #, perl-format
2636 msgid "Macro `%s' declared without argument called with an argument"
2635 #: tp/Texinfo/Parser.pm:2006
2636 #, fuzzy, perl-format
2637 msgid "macro `%s' declared without argument called with an argument"
26372638 msgstr "Makro „%s“ deklariert ohne Argument, aber mit Argument aufgerufen"
26382639
2639 #: tp/Texinfo/Parser.pm:2035
2640 #: tp/Texinfo/Parser.pm:2041
26402641 #, perl-format
26412642 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
26422643 msgstr ""
26432644 "Dem \\ in der @%s-Erweiterung folgt „%s“ anstelle eines Parameternamens oder "
26442645 "\\"
26452646
2646 #: tp/Texinfo/Parser.pm:2430
2647 #: tp/Texinfo/Parser.pm:2436
26472648 #, perl-format
26482649 msgid "@%s `%s' previously defined"
26492650 msgstr "@%s „%s“ früher definiert"
26502651
2651 #: tp/Texinfo/Parser.pm:2435
2652 #: tp/Texinfo/Parser.pm:2441
26522653 #, perl-format
26532654 msgid "here is the previous definition as @%s"
26542655 msgstr "hier ist die frühere Definition als @%s"
26552656
2656 #: tp/Texinfo/Parser.pm:2796
2657 #, perl-format
2658 msgid "Missing name for @%s"
2657 #: tp/Texinfo/Parser.pm:2802
2658 #, fuzzy, perl-format
2659 msgid "missing name for @%s"
26592660 msgstr "Fehlender Name für @%s"
26602661
2661 #: tp/Texinfo/Parser.pm:2801
2662 #, perl-format
2663 msgid "Missing category for @%s"
2662 #: tp/Texinfo/Parser.pm:2807
2663 #, fuzzy, perl-format
2664 msgid "missing category for @%s"
26642665 msgstr "Fehlende Kategorie für @%s"
26652666
2666 #: tp/Texinfo/Parser.pm:2853
2667 #, fuzzy, perl-format
2668 msgid "Unexpected argument on @%s line: %s"
2667 #: tp/Texinfo/Parser.pm:2859
2668 #, fuzzy, perl-format
2669 msgid "unexpected argument on @%s line: %s"
26692670 msgstr "Fehlerhafte Argumente zu @%s: %s"
26702671
2671 #: tp/Texinfo/Parser.pm:2869
2672 #: tp/Texinfo/Parser.pm:2875
26722673 #, fuzzy
26732674 msgid "empty multitable"
26742675 msgstr "%s: leere Datei"
26752676
2676 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2677 #, perl-format
2678 msgid "Superfluous argument to @%s"
2677 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2678 #, fuzzy, perl-format
2679 msgid "superfluous argument to @%s"
26792680 msgstr "Überflüssige Argumente zu @%s"
26802681
2681 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2682 #: tp/Texinfo/Parser.pm:5379
2683 #, perl-format
2684 msgid "Bad argument to @%s"
2682 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2683 #: tp/Texinfo/Parser.pm:5405
2684 #, fuzzy, perl-format
2685 msgid "bad argument to @%s"
26852686 msgstr "Fehlerhafte Argumente zu @%s"
26862687
26872688 # %citem ist ein Texinfo-Befehl
2688 #: tp/Texinfo/Parser.pm:2942
2689 #: tp/Texinfo/Parser.pm:2948
26892690 #, perl-format
26902691 msgid "%s requires an argument: the formatter for %citem"
26912692 msgstr "%s benötigt ein Argument: den Formatierer für %citem"
26922693
2693 #: tp/Texinfo/Parser.pm:2947
2694 #, perl-format
2695 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2696 msgstr ""
2697
2698 #: tp/Texinfo/Parser.pm:2982
2699 #, fuzzy, perl-format
2700 msgid "Accent command `@%s' not allowed as @%s argument"
2694 #: tp/Texinfo/Parser.pm:2953
2695 #, perl-format
2696 msgid "command @%s not accepting argument in brace should not be on @%s line"
2697 msgstr ""
2698
2699 #: tp/Texinfo/Parser.pm:2988
2700 #, fuzzy, perl-format
2701 msgid "accent command `@%s' not allowed as @%s argument"
27012702 msgstr "%s: Option „--%s“ erlaubt kein Argument\n"
27022703
2703 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2704 #: tp/Texinfo/Parser.pm:5338
2704 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2705 #: tp/Texinfo/Parser.pm:5364
27052706 #, perl-format
27062707 msgid "@%s missing argument"
27072708 msgstr "@%s fehlendes Argument"
27082709
2709 #: tp/Texinfo/Parser.pm:3072
2710 #, perl-format
2711 msgid "Unknown @end %s"
2710 #: tp/Texinfo/Parser.pm:3078
2711 #, fuzzy, perl-format
2712 msgid "unknown @end %s"
27122713 msgstr "Unbekanntes @end %s“"
27132714
2714 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2715 #, perl-format
2716 msgid "Superfluous argument to @%s %s: %s"
2715 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2716 #, fuzzy, perl-format
2717 msgid "superfluous argument to @%s %s: %s"
27172718 msgstr "Überflüssiges Argument zu @%s %s: %s"
27182719
2719 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2720 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2721 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2722 #, perl-format
2723 msgid "Bad argument to @%s: %s"
2720 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2721 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2722 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2723 #, fuzzy, perl-format
2724 msgid "bad argument to @%s: %s"
27242725 msgstr "Fehlerhafte Argumente zu @%s: %s"
27252726
2726 #: tp/Texinfo/Parser.pm:3118
2727 #, fuzzy, perl-format
2728 msgid "@%s: Cannot open %s: %s"
2727 #: tp/Texinfo/Parser.pm:3124
2728 #, fuzzy, perl-format
2729 msgid "@%s: could not open %s: %s"
27292730 msgstr "%s: Konnte CSS-Datei nicht öffnen: %s"
27302731
2731 #: tp/Texinfo/Parser.pm:3130
2732 #, perl-format
2733 msgid "Encoding `%s' is not a canonical texinfo encoding"
2732 #: tp/Texinfo/Parser.pm:3136
2733 #, fuzzy, perl-format
2734 msgid "encoding `%s' is not a canonical texinfo encoding"
27342735 msgstr "Encoding „%s“ ist kein kanonisches texinfo-Encoding"
27352736
2736 #: tp/Texinfo/Parser.pm:3139
2737 #: tp/Texinfo/Parser.pm:3145
27372738 #, perl-format
27382739 msgid "unrecognized encoding name `%s'"
27392740 msgstr "nicht erkannter Kodierungsname „%s“"
27402741
2741 #: tp/Texinfo/Parser.pm:3289
2742 #: tp/Texinfo/Parser.pm:3295
27422743 #, perl-format
27432744 msgid "@%s after the first element"
27442745 msgstr "@%s nach dem ersten Element"
27452746
2746 #: tp/Texinfo/Parser.pm:3296
2747 #: tp/Texinfo/Parser.pm:3302
27472748 #, fuzzy, perl-format
27482749 msgid "@%s only meaningful on a @multitable line"
27492750 msgstr "@%s nicht sinnvoll außerhalb einer „@titlepage“-Umgebung"
27502751
2751 #: tp/Texinfo/Parser.pm:3336
2752 #: tp/Texinfo/Parser.pm:3342
27522753 #, perl-format
27532754 msgid "@%s should not be associated with @top"
27542755 msgstr "@%s sollte nicht mit @top assoziiert sein"
27552756
2756 #: tp/Texinfo/Parser.pm:3348
2757 #: tp/Texinfo/Parser.pm:3354
27572758 #, perl-format
27582759 msgid "@node precedes @%s, but parts may not be associated with nodes"
27592760 msgstr ""
27602761
2761 #: tp/Texinfo/Parser.pm:3450
2762 #, perl-format
2763 msgid "Empty argument in @%s"
2762 #: tp/Texinfo/Parser.pm:3456
2763 #, fuzzy, perl-format
2764 msgid "empty argument in @%s"
27642765 msgstr "Leeres Argument in @%s"
27652766
2766 #: tp/Texinfo/Parser.pm:3454
2767 #, perl-format
2768 msgid "Empty node name after expansion `%s'"
2769 msgstr ""
2770
2771 #: tp/Texinfo/Parser.pm:3497
2772 #, fuzzy, perl-format
2773 msgid "Empty menu entry name in `%s'"
2767 #: tp/Texinfo/Parser.pm:3460
2768 #, fuzzy, perl-format
2769 msgid "empty node name after expansion `%s'"
27742770 msgstr "Kein Menü im Knoten „%s“."
27752771
2776 #: tp/Texinfo/Parser.pm:3505
2772 #: tp/Texinfo/Parser.pm:3503
2773 #, fuzzy, perl-format
2774 msgid "empty menu entry name in `%s'"
2775 msgstr "Kein Menü im Knoten „%s“."
2776
2777 #: tp/Texinfo/Parser.pm:3511
27772778 #, fuzzy
2778 msgid "Empty node name in menu entry"
2779 msgid "empty node name in menu entry"
27792780 msgstr "Leerer Knoten im Menüeintrag"
27802781
2781 #: tp/Texinfo/Parser.pm:3578
2782 #: tp/Texinfo/Parser.pm:3584
27822783 #, fuzzy, perl-format
27832784 msgid "@%s should not appear in @%s"
27842785 msgstr "%s: Konnte CSS-Datei nicht öffnen: %s"
27852786
2786 #: tp/Texinfo/Parser.pm:3710
2787 #: tp/Texinfo/Parser.pm:3716
27872788 #, perl-format
27882789 msgid "@end %s should only appear at a line beginning"
27892790 msgstr "@end %s sollte nur an einem Zeilenanfang erscheinen"
27902791
2791 #: tp/Texinfo/Parser.pm:3733
2792 #: tp/Texinfo/Parser.pm:3739
27922793 #, perl-format
27932794 msgid "macro `%s' previously defined"
27942795 msgstr "Makro „%s“ früher definiert"
27952796
2796 #: tp/Texinfo/Parser.pm:3735
2797 #: tp/Texinfo/Parser.pm:3742
27972798 #, perl-format
27982799 msgid "here is the previous definition of `%s'"
27992800 msgstr "hier ist die frühere Definition von „%s“"
28002801
2801 #: tp/Texinfo/Parser.pm:3739
2802 #, perl-format
2803 msgid "Redefining Texinfo language command: @%s"
2804 msgstr ""
2805
2806 #: tp/Texinfo/Parser.pm:3788
2802 #: tp/Texinfo/Parser.pm:3747
2803 #, perl-format
2804 msgid "redefining Texinfo language command: @%s"
2805 msgstr ""
2806
2807 #: tp/Texinfo/Parser.pm:3796
28072808 #, perl-format
28082809 msgid "@%s without associated character"
28092810 msgstr ""
28102811
2811 #: tp/Texinfo/Parser.pm:3849
2812 #: tp/Texinfo/Parser.pm:3858
28122813 #, perl-format
28132814 msgid ""
28142815 "@%s defined with zero or more than one argument should be invoked with {}"
28152816 msgstr ""
28162817
2817 #: tp/Texinfo/Parser.pm:3872
2818 #, perl-format
2819 msgid ""
2820 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2818 #: tp/Texinfo/Parser.pm:3882
2819 #, perl-format
2820 msgid ""
2821 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
28212822 "value %d)"
28222823 msgstr ""
28232824
2824 #: tp/Texinfo/Parser.pm:3880
2825 #, perl-format
2826 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2827 msgstr ""
2828
2829 #: tp/Texinfo/Parser.pm:3935
2830 #, perl-format
2831 msgid "Accent command `@%s' must not be followed by whitespace"
2832 msgstr ""
2833
2834 #: tp/Texinfo/Parser.pm:3941
2835 #, perl-format
2836 msgid "Use braces to give a command as an argument to @%s"
2825 #: tp/Texinfo/Parser.pm:3891
2826 #, perl-format
2827 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2828 msgstr ""
2829
2830 #: tp/Texinfo/Parser.pm:3947
2831 #, fuzzy, perl-format
2832 msgid "accent command `@%s' must not be followed by whitespace"
2833 msgstr "%s: Option „--%s“ erlaubt kein Argument\n"
2834
2835 #: tp/Texinfo/Parser.pm:3953
2836 #, fuzzy, perl-format
2837 msgid "use braces to give a command as an argument to @%s"
28372838 msgstr ""
28382839 "Geschweifte Klammern verwenden, um einen Befehl als Argument an „@%s“ zu "
28392840 "geben"
28402841
2841 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2842 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
28422843 #, perl-format
28432844 msgid "%c%s expects `i' or `j' as argument, not `%s'"
28442845 msgstr "%c%s erwartet „i“ oder „j“ als Argument, nicht „%s“"
28452846
2846 #: tp/Texinfo/Parser.pm:3966
2847 #, perl-format
2848 msgid "Accent command `@%s' must not be followed by new line"
2849 msgstr ""
2850
2851 #: tp/Texinfo/Parser.pm:3977
2847 #: tp/Texinfo/Parser.pm:3978
2848 #, fuzzy, perl-format
2849 msgid "accent command `@%s' must not be followed by new line"
2850 msgstr "%s: Option „--%s“ erlaubt kein Argument\n"
2851
2852 #: tp/Texinfo/Parser.pm:3989
28522853 #, perl-format
28532854 msgid "@%s expected braces"
28542855 msgstr "@%s erwartete geschweifte Klammern"
28552856
2856 #: tp/Texinfo/Parser.pm:4136
2857 #: tp/Texinfo/Parser.pm:4148
28572858 #, perl-format
28582859 msgid "undefined flag: %s"
28592860 msgstr "undefiniertes Flag: %s"
28602861
2861 #: tp/Texinfo/Parser.pm:4139
2862 msgid "Bad syntax for @value"
2863 msgstr ""
2864
2865 #: tp/Texinfo/Parser.pm:4146
2862 #: tp/Texinfo/Parser.pm:4151
2863 #, fuzzy
2864 msgid "bad syntax for @value"
2865 msgstr "Fehlerhafte Argumente zu @%s"
2866
2867 #: tp/Texinfo/Parser.pm:4158
28662868 #, perl-format
28672869 msgid "%c%s is obsolete."
28682870 msgstr "%c%s ist obsolet."
28692871
2870 #: tp/Texinfo/Parser.pm:4149
2872 #: tp/Texinfo/Parser.pm:4161
28712873 #, perl-format
28722874 msgid "%c%s is obsolete; %s"
28732875 msgstr "%c%s ist obsolet; %s"
28742876
2875 #: tp/Texinfo/Parser.pm:4157
2877 #: tp/Texinfo/Parser.pm:4170
28762878 #, perl-format
28772879 msgid "@%s should only appear at a line beginning"
28782880 msgstr "@%s sollte nur am Zeilenanfang erscheinen"
28792881
2880 #: tp/Texinfo/Parser.pm:4247
2882 #: tp/Texinfo/Parser.pm:4261
28812883 #, perl-format
28822884 msgid "@%s not allowed inside `@%s' block"
28832885 msgstr "@%s nicht erlaubd innerhalb eines „@%s“-Blocks"
28842886
2885 #: tp/Texinfo/Parser.pm:4255
2887 #: tp/Texinfo/Parser.pm:4270
28862888 #, perl-format
28872889 msgid "@%s should only appear in heading or footing"
28882890 msgstr ""
28892891
2890 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2891 #: tp/Texinfo/Parser.pm:4437
2892 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2893 #: tp/Texinfo/Parser.pm:4458
28922894 #, perl-format
28932895 msgid "@%s not meaningful inside `@%s' block"
28942896 msgstr "@%s nicht sinnvoll innerhalb eines „@%s“-Blocks"
28952897
2896 #: tp/Texinfo/Parser.pm:4398
2898 #: tp/Texinfo/Parser.pm:4418
28972899 #, fuzzy, perl-format
28982900 msgid "@%s in empty multitable"
28992901 msgstr "%s: leere Datei"
29002902
2901 #: tp/Texinfo/Parser.pm:4403
2903 #: tp/Texinfo/Parser.pm:4424
29022904 msgid "@tab before @item"
29032905 msgstr "@tab vor @item"
29042906
2905 #: tp/Texinfo/Parser.pm:4406
2906 #, perl-format
2907 msgid "Too many columns in multitable item (max %d)"
2907 #: tp/Texinfo/Parser.pm:4427
2908 #, fuzzy, perl-format
2909 msgid "too many columns in multitable item (max %d)"
29082910 msgstr "Zu viele Spalten im „@multitable“-Eintrag (maximal %d)"
29092911
2910 #: tp/Texinfo/Parser.pm:4443
2912 #: tp/Texinfo/Parser.pm:4464
29112913 msgid "ignoring @tab outside of multitable"
29122914 msgstr "@tab außerhalb einer „multitable“ wird ignoriert"
29132915
2914 #: tp/Texinfo/Parser.pm:4447
2916 #: tp/Texinfo/Parser.pm:4468
29152917 #, perl-format
29162918 msgid "@%s outside of table or list"
29172919 msgstr ""
29182920
2919 #: tp/Texinfo/Parser.pm:4482
2920 #, fuzzy, perl-format
2921 msgid "Must be after `@%s' to use `@%s'"
2921 #: tp/Texinfo/Parser.pm:4503
2922 #, fuzzy, perl-format
2923 msgid "must be after `@%s' to use `@%s'"
29222924 msgstr "Muss in einer „@%s“-Umgebung sein, um „@%s“ zu benutzen"
29232925
2924 #: tp/Texinfo/Parser.pm:4524
2926 #: tp/Texinfo/Parser.pm:4545
29252927 #, perl-format
29262928 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
29272929 msgstr ""
29282930 "@%s nicht sinnvoll außerhalb von „@titlepage“- und „@quotation“-Umgebungen"
29292931
2930 #: tp/Texinfo/Parser.pm:4528
2932 #: tp/Texinfo/Parser.pm:4549
29312933 msgid "@dircategory after first node"
29322934 msgstr ""
29332935
2934 #: tp/Texinfo/Parser.pm:4686
2935 #, fuzzy, perl-format
2936 msgid "Region %s inside region %s is not allowed"
2936 #: tp/Texinfo/Parser.pm:4708
2937 #, fuzzy, perl-format
2938 msgid "region %s inside region %s is not allowed"
29372939 msgstr "Fußnoten innerhalb von Fußnoten sind nicht erlaubt"
29382940
2939 #: tp/Texinfo/Parser.pm:4704
2941 #: tp/Texinfo/Parser.pm:4726
29402942 msgid "@direntry after first node"
29412943 msgstr ""
29422944
2943 #: tp/Texinfo/Parser.pm:4712
2945 #: tp/Texinfo/Parser.pm:4734
29442946 #, fuzzy, perl-format
29452947 msgid "@%s seen before first @node"
29462948 msgstr "@menu vor ersten @node gefunden. „Top“-Knoten wird angelegt"
29472949
2948 #: tp/Texinfo/Parser.pm:4714
2950 #: tp/Texinfo/Parser.pm:4737
29492951 msgid ""
29502952 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
29512953 msgstr ""
29522954 "vielleicht sollte der @top-Knoten eher von @ifnottex als von @ifinfo "
29532955 "umschlossen werden?"
29542956
2955 #: tp/Texinfo/Parser.pm:4776
2957 #: tp/Texinfo/Parser.pm:4799
29562958 #, perl-format
29572959 msgid "@%s should only appear in math context"
29582960 msgstr ""
29592961
2960 #: tp/Texinfo/Parser.pm:4784
2961 #, perl-format
2962 msgid "Unknown command `%s'"
2962 #: tp/Texinfo/Parser.pm:4807
2963 #, fuzzy, perl-format
2964 msgid "unknown command `%s'"
29632965 msgstr "Unbekannter Befehl „%s“"
29642966
2965 #: tp/Texinfo/Parser.pm:4794
2967 #: tp/Texinfo/Parser.pm:4817
29662968 #, fuzzy
2967 msgid "Unexpected @"
2969 msgid "unexpected @"
29682970 msgstr "Habe „%s“ erwartet"
29692971
2970 #: tp/Texinfo/Parser.pm:4822
2972 #: tp/Texinfo/Parser.pm:4846
29712973 #, fuzzy, perl-format
29722974 msgid "@%s is not meaningful outside `@float' environment"
29732975 msgstr "@%s nicht sinnvoll außerhalb einer „@float“-Umgebung"
29742976
2975 #: tp/Texinfo/Parser.pm:4826
2977 #: tp/Texinfo/Parser.pm:4851
29762978 #, perl-format
29772979 msgid "@%s should be right below `@float'"
29782980 msgstr "@%s sollte sich genau vor „@float“ befinden"
29792981
2980 #: tp/Texinfo/Parser.pm:4834
2981 #, perl-format
2982 msgid "Ignoring multiple @%s"
2982 #: tp/Texinfo/Parser.pm:4859
2983 #, fuzzy, perl-format
2984 msgid "ignoring multiple @%s"
29832985 msgstr "Ignoriere mehrfache @%s"
29842986
2985 #: tp/Texinfo/Parser.pm:4950
2986 #, perl-format
2987 msgid "Command @%s does not accept arguments"
2987 #: tp/Texinfo/Parser.pm:4975
2988 #, fuzzy, perl-format
2989 msgid "command @%s does not accept arguments"
29882990 msgstr "Befehl @%s akzeptiert keine Argumente"
29892991
2990 #: tp/Texinfo/Parser.pm:4974
2991 #, perl-format
2992 msgid "Command @%s missing a node or external manual argument"
2993 msgstr ""
2994
2995 #: tp/Texinfo/Parser.pm:4993
2996 #, perl-format
2997 msgid "In @%s empty cross reference name after expansion `%s'"
2998 msgstr ""
2999
3000 #: tp/Texinfo/Parser.pm:5004
3001 #, perl-format
3002 msgid "In @%s empty cross reference title after expansion `%s'"
3003 msgstr ""
3004
3005 #: tp/Texinfo/Parser.pm:5017
2992 #: tp/Texinfo/Parser.pm:4999
2993 #, perl-format
2994 msgid "command @%s missing a node or external manual argument"
2995 msgstr ""
2996
2997 #: tp/Texinfo/Parser.pm:5018
2998 #, perl-format
2999 msgid "in @%s empty cross reference name after expansion `%s'"
3000 msgstr ""
3001
3002 #: tp/Texinfo/Parser.pm:5029
3003 #, perl-format
3004 msgid "in @%s empty cross reference title after expansion `%s'"
3005 msgstr ""
3006
3007 #: tp/Texinfo/Parser.pm:5042
30063008 msgid "@image missing filename argument"
30073009 msgstr "@image fehlt als Argument ein Dateiname"
30083010
3009 #: tp/Texinfo/Parser.pm:5047
3011 #: tp/Texinfo/Parser.pm:5072
30103012 #, fuzzy, perl-format
30113013 msgid "@%s missing first argument"
30123014 msgstr "%s: Datei-Angabe fehlt.\n"
30133015
3014 #: tp/Texinfo/Parser.pm:5169
3015 msgid "Superfluous arguments for node"
3016 msgstr ""
3017
3018 #: tp/Texinfo/Parser.pm:5208
3019 #, perl-format
3020 msgid "Expected @end %s"
3016 #: tp/Texinfo/Parser.pm:5194
3017 #, fuzzy
3018 msgid "superfluous arguments for node"
3019 msgstr "Überflüssige Argumente zu @%s"
3020
3021 #: tp/Texinfo/Parser.pm:5233
3022 #, fuzzy, perl-format
3023 msgid "expected @end %s"
30213024 msgstr "Habe @end %s erwartet"
30223025
3023 #: tp/Texinfo/Parser.pm:5283
3024 #, fuzzy, perl-format
3025 msgid "Remaining argument on @%s line: %s"
3026 #: tp/Texinfo/Parser.pm:5309
3027 #, fuzzy, perl-format
3028 msgid "remaining argument on @%s line: %s"
30263029 msgstr "Fehlerhafte Argumente zu @%s: %s"
30273030
3028 #: tp/Texinfo/Parser.pm:5287
3031 #: tp/Texinfo/Parser.pm:5313
30293032 #, fuzzy, perl-format
30303033 msgid "@%s should only accept a @-command as argument, not `%s'"
30313034 msgstr ""
30323035 "Geschweifte Klammern verwenden, um einen Befehl als Argument an „@%s“ zu "
30333036 "geben"
30343037
3035 #: tp/Texinfo/Parser.pm:5362
3036 #, fuzzy, perl-format
3037 msgid "Environment command %s as argument to @%s"
3038 #: tp/Texinfo/Parser.pm:5388
3039 #, fuzzy, perl-format
3040 msgid "environment command %s as argument to @%s"
30383041 msgstr ""
30393042 "Geschweifte Klammern verwenden, um einen Befehl als Argument an „@%s“ zu "
30403043 "geben"
30413044
3042 #: tp/Texinfo/Parser.pm:5384
3043 #, perl-format
3044 msgid "Empty @%s"
3045 #: tp/Texinfo/Parser.pm:5410
3046 #, fuzzy, perl-format
3047 msgid "empty @%s"
30453048 msgstr "Leeres @%s"
30463049
3047 #: tp/Texinfo/Parser.pm:5392
3050 #: tp/Texinfo/Parser.pm:5418
30483051 #, perl-format
30493052 msgid "column fraction not a number: %s"
30503053 msgstr ""
30513054
3052 #: tp/Texinfo/Parser.pm:5401
3055 #: tp/Texinfo/Parser.pm:5427
30533056 #, fuzzy, perl-format
30543057 msgid "@sp arg must be numeric, not `%s'"
30553058 msgstr "%s: %s Argument muss numerisch sein, nicht „%s“.\n"
30563059
3057 #: tp/Texinfo/Parser.pm:5409
3058 #, perl-format
3059 msgid "Reserved index name %s"
3060 msgstr ""
3061
3062 #: tp/Texinfo/Parser.pm:5428
3063 #, fuzzy, perl-format
3064 msgid "Unknown source index in @%s: %s"
3060 #: tp/Texinfo/Parser.pm:5436
3061 #, perl-format
3062 msgid "reserved index name %s"
3063 msgstr ""
3064
3065 #: tp/Texinfo/Parser.pm:5455
3066 #, fuzzy, perl-format
3067 msgid "unknown source index in @%s: %s"
30653068 msgstr "Unbekannter Index „%s“"
30663069
3067 #: tp/Texinfo/Parser.pm:5431
3068 #, fuzzy, perl-format
3069 msgid "Unknown destination index in @%s: %s"
3070 #: tp/Texinfo/Parser.pm:5458
3071 #, fuzzy, perl-format
3072 msgid "unknown destination index in @%s: %s"
30703073 msgstr "Unbekannter Index „%s“"
30713074
3072 #: tp/Texinfo/Parser.pm:5461
3075 #: tp/Texinfo/Parser.pm:5488
30733076 #, perl-format
30743077 msgid "@%s leads to a merging of %s in itself, ignoring"
30753078 msgstr ""
30763079
3077 #: tp/Texinfo/Parser.pm:5474
3078 #, perl-format
3079 msgid "Unknown index `%s' in @printindex"
3080 #: tp/Texinfo/Parser.pm:5501
3081 #, fuzzy, perl-format
3082 msgid "unknown index `%s' in @printindex"
30803083 msgstr "Unbekannter Index „%s“ in @printindex"
30813084
3082 #: tp/Texinfo/Parser.pm:5480
3083 #, perl-format
3084 msgid "Printing an index `%s' merged in another one `%s'"
3085 msgstr ""
3086
3087 #: tp/Texinfo/Parser.pm:5488
3088 #, perl-format
3089 msgid "Printindex before document beginning: @printindex %s"
3090 msgstr ""
3091
3092 #: tp/Texinfo/Parser.pm:5504
3085 #: tp/Texinfo/Parser.pm:5507
3086 #, perl-format
3087 msgid "printing an index `%s' merged in another one `%s'"
3088 msgstr ""
3089
3090 #: tp/Texinfo/Parser.pm:5515
3091 #, perl-format
3092 msgid "printindex before document beginning: @printindex %s"
3093 msgstr ""
3094
3095 #: tp/Texinfo/Parser.pm:5531
30933096 #, fuzzy, perl-format
30943097 msgid "@%s arg must be `top' or `bottom', not `%s'"
30953098 msgstr "%s: %s Argument muss numerisch sein, nicht „%s“.\n"
30963099
3097 #: tp/Texinfo/Parser.pm:5512
3100 #: tp/Texinfo/Parser.pm:5539
30983101 #, perl-format
30993102 msgid "Only @%s 10 or 11 is supported, not `%s'"
31003103 msgstr "Nur @%s 10 oder 11 unterstützt, nicht „%s“"
31013104
3102 #: tp/Texinfo/Parser.pm:5520
3105 #: tp/Texinfo/Parser.pm:5547
31033106 #, fuzzy, perl-format
31043107 msgid "@%s arg must be `separate' or `end', not `%s'"
31053108 msgstr ""
31063109 "%s: Argument für --footnote-style muss „separate“ oder „end“ sein, nicht "
31073110 "„%s“.\n"
31083111
3109 #: tp/Texinfo/Parser.pm:5528
3112 #: tp/Texinfo/Parser.pm:5555
31103113 #, fuzzy, perl-format
31113114 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
31123115 msgstr "%s: %s Argument muss numerisch sein, nicht „%s“.\n"
31133116
3114 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3117 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
31153118 #, fuzzy, perl-format
31163119 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
31173120 msgstr ""
31183121 "%s: Argument für --paragraph-indent muss numerisch, „none“ oder „asis“ sein, "
31193122 "nicht „%s“.\n"
31203123
3121 #: tp/Texinfo/Parser.pm:5559
3124 #: tp/Texinfo/Parser.pm:5586
31223125 #, fuzzy, perl-format
31233126 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
31243127 msgstr ""
31253128 "%s: Argument für --paragraph-indent muss numerisch, „none“ oder „asis“ sein, "
31263129 "nicht „%s“.\n"
31273130
3128 #: tp/Texinfo/Parser.pm:5569
3131 #: tp/Texinfo/Parser.pm:5596
31293132 #, fuzzy, perl-format
31303133 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
31313134 msgstr ""
31323135 "%s: Argument für --paragraph-indent muss numerisch, „none“ oder „asis“ sein, "
31333136 "nicht „%s“.\n"
31343137
3135 #: tp/Texinfo/Parser.pm:5580
3136 #, perl-format
3137 msgid "Expected @%s on or off, not `%s'"
3138 #: tp/Texinfo/Parser.pm:5607
3139 #, fuzzy, perl-format
3140 msgid "expected @%s on or off, not `%s'"
31383141 msgstr "Erwartete @%s on oder off, nicht „%s“"
31393142
3140 #: tp/Texinfo/Parser.pm:5590
3143 #: tp/Texinfo/Parser.pm:5617
31413144 #, perl-format
31423145 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
31433146 msgstr ""
31443147
3145 #: tp/Texinfo/Parser.pm:5598
3148 #: tp/Texinfo/Parser.pm:5625
31463149 #, fuzzy, perl-format
31473150 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
31483151 msgstr ""
31493152 "%s: Argument für --footnote-style muss „separate“ oder „end“ sein, nicht "
31503153 "„%s“.\n"
31513154
3152 #: tp/Texinfo/Parser.pm:5606
3155 #: tp/Texinfo/Parser.pm:5633
31533156 #, fuzzy, perl-format
31543157 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
31553158 msgstr ""
31563159 "%s: Argument für --footnote-style muss „separate“ oder „end“ sein, nicht "
31573160 "„%s“.\n"
31583161
3159 #: tp/Texinfo/Report.pm:100
3160 #, perl-format
3161 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3162 msgstr ""
3163
3164 #: tp/Texinfo/Report.pm:103
3165 #, perl-format
3166 msgid "%s:%d: warning: %s\n"
3167 msgstr "%s:%d: Warnung: %s\n"
3168
3169 #: tp/Texinfo/Report.pm:146
3170 #, perl-format
3171 msgid "warning: %s\n"
3172 msgstr "Warnung: %s\n"
3173
31743162 #: tp/Texinfo/Structuring.pm:231
31753163 #, perl-format
3176 msgid "Raising the section level of @%s which is too low"
3164 msgid "raising the section level of @%s which is too low"
31773165 msgstr ""
31783166
31793167 #: tp/Texinfo/Structuring.pm:263
31803168 #, perl-format
3181 msgid "No chapter-level command before @%s"
3169 msgid "no chapter-level command before @%s"
31823170 msgstr ""
31833171
31843172 #: tp/Texinfo/Structuring.pm:268
31853173 #, perl-format
3186 msgid "Lowering the section level of @%s appearing after a lower element"
3174 msgid "lowering the section level of @%s appearing after a lower element"
31873175 msgstr ""
31883176
31893177 #: tp/Texinfo/Structuring.pm:347
31903178 #, perl-format
3191 msgid "No sectioning command associated with @%s"
3179 msgid "no sectioning command associated with @%s"
31923180 msgstr ""
31933181
31943182 #: tp/Texinfo/Structuring.pm:568
31953183 #, fuzzy, perl-format
3196 msgid "Menu reference to nonexistent node `%s'"
3184 msgid "menu reference to nonexistent node `%s'"
31973185 msgstr "Nicht referenzierter Knoten „%s“"
31983186
31993187 #: tp/Texinfo/Structuring.pm:583
32003188 #, perl-format
3201 msgid "Menu entry node name `%s' different from %s name `%s'"
3189 msgid "menu entry node name `%s' different from %s name `%s'"
32023190 msgstr ""
32033191
32043192 #: tp/Texinfo/Structuring.pm:619
32083196
32093197 #: tp/Texinfo/Structuring.pm:665
32103198 #, perl-format
3211 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3199 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
32123200 msgstr ""
32133201
32143202 #: tp/Texinfo/Structuring.pm:672
32153203 #, perl-format
3216 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3204 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
32173205 msgstr ""
32183206
32193207 #: tp/Texinfo/Structuring.pm:690
32203208 #, perl-format
3221 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3209 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
32223210 msgstr ""
32233211
32243212 #: tp/Texinfo/Structuring.pm:744
32323220 msgstr "Nicht referenzierter Knoten „%s“"
32333221
32343222 #: tp/Texinfo/Structuring.pm:790
3235 #, perl-format
3236 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3223 #, fuzzy, perl-format
3224 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
32373225 msgstr ""
32383226 "Dem Knoten „%s“ fehlt ein Menüeintrag für „%s“, obwohl er dessen Ziel für "
32393227 "„aufwärts“ (Up) ist"
32403228
32413229 #: tp/Texinfo/Structuring.pm:798
32423230 #, perl-format
3243 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3231 msgid "for `%s', up in menu `%s' and up `%s' don't match"
32443232 msgstr ""
32453233
32463234 #: tp/Texinfo/Structuring.pm:1282
32553243 msgid "@%s to `%s', different from %s name `%s'"
32563244 msgstr ""
32573245
3258 #: tp/Texinfo/Structuring.pm:1939
3259 #, perl-format
3260 msgid "Empty index key in @%s"
3261 msgstr ""
3246 #: tp/Texinfo/Structuring.pm:1959
3247 #, fuzzy, perl-format
3248 msgid "empty index key in @%s"
3249 msgstr "Leeres Argument in @%s"
32623250
32633251 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
32643252 #, fuzzy, perl-format
3265 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3253 msgid "chm.pm: could not open %s for writing: %s\n"
32663254 msgstr "%s: Konnte CSS-Datei nicht öffnen: %s"
32673255
32683256 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
32693257 #, fuzzy, perl-format
3270 msgid "chm.pm:%s: Error on closing: %s"
3258 msgid "chm.pm: error on closing %s: %s"
32713259 msgstr "Fehler beim Schließen von %s: %s"
32723260
3273 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3274 #, fuzzy, perl-format
3275 msgid "tex4ht.pm:%s: Cannot open: %s"
3261 #: tp/init/latex2html.pm:200
3262 #, fuzzy, perl-format
3263 msgid "l2h: could not open latex file %s for writing: %s"
3264 msgstr "Konnte %s nicht zum Schreiben öffnen: %s"
3265
3266 #: tp/init/latex2html.pm:341
3267 msgid "l2h: L2H_TMP directory contains a dot"
3268 msgstr ""
3269
3270 #: tp/init/latex2html.pm:346
3271 msgid "l2h: current directory contains a dot"
3272 msgstr ""
3273
3274 #: tp/init/latex2html.pm:374
3275 #, perl-format
3276 msgid "l2h: command did not succeed: %s"
3277 msgstr ""
3278
3279 #: tp/init/latex2html.pm:422
3280 #, perl-format
3281 msgid "l2h: image has invalid extension: %s"
3282 msgstr ""
3283
3284 #: tp/init/latex2html.pm:438
3285 #, fuzzy, perl-format
3286 msgid "l2h: rename %s as %s failed: %s"
3287 msgstr "Umbenennen von %s fehlgeschlagen: %s"
3288
3289 #: tp/init/latex2html.pm:460
3290 #, fuzzy, perl-format
3291 msgid "l2h: could not open %s: %s"
32763292 msgstr "%s: Konnte CSS-Datei nicht öffnen: %s"
32773293
3294 #: tp/init/latex2html.pm:493
3295 #, perl-format
3296 msgid "latex2html.pm: end of @%s item %d not found"
3297 msgstr ""
3298
3299 #: tp/init/latex2html.pm:504
3300 #, perl-format
3301 msgid ""
3302 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3303 "of items found in the document"
3304 msgstr ""
3305
3306 #: tp/init/latex2html.pm:534
3307 #, perl-format
3308 msgid "l2h: could not determine the fragment %d for @%s"
3309 msgstr ""
3310
3311 #: tp/init/latex2html.pm:560
3312 #, perl-format
3313 msgid ""
3314 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3315 "HTML"
3316 msgstr ""
3317
3318 #: tp/init/latex2html.pm:621
3319 #, fuzzy, perl-format
3320 msgid "l2h: could not load %s: %s"
3321 msgstr "konnte --include-file %s nicht öffnen: %s"
3322
3323 #: tp/init/latex2html.pm:634
3324 #, fuzzy, perl-format
3325 msgid "l2h: could not open %s for writing: %s"
3326 msgstr "Konnte %s nicht zum Schreiben öffnen: %s"
3327
3328 #: tp/init/tex4ht.pm:123
3329 #, fuzzy, perl-format
3330 msgid "tex4ht.pm: could not open %s: %s"
3331 msgstr "%s: Konnte CSS-Datei nicht öffnen: %s"
3332
32783333 #: tp/init/tex4ht.pm:219
32793334 #, fuzzy, perl-format
3280 msgid "tex4ht.pm:%s: chdir failed: %s"
3335 msgid "tex4ht.pm: chdir %s failed: %s"
32813336 msgstr "Umbenennen von %s fehlgeschlagen: %s"
32823337
32833338 #: tp/init/tex4ht.pm:232
32843339 #, perl-format
3285 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3340 msgid "tex4ht.pm: unable to return to initial directory: %s"
32863341 msgstr ""
32873342
32883343 #: tp/init/tex4ht.pm:244
32893344 #, fuzzy, perl-format
3290 msgid "tex4ht.pm: Output file missing: %s"
3345 msgid "tex4ht.pm: output file missing: %s"
32913346 msgstr "Ausgabedatei „%s“ kann nicht angelegt werden."
32923347
32933348 #: tp/init/tex4ht.pm:260
3294 #, perl-format
3295 msgid "tex4ht.pm: Command failed: %s"
3296 msgstr ""
3349 #, fuzzy, perl-format
3350 msgid "tex4ht.pm: command failed: %s"
3351 msgstr "Umbenennen von %s fehlgeschlagen: %s"
3352
3353 #: tp/init/tex4ht.pm:267
3354 #, fuzzy, perl-format
3355 msgid "tex4ht.pm: could not open: %s"
3356 msgstr "%s: Konnte CSS-Datei nicht öffnen: %s"
32973357
32983358 #: tp/init/tex4ht.pm:293
32993359 #, perl-format
33043364 #, perl-format
33053365 msgid ""
33063366 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3307 "items found in the document"
3308 msgstr ""
3309
3310 #: tp/init/tex4ht.pm:319
3311 #, perl-format
3312 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3313 msgstr ""
3314
3315 #: tp/texi2any.pl:375
3367 "items found in the document for @%s"
3368 msgstr ""
3369
3370 #: tp/init/tex4ht.pm:320
3371 #, fuzzy, perl-format
3372 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3373 msgstr "Ausgabedatei „%s“ kann nicht angelegt werden."
3374
3375 #: tp/init/tex4ht.pm:335
3376 #, perl-format
3377 msgid ""
3378 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3379 "items found in the document for @%s"
3380 msgstr ""
3381
3382 #: tp/texi2any.pl:379
33163383 #, perl-format
33173384 msgid "error loading %s: %s\n"
33183385 msgstr "Fehler beim Laden von %s: %s\n"
33193386
3320 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3321 #, perl-format
3322 msgid "Unknown variable %s\n"
3387 #: tp/texi2any.pl:392
3388 #, fuzzy, perl-format
3389 msgid "%s: unknown variable %s"
33233390 msgstr "Unbekannter Variable %s\n"
33243391
3325 #: tp/texi2any.pl:468
3326 #, perl-format
3327 msgid "Can't read init file %s"
3392 #: tp/texi2any.pl:396
3393 #, fuzzy, perl-format
3394 msgid "%s: obsolete variable %s\n"
3395 msgstr "Veraltete Variable %s\n"
3396
3397 #: tp/texi2any.pl:411
3398 #, fuzzy, perl-format
3399 msgid "%s: unknown variable %s\n"
3400 msgstr "Unbekannter Variable %s\n"
3401
3402 #: tp/texi2any.pl:415
3403 #, fuzzy, perl-format
3404 msgid "obsolete variable %s\n"
3405 msgstr "Veraltete Variable %s\n"
3406
3407 #: tp/texi2any.pl:480
3408 #, fuzzy, perl-format
3409 msgid "could not read init file %s"
33283410 msgstr "Initialisierungsdatei %s kann nicht gelesen werden."
33293411
3330 #: tp/texi2any.pl:619
3331 #, perl-format
3332 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3412 #: tp/texi2any.pl:633
3413 #, fuzzy, perl-format
3414 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
33333415 msgstr "%s: Ignoriere nicht erkannten Wert „%s“ für TEXINFO_OUTPUT_FORMAT.\n"
33343416
3335 #: tp/texi2any.pl:691
3417 #: tp/texi2any.pl:710
33363418 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
33373419 msgstr "Aufruf: makeinfo [OPTION]... TEXINFO-DATEI...\n"
33383420
3339 #: tp/texi2any.pl:692
3421 #: tp/texi2any.pl:711
33403422 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
33413423 msgstr " oder : texi2any [OPTION]... TEXINFO-DATEI...\n"
33423424
3343 #: tp/texi2any.pl:694
3425 #: tp/texi2any.pl:713
33443426 msgid ""
33453427 "Translate Texinfo source documentation to various other formats, by default\n"
33463428 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
33493431 "standardmäßig in Info-Dateien, die online mit einem Info-Leser wie\n"
33503432 "GNU Info (oder auch Emacs, TkInfo, etc.) gelesen werden können.\n"
33513433
3352 #: tp/texi2any.pl:697
3434 #: tp/texi2any.pl:716
33533435 #, fuzzy, perl-format
33543436 msgid ""
33553437 "General options:\n"
33853467 " -v, --verbose ausführlich die Bearbeitungschritte anzeigen\n"
33863468 " --version Programmversion anzeigen und beenden\n"
33873469
3388 #: tp/texi2any.pl:712
3470 #: tp/texi2any.pl:731
33893471 msgid ""
33903472 "Output format selection (default is to produce Info):\n"
33913473 " --docbook output Docbook XML rather than Info.\n"
34023484 " --dvi, --dvipdf, --ps, --pdf texi2dvi für entsprechende Ausgabe "
34033485 "nutzen.\n"
34043486
3405 #: tp/texi2any.pl:720
3487 #: tp/texi2any.pl:739
34063488 msgid ""
34073489 "General output options:\n"
34083490 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
34543536 " Ausgabedatei dort platzieren.\n"
34553537 " Anderenfalls ist ZIEL die Ausgabedatei.\n"
34563538
3457 #: tp/texi2any.pl:740
3539 #: tp/texi2any.pl:759
34583540 #, perl-format
34593541 msgid ""
34603542 "Options for Info and plain text:\n"
34983580 " --split-size=GRÖSSE in GRÖSSE große Dateien splitten (Standard "
34993581 "%d)\n"
35003582
3501 #: tp/texi2any.pl:757
3583 #: tp/texi2any.pl:776
35023584 msgid ""
35033585 "Options for HTML:\n"
35043586 " --css-include=FILE include FILE in HTML <style> output;\n"
35243606 "erstellen\n"
35253607 " (ist Standard bei Aufteilung)\n"
35263608
3527 #: tp/texi2any.pl:768
3609 #: tp/texi2any.pl:787
35283610 msgid ""
35293611 "Options for XML and Docbook:\n"
35303612 " --output-indent=VAL does nothing, retained for compatibility.\n"
35313613 msgstr ""
35323614
3533 #: tp/texi2any.pl:771
3615 #: tp/texi2any.pl:790
35343616 msgid ""
35353617 "Options for DVI/PS/PDF:\n"
35363618 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
35373619 msgstr ""
35383620
3539 #: tp/texi2any.pl:774
3621 #: tp/texi2any.pl:793
35403622 msgid ""
35413623 "Input file options:\n"
35423624 " --commands-in-node-names does nothing, retained for compatibility.\n"
35523634 " -P VERZ VERZ dem Suchpfad für @include voranstellen\n"
35533635 " -U VAR eine Variable aufheben (wie mit @clear)\n"
35543636
3555 #: tp/texi2any.pl:781
3637 #: tp/texi2any.pl:800
35563638 msgid ""
35573639 "Conditional processing in input:\n"
35583640 " --ifdocbook process @ifdocbook and @docbook even if\n"
35923674 " Außerdem werden bei den --no-ifFORMAT-Optionen auch die entsprechenden\n"
35933675 " @ifnoFORMAT-Abschnitte bearbeitet.\n"
35943676
3595 #: tp/texi2any.pl:798
3677 #: tp/texi2any.pl:817
35963678 msgid ""
35973679 " The defaults for the @if... conditionals depend on the output format:\n"
35983680 " if generating Docbook, --ifdocbook is on and the others are off;\n"
36093691 " wird reiner Text erzeugt, ist --ifplaintext an und die anderen sind aus;\n"
36103692 " wird XML erzeugt, ist --ifxml an und die anderen sind aus.\n"
36113693
3612 #: tp/texi2any.pl:805
3694 #: tp/texi2any.pl:824
36133695 msgid ""
36143696 "Examples:\n"
36153697 " makeinfo foo.texi write Info to foo's @setfilename\n"
36423724 " makeinfo --no-split foo.texi nur eine Info-Datei (kann groß "
36433725 "sein)\n"
36443726
3645 #: tp/texi2any.pl:852
3727 #: tp/texi2any.pl:871
36463728 #, perl-format
36473729 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
36483730 msgstr ""
36493731 "%s: Argument für --footnote-style muss „separate“ oder „end“ sein, nicht "
36503732 "„%s“.\n"
36513733
3652 #: tp/texi2any.pl:934
3734 #: tp/texi2any.pl:953
36533735 #, perl-format
36543736 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
36553737 msgstr ""
36563738 "%s: Argument für --paragraph-indent muss numerisch, „none“ oder „asis“ sein, "
36573739 "nicht „%s“.\n"
36583740
3659 #: tp/texi2any.pl:1011
3660 #, perl-format
3661 msgid "when generating %s, only one input FILE may be specified with -o"
3662 msgstr ""
3663
3664 #: tp/texi2any.pl:1015
3741 #: tp/texi2any.pl:1030
3742 #, perl-format
3743 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3744 msgstr ""
3745
3746 #: tp/texi2any.pl:1034
36653747 msgid "--Xopt option without printed output"
36663748 msgstr ""
36673749
3668 #: tp/texi2any.pl:1025
3669 #, perl-format
3670 msgid "Unknown tree transformation %s"
3750 #: tp/texi2any.pl:1044
3751 #, fuzzy, perl-format
3752 msgid "unknown tree transformation %s"
36713753 msgstr "Unbekannte Baumumformung %s"
36723754
3673 #: tp/texi2any.pl:1032
3674 #, perl-format
3675 msgid "Ignoring splitting for format %s"
3676 msgstr ""
3677
3678 #: tp/texi2any.pl:1081
3755 #: tp/texi2any.pl:1051
3756 #, perl-format
3757 msgid "ignoring splitting for format %s"
3758 msgstr ""
3759
3760 #: tp/texi2any.pl:1101
36793761 #, perl-format
36803762 msgid "%s: missing file argument.\n"
36813763 msgstr "%s: Datei-Angabe fehlt.\n"
36823764
3683 #: tp/texi2any.pl:1082
3765 #: tp/texi2any.pl:1102
36843766 #, perl-format
36853767 msgid "Try `%s --help' for more information.\n"
36863768 msgstr "„%s --help“ gibt weitere Informationen.\n"
36873769
3688 #: tp/texi2any.pl:1153
3770 #: tp/texi2any.pl:1173
36893771 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36903772 msgstr ""
36913773
3692 #: tp/texi2any.pl:1175
3693 #, fuzzy, perl-format
3694 msgid "Error on closing macro expand file %s: %s\n"
3774 #: tp/texi2any.pl:1195
3775 #, fuzzy, perl-format
3776 msgid "error on closing macro expand file %s: %s\n"
36953777 msgstr "Fehler beim Schließen der Ausgabedatei „%s“."
36963778
3697 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3698 #, fuzzy, perl-format
3699 msgid "Could not open %s for writing: %s\n"
3779 #: tp/texi2any.pl:1201
3780 #, fuzzy, perl-format
3781 msgid "could not open %s for writing: %s\n"
37003782 msgstr "%s: Konnte CSS-Datei nicht öffnen: %s"
37013783
3702 #: tp/texi2any.pl:1205
3784 #: tp/texi2any.pl:1226
37033785 msgid ""
37043786 "insert_nodes_for_sectioning_commands transformation return no result. No "
37053787 "section?"
37063788 msgstr ""
37073789
3708 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3709 #, fuzzy, perl-format
3710 msgid "Error on closing %s: %s\n"
3790 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3791 #, fuzzy, perl-format
3792 msgid "%s: error on closing %s: %s\n"
37113793 msgstr "Fehler in regulärem Ausdruck „%s“: %s"
37123794
3713 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3714 #, perl-format
3715 msgid "Error on closing internal links file %s: %s\n"
3716 msgstr ""
3795 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3796 #, fuzzy, perl-format
3797 msgid "%s: error on closing internal links file %s: %s\n"
3798 msgstr "Fehler beim Schließen der umbenannten Knotendatei %s: %s"
3799
3800 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3801 #, fuzzy, perl-format
3802 msgid "%s: could not open %s for writing: %s\n"
3803 msgstr "%s: Konnte CSS-Datei nicht öffnen: %s"
37173804
37183805 #: util/texindex.c:223
37193806 msgid "display this help and exit"
37713858 msgid "entry %s follows an entry with a secondary name"
37723859 msgstr "Eintrag „%s“ direkt nach einem Untereintrag"
37733860
3774 #~ msgid "Error on closing renamed nodes file %s: %s"
3775 #~ msgstr "Fehler beim Schließen der umbenannten Knotendatei %s: %s"
3861 #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
3862 #~ msgstr "protect_hashchar_at_line_beginning kann in @%s nichts schützen"
3863
3864 #, fuzzy
3865 #~ msgid "Can't read file %s: %s"
3866 #~ msgstr "Kann Datei „%s“ nicht entfernen: %s"
3867
3868 #~ msgid "%s:%d: warning: %s\n"
3869 #~ msgstr "%s:%d: Warnung: %s\n"
3870
3871 #~ msgid "warning: %s\n"
3872 #~ msgstr "Warnung: %s\n"
3873
3874 #, fuzzy
3875 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3876 #~ msgstr "%s: Konnte CSS-Datei nicht öffnen: %s"
37763877
37773878 #, fuzzy
37783879 #~ msgid "Node `%s' that is to be renamed exists"
Binary diff not shown
88 msgstr ""
99 "Project-Id-Version: texinfo 3.12d\n"
1010 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
11 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
11 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1212 "PO-Revision-Date: 1999-02-16 21:14+01:00\n"
1313 "Last-Translator: Karl Eichwalder <ke@suse.de>\n"
1414 "Language-Team: German <de@li.org>\n"
391391 msgstr ""
392392
393393 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
394 #: tp/texi2any.pl:829 util/texindex.c:295
394 #: tp/texi2any.pl:848 util/texindex.c:295
395395 #, c-format, perl-format
396396 msgid ""
397397 "Copyright (C) %s Free Software Foundation, Inc.\n"
18971897 " --version display version information and exit."
18981898 msgstr ""
18991899
1900 #: install-info/install-info.c:598 tp/texi2any.pl:817
1900 #: install-info/install-info.c:598 tp/texi2any.pl:836
19011901 msgid ""
19021902 "Email bug reports to bug-texinfo@gnu.org,\n"
19031903 "general questions and discussion to help-texinfo@gnu.org.\n"
19901990 msgstr ""
19911991
19921992 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
1993 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
1994 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
1995 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
1996 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
1997 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
1998 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
1993 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
1994 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
1995 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
1996 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
1997 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
1998 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
19991999 #: tp/Texinfo/Convert/TexinfoXML.pm:429
20002000 #, perl-format
2001 msgid "Could not open %s for writing: %s"
2001 msgid "could not open %s for writing: %s"
20022002 msgstr ""
20032003
20042004 #: tp/Texinfo/Common.pm:850
20242024 msgid "%s is not a valid split possibility"
20252025 msgstr ""
20262026
2027 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2028 #, perl-format
2029 msgid "Cannot read %s: %s"
2030 msgstr ""
2031
2032 #: tp/Texinfo/Common.pm:1113
2033 #, perl-format
2034 msgid "Error on closing @verbatiminclude file %s: %s"
2035 msgstr ""
2036
2037 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2038 #, perl-format
2039 msgid "@%s: Cannot find %s"
2040 msgstr ""
2041
2042 #: tp/Texinfo/Common.pm:1416
2043 #, perl-format
2044 msgid "Cannot open html refs config file %s: %s"
2045 msgstr ""
2046
2047 #: tp/Texinfo/Common.pm:1444
2048 msgid "Missing type"
2049 msgstr ""
2050
2051 #: tp/Texinfo/Common.pm:1447
2052 #, perl-format
2053 msgid "Unrecognized type: %s"
2054 msgstr ""
2055
2056 #: tp/Texinfo/Common.pm:1463
2057 #, perl-format
2058 msgid "Error on closing html refs config file %s: %s"
2059 msgstr ""
2060
2061 #: tp/Texinfo/Common.pm:1498
2062 #, perl-format
2063 msgid "%s:%d: no node to be renamed\n"
2064 msgstr ""
2065
2066 #: tp/Texinfo/Common.pm:1509
2067 #, perl-format
2068 msgid "%s:%d: nodes without a new name at the end of file\n"
2069 msgstr ""
2070
2071 #: tp/Texinfo/Common.pm:2000
2072 #, perl-format
2073 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2027 #: tp/Texinfo/Common.pm:1096
2028 #, perl-format
2029 msgid "could not read %s: %s"
2030 msgstr ""
2031
2032 #: tp/Texinfo/Common.pm:1114
2033 #, perl-format
2034 msgid "error on closing @verbatiminclude file %s: %s"
2035 msgstr ""
2036
2037 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2038 #, perl-format
2039 msgid "@%s: could not find %s"
2040 msgstr ""
2041
2042 #: tp/Texinfo/Common.pm:1417
2043 #, perl-format
2044 msgid "could not open html refs config file %s: %s"
2045 msgstr ""
2046
2047 #: tp/Texinfo/Common.pm:1445
2048 msgid "missing type"
2049 msgstr ""
2050
2051 #: tp/Texinfo/Common.pm:1448
2052 #, perl-format
2053 msgid "unrecognized type: %s"
2054 msgstr ""
2055
2056 #: tp/Texinfo/Common.pm:1465
2057 #, perl-format
2058 msgid "error on closing html refs config file %s: %s"
2059 msgstr ""
2060
2061 #: tp/Texinfo/Common.pm:1500
2062 msgid "no node to be renamed"
2063 msgstr ""
2064
2065 #: tp/Texinfo/Common.pm:1511
2066 msgid "nodes without a new name at the end of file"
2067 msgstr ""
2068
2069 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2070 #, perl-format
2071 msgid "could not open %s: %s"
2072 msgstr ""
2073
2074 #: tp/Texinfo/Common.pm:2002
2075 #, perl-format
2076 msgid "could not protect hash character in @%s"
20742077 msgstr ""
20752078
20762079 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2077 #: tp/texi2any.pl:387 tp/texi2any.pl:404
20782080 #, perl-format
20792081 msgid "Obsolete variable %s\n"
20802082 msgstr ""
20812083
20822084 #: tp/Texinfo/Convert/Converter.pm:601
20832085 #, perl-format
2084 msgid "Can't create directories `%s' or `%s': %s"
2086 msgid "could not create directories `%s' or `%s': %s"
20852087 msgstr ""
20862088
20872089 #: tp/Texinfo/Convert/Converter.pm:609
20882090 #, perl-format
2089 msgid "Can't create directories `%s': %s"
2090 msgstr ""
2091
2092 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2093 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2094 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2095 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2096 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2097 #, perl-format
2098 msgid "Error on closing %s: %s"
2099 msgstr ""
2100
2101 #: tp/Texinfo/Convert/DocBook.pm:898
2091 msgid "could not create directory `%s': %s"
2092 msgstr ""
2093
2094 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2095 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2096 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2097 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2098 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2099 #, perl-format
2100 msgid "error on closing %s: %s"
2101 msgstr ""
2102
2103 #: tp/Texinfo/Convert/DocBook.pm:899
21022104 #, perl-format
21032105 msgid "@image file `%s' not found, using `%s'"
21042106 msgstr ""
21052107
2106 #: tp/Texinfo/Convert/HTML.pm:1677
2108 #: tp/Texinfo/Convert/HTML.pm:1678
21072109 #, perl-format
21082110 msgid "@image file `%s' (for HTML) not found, using `%s'"
21092111 msgstr ""
21102112
2111 #: tp/Texinfo/Convert/HTML.pm:2345
2112 #, perl-format
2113 msgid "Raw format %s is not converted"
2114 msgstr ""
2115
2116 #: tp/Texinfo/Convert/HTML.pm:4814
2117 #, perl-format
2118 msgid "%s:%d: string not closed in css file"
2113 #: tp/Texinfo/Convert/HTML.pm:2347
2114 #, perl-format
2115 msgid "raw format %s is not converted"
21192116 msgstr ""
21202117
21212118 #: tp/Texinfo/Convert/HTML.pm:4816
2122 #, perl-format
2123 msgid "%s:%d: --css-include ended in comment"
2119 msgid "string not closed in css file"
21242120 msgstr ""
21252121
21262122 #: tp/Texinfo/Convert/HTML.pm:4818
2127 #, perl-format
2128 msgid "%s:%d: @import not finished in css file"
2129 msgstr ""
2130
2131 #: tp/Texinfo/Convert/HTML.pm:4844
2132 #, perl-format
2133 msgid "css file %s not found"
2134 msgstr ""
2135
2136 #: tp/Texinfo/Convert/HTML.pm:4850
2123 msgid "--css-include ended in comment"
2124 msgstr ""
2125
2126 #: tp/Texinfo/Convert/HTML.pm:4820
2127 msgid "@import not finished in css file"
2128 msgstr ""
2129
2130 #: tp/Texinfo/Convert/HTML.pm:4846
2131 #, perl-format
2132 msgid "CSS file %s not found"
2133 msgstr ""
2134
2135 #: tp/Texinfo/Convert/HTML.pm:4852
21372136 #, perl-format
21382137 msgid "could not open --include-file %s: %s"
21392138 msgstr ""
21402139
2141 #: tp/Texinfo/Convert/HTML.pm:4860
2142 #, perl-format
2143 msgid "Error on closing CSS file %s: %s"
2144 msgstr ""
2145
2146 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2147 #, perl-format
2148 msgid "No htmlxref.cnf entry found for `%s'"
2149 msgstr ""
2150
2151 #: tp/Texinfo/Convert/HTML.pm:6495
2152 #, perl-format
2153 msgid "Error on closing frame file %s: %s"
2154 msgstr ""
2155
2156 #: tp/Texinfo/Convert/HTML.pm:6519
2157 #, perl-format
2158 msgid "Error on closing TOC frame file %s: %s"
2159 msgstr ""
2160
2161 #: tp/Texinfo/Convert/HTML.pm:6634
2162 #, perl-format
2163 msgid "Handler %s of stage %s priority %s failed"
2164 msgstr ""
2165
2166 #: tp/Texinfo/Convert/HTML.pm:6835
2167 msgid "Must specify a title with a title command or @top"
2168 msgstr ""
2169
2170 #: tp/Texinfo/Convert/HTML.pm:7040
2171 #, perl-format
2172 msgid "Error on closing redirection node file %s: %s"
2173 msgstr ""
2174
2175 #: tp/Texinfo/Convert/HTML.pm:7065
2176 #, perl-format
2177 msgid "Old name for `%s' is a node of the document"
2178 msgstr ""
2179
2180 #: tp/Texinfo/Convert/HTML.pm:7069
2181 #, perl-format
2182 msgid "File empty for renamed node `%s'"
2183 msgstr ""
2184
2185 #: tp/Texinfo/Convert/HTML.pm:7081
2186 #, perl-format
2187 msgid "Target node (new name for `%s') not in document: %s"
2188 msgstr ""
2189
2190 #: tp/Texinfo/Convert/HTML.pm:7113
2191 #, perl-format
2192 msgid "Error on closing renamed node redirection file %s: %s"
2193 msgstr ""
2194
2195 #: tp/Texinfo/Convert/HTML.pm:7151
2196 msgid "Empty node name"
2197 msgstr ""
2198
2199 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2200 #, perl-format
2201 msgid "Syntax for an external node used for `%s'"
2140 #: tp/Texinfo/Convert/HTML.pm:4862
2141 #, perl-format
2142 msgid "error on closing CSS file %s: %s"
2143 msgstr ""
2144
2145 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2146 #, perl-format
2147 msgid "no htmlxref.cnf entry found for `%s'"
2148 msgstr ""
2149
2150 #: tp/Texinfo/Convert/HTML.pm:6506
2151 #, perl-format
2152 msgid "error on closing frame file %s: %s"
2153 msgstr ""
2154
2155 #: tp/Texinfo/Convert/HTML.pm:6530
2156 #, perl-format
2157 msgid "error on closing TOC frame file %s: %s"
2158 msgstr ""
2159
2160 #: tp/Texinfo/Convert/HTML.pm:6645
2161 #, perl-format
2162 msgid "handler %s of stage %s priority %s failed"
2163 msgstr ""
2164
2165 #: tp/Texinfo/Convert/HTML.pm:6846
2166 msgid "must specify a title with a title command or @top"
2167 msgstr ""
2168
2169 #: tp/Texinfo/Convert/HTML.pm:7055
2170 #, perl-format
2171 msgid "error on closing redirection node file %s: %s"
2172 msgstr ""
2173
2174 #: tp/Texinfo/Convert/HTML.pm:7080
2175 #, perl-format
2176 msgid "old name for `%s' is a node of the document"
2177 msgstr ""
2178
2179 #: tp/Texinfo/Convert/HTML.pm:7086
2180 #, perl-format
2181 msgid "file empty for renamed node `%s'"
2182 msgstr ""
2183
2184 #: tp/Texinfo/Convert/HTML.pm:7100
2185 #, perl-format
2186 msgid "target node (new name for `%s') not in document: %s"
2187 msgstr ""
2188
2189 #: tp/Texinfo/Convert/HTML.pm:7132
2190 #, perl-format
2191 msgid "error on closing renamed node redirection file %s: %s"
2192 msgstr ""
2193
2194 #: tp/Texinfo/Convert/HTML.pm:7170
2195 msgid "empty node name"
2196 msgstr ""
2197
2198 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2199 #, perl-format
2200 msgid "syntax for an external node used for `%s'"
22022201 msgstr ""
22032202
22042203 #: tp/Texinfo/Convert/Info.pm:99
2205 msgid "Document without nodes."
2206 msgstr ""
2207
2208 #: tp/Texinfo/Convert/Info.pm:115
2209 msgid "Document without Top node."
2210 msgstr ""
2211
2212 #: tp/Texinfo/Convert/Info.pm:151
2213 #, perl-format
2214 msgid "Rename %s failed: %s"
2215 msgstr ""
2216
2217 #: tp/Texinfo/Convert/Info.pm:226
2204 msgid "document without nodes"
2205 msgstr ""
2206
2207 #: tp/Texinfo/Convert/Info.pm:116
2208 msgid "document without Top node"
2209 msgstr ""
2210
2211 #: tp/Texinfo/Convert/Info.pm:153
2212 #, perl-format
2213 msgid "rename %s failed: %s"
2214 msgstr ""
2215
2216 #: tp/Texinfo/Convert/Info.pm:228
22182217 #, perl-format
22192218 msgid "@%s output more than once: %s"
22202219 msgstr ""
22212220
2222 #: tp/Texinfo/Convert/Info.pm:340
2221 #: tp/Texinfo/Convert/Info.pm:346
22232222 #, perl-format
22242223 msgid "@%s outside of any node"
22252224 msgstr ""
22262225
2227 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2228 #, perl-format
2229 msgid "Entry for index `%s' outside of any node"
2226 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2227 #, perl-format
2228 msgid "entry for index `%s' outside of any node"
22302229 msgstr ""
22312230
22322231 #: tp/Texinfo/Convert/Plaintext.pm:1217
22332232 #, perl-format
2234 msgid "Error on closing image text file %s: %s"
2233 msgid "error on closing image text file %s: %s"
22352234 msgstr ""
22362235
22372236 #: tp/Texinfo/Convert/Plaintext.pm:1222
22392238 msgid "@image file `%s' unreadable: %s"
22402239 msgstr ""
22412240
2242 #: tp/Texinfo/Convert/Plaintext.pm:1250
2243 #, perl-format
2244 msgid "Cannot find @image file `%s.txt' nor alternate text"
2245 msgstr ""
2246
2247 #: tp/Texinfo/Convert/Plaintext.pm:1615
2241 #: tp/Texinfo/Convert/Plaintext.pm:1251
2242 #, perl-format
2243 msgid "could not find @image file `%s.txt' nor alternate text"
2244 msgstr ""
2245
2246 #: tp/Texinfo/Convert/Plaintext.pm:1617
22482247 msgid ""
22492248 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
22502249 "avoid that"
22512250 msgstr ""
22522251
2253 #: tp/Texinfo/Convert/Plaintext.pm:1845
2252 #: tp/Texinfo/Convert/Plaintext.pm:1849
22542253 #, perl-format
22552254 msgid "`.' or `,' must follow @xref, not %s"
22562255 msgstr ""
22572256
2258 #: tp/Texinfo/Convert/Plaintext.pm:1847
2257 #: tp/Texinfo/Convert/Plaintext.pm:1852
22592258 msgid "`.' or `,' must follow @xref"
22602259 msgstr ""
22612260
22642263 msgid "@%s should only appear at beginning or end of document"
22652264 msgstr ""
22662265
2267 #: tp/Texinfo/Parser.pm:837
2268 #, perl-format
2269 msgid "Can't read file %s: %s"
2270 msgstr ""
2271
22722266 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
22732267 #, perl-format
2274 msgid "Multiple @%s"
2268 msgid "multiple @%s"
22752269 msgstr ""
22762270
22772271 #: tp/Texinfo/Parser.pm:1100
22782272 #, perl-format
2279 msgid "Bad syntax for @%s argument: %s"
2273 msgid "bad syntax for @%s argument: %s"
22802274 msgstr ""
22812275
22822276 #: tp/Texinfo/Parser.pm:1116
22832277 #, perl-format
2284 msgid "Bad or empty @%s formal argument: %s"
2285 msgstr ""
2286
2287 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2288 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2289 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2278 msgid "bad or empty @%s formal argument: %s"
2279 msgstr ""
2280
2281 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2282 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2283 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
22902284 #, perl-format
22912285 msgid "%c%s requires a name"
22922286 msgstr ""
22932287
2294 #: tp/Texinfo/Parser.pm:1235
2288 #: tp/Texinfo/Parser.pm:1238
22952289 #, perl-format
22962290 msgid "%c%s missing close brace"
22972291 msgstr ""
22982292
2299 #: tp/Texinfo/Parser.pm:1238
2293 #: tp/Texinfo/Parser.pm:1241
23002294 #, perl-format
23012295 msgid "@%s missing closing delimiter sequence: %s}"
23022296 msgstr ""
23032297
2304 #: tp/Texinfo/Parser.pm:1351
2298 #: tp/Texinfo/Parser.pm:1354
23052299 #, perl-format
23062300 msgid "@itemx should not begin @%s"
23072301 msgstr ""
23082302
2309 #: tp/Texinfo/Parser.pm:1419
2303 #: tp/Texinfo/Parser.pm:1422
23102304 msgid "@itemx must follow @item"
23112305 msgstr ""
23122306
2313 #: tp/Texinfo/Parser.pm:1587
2307 #: tp/Texinfo/Parser.pm:1590
23142308 #, perl-format
23152309 msgid "@%s has text but no @item"
23162310 msgstr ""
23172311
2318 #: tp/Texinfo/Parser.pm:1617
2312 #: tp/Texinfo/Parser.pm:1620
23192313 #, perl-format
23202314 msgid "`@end' expected `%s', but saw `%s'"
23212315 msgstr ""
23222316
2323 #: tp/Texinfo/Parser.pm:1620
2317 #: tp/Texinfo/Parser.pm:1623
23242318 #, perl-format
23252319 msgid "@%s seen before @end %s"
23262320 msgstr ""
23272321
2328 #: tp/Texinfo/Parser.pm:1624
2329 #, perl-format
2330 msgid "No matching `%cend %s'"
2331 msgstr ""
2332
2333 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2334 #: tp/Texinfo/Parser.pm:5125
2335 #, perl-format
2336 msgid "Misplaced %c"
2337 msgstr ""
2338
2339 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2340 #, perl-format
2341 msgid "Unmatched `%c%s'"
2342 msgstr ""
2343
2344 #: tp/Texinfo/Parser.pm:1972
2345 #, perl-format
2346 msgid "Macro `%s' called with too many args"
2347 msgstr ""
2348
2349 #: tp/Texinfo/Parser.pm:1994
2322 #: tp/Texinfo/Parser.pm:1627
2323 #, perl-format
2324 msgid "no matching `%cend %s'"
2325 msgstr ""
2326
2327 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2328 #: tp/Texinfo/Parser.pm:5150
2329 #, perl-format
2330 msgid "misplaced %c"
2331 msgstr ""
2332
2333 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2334 #, perl-format
2335 msgid "unmatched `%c%s'"
2336 msgstr ""
2337
2338 #: tp/Texinfo/Parser.pm:1976
2339 #, perl-format
2340 msgid "macro `%s' called with too many args"
2341 msgstr ""
2342
2343 #: tp/Texinfo/Parser.pm:1998
23502344 #, perl-format
23512345 msgid "@%s missing close brace"
23522346 msgstr ""
23532347
2354 #: tp/Texinfo/Parser.pm:2001
2355 #, perl-format
2356 msgid "Macro `%s' declared without argument called with an argument"
2357 msgstr ""
2358
2359 #: tp/Texinfo/Parser.pm:2035
2348 #: tp/Texinfo/Parser.pm:2006
2349 #, perl-format
2350 msgid "macro `%s' declared without argument called with an argument"
2351 msgstr ""
2352
2353 #: tp/Texinfo/Parser.pm:2041
23602354 #, perl-format
23612355 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
23622356 msgstr ""
23632357
2364 #: tp/Texinfo/Parser.pm:2430
2358 #: tp/Texinfo/Parser.pm:2436
23652359 #, perl-format
23662360 msgid "@%s `%s' previously defined"
23672361 msgstr ""
23682362
2369 #: tp/Texinfo/Parser.pm:2435
2363 #: tp/Texinfo/Parser.pm:2441
23702364 #, perl-format
23712365 msgid "here is the previous definition as @%s"
23722366 msgstr ""
23732367
2374 #: tp/Texinfo/Parser.pm:2796
2375 #, perl-format
2376 msgid "Missing name for @%s"
2377 msgstr ""
2378
2379 #: tp/Texinfo/Parser.pm:2801
2380 #, perl-format
2381 msgid "Missing category for @%s"
2382 msgstr ""
2383
2384 #: tp/Texinfo/Parser.pm:2853
2385 #, perl-format
2386 msgid "Unexpected argument on @%s line: %s"
2387 msgstr ""
2388
2389 #: tp/Texinfo/Parser.pm:2869
2368 #: tp/Texinfo/Parser.pm:2802
2369 #, perl-format
2370 msgid "missing name for @%s"
2371 msgstr ""
2372
2373 #: tp/Texinfo/Parser.pm:2807
2374 #, perl-format
2375 msgid "missing category for @%s"
2376 msgstr ""
2377
2378 #: tp/Texinfo/Parser.pm:2859
2379 #, perl-format
2380 msgid "unexpected argument on @%s line: %s"
2381 msgstr ""
2382
2383 #: tp/Texinfo/Parser.pm:2875
23902384 msgid "empty multitable"
23912385 msgstr ""
23922386
2393 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2394 #, perl-format
2395 msgid "Superfluous argument to @%s"
2396 msgstr ""
2397
2398 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2399 #: tp/Texinfo/Parser.pm:5379
2400 #, perl-format
2401 msgid "Bad argument to @%s"
2402 msgstr ""
2403
2404 #: tp/Texinfo/Parser.pm:2942
2387 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2388 #, perl-format
2389 msgid "superfluous argument to @%s"
2390 msgstr ""
2391
2392 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2393 #: tp/Texinfo/Parser.pm:5405
2394 #, perl-format
2395 msgid "bad argument to @%s"
2396 msgstr ""
2397
2398 #: tp/Texinfo/Parser.pm:2948
24052399 #, perl-format
24062400 msgid "%s requires an argument: the formatter for %citem"
24072401 msgstr ""
24082402
2409 #: tp/Texinfo/Parser.pm:2947
2410 #, perl-format
2411 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2412 msgstr ""
2413
2414 #: tp/Texinfo/Parser.pm:2982
2415 #, perl-format
2416 msgid "Accent command `@%s' not allowed as @%s argument"
2417 msgstr ""
2418
2419 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2420 #: tp/Texinfo/Parser.pm:5338
2403 #: tp/Texinfo/Parser.pm:2953
2404 #, perl-format
2405 msgid "command @%s not accepting argument in brace should not be on @%s line"
2406 msgstr ""
2407
2408 #: tp/Texinfo/Parser.pm:2988
2409 #, perl-format
2410 msgid "accent command `@%s' not allowed as @%s argument"
2411 msgstr ""
2412
2413 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2414 #: tp/Texinfo/Parser.pm:5364
24212415 #, perl-format
24222416 msgid "@%s missing argument"
24232417 msgstr ""
24242418
2425 #: tp/Texinfo/Parser.pm:3072
2426 #, perl-format
2427 msgid "Unknown @end %s"
2428 msgstr ""
2429
2430 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2431 #, perl-format
2432 msgid "Superfluous argument to @%s %s: %s"
2433 msgstr ""
2434
2435 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2436 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2437 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2438 #, perl-format
2439 msgid "Bad argument to @%s: %s"
2440 msgstr ""
2441
2442 #: tp/Texinfo/Parser.pm:3118
2443 #, perl-format
2444 msgid "@%s: Cannot open %s: %s"
2445 msgstr ""
2446
2447 #: tp/Texinfo/Parser.pm:3130
2448 #, perl-format
2449 msgid "Encoding `%s' is not a canonical texinfo encoding"
2450 msgstr ""
2451
2452 #: tp/Texinfo/Parser.pm:3139
2419 #: tp/Texinfo/Parser.pm:3078
2420 #, perl-format
2421 msgid "unknown @end %s"
2422 msgstr ""
2423
2424 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2425 #, perl-format
2426 msgid "superfluous argument to @%s %s: %s"
2427 msgstr ""
2428
2429 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2430 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2431 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2432 #, perl-format
2433 msgid "bad argument to @%s: %s"
2434 msgstr ""
2435
2436 #: tp/Texinfo/Parser.pm:3124
2437 #, perl-format
2438 msgid "@%s: could not open %s: %s"
2439 msgstr ""
2440
2441 #: tp/Texinfo/Parser.pm:3136
2442 #, perl-format
2443 msgid "encoding `%s' is not a canonical texinfo encoding"
2444 msgstr ""
2445
2446 #: tp/Texinfo/Parser.pm:3145
24532447 #, perl-format
24542448 msgid "unrecognized encoding name `%s'"
24552449 msgstr ""
24562450
2457 #: tp/Texinfo/Parser.pm:3289
2451 #: tp/Texinfo/Parser.pm:3295
24582452 #, perl-format
24592453 msgid "@%s after the first element"
24602454 msgstr ""
24612455
2462 #: tp/Texinfo/Parser.pm:3296
2456 #: tp/Texinfo/Parser.pm:3302
24632457 #, perl-format
24642458 msgid "@%s only meaningful on a @multitable line"
24652459 msgstr ""
24662460
2467 #: tp/Texinfo/Parser.pm:3336
2461 #: tp/Texinfo/Parser.pm:3342
24682462 #, perl-format
24692463 msgid "@%s should not be associated with @top"
24702464 msgstr ""
24712465
2472 #: tp/Texinfo/Parser.pm:3348
2466 #: tp/Texinfo/Parser.pm:3354
24732467 #, perl-format
24742468 msgid "@node precedes @%s, but parts may not be associated with nodes"
24752469 msgstr ""
24762470
2477 #: tp/Texinfo/Parser.pm:3450
2478 #, perl-format
2479 msgid "Empty argument in @%s"
2480 msgstr ""
2481
2482 #: tp/Texinfo/Parser.pm:3454
2483 #, perl-format
2484 msgid "Empty node name after expansion `%s'"
2485 msgstr ""
2486
2487 #: tp/Texinfo/Parser.pm:3497
2488 #, perl-format
2489 msgid "Empty menu entry name in `%s'"
2490 msgstr ""
2491
2492 #: tp/Texinfo/Parser.pm:3505
2493 msgid "Empty node name in menu entry"
2494 msgstr ""
2495
2496 #: tp/Texinfo/Parser.pm:3578
2471 #: tp/Texinfo/Parser.pm:3456
2472 #, perl-format
2473 msgid "empty argument in @%s"
2474 msgstr ""
2475
2476 #: tp/Texinfo/Parser.pm:3460
2477 #, perl-format
2478 msgid "empty node name after expansion `%s'"
2479 msgstr ""
2480
2481 #: tp/Texinfo/Parser.pm:3503
2482 #, perl-format
2483 msgid "empty menu entry name in `%s'"
2484 msgstr ""
2485
2486 #: tp/Texinfo/Parser.pm:3511
2487 msgid "empty node name in menu entry"
2488 msgstr ""
2489
2490 #: tp/Texinfo/Parser.pm:3584
24972491 #, perl-format
24982492 msgid "@%s should not appear in @%s"
24992493 msgstr ""
25002494
2501 #: tp/Texinfo/Parser.pm:3710
2495 #: tp/Texinfo/Parser.pm:3716
25022496 #, perl-format
25032497 msgid "@end %s should only appear at a line beginning"
25042498 msgstr ""
25052499
2506 #: tp/Texinfo/Parser.pm:3733
2500 #: tp/Texinfo/Parser.pm:3739
25072501 #, perl-format
25082502 msgid "macro `%s' previously defined"
25092503 msgstr ""
25102504
2511 #: tp/Texinfo/Parser.pm:3735
2505 #: tp/Texinfo/Parser.pm:3742
25122506 #, perl-format
25132507 msgid "here is the previous definition of `%s'"
25142508 msgstr ""
25152509
2516 #: tp/Texinfo/Parser.pm:3739
2517 #, perl-format
2518 msgid "Redefining Texinfo language command: @%s"
2519 msgstr ""
2520
2521 #: tp/Texinfo/Parser.pm:3788
2510 #: tp/Texinfo/Parser.pm:3747
2511 #, perl-format
2512 msgid "redefining Texinfo language command: @%s"
2513 msgstr ""
2514
2515 #: tp/Texinfo/Parser.pm:3796
25222516 #, perl-format
25232517 msgid "@%s without associated character"
25242518 msgstr ""
25252519
2526 #: tp/Texinfo/Parser.pm:3849
2520 #: tp/Texinfo/Parser.pm:3858
25272521 #, perl-format
25282522 msgid ""
25292523 "@%s defined with zero or more than one argument should be invoked with {}"
25302524 msgstr ""
25312525
2532 #: tp/Texinfo/Parser.pm:3872
2533 #, perl-format
2534 msgid ""
2535 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2526 #: tp/Texinfo/Parser.pm:3882
2527 #, perl-format
2528 msgid ""
2529 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
25362530 "value %d)"
25372531 msgstr ""
25382532
2539 #: tp/Texinfo/Parser.pm:3880
2540 #, perl-format
2541 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2542 msgstr ""
2543
2544 #: tp/Texinfo/Parser.pm:3935
2545 #, perl-format
2546 msgid "Accent command `@%s' must not be followed by whitespace"
2547 msgstr ""
2548
2549 #: tp/Texinfo/Parser.pm:3941
2550 #, perl-format
2551 msgid "Use braces to give a command as an argument to @%s"
2552 msgstr ""
2553
2554 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2533 #: tp/Texinfo/Parser.pm:3891
2534 #, perl-format
2535 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2536 msgstr ""
2537
2538 #: tp/Texinfo/Parser.pm:3947
2539 #, perl-format
2540 msgid "accent command `@%s' must not be followed by whitespace"
2541 msgstr ""
2542
2543 #: tp/Texinfo/Parser.pm:3953
2544 #, perl-format
2545 msgid "use braces to give a command as an argument to @%s"
2546 msgstr ""
2547
2548 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
25552549 #, perl-format
25562550 msgid "%c%s expects `i' or `j' as argument, not `%s'"
25572551 msgstr ""
25582552
2559 #: tp/Texinfo/Parser.pm:3966
2560 #, perl-format
2561 msgid "Accent command `@%s' must not be followed by new line"
2562 msgstr ""
2563
2564 #: tp/Texinfo/Parser.pm:3977
2553 #: tp/Texinfo/Parser.pm:3978
2554 #, perl-format
2555 msgid "accent command `@%s' must not be followed by new line"
2556 msgstr ""
2557
2558 #: tp/Texinfo/Parser.pm:3989
25652559 #, perl-format
25662560 msgid "@%s expected braces"
25672561 msgstr ""
25682562
2569 #: tp/Texinfo/Parser.pm:4136
2563 #: tp/Texinfo/Parser.pm:4148
25702564 #, perl-format
25712565 msgid "undefined flag: %s"
25722566 msgstr ""
25732567
2574 #: tp/Texinfo/Parser.pm:4139
2575 msgid "Bad syntax for @value"
2576 msgstr ""
2577
2578 #: tp/Texinfo/Parser.pm:4146
2568 #: tp/Texinfo/Parser.pm:4151
2569 msgid "bad syntax for @value"
2570 msgstr ""
2571
2572 #: tp/Texinfo/Parser.pm:4158
25792573 #, perl-format
25802574 msgid "%c%s is obsolete."
25812575 msgstr ""
25822576
2583 #: tp/Texinfo/Parser.pm:4149
2577 #: tp/Texinfo/Parser.pm:4161
25842578 #, perl-format
25852579 msgid "%c%s is obsolete; %s"
25862580 msgstr ""
25872581
2588 #: tp/Texinfo/Parser.pm:4157
2582 #: tp/Texinfo/Parser.pm:4170
25892583 #, perl-format
25902584 msgid "@%s should only appear at a line beginning"
25912585 msgstr ""
25922586
2593 #: tp/Texinfo/Parser.pm:4247
2587 #: tp/Texinfo/Parser.pm:4261
25942588 #, perl-format
25952589 msgid "@%s not allowed inside `@%s' block"
25962590 msgstr ""
25972591
2598 #: tp/Texinfo/Parser.pm:4255
2592 #: tp/Texinfo/Parser.pm:4270
25992593 #, perl-format
26002594 msgid "@%s should only appear in heading or footing"
26012595 msgstr ""
26022596
2603 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2604 #: tp/Texinfo/Parser.pm:4437
2597 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2598 #: tp/Texinfo/Parser.pm:4458
26052599 #, perl-format
26062600 msgid "@%s not meaningful inside `@%s' block"
26072601 msgstr ""
26082602
2609 #: tp/Texinfo/Parser.pm:4398
2603 #: tp/Texinfo/Parser.pm:4418
26102604 #, perl-format
26112605 msgid "@%s in empty multitable"
26122606 msgstr ""
26132607
2614 #: tp/Texinfo/Parser.pm:4403
2608 #: tp/Texinfo/Parser.pm:4424
26152609 msgid "@tab before @item"
26162610 msgstr ""
26172611
2618 #: tp/Texinfo/Parser.pm:4406
2619 #, perl-format
2620 msgid "Too many columns in multitable item (max %d)"
2621 msgstr ""
2622
2623 #: tp/Texinfo/Parser.pm:4443
2612 #: tp/Texinfo/Parser.pm:4427
2613 #, perl-format
2614 msgid "too many columns in multitable item (max %d)"
2615 msgstr ""
2616
2617 #: tp/Texinfo/Parser.pm:4464
26242618 msgid "ignoring @tab outside of multitable"
26252619 msgstr ""
26262620
2627 #: tp/Texinfo/Parser.pm:4447
2621 #: tp/Texinfo/Parser.pm:4468
26282622 #, perl-format
26292623 msgid "@%s outside of table or list"
26302624 msgstr ""
26312625
2632 #: tp/Texinfo/Parser.pm:4482
2633 #, perl-format
2634 msgid "Must be after `@%s' to use `@%s'"
2635 msgstr ""
2636
2637 #: tp/Texinfo/Parser.pm:4524
2626 #: tp/Texinfo/Parser.pm:4503
2627 #, perl-format
2628 msgid "must be after `@%s' to use `@%s'"
2629 msgstr ""
2630
2631 #: tp/Texinfo/Parser.pm:4545
26382632 #, perl-format
26392633 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
26402634 msgstr ""
26412635
2642 #: tp/Texinfo/Parser.pm:4528
2636 #: tp/Texinfo/Parser.pm:4549
26432637 msgid "@dircategory after first node"
26442638 msgstr ""
26452639
2646 #: tp/Texinfo/Parser.pm:4686
2647 #, perl-format
2648 msgid "Region %s inside region %s is not allowed"
2649 msgstr ""
2650
2651 #: tp/Texinfo/Parser.pm:4704
2640 #: tp/Texinfo/Parser.pm:4708
2641 #, perl-format
2642 msgid "region %s inside region %s is not allowed"
2643 msgstr ""
2644
2645 #: tp/Texinfo/Parser.pm:4726
26522646 msgid "@direntry after first node"
26532647 msgstr ""
26542648
2655 #: tp/Texinfo/Parser.pm:4712
2649 #: tp/Texinfo/Parser.pm:4734
26562650 #, perl-format
26572651 msgid "@%s seen before first @node"
26582652 msgstr ""
26592653
2660 #: tp/Texinfo/Parser.pm:4714
2654 #: tp/Texinfo/Parser.pm:4737
26612655 msgid ""
26622656 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
26632657 msgstr ""
26642658
2665 #: tp/Texinfo/Parser.pm:4776
2659 #: tp/Texinfo/Parser.pm:4799
26662660 #, perl-format
26672661 msgid "@%s should only appear in math context"
26682662 msgstr ""
26692663
2670 #: tp/Texinfo/Parser.pm:4784
2671 #, perl-format
2672 msgid "Unknown command `%s'"
2673 msgstr ""
2674
2675 #: tp/Texinfo/Parser.pm:4794
2676 msgid "Unexpected @"
2677 msgstr ""
2678
2679 #: tp/Texinfo/Parser.pm:4822
2664 #: tp/Texinfo/Parser.pm:4807
2665 #, perl-format
2666 msgid "unknown command `%s'"
2667 msgstr ""
2668
2669 #: tp/Texinfo/Parser.pm:4817
2670 msgid "unexpected @"
2671 msgstr ""
2672
2673 #: tp/Texinfo/Parser.pm:4846
26802674 #, perl-format
26812675 msgid "@%s is not meaningful outside `@float' environment"
26822676 msgstr ""
26832677
2684 #: tp/Texinfo/Parser.pm:4826
2678 #: tp/Texinfo/Parser.pm:4851
26852679 #, perl-format
26862680 msgid "@%s should be right below `@float'"
26872681 msgstr ""
26882682
2689 #: tp/Texinfo/Parser.pm:4834
2690 #, perl-format
2691 msgid "Ignoring multiple @%s"
2692 msgstr ""
2693
2694 #: tp/Texinfo/Parser.pm:4950
2695 #, perl-format
2696 msgid "Command @%s does not accept arguments"
2697 msgstr ""
2698
2699 #: tp/Texinfo/Parser.pm:4974
2700 #, perl-format
2701 msgid "Command @%s missing a node or external manual argument"
2702 msgstr ""
2703
2704 #: tp/Texinfo/Parser.pm:4993
2705 #, perl-format
2706 msgid "In @%s empty cross reference name after expansion `%s'"
2707 msgstr ""
2708
2709 #: tp/Texinfo/Parser.pm:5004
2710 #, perl-format
2711 msgid "In @%s empty cross reference title after expansion `%s'"
2712 msgstr ""
2713
2714 #: tp/Texinfo/Parser.pm:5017
2683 #: tp/Texinfo/Parser.pm:4859
2684 #, perl-format
2685 msgid "ignoring multiple @%s"
2686 msgstr ""
2687
2688 #: tp/Texinfo/Parser.pm:4975
2689 #, perl-format
2690 msgid "command @%s does not accept arguments"
2691 msgstr ""
2692
2693 #: tp/Texinfo/Parser.pm:4999
2694 #, perl-format
2695 msgid "command @%s missing a node or external manual argument"
2696 msgstr ""
2697
2698 #: tp/Texinfo/Parser.pm:5018
2699 #, perl-format
2700 msgid "in @%s empty cross reference name after expansion `%s'"
2701 msgstr ""
2702
2703 #: tp/Texinfo/Parser.pm:5029
2704 #, perl-format
2705 msgid "in @%s empty cross reference title after expansion `%s'"
2706 msgstr ""
2707
2708 #: tp/Texinfo/Parser.pm:5042
27152709 msgid "@image missing filename argument"
27162710 msgstr ""
27172711
2718 #: tp/Texinfo/Parser.pm:5047
2712 #: tp/Texinfo/Parser.pm:5072
27192713 #, perl-format
27202714 msgid "@%s missing first argument"
27212715 msgstr ""
27222716
2723 #: tp/Texinfo/Parser.pm:5169
2724 msgid "Superfluous arguments for node"
2725 msgstr ""
2726
2727 #: tp/Texinfo/Parser.pm:5208
2728 #, perl-format
2729 msgid "Expected @end %s"
2730 msgstr ""
2731
2732 #: tp/Texinfo/Parser.pm:5283
2733 #, perl-format
2734 msgid "Remaining argument on @%s line: %s"
2735 msgstr ""
2736
2737 #: tp/Texinfo/Parser.pm:5287
2717 #: tp/Texinfo/Parser.pm:5194
2718 msgid "superfluous arguments for node"
2719 msgstr ""
2720
2721 #: tp/Texinfo/Parser.pm:5233
2722 #, perl-format
2723 msgid "expected @end %s"
2724 msgstr ""
2725
2726 #: tp/Texinfo/Parser.pm:5309
2727 #, perl-format
2728 msgid "remaining argument on @%s line: %s"
2729 msgstr ""
2730
2731 #: tp/Texinfo/Parser.pm:5313
27382732 #, perl-format
27392733 msgid "@%s should only accept a @-command as argument, not `%s'"
27402734 msgstr ""
27412735
2742 #: tp/Texinfo/Parser.pm:5362
2743 #, perl-format
2744 msgid "Environment command %s as argument to @%s"
2745 msgstr ""
2746
2747 #: tp/Texinfo/Parser.pm:5384
2748 #, perl-format
2749 msgid "Empty @%s"
2750 msgstr ""
2751
2752 #: tp/Texinfo/Parser.pm:5392
2736 #: tp/Texinfo/Parser.pm:5388
2737 #, perl-format
2738 msgid "environment command %s as argument to @%s"
2739 msgstr ""
2740
2741 #: tp/Texinfo/Parser.pm:5410
2742 #, perl-format
2743 msgid "empty @%s"
2744 msgstr ""
2745
2746 #: tp/Texinfo/Parser.pm:5418
27532747 #, perl-format
27542748 msgid "column fraction not a number: %s"
27552749 msgstr ""
27562750
2757 #: tp/Texinfo/Parser.pm:5401
2751 #: tp/Texinfo/Parser.pm:5427
27582752 #, perl-format
27592753 msgid "@sp arg must be numeric, not `%s'"
27602754 msgstr ""
27612755
2762 #: tp/Texinfo/Parser.pm:5409
2763 #, perl-format
2764 msgid "Reserved index name %s"
2765 msgstr ""
2766
2767 #: tp/Texinfo/Parser.pm:5428
2768 #, perl-format
2769 msgid "Unknown source index in @%s: %s"
2770 msgstr ""
2771
2772 #: tp/Texinfo/Parser.pm:5431
2773 #, perl-format
2774 msgid "Unknown destination index in @%s: %s"
2775 msgstr ""
2776
2777 #: tp/Texinfo/Parser.pm:5461
2756 #: tp/Texinfo/Parser.pm:5436
2757 #, perl-format
2758 msgid "reserved index name %s"
2759 msgstr ""
2760
2761 #: tp/Texinfo/Parser.pm:5455
2762 #, perl-format
2763 msgid "unknown source index in @%s: %s"
2764 msgstr ""
2765
2766 #: tp/Texinfo/Parser.pm:5458
2767 #, perl-format
2768 msgid "unknown destination index in @%s: %s"
2769 msgstr ""
2770
2771 #: tp/Texinfo/Parser.pm:5488
27782772 #, perl-format
27792773 msgid "@%s leads to a merging of %s in itself, ignoring"
27802774 msgstr ""
27812775
2782 #: tp/Texinfo/Parser.pm:5474
2783 #, perl-format
2784 msgid "Unknown index `%s' in @printindex"
2785 msgstr ""
2786
2787 #: tp/Texinfo/Parser.pm:5480
2788 #, perl-format
2789 msgid "Printing an index `%s' merged in another one `%s'"
2790 msgstr ""
2791
2792 #: tp/Texinfo/Parser.pm:5488
2793 #, perl-format
2794 msgid "Printindex before document beginning: @printindex %s"
2795 msgstr ""
2796
2797 #: tp/Texinfo/Parser.pm:5504
2776 #: tp/Texinfo/Parser.pm:5501
2777 #, perl-format
2778 msgid "unknown index `%s' in @printindex"
2779 msgstr ""
2780
2781 #: tp/Texinfo/Parser.pm:5507
2782 #, perl-format
2783 msgid "printing an index `%s' merged in another one `%s'"
2784 msgstr ""
2785
2786 #: tp/Texinfo/Parser.pm:5515
2787 #, perl-format
2788 msgid "printindex before document beginning: @printindex %s"
2789 msgstr ""
2790
2791 #: tp/Texinfo/Parser.pm:5531
27982792 #, perl-format
27992793 msgid "@%s arg must be `top' or `bottom', not `%s'"
28002794 msgstr ""
28012795
2802 #: tp/Texinfo/Parser.pm:5512
2796 #: tp/Texinfo/Parser.pm:5539
28032797 #, perl-format
28042798 msgid "Only @%s 10 or 11 is supported, not `%s'"
28052799 msgstr ""
28062800
2807 #: tp/Texinfo/Parser.pm:5520
2801 #: tp/Texinfo/Parser.pm:5547
28082802 #, perl-format
28092803 msgid "@%s arg must be `separate' or `end', not `%s'"
28102804 msgstr ""
28112805
2812 #: tp/Texinfo/Parser.pm:5528
2806 #: tp/Texinfo/Parser.pm:5555
28132807 #, perl-format
28142808 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
28152809 msgstr ""
28162810
2817 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
2811 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
28182812 #, perl-format
28192813 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
28202814 msgstr ""
28212815
2822 #: tp/Texinfo/Parser.pm:5559
2816 #: tp/Texinfo/Parser.pm:5586
28232817 #, perl-format
28242818 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
28252819 msgstr ""
28262820
2827 #: tp/Texinfo/Parser.pm:5569
2821 #: tp/Texinfo/Parser.pm:5596
28282822 #, perl-format
28292823 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
28302824 msgstr ""
28312825
2832 #: tp/Texinfo/Parser.pm:5580
2833 #, perl-format
2834 msgid "Expected @%s on or off, not `%s'"
2835 msgstr ""
2836
2837 #: tp/Texinfo/Parser.pm:5590
2826 #: tp/Texinfo/Parser.pm:5607
2827 #, perl-format
2828 msgid "expected @%s on or off, not `%s'"
2829 msgstr ""
2830
2831 #: tp/Texinfo/Parser.pm:5617
28382832 #, perl-format
28392833 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
28402834 msgstr ""
28412835
2842 #: tp/Texinfo/Parser.pm:5598
2836 #: tp/Texinfo/Parser.pm:5625
28432837 #, perl-format
28442838 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
28452839 msgstr ""
28462840
2847 #: tp/Texinfo/Parser.pm:5606
2841 #: tp/Texinfo/Parser.pm:5633
28482842 #, perl-format
28492843 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
28502844 msgstr ""
28512845
2852 #: tp/Texinfo/Report.pm:100
2853 #, perl-format
2854 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
2855 msgstr ""
2856
2857 #: tp/Texinfo/Report.pm:103
2858 #, perl-format
2859 msgid "%s:%d: warning: %s\n"
2860 msgstr ""
2861
2862 #: tp/Texinfo/Report.pm:146
2863 #, perl-format
2864 msgid "warning: %s\n"
2865 msgstr ""
2866
28672846 #: tp/Texinfo/Structuring.pm:231
28682847 #, perl-format
2869 msgid "Raising the section level of @%s which is too low"
2848 msgid "raising the section level of @%s which is too low"
28702849 msgstr ""
28712850
28722851 #: tp/Texinfo/Structuring.pm:263
28732852 #, perl-format
2874 msgid "No chapter-level command before @%s"
2853 msgid "no chapter-level command before @%s"
28752854 msgstr ""
28762855
28772856 #: tp/Texinfo/Structuring.pm:268
28782857 #, perl-format
2879 msgid "Lowering the section level of @%s appearing after a lower element"
2858 msgid "lowering the section level of @%s appearing after a lower element"
28802859 msgstr ""
28812860
28822861 #: tp/Texinfo/Structuring.pm:347
28832862 #, perl-format
2884 msgid "No sectioning command associated with @%s"
2863 msgid "no sectioning command associated with @%s"
28852864 msgstr ""
28862865
28872866 #: tp/Texinfo/Structuring.pm:568
28882867 #, perl-format
2889 msgid "Menu reference to nonexistent node `%s'"
2868 msgid "menu reference to nonexistent node `%s'"
28902869 msgstr ""
28912870
28922871 #: tp/Texinfo/Structuring.pm:583
28932872 #, perl-format
2894 msgid "Menu entry node name `%s' different from %s name `%s'"
2873 msgid "menu entry node name `%s' different from %s name `%s'"
28952874 msgstr ""
28962875
28972876 #: tp/Texinfo/Structuring.pm:619
29012880
29022881 #: tp/Texinfo/Structuring.pm:665
29032882 #, perl-format
2904 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
2883 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
29052884 msgstr ""
29062885
29072886 #: tp/Texinfo/Structuring.pm:672
29082887 #, perl-format
2909 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
2888 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
29102889 msgstr ""
29112890
29122891 #: tp/Texinfo/Structuring.pm:690
29132892 #, perl-format
2914 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
2893 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
29152894 msgstr ""
29162895
29172896 #: tp/Texinfo/Structuring.pm:744
29262905
29272906 #: tp/Texinfo/Structuring.pm:790
29282907 #, perl-format
2929 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
2908 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
29302909 msgstr ""
29312910
29322911 #: tp/Texinfo/Structuring.pm:798
29332912 #, perl-format
2934 msgid "For `%s', up in menu `%s' and up `%s' don't match"
2913 msgid "for `%s', up in menu `%s' and up `%s' don't match"
29352914 msgstr ""
29362915
29372916 #: tp/Texinfo/Structuring.pm:1282
29442923 msgid "@%s to `%s', different from %s name `%s'"
29452924 msgstr ""
29462925
2947 #: tp/Texinfo/Structuring.pm:1939
2948 #, perl-format
2949 msgid "Empty index key in @%s"
2926 #: tp/Texinfo/Structuring.pm:1959
2927 #, perl-format
2928 msgid "empty index key in @%s"
29502929 msgstr ""
29512930
29522931 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
29532932 #, perl-format
2954 msgid "chm.pm:%s: Cannot open for writing: %s\n"
2933 msgid "chm.pm: could not open %s for writing: %s\n"
29552934 msgstr ""
29562935
29572936 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
29582937 #, perl-format
2959 msgid "chm.pm:%s: Error on closing: %s"
2960 msgstr ""
2961
2962 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
2963 #, perl-format
2964 msgid "tex4ht.pm:%s: Cannot open: %s"
2938 msgid "chm.pm: error on closing %s: %s"
2939 msgstr ""
2940
2941 #: tp/init/latex2html.pm:200
2942 #, perl-format
2943 msgid "l2h: could not open latex file %s for writing: %s"
2944 msgstr ""
2945
2946 #: tp/init/latex2html.pm:341
2947 msgid "l2h: L2H_TMP directory contains a dot"
2948 msgstr ""
2949
2950 #: tp/init/latex2html.pm:346
2951 msgid "l2h: current directory contains a dot"
2952 msgstr ""
2953
2954 #: tp/init/latex2html.pm:374
2955 #, perl-format
2956 msgid "l2h: command did not succeed: %s"
2957 msgstr ""
2958
2959 #: tp/init/latex2html.pm:422
2960 #, perl-format
2961 msgid "l2h: image has invalid extension: %s"
2962 msgstr ""
2963
2964 #: tp/init/latex2html.pm:438
2965 #, perl-format
2966 msgid "l2h: rename %s as %s failed: %s"
2967 msgstr ""
2968
2969 #: tp/init/latex2html.pm:460
2970 #, perl-format
2971 msgid "l2h: could not open %s: %s"
2972 msgstr ""
2973
2974 #: tp/init/latex2html.pm:493
2975 #, perl-format
2976 msgid "latex2html.pm: end of @%s item %d not found"
2977 msgstr ""
2978
2979 #: tp/init/latex2html.pm:504
2980 #, perl-format
2981 msgid ""
2982 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
2983 "of items found in the document"
2984 msgstr ""
2985
2986 #: tp/init/latex2html.pm:534
2987 #, perl-format
2988 msgid "l2h: could not determine the fragment %d for @%s"
2989 msgstr ""
2990
2991 #: tp/init/latex2html.pm:560
2992 #, perl-format
2993 msgid ""
2994 "l2h: could not extract the fragment %d for @%s with output counter %d from "
2995 "HTML"
2996 msgstr ""
2997
2998 #: tp/init/latex2html.pm:621
2999 #, perl-format
3000 msgid "l2h: could not load %s: %s"
3001 msgstr ""
3002
3003 #: tp/init/latex2html.pm:634
3004 #, perl-format
3005 msgid "l2h: could not open %s for writing: %s"
3006 msgstr ""
3007
3008 #: tp/init/tex4ht.pm:123
3009 #, perl-format
3010 msgid "tex4ht.pm: could not open %s: %s"
29653011 msgstr ""
29663012
29673013 #: tp/init/tex4ht.pm:219
29683014 #, perl-format
2969 msgid "tex4ht.pm:%s: chdir failed: %s"
3015 msgid "tex4ht.pm: chdir %s failed: %s"
29703016 msgstr ""
29713017
29723018 #: tp/init/tex4ht.pm:232
29733019 #, perl-format
2974 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3020 msgid "tex4ht.pm: unable to return to initial directory: %s"
29753021 msgstr ""
29763022
29773023 #: tp/init/tex4ht.pm:244
29783024 #, perl-format
2979 msgid "tex4ht.pm: Output file missing: %s"
3025 msgid "tex4ht.pm: output file missing: %s"
29803026 msgstr ""
29813027
29823028 #: tp/init/tex4ht.pm:260
29833029 #, perl-format
2984 msgid "tex4ht.pm: Command failed: %s"
3030 msgid "tex4ht.pm: command failed: %s"
3031 msgstr ""
3032
3033 #: tp/init/tex4ht.pm:267
3034 #, perl-format
3035 msgid "tex4ht.pm: could not open: %s"
29853036 msgstr ""
29863037
29873038 #: tp/init/tex4ht.pm:293
29933044 #, perl-format
29943045 msgid ""
29953046 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
2996 "items found in the document"
2997 msgstr ""
2998
2999 #: tp/init/tex4ht.pm:319
3000 #, perl-format
3001 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3002 msgstr ""
3003
3004 #: tp/texi2any.pl:375
3047 "items found in the document for @%s"
3048 msgstr ""
3049
3050 #: tp/init/tex4ht.pm:320
3051 #, perl-format
3052 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3053 msgstr ""
3054
3055 #: tp/init/tex4ht.pm:335
3056 #, perl-format
3057 msgid ""
3058 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3059 "items found in the document for @%s"
3060 msgstr ""
3061
3062 #: tp/texi2any.pl:379
30053063 #, perl-format
30063064 msgid "error loading %s: %s\n"
30073065 msgstr ""
30083066
3009 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3010 #, perl-format
3011 msgid "Unknown variable %s\n"
3012 msgstr ""
3013
3014 #: tp/texi2any.pl:468
3015 #, perl-format
3016 msgid "Can't read init file %s"
3017 msgstr ""
3018
3019 #: tp/texi2any.pl:619
3020 #, perl-format
3021 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3022 msgstr ""
3023
3024 #: tp/texi2any.pl:691
3067 #: tp/texi2any.pl:392
3068 #, perl-format
3069 msgid "%s: unknown variable %s"
3070 msgstr ""
3071
3072 #: tp/texi2any.pl:396
3073 #, perl-format
3074 msgid "%s: obsolete variable %s\n"
3075 msgstr ""
3076
3077 #: tp/texi2any.pl:411
3078 #, perl-format
3079 msgid "%s: unknown variable %s\n"
3080 msgstr ""
3081
3082 #: tp/texi2any.pl:415
3083 #, perl-format
3084 msgid "obsolete variable %s\n"
3085 msgstr ""
3086
3087 #: tp/texi2any.pl:480
3088 #, perl-format
3089 msgid "could not read init file %s"
3090 msgstr ""
3091
3092 #: tp/texi2any.pl:633
3093 #, perl-format
3094 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
3095 msgstr ""
3096
3097 #: tp/texi2any.pl:710
30253098 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
30263099 msgstr ""
30273100
3028 #: tp/texi2any.pl:692
3101 #: tp/texi2any.pl:711
30293102 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
30303103 msgstr ""
30313104
3032 #: tp/texi2any.pl:694
3105 #: tp/texi2any.pl:713
30333106 msgid ""
30343107 "Translate Texinfo source documentation to various other formats, by default\n"
30353108 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
30363109 msgstr ""
30373110
3038 #: tp/texi2any.pl:697
3111 #: tp/texi2any.pl:716
30393112 #, perl-format
30403113 msgid ""
30413114 "General options:\n"
30543127 " --version display version information and exit.\n"
30553128 msgstr ""
30563129
3057 #: tp/texi2any.pl:712
3130 #: tp/texi2any.pl:731
30583131 msgid ""
30593132 "Output format selection (default is to produce Info):\n"
30603133 " --docbook output Docbook XML rather than Info.\n"
30643137 " --dvi, --dvipdf, --ps, --pdf call texi2dvi to generate given output.\n"
30653138 msgstr ""
30663139
3067 #: tp/texi2any.pl:720
3140 #: tp/texi2any.pl:739
30683141 msgid ""
30693142 "General output options:\n"
30703143 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
30913164 " Otherwise, DEST names the output file.\n"
30923165 msgstr ""
30933166
3094 #: tp/texi2any.pl:740
3167 #: tp/texi2any.pl:759
30953168 #, perl-format
30963169 msgid ""
30973170 "Options for Info and plain text:\n"
31133186 " --split-size=NUM split Info files at size NUM (default %d).\n"
31143187 msgstr ""
31153188
3116 #: tp/texi2any.pl:757
3189 #: tp/texi2any.pl:776
31173190 msgid ""
31183191 "Options for HTML:\n"
31193192 " --css-include=FILE include FILE in HTML <style> output;\n"
31273200 " anchors; default is set only if split.\n"
31283201 msgstr ""
31293202
3130 #: tp/texi2any.pl:768
3203 #: tp/texi2any.pl:787
31313204 msgid ""
31323205 "Options for XML and Docbook:\n"
31333206 " --output-indent=VAL does nothing, retained for compatibility.\n"
31343207 msgstr ""
31353208
3136 #: tp/texi2any.pl:771
3209 #: tp/texi2any.pl:790
31373210 msgid ""
31383211 "Options for DVI/PS/PDF:\n"
31393212 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
31403213 msgstr ""
31413214
3142 #: tp/texi2any.pl:774
3215 #: tp/texi2any.pl:793
31433216 msgid ""
31443217 "Input file options:\n"
31453218 " --commands-in-node-names does nothing, retained for compatibility.\n"
31493222 " -U VAR undefine the variable VAR, as with @clear.\n"
31503223 msgstr ""
31513224
3152 #: tp/texi2any.pl:781
3225 #: tp/texi2any.pl:800
31533226 msgid ""
31543227 "Conditional processing in input:\n"
31553228 " --ifdocbook process @ifdocbook and @docbook even if\n"
31693242 " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
31703243 msgstr ""
31713244
3172 #: tp/texi2any.pl:798
3245 #: tp/texi2any.pl:817
31733246 msgid ""
31743247 " The defaults for the @if... conditionals depend on the output format:\n"
31753248 " if generating Docbook, --ifdocbook is on and the others are off;\n"
31793252 " if generating XML, --ifxml is on and the others are off.\n"
31803253 msgstr ""
31813254
3182 #: tp/texi2any.pl:805
3255 #: tp/texi2any.pl:824
31833256 msgid ""
31843257 "Examples:\n"
31853258 " makeinfo foo.texi write Info to foo's @setfilename\n"
31963269 " makeinfo --no-split foo.texi write one Info file however big\n"
31973270 msgstr ""
31983271
3199 #: tp/texi2any.pl:852
3272 #: tp/texi2any.pl:871
32003273 #, perl-format
32013274 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
32023275 msgstr ""
32033276
3204 #: tp/texi2any.pl:934
3277 #: tp/texi2any.pl:953
32053278 #, perl-format
32063279 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
32073280 msgstr ""
32083281
3209 #: tp/texi2any.pl:1011
3210 #, perl-format
3211 msgid "when generating %s, only one input FILE may be specified with -o"
3212 msgstr ""
3213
3214 #: tp/texi2any.pl:1015
3282 #: tp/texi2any.pl:1030
3283 #, perl-format
3284 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3285 msgstr ""
3286
3287 #: tp/texi2any.pl:1034
32153288 msgid "--Xopt option without printed output"
32163289 msgstr ""
32173290
3218 #: tp/texi2any.pl:1025
3219 #, perl-format
3220 msgid "Unknown tree transformation %s"
3221 msgstr ""
3222
3223 #: tp/texi2any.pl:1032
3224 #, perl-format
3225 msgid "Ignoring splitting for format %s"
3226 msgstr ""
3227
3228 #: tp/texi2any.pl:1081
3291 #: tp/texi2any.pl:1044
3292 #, perl-format
3293 msgid "unknown tree transformation %s"
3294 msgstr ""
3295
3296 #: tp/texi2any.pl:1051
3297 #, perl-format
3298 msgid "ignoring splitting for format %s"
3299 msgstr ""
3300
3301 #: tp/texi2any.pl:1101
32293302 #, perl-format
32303303 msgid "%s: missing file argument.\n"
32313304 msgstr ""
32323305
3233 #: tp/texi2any.pl:1082
3306 #: tp/texi2any.pl:1102
32343307 #, perl-format
32353308 msgid "Try `%s --help' for more information.\n"
32363309 msgstr ""
32373310
3238 #: tp/texi2any.pl:1153
3311 #: tp/texi2any.pl:1173
32393312 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
32403313 msgstr ""
32413314
3242 #: tp/texi2any.pl:1175
3243 #, perl-format
3244 msgid "Error on closing macro expand file %s: %s\n"
3245 msgstr ""
3246
3247 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3248 #, perl-format
3249 msgid "Could not open %s for writing: %s\n"
3250 msgstr ""
3251
3252 #: tp/texi2any.pl:1205
3315 #: tp/texi2any.pl:1195
3316 #, perl-format
3317 msgid "error on closing macro expand file %s: %s\n"
3318 msgstr ""
3319
3320 #: tp/texi2any.pl:1201
3321 #, perl-format
3322 msgid "could not open %s for writing: %s\n"
3323 msgstr ""
3324
3325 #: tp/texi2any.pl:1226
32533326 msgid ""
32543327 "insert_nodes_for_sectioning_commands transformation return no result. No "
32553328 "section?"
32563329 msgstr ""
32573330
3258 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3259 #, perl-format
3260 msgid "Error on closing %s: %s\n"
3261 msgstr ""
3262
3263 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3264 #, perl-format
3265 msgid "Error on closing internal links file %s: %s\n"
3331 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3332 #, perl-format
3333 msgid "%s: error on closing %s: %s\n"
3334 msgstr ""
3335
3336 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3337 #, perl-format
3338 msgid "%s: error on closing internal links file %s: %s\n"
3339 msgstr ""
3340
3341 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3342 #, perl-format
3343 msgid "%s: could not open %s for writing: %s\n"
32663344 msgstr ""
32673345
32683346 #: util/texindex.c:223
Binary diff not shown
+600
-486
po/eo.po less more
99 msgstr ""
1010 "Project-Id-Version: texinfo 4.13.92\n"
1111 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
12 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
12 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1313 "PO-Revision-Date: 2012-12-26 19:34+0100\n"
1414 "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
1515 "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
397397 msgstr "Por ricevi pli da informoj uzu la opcion “--help”.\n"
398398
399399 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
400 #: tp/texi2any.pl:829 util/texindex.c:295
400 #: tp/texi2any.pl:848 util/texindex.c:295
401401 #, c-format, perl-format
402402 msgid ""
403403 "Copyright (C) %s Free Software Foundation, Inc.\n"
21002100 " --test ne ĝisdatigi la katalogan dosieron\n"
21012101 " --version montri programversion kaj eliri"
21022102
2103 #: install-info/install-info.c:598 tp/texi2any.pl:817
2103 #: install-info/install-info.c:598 tp/texi2any.pl:836
21042104 msgid ""
21052105 "Email bug reports to bug-texinfo@gnu.org,\n"
21062106 "general questions and discussion to help-texinfo@gnu.org.\n"
22122212 msgstr "Troviĝis nenia Info-kataloga informo pri «%s»; nenio forigitas"
22132213
22142214 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2215 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2216 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2217 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2218 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2219 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2220 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2215 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2216 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2217 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2218 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2219 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2220 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
22212221 #: tp/Texinfo/Convert/TexinfoXML.pm:429
2222 #, perl-format
2223 msgid "Could not open %s for writing: %s"
2222 #, fuzzy, perl-format
2223 msgid "could not open %s for writing: %s"
22242224 msgstr "Ne eblas malfermi %s por skribi: %s"
22252225
22262226 #: tp/Texinfo/Common.pm:850
22462246 msgid "%s is not a valid split possibility"
22472247 msgstr "%s ne estas valida fenda elekto"
22482248
2249 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2250 #, perl-format
2251 msgid "Cannot read %s: %s"
2249 #: tp/Texinfo/Common.pm:1096
2250 #, fuzzy, perl-format
2251 msgid "could not read %s: %s"
22522252 msgstr "Ne eblas legi %s: %s"
22532253
2254 #: tp/Texinfo/Common.pm:1113
2255 #, perl-format
2256 msgid "Error on closing @verbatiminclude file %s: %s"
2254 #: tp/Texinfo/Common.pm:1114
2255 #, fuzzy, perl-format
2256 msgid "error on closing @verbatiminclude file %s: %s"
22572257 msgstr "Eraro dum fermo de '@verbatiminclude'-dosiero %s: %s"
22582258
2259 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2260 #, perl-format
2261 msgid "@%s: Cannot find %s"
2259 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2260 #, fuzzy, perl-format
2261 msgid "@%s: could not find %s"
22622262 msgstr "@%s: Ne eblas trovi %s"
22632263
2264 #: tp/Texinfo/Common.pm:1416
2265 #, perl-format
2266 msgid "Cannot open html refs config file %s: %s"
2264 #: tp/Texinfo/Common.pm:1417
2265 #, fuzzy, perl-format
2266 msgid "could not open html refs config file %s: %s"
22672267 msgstr "Ne eblas malfermi %s (dosiero de HTML-referencaj agordoj): %s"
22682268
2269 #: tp/Texinfo/Common.pm:1444
2270 msgid "Missing type"
2269 #: tp/Texinfo/Common.pm:1445
2270 #, fuzzy
2271 msgid "missing type"
22712272 msgstr "Mankas tipo"
22722273
2273 #: tp/Texinfo/Common.pm:1447
2274 #, perl-format
2275 msgid "Unrecognized type: %s"
2274 #: tp/Texinfo/Common.pm:1448
2275 #, fuzzy, perl-format
2276 msgid "unrecognized type: %s"
22762277 msgstr "Nerekonata tipo: %s"
22772278
2278 #: tp/Texinfo/Common.pm:1463
2279 #, perl-format
2280 msgid "Error on closing html refs config file %s: %s"
2279 #: tp/Texinfo/Common.pm:1465
2280 #, fuzzy, perl-format
2281 msgid "error on closing html refs config file %s: %s"
22812282 msgstr "Eraro dum fermo de %s (dosiero de HTML-referencaj agordoj): %s"
22822283
2283 #: tp/Texinfo/Common.pm:1498
2284 #, perl-format
2285 msgid "%s:%d: no node to be renamed\n"
2284 #: tp/Texinfo/Common.pm:1500
2285 #, fuzzy
2286 msgid "no node to be renamed"
22862287 msgstr "%s:%d: neniu nodo por alinomi\n"
22872288
2288 #: tp/Texinfo/Common.pm:1509
2289 #, perl-format
2290 msgid "%s:%d: nodes without a new name at the end of file\n"
2289 #: tp/Texinfo/Common.pm:1511
2290 #, fuzzy
2291 msgid "nodes without a new name at the end of file"
22912292 msgstr "%s:%d: nodoj sen novaj nomoj je la fino de dosiero\n"
22922293
2293 #: tp/Texinfo/Common.pm:2000
2294 #, perl-format
2295 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2296 msgstr "'protect_hashchar_at_line_beginning()' ne povas protekti en '@%s'"
2294 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2295 #, fuzzy, perl-format
2296 msgid "could not open %s: %s"
2297 msgstr "Ne eblas malfermi %s por skribi: %s"
2298
2299 #: tp/Texinfo/Common.pm:2002
2300 #, perl-format
2301 msgid "could not protect hash character in @%s"
2302 msgstr ""
22972303
22982304 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2299 #: tp/texi2any.pl:387 tp/texi2any.pl:404
23002305 #, perl-format
23012306 msgid "Obsolete variable %s\n"
23022307 msgstr "Arkaika variablo %s\n"
23032308
23042309 #: tp/Texinfo/Convert/Converter.pm:601
2305 #, perl-format
2306 msgid "Can't create directories `%s' or `%s': %s"
2310 #, fuzzy, perl-format
2311 msgid "could not create directories `%s' or `%s': %s"
23072312 msgstr "Ne eblas krei dosierujojn '%s' aŭ '%s': %s"
23082313
23092314 #: tp/Texinfo/Convert/Converter.pm:609
2310 #, perl-format
2311 msgid "Can't create directories `%s': %s"
2315 #, fuzzy, perl-format
2316 msgid "could not create directory `%s': %s"
23122317 msgstr "Ne eblas krei dosierujojn '%s': %s"
23132318
2314 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2315 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2316 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2317 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2318 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2319 #, perl-format
2320 msgid "Error on closing %s: %s"
2319 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2320 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2321 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2322 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2323 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2324 #, fuzzy, perl-format
2325 msgid "error on closing %s: %s"
23212326 msgstr "Eraro dum fermo de %s: %s"
23222327
2323 #: tp/Texinfo/Convert/DocBook.pm:898
2328 #: tp/Texinfo/Convert/DocBook.pm:899
23242329 #, perl-format
23252330 msgid "@image file `%s' not found, using `%s'"
23262331 msgstr "'@image'-dosiero '%s' ne troviĝas; '%s' uziĝas"
23272332
2328 #: tp/Texinfo/Convert/HTML.pm:1677
2333 #: tp/Texinfo/Convert/HTML.pm:1678
23292334 #, perl-format
23302335 msgid "@image file `%s' (for HTML) not found, using `%s'"
23312336 msgstr "'@image'-dosiero '%s' (por HTML) ne troviĝas; '%s' uziĝas"
23322337
2333 #: tp/Texinfo/Convert/HTML.pm:2345
2334 #, perl-format
2335 msgid "Raw format %s is not converted"
2338 #: tp/Texinfo/Convert/HTML.pm:2347
2339 #, fuzzy, perl-format
2340 msgid "raw format %s is not converted"
23362341 msgstr "Kruda aranĝo %s ne konvertiĝas"
23372342
2338 #: tp/Texinfo/Convert/HTML.pm:4814
2339 #, perl-format
2340 msgid "%s:%d: string not closed in css file"
2343 #: tp/Texinfo/Convert/HTML.pm:4816
2344 #, fuzzy
2345 msgid "string not closed in css file"
23412346 msgstr "%s:%d: nefermita signoĉeno en CSS-dosiero"
23422347
2343 #: tp/Texinfo/Convert/HTML.pm:4816
2344 #, perl-format
2345 msgid "%s:%d: --css-include ended in comment"
2348 #: tp/Texinfo/Convert/HTML.pm:4818
2349 #, fuzzy
2350 msgid "--css-include ended in comment"
23462351 msgstr "%s:%d: '--css-include' finiĝas en komento"
23472352
2348 #: tp/Texinfo/Convert/HTML.pm:4818
2349 #, fuzzy, perl-format
2350 msgid "%s:%d: @import not finished in css file"
2353 #: tp/Texinfo/Convert/HTML.pm:4820
2354 #, fuzzy
2355 msgid "@import not finished in css file"
23512356 msgstr "%s:%d: nefinita komando '@import' en CSS-dosiero"
23522357
2353 #: tp/Texinfo/Convert/HTML.pm:4844
2354 #, perl-format
2355 msgid "css file %s not found"
2358 #: tp/Texinfo/Convert/HTML.pm:4846
2359 #, fuzzy, perl-format
2360 msgid "CSS file %s not found"
23562361 msgstr "CSS-dosiero %s ne troviĝas"
23572362
2358 #: tp/Texinfo/Convert/HTML.pm:4850
2363 #: tp/Texinfo/Convert/HTML.pm:4852
23592364 #, perl-format
23602365 msgid "could not open --include-file %s: %s"
23612366 msgstr "ne eblas malfermi '--include-file' %s: %s"
23622367
2363 #: tp/Texinfo/Convert/HTML.pm:4860
2364 #, perl-format
2365 msgid "Error on closing CSS file %s: %s"
2368 #: tp/Texinfo/Convert/HTML.pm:4862
2369 #, fuzzy, perl-format
2370 msgid "error on closing CSS file %s: %s"
23662371 msgstr "Eraro dum fermo de CSS-dosiero %s: %s"
23672372
2368 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2369 #, perl-format
2370 msgid "No htmlxref.cnf entry found for `%s'"
2373 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2374 #, fuzzy, perl-format
2375 msgid "no htmlxref.cnf entry found for `%s'"
23712376 msgstr "Ne troviĝis ero en 'htmlxref.cnf' por '%s'"
23722377
2373 #: tp/Texinfo/Convert/HTML.pm:6495
2374 #, perl-format
2375 msgid "Error on closing frame file %s: %s"
2378 #: tp/Texinfo/Convert/HTML.pm:6506
2379 #, fuzzy, perl-format
2380 msgid "error on closing frame file %s: %s"
23762381 msgstr "Eraro dum fermo de %s (dosiero de kadro): %s"
23772382
2378 #: tp/Texinfo/Convert/HTML.pm:6519
2379 #, perl-format
2380 msgid "Error on closing TOC frame file %s: %s"
2383 #: tp/Texinfo/Convert/HTML.pm:6530
2384 #, fuzzy, perl-format
2385 msgid "error on closing TOC frame file %s: %s"
23812386 msgstr "Eraro dum fermo de %s (dosiero de enhavtabela kadro): %s"
23822387
2383 #: tp/Texinfo/Convert/HTML.pm:6634
2384 #, perl-format
2385 msgid "Handler %s of stage %s priority %s failed"
2388 #: tp/Texinfo/Convert/HTML.pm:6645
2389 #, fuzzy, perl-format
2390 msgid "handler %s of stage %s priority %s failed"
23862391 msgstr "Fiaskis traktilo %s de fazo %s prioritato %s"
23872392
2388 #: tp/Texinfo/Convert/HTML.pm:6835
2389 msgid "Must specify a title with a title command or @top"
2393 #: tp/Texinfo/Convert/HTML.pm:6846
2394 #, fuzzy
2395 msgid "must specify a title with a title command or @top"
23902396 msgstr "Necesas indiki titolon je komando '@title' aŭ '@top'"
23912397
2392 #: tp/Texinfo/Convert/HTML.pm:7040
2393 #, perl-format
2394 msgid "Error on closing redirection node file %s: %s"
2398 #: tp/Texinfo/Convert/HTML.pm:7055
2399 #, fuzzy, perl-format
2400 msgid "error on closing redirection node file %s: %s"
23952401 msgstr "Eraro dum fermo de %s (dosiero de aldirektigoj): %s"
23962402
2397 #: tp/Texinfo/Convert/HTML.pm:7065
2398 #, perl-format
2399 msgid "Old name for `%s' is a node of the document"
2403 #: tp/Texinfo/Convert/HTML.pm:7080
2404 #, fuzzy, perl-format
2405 msgid "old name for `%s' is a node of the document"
24002406 msgstr "Malnova nomo por '%s' estas nodo en la dokumento"
24012407
2402 #: tp/Texinfo/Convert/HTML.pm:7069
2403 #, perl-format
2404 msgid "File empty for renamed node `%s'"
2408 #: tp/Texinfo/Convert/HTML.pm:7086
2409 #, fuzzy, perl-format
2410 msgid "file empty for renamed node `%s'"
24052411 msgstr "Vakas la dosiero por alinomita nodo '%s'"
24062412
2407 #: tp/Texinfo/Convert/HTML.pm:7081
2408 #, perl-format
2409 msgid "Target node (new name for `%s') not in document: %s"
2413 #: tp/Texinfo/Convert/HTML.pm:7100
2414 #, fuzzy, perl-format
2415 msgid "target node (new name for `%s') not in document: %s"
24102416 msgstr "Celnodo (nova nomo por '%s') ne estas en dokumento: %s"
24112417
2412 #: tp/Texinfo/Convert/HTML.pm:7113
2413 #, perl-format
2414 msgid "Error on closing renamed node redirection file %s: %s"
2418 #: tp/Texinfo/Convert/HTML.pm:7132
2419 #, fuzzy, perl-format
2420 msgid "error on closing renamed node redirection file %s: %s"
24152421 msgstr ""
24162422 "Eraro dum fermo de %s (dosiero de aldirektigoj por alinomitaj nodoj): %s"
24172423
2418 #: tp/Texinfo/Convert/HTML.pm:7151
2419 msgid "Empty node name"
2424 #: tp/Texinfo/Convert/HTML.pm:7170
2425 #, fuzzy
2426 msgid "empty node name"
24202427 msgstr "Vaka nodnomo"
24212428
2422 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2423 #, perl-format
2424 msgid "Syntax for an external node used for `%s'"
2429 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2430 #, fuzzy, perl-format
2431 msgid "syntax for an external node used for `%s'"
24252432 msgstr "Sintakso por ekstera nodo uziĝas por '%s'"
24262433
24272434 #: tp/Texinfo/Convert/Info.pm:99
2428 msgid "Document without nodes."
2435 #, fuzzy
2436 msgid "document without nodes"
24292437 msgstr "Dokumento sen nodoj."
24302438
2431 #: tp/Texinfo/Convert/Info.pm:115
2432 msgid "Document without Top node."
2439 #: tp/Texinfo/Convert/Info.pm:116
2440 #, fuzzy
2441 msgid "document without Top node"
24332442 msgstr "Dokumento sen 'Top'-nodo."
24342443
2435 #: tp/Texinfo/Convert/Info.pm:151
2436 #, perl-format
2437 msgid "Rename %s failed: %s"
2444 #: tp/Texinfo/Convert/Info.pm:153
2445 #, fuzzy, perl-format
2446 msgid "rename %s failed: %s"
24382447 msgstr "Fiaskis alinomo de %s: %s"
24392448
2440 #: tp/Texinfo/Convert/Info.pm:226
2449 #: tp/Texinfo/Convert/Info.pm:228
24412450 #, perl-format
24422451 msgid "@%s output more than once: %s"
24432452 msgstr "'@%s' eliĝis plu ol unu fojo: %s"
24442453
2445 #: tp/Texinfo/Convert/Info.pm:340
2454 #: tp/Texinfo/Convert/Info.pm:346
24462455 #, perl-format
24472456 msgid "@%s outside of any node"
24482457 msgstr "'@%s' ekster iu ajn nodo"
24492458
2450 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2451 #, perl-format
2452 msgid "Entry for index `%s' outside of any node"
2459 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2460 #, fuzzy, perl-format
2461 msgid "entry for index `%s' outside of any node"
24532462 msgstr "Elemento por indekso «%s» estas ekster iu ajn nodo"
24542463
24552464 #: tp/Texinfo/Convert/Plaintext.pm:1217
2456 #, perl-format
2457 msgid "Error on closing image text file %s: %s"
2465 #, fuzzy, perl-format
2466 msgid "error on closing image text file %s: %s"
24582467 msgstr "Eraro dum fermo de %s (dosiero kun 'image'-teksto): %s"
24592468
24602469 #: tp/Texinfo/Convert/Plaintext.pm:1222
24622471 msgid "@image file `%s' unreadable: %s"
24632472 msgstr "Dosiero «%s» en komando '@image' ne legeblas: %s"
24642473
2465 #: tp/Texinfo/Convert/Plaintext.pm:1250
2466 #, perl-format
2467 msgid "Cannot find @image file `%s.txt' nor alternate text"
2474 #: tp/Texinfo/Convert/Plaintext.pm:1251
2475 #, fuzzy, perl-format
2476 msgid "could not find @image file `%s.txt' nor alternate text"
24682477 msgstr ""
24692478 "Ne eblas trovi dosieron «%s.txt» en komando '@image' nek alternativan tekston"
24702479
2471 #: tp/Texinfo/Convert/Plaintext.pm:1615
2480 #: tp/Texinfo/Convert/Plaintext.pm:1617
24722481 msgid ""
24732482 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
24742483 "avoid that"
24762485 "«@strong{Note...}» estigas falsan referencon en Info; alivortigu por eviti "
24772486 "tion"
24782487
2479 #: tp/Texinfo/Convert/Plaintext.pm:1845
2488 #: tp/Texinfo/Convert/Plaintext.pm:1849
24802489 #, perl-format
24812490 msgid "`.' or `,' must follow @xref, not %s"
24822491 msgstr "Post '@xref' sekvendas «.» aŭ «,», ne «%s»"
24832492
2484 #: tp/Texinfo/Convert/Plaintext.pm:1847
2493 #: tp/Texinfo/Convert/Plaintext.pm:1852
24852494 msgid "`.' or `,' must follow @xref"
24862495 msgstr "Post '@xref' sekvendas «.» aŭ «,»"
24872496
24902499 msgid "@%s should only appear at beginning or end of document"
24912500 msgstr "@%s devus aperi nur je komenco aŭ fino de dokumento"
24922501
2493 #: tp/Texinfo/Parser.pm:837
2494 #, perl-format
2495 msgid "Can't read file %s: %s"
2496 msgstr "Ne eblas legi dosieron «%s»: %s"
2497
24982502 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
2499 #, perl-format
2500 msgid "Multiple @%s"
2503 #, fuzzy, perl-format
2504 msgid "multiple @%s"
25012505 msgstr "Pluraj '@%s'"
25022506
25032507 #: tp/Texinfo/Parser.pm:1100
2504 #, perl-format
2505 msgid "Bad syntax for @%s argument: %s"
2508 #, fuzzy, perl-format
2509 msgid "bad syntax for @%s argument: %s"
25062510 msgstr "Malbona sintakso por argumento de '@%s': %s"
25072511
25082512 #: tp/Texinfo/Parser.pm:1116
2509 #, perl-format
2510 msgid "Bad or empty @%s formal argument: %s"
2513 #, fuzzy, perl-format
2514 msgid "bad or empty @%s formal argument: %s"
25112515 msgstr "Misa aŭ vaka formala argumento de '@%s': %s"
25122516
2513 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2514 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2515 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2517 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2518 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2519 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
25162520 #, perl-format
25172521 msgid "%c%s requires a name"
25182522 msgstr "%c%s bezonas nomon"
25192523
2520 #: tp/Texinfo/Parser.pm:1235
2524 #: tp/Texinfo/Parser.pm:1238
25212525 #, perl-format
25222526 msgid "%c%s missing close brace"
25232527 msgstr "%c%s sen “}”"
25242528
2525 #: tp/Texinfo/Parser.pm:1238
2529 #: tp/Texinfo/Parser.pm:1241
25262530 #, perl-format
25272531 msgid "@%s missing closing delimiter sequence: %s}"
25282532 msgstr "Al @%s mankas ferma disigila sekvenco: %s}"
25292533
2530 #: tp/Texinfo/Parser.pm:1351
2534 #: tp/Texinfo/Parser.pm:1354
25312535 #, perl-format
25322536 msgid "@itemx should not begin @%s"
25332537 msgstr "'@itemx' ne devus esti je komenco de '@%s'"
25342538
2535 #: tp/Texinfo/Parser.pm:1419
2539 #: tp/Texinfo/Parser.pm:1422
25362540 msgid "@itemx must follow @item"
25372541 msgstr "'@itemx' devas sekvi '@item'"
25382542
2539 #: tp/Texinfo/Parser.pm:1587
2543 #: tp/Texinfo/Parser.pm:1590
25402544 #, perl-format
25412545 msgid "@%s has text but no @item"
25422546 msgstr "'@%s' havas tekston sed neniun '@item'"
25432547
2544 #: tp/Texinfo/Parser.pm:1617
2548 #: tp/Texinfo/Parser.pm:1620
25452549 #, perl-format
25462550 msgid "`@end' expected `%s', but saw `%s'"
25472551 msgstr "“@end” atendis “%s”, sed renkontis “%s”"
25482552
2549 #: tp/Texinfo/Parser.pm:1620
2553 #: tp/Texinfo/Parser.pm:1623
25502554 #, perl-format
25512555 msgid "@%s seen before @end %s"
25522556 msgstr "'@%s' renkontiĝis antaŭ '@end %s'"
25532557
2554 #: tp/Texinfo/Parser.pm:1624
2555 #, perl-format
2556 msgid "No matching `%cend %s'"
2558 #: tp/Texinfo/Parser.pm:1627
2559 #, fuzzy, perl-format
2560 msgid "no matching `%cend %s'"
25572561 msgstr "Mankas para '%cend %s'"
25582562
2559 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2560 #: tp/Texinfo/Parser.pm:5125
2561 #, perl-format
2562 msgid "Misplaced %c"
2563 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2564 #: tp/Texinfo/Parser.pm:5150
2565 #, fuzzy, perl-format
2566 msgid "misplaced %c"
25632567 msgstr "Misloka %c"
25642568
2565 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2566 #, perl-format
2567 msgid "Unmatched `%c%s'"
2569 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2570 #, fuzzy, perl-format
2571 msgid "unmatched `%c%s'"
25682572 msgstr "Senpara '%c%s'"
25692573
2570 #: tp/Texinfo/Parser.pm:1972
2571 #, perl-format
2572 msgid "Macro `%s' called with too many args"
2574 #: tp/Texinfo/Parser.pm:1976
2575 #, fuzzy, perl-format
2576 msgid "macro `%s' called with too many args"
25732577 msgstr "Makroo «%s» havas troajn argumentojn"
25742578
2575 #: tp/Texinfo/Parser.pm:1994
2579 #: tp/Texinfo/Parser.pm:1998
25762580 #, perl-format
25772581 msgid "@%s missing close brace"
25782582 msgstr "@%s sen “}”"
25792583
2580 #: tp/Texinfo/Parser.pm:2001
2581 #, perl-format
2582 msgid "Macro `%s' declared without argument called with an argument"
2584 #: tp/Texinfo/Parser.pm:2006
2585 #, fuzzy, perl-format
2586 msgid "macro `%s' declared without argument called with an argument"
25832587 msgstr "Makroo «%s» deklariĝis sen argumento sed alvokiĝas kun argumento"
25842588
2585 #: tp/Texinfo/Parser.pm:2035
2589 #: tp/Texinfo/Parser.pm:2041
25862590 #, perl-format
25872591 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
25882592 msgstr ""
25892593 "\\ en etendo de '@%s' sekvas post '%s' anstataŭ post nomo de parametro aŭ \\"
25902594
2591 #: tp/Texinfo/Parser.pm:2430
2595 #: tp/Texinfo/Parser.pm:2436
25922596 #, perl-format
25932597 msgid "@%s `%s' previously defined"
25942598 msgstr "@%s '%s' jam difiniĝis antaŭe"
25952599
2596 #: tp/Texinfo/Parser.pm:2435
2600 #: tp/Texinfo/Parser.pm:2441
25972601 #, perl-format
25982602 msgid "here is the previous definition as @%s"
25992603 msgstr "ĉi tie estas la antaŭa difino kiel '@%s'"
26002604
2601 #: tp/Texinfo/Parser.pm:2796
2602 #, perl-format
2603 msgid "Missing name for @%s"
2605 #: tp/Texinfo/Parser.pm:2802
2606 #, fuzzy, perl-format
2607 msgid "missing name for @%s"
26042608 msgstr "Mankas nomo por '@%s'"
26052609
2606 #: tp/Texinfo/Parser.pm:2801
2607 #, perl-format
2608 msgid "Missing category for @%s"
2610 #: tp/Texinfo/Parser.pm:2807
2611 #, fuzzy, perl-format
2612 msgid "missing category for @%s"
26092613 msgstr "Mankas kategorio por '@%s'"
26102614
2611 #: tp/Texinfo/Parser.pm:2853
2612 #, perl-format
2613 msgid "Unexpected argument on @%s line: %s"
2615 #: tp/Texinfo/Parser.pm:2859
2616 #, fuzzy, perl-format
2617 msgid "unexpected argument on @%s line: %s"
26142618 msgstr "Neatendita argumento sur '@%s'-linio: %s"
26152619
2616 #: tp/Texinfo/Parser.pm:2869
2620 #: tp/Texinfo/Parser.pm:2875
26172621 msgid "empty multitable"
26182622 msgstr "vaka plurtabelo"
26192623
2620 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2621 #, perl-format
2622 msgid "Superfluous argument to @%s"
2624 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2625 #, fuzzy, perl-format
2626 msgid "superfluous argument to @%s"
26232627 msgstr "Troa argumento por '@%s'"
26242628
2625 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2626 #: tp/Texinfo/Parser.pm:5379
2627 #, perl-format
2628 msgid "Bad argument to @%s"
2629 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2630 #: tp/Texinfo/Parser.pm:5405
2631 #, fuzzy, perl-format
2632 msgid "bad argument to @%s"
26292633 msgstr "Misa argumento por '@%s'"
26302634
2631 #: tp/Texinfo/Parser.pm:2942
2635 #: tp/Texinfo/Parser.pm:2948
26322636 #, perl-format
26332637 msgid "%s requires an argument: the formatter for %citem"
26342638 msgstr "%s bezonas argumenton: la aranĝilon por %citem"
26352639
2636 #: tp/Texinfo/Parser.pm:2947
2637 #, perl-format
2638 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2640 #: tp/Texinfo/Parser.pm:2953
2641 #, fuzzy, perl-format
2642 msgid "command @%s not accepting argument in brace should not be on @%s line"
26392643 msgstr ""
26402644 "Komando '@%s', kiu ne toleras argumenton en vinkuloj, ne devus esti en linio "
26412645 "'@%s'"
26422646
2643 #: tp/Texinfo/Parser.pm:2982
2644 #, perl-format
2645 msgid "Accent command `@%s' not allowed as @%s argument"
2647 #: tp/Texinfo/Parser.pm:2988
2648 #, fuzzy, perl-format
2649 msgid "accent command `@%s' not allowed as @%s argument"
26462650 msgstr "Akcentkomando '@%s' ne permesatas kiel argumento de '@%s'"
26472651
2648 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2649 #: tp/Texinfo/Parser.pm:5338
2652 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2653 #: tp/Texinfo/Parser.pm:5364
26502654 #, perl-format
26512655 msgid "@%s missing argument"
26522656 msgstr "Al '@%s' mankas argumento"
26532657
2654 #: tp/Texinfo/Parser.pm:3072
2655 #, perl-format
2656 msgid "Unknown @end %s"
2658 #: tp/Texinfo/Parser.pm:3078
2659 #, fuzzy, perl-format
2660 msgid "unknown @end %s"
26572661 msgstr "Nekonata '@end %s'"
26582662
2659 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2660 #, perl-format
2661 msgid "Superfluous argument to @%s %s: %s"
2663 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2664 #, fuzzy, perl-format
2665 msgid "superfluous argument to @%s %s: %s"
26622666 msgstr "Troa argumento por '@%s %s': %s"
26632667
2664 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2665 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2666 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2667 #, perl-format
2668 msgid "Bad argument to @%s: %s"
2668 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2669 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2670 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2671 #, fuzzy, perl-format
2672 msgid "bad argument to @%s: %s"
26692673 msgstr "Misa argumento por '@%s': %s"
26702674
2671 #: tp/Texinfo/Parser.pm:3118
2672 #, perl-format
2673 msgid "@%s: Cannot open %s: %s"
2675 #: tp/Texinfo/Parser.pm:3124
2676 #, fuzzy, perl-format
2677 msgid "@%s: could not open %s: %s"
26742678 msgstr "@%s: Ne eblas malfermi %s: %s"
26752679
2676 #: tp/Texinfo/Parser.pm:3130
2677 #, perl-format
2678 msgid "Encoding `%s' is not a canonical texinfo encoding"
2680 #: tp/Texinfo/Parser.pm:3136
2681 #, fuzzy, perl-format
2682 msgid "encoding `%s' is not a canonical texinfo encoding"
26792683 msgstr "Kodo «%s» ne estas kanonika Texinfo-kodo"
26802684
2681 #: tp/Texinfo/Parser.pm:3139
2685 #: tp/Texinfo/Parser.pm:3145
26822686 #, perl-format
26832687 msgid "unrecognized encoding name `%s'"
26842688 msgstr "nekonata nomo de kodosistemo: «%s»"
26852689
2686 #: tp/Texinfo/Parser.pm:3289
2690 #: tp/Texinfo/Parser.pm:3295
26872691 #, perl-format
26882692 msgid "@%s after the first element"
26892693 msgstr "'@%s' post la unua elemento"
26902694
2691 #: tp/Texinfo/Parser.pm:3296
2695 #: tp/Texinfo/Parser.pm:3302
26922696 #, perl-format
26932697 msgid "@%s only meaningful on a @multitable line"
26942698 msgstr "'@%s' nur sencas en '@multitable'-linio"
26952699
2696 #: tp/Texinfo/Parser.pm:3336
2700 #: tp/Texinfo/Parser.pm:3342
26972701 #, perl-format
26982702 msgid "@%s should not be associated with @top"
26992703 msgstr "'@%s' ne devus esti rilatita al '@top'"
27002704
2701 #: tp/Texinfo/Parser.pm:3348
2705 #: tp/Texinfo/Parser.pm:3354
27022706 #, perl-format
27032707 msgid "@node precedes @%s, but parts may not be associated with nodes"
27042708 msgstr "'@node' antaŭ '@%s', sed partoj ne rajtas rilati al nodoj"
27052709
2706 #: tp/Texinfo/Parser.pm:3450
2707 #, perl-format
2708 msgid "Empty argument in @%s"
2710 #: tp/Texinfo/Parser.pm:3456
2711 #, fuzzy, perl-format
2712 msgid "empty argument in @%s"
27092713 msgstr "Vaka argumento en '@%s'"
27102714
2711 #: tp/Texinfo/Parser.pm:3454
2712 #, perl-format
2713 msgid "Empty node name after expansion `%s'"
2715 #: tp/Texinfo/Parser.pm:3460
2716 #, fuzzy, perl-format
2717 msgid "empty node name after expansion `%s'"
27142718 msgstr "Vaka nodnomo post etendo '%s'"
27152719
2716 #: tp/Texinfo/Parser.pm:3497
2717 #, perl-format
2718 msgid "Empty menu entry name in `%s'"
2720 #: tp/Texinfo/Parser.pm:3503
2721 #, fuzzy, perl-format
2722 msgid "empty menu entry name in `%s'"
27192723 msgstr "Vaka menuernomo en '%s'"
27202724
2721 #: tp/Texinfo/Parser.pm:3505
2725 #: tp/Texinfo/Parser.pm:3511
27222726 #, fuzzy
2723 msgid "Empty node name in menu entry"
2727 msgid "empty node name in menu entry"
27242728 msgstr "Vaka nodnomo en menuero"
27252729
2726 #: tp/Texinfo/Parser.pm:3578
2730 #: tp/Texinfo/Parser.pm:3584
27272731 #, perl-format
27282732 msgid "@%s should not appear in @%s"
27292733 msgstr "'@%s' ne devus aperi en '@%s'"
27302734
2731 #: tp/Texinfo/Parser.pm:3710
2735 #: tp/Texinfo/Parser.pm:3716
27322736 #, perl-format
27332737 msgid "@end %s should only appear at a line beginning"
27342738 msgstr "'@end %s' devus aperi nur je komenco de linio"
27352739
2736 #: tp/Texinfo/Parser.pm:3733
2740 #: tp/Texinfo/Parser.pm:3739
27372741 #, perl-format
27382742 msgid "macro `%s' previously defined"
27392743 msgstr "makroo «%s» jam difiniĝis antaŭe"
27402744
2741 #: tp/Texinfo/Parser.pm:3735
2745 #: tp/Texinfo/Parser.pm:3742
27422746 #, perl-format
27432747 msgid "here is the previous definition of `%s'"
27442748 msgstr "ĉi tie estas la antaŭa difino de «%s»"
27452749
2746 #: tp/Texinfo/Parser.pm:3739
2747 #, perl-format
2748 msgid "Redefining Texinfo language command: @%s"
2750 #: tp/Texinfo/Parser.pm:3747
2751 #, fuzzy, perl-format
2752 msgid "redefining Texinfo language command: @%s"
27492753 msgstr "Redifino de Texinfo-komando: @%s"
27502754
2751 #: tp/Texinfo/Parser.pm:3788
2755 #: tp/Texinfo/Parser.pm:3796
27522756 #, perl-format
27532757 msgid "@%s without associated character"
27542758 msgstr "@%s sen rilatata signo"
27552759
2756 #: tp/Texinfo/Parser.pm:3849
2760 #: tp/Texinfo/Parser.pm:3858
27572761 #, perl-format
27582762 msgid ""
27592763 "@%s defined with zero or more than one argument should be invoked with {}"
27602764 msgstr "'@%s' kiu difiniĝis kun nula aŭ pluraj argumentoj alvokiĝendus kun {}"
27612765
2762 #: tp/Texinfo/Parser.pm:3872
2763 #, perl-format
2764 msgid ""
2765 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2766 #: tp/Texinfo/Parser.pm:3882
2767 #, fuzzy, perl-format
2768 msgid ""
2769 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
27662770 "value %d)"
27672771 msgstr ""
27682772 "Makroalvoko ingiĝas tro profunde (agordu MAX_NESTED_MACROS se necesas; nuna "
27692773 "valoro estas %d)"
27702774
2771 #: tp/Texinfo/Parser.pm:3880
2772 #, perl-format
2773 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2775 #: tp/Texinfo/Parser.pm:3891
2776 #, fuzzy, perl-format
2777 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
27742778 msgstr "Rikura alvoko de makroo %s malpermesetas; uzu '@rmacro' se necesas"
27752779
2776 #: tp/Texinfo/Parser.pm:3935
2777 #, perl-format
2778 msgid "Accent command `@%s' must not be followed by whitespace"
2780 #: tp/Texinfo/Parser.pm:3947
2781 #, fuzzy, perl-format
2782 msgid "accent command `@%s' must not be followed by whitespace"
27792783 msgstr "Post akcentkomando '@%s' ne devus sekvi blankspaco"
27802784
2781 #: tp/Texinfo/Parser.pm:3941
2782 #, perl-format
2783 msgid "Use braces to give a command as an argument to @%s"
2785 #: tp/Texinfo/Parser.pm:3953
2786 #, fuzzy, perl-format
2787 msgid "use braces to give a command as an argument to @%s"
27842788 msgstr "Uzu vinkulojn {} por pasigi komandan argumenton al '@%s'"
27852789
2786 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2790 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
27872791 #, perl-format
27882792 msgid "%c%s expects `i' or `j' as argument, not `%s'"
27892793 msgstr "%c%s atendas argumenton 'i' aŭ 'j', ne '%s'"
27902794
2791 #: tp/Texinfo/Parser.pm:3966
2792 #, perl-format
2793 msgid "Accent command `@%s' must not be followed by new line"
2795 #: tp/Texinfo/Parser.pm:3978
2796 #, fuzzy, perl-format
2797 msgid "accent command `@%s' must not be followed by new line"
27942798 msgstr "Post akcentkomando '@%s' ne devus sekvi linifino"
27952799
2796 #: tp/Texinfo/Parser.pm:3977
2800 #: tp/Texinfo/Parser.pm:3989
27972801 #, perl-format
27982802 msgid "@%s expected braces"
27992803 msgstr "@%s postulas vinkulojn {}"
28002804
2801 #: tp/Texinfo/Parser.pm:4136
2805 #: tp/Texinfo/Parser.pm:4148
28022806 #, perl-format
28032807 msgid "undefined flag: %s"
28042808 msgstr "Nedifinita flago: %s"
28052809
2806 #: tp/Texinfo/Parser.pm:4139
2807 msgid "Bad syntax for @value"
2810 #: tp/Texinfo/Parser.pm:4151
2811 #, fuzzy
2812 msgid "bad syntax for @value"
28082813 msgstr "Malbona sintakso por '@value'"
28092814
2810 #: tp/Texinfo/Parser.pm:4146
2815 #: tp/Texinfo/Parser.pm:4158
28112816 #, perl-format
28122817 msgid "%c%s is obsolete."
28132818 msgstr "%c%s arkaikiĝis."
28142819
2815 #: tp/Texinfo/Parser.pm:4149
2820 #: tp/Texinfo/Parser.pm:4161
28162821 #, perl-format
28172822 msgid "%c%s is obsolete; %s"
28182823 msgstr "%c%s arkaikiĝis; %s"
28192824
2820 #: tp/Texinfo/Parser.pm:4157
2825 #: tp/Texinfo/Parser.pm:4170
28212826 #, perl-format
28222827 msgid "@%s should only appear at a line beginning"
28232828 msgstr "@%s devus aperi nur je komenco de linio"
28242829
2825 #: tp/Texinfo/Parser.pm:4247
2830 #: tp/Texinfo/Parser.pm:4261
28262831 #, perl-format
28272832 msgid "@%s not allowed inside `@%s' block"
28282833 msgstr "@%s ne permesatas ene de bloko '@%s'"
28292834
2830 #: tp/Texinfo/Parser.pm:4255
2835 #: tp/Texinfo/Parser.pm:4270
28312836 #, perl-format
28322837 msgid "@%s should only appear in heading or footing"
28332838 msgstr "@%s devus aperi nur en ĉapo aŭ subumo"
28342839
2835 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2836 #: tp/Texinfo/Parser.pm:4437
2840 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2841 #: tp/Texinfo/Parser.pm:4458
28372842 #, perl-format
28382843 msgid "@%s not meaningful inside `@%s' block"
28392844 msgstr "@%s estas sensenca ene de bloko '@%s'"
28402845
2841 #: tp/Texinfo/Parser.pm:4398
2846 #: tp/Texinfo/Parser.pm:4418
28422847 #, perl-format
28432848 msgid "@%s in empty multitable"
28442849 msgstr "@%s en vaka plurtabelo"
28452850
2846 #: tp/Texinfo/Parser.pm:4403
2851 #: tp/Texinfo/Parser.pm:4424
28472852 msgid "@tab before @item"
28482853 msgstr "'@tab' antaŭ '@item'"
28492854
2850 #: tp/Texinfo/Parser.pm:4406
2851 #, perl-format
2852 msgid "Too many columns in multitable item (max %d)"
2855 #: tp/Texinfo/Parser.pm:4427
2856 #, fuzzy, perl-format
2857 msgid "too many columns in multitable item (max %d)"
28532858 msgstr "Tro da kolumnoj en elemento de plurtabelo (%d maksimume)"
28542859
2855 #: tp/Texinfo/Parser.pm:4443
2860 #: tp/Texinfo/Parser.pm:4464
28562861 msgid "ignoring @tab outside of multitable"
28572862 msgstr "ignoriĝas komando '@tab' ekster plurtabelo"
28582863
2859 #: tp/Texinfo/Parser.pm:4447
2864 #: tp/Texinfo/Parser.pm:4468
28602865 #, perl-format
28612866 msgid "@%s outside of table or list"
28622867 msgstr "@%s ekster tabelo aŭ listo"
28632868
2864 #: tp/Texinfo/Parser.pm:4482
2865 #, perl-format
2866 msgid "Must be after `@%s' to use `@%s'"
2869 #: tp/Texinfo/Parser.pm:4503
2870 #, fuzzy, perl-format
2871 msgid "must be after `@%s' to use `@%s'"
28672872 msgstr "Nur post '@%s' eblas uzi '@%s'"
28682873
2869 #: tp/Texinfo/Parser.pm:4524
2874 #: tp/Texinfo/Parser.pm:4545
28702875 #, perl-format
28712876 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
28722877 msgstr "@%s sensencas ekster blokoj '@titlepage' aŭ '@quotation'"
28732878
2874 #: tp/Texinfo/Parser.pm:4528
2879 #: tp/Texinfo/Parser.pm:4549
28752880 msgid "@dircategory after first node"
28762881 msgstr "'@dircategory' post la unua nodo"
28772882
2878 #: tp/Texinfo/Parser.pm:4686
2879 #, perl-format
2880 msgid "Region %s inside region %s is not allowed"
2883 #: tp/Texinfo/Parser.pm:4708
2884 #, fuzzy, perl-format
2885 msgid "region %s inside region %s is not allowed"
28812886 msgstr "Regiono %s ene de regiono %s malpermesatas"
28822887
2883 #: tp/Texinfo/Parser.pm:4704
2888 #: tp/Texinfo/Parser.pm:4726
28842889 msgid "@direntry after first node"
28852890 msgstr "'@direntry' post la unua nodo"
28862891
2887 #: tp/Texinfo/Parser.pm:4712
2892 #: tp/Texinfo/Parser.pm:4734
28882893 #, perl-format
28892894 msgid "@%s seen before first @node"
28902895 msgstr "'@%s' renkontiĝis jam antaŭ la unua '@node'"
28912896
2892 #: tp/Texinfo/Parser.pm:4714
2897 #: tp/Texinfo/Parser.pm:4737
28932898 msgid ""
28942899 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
28952900 msgstr "eble via @top-nodo staru sub @ifnottex anstataŭ sub @ifinfo?"
28962901
2897 #: tp/Texinfo/Parser.pm:4776
2902 #: tp/Texinfo/Parser.pm:4799
28982903 #, perl-format
28992904 msgid "@%s should only appear in math context"
29002905 msgstr "@%s devus aperi nur en matematika kunteksto"
29012906
2902 #: tp/Texinfo/Parser.pm:4784
2903 #, perl-format
2904 msgid "Unknown command `%s'"
2907 #: tp/Texinfo/Parser.pm:4807
2908 #, fuzzy, perl-format
2909 msgid "unknown command `%s'"
29052910 msgstr "Nekonata komando '%s'"
29062911
2907 #: tp/Texinfo/Parser.pm:4794
2908 msgid "Unexpected @"
2912 #: tp/Texinfo/Parser.pm:4817
2913 #, fuzzy
2914 msgid "unexpected @"
29092915 msgstr "Neatendita '@'"
29102916
2911 #: tp/Texinfo/Parser.pm:4822
2917 #: tp/Texinfo/Parser.pm:4846
29122918 #, perl-format
29132919 msgid "@%s is not meaningful outside `@float' environment"
29142920 msgstr "@%s sensencas ekster bloko '@float'"
29152921
2916 #: tp/Texinfo/Parser.pm:4826
2922 #: tp/Texinfo/Parser.pm:4851
29172923 #, perl-format
29182924 msgid "@%s should be right below `@float'"
29192925 msgstr "@%s devus esti tuj sub '@float'"
29202926
2921 #: tp/Texinfo/Parser.pm:4834
2922 #, perl-format
2923 msgid "Ignoring multiple @%s"
2927 #: tp/Texinfo/Parser.pm:4859
2928 #, fuzzy, perl-format
2929 msgid "ignoring multiple @%s"
29242930 msgstr "Pluraj '@%s' ignoriĝas"
29252931
2926 #: tp/Texinfo/Parser.pm:4950
2927 #, perl-format
2928 msgid "Command @%s does not accept arguments"
2932 #: tp/Texinfo/Parser.pm:4975
2933 #, fuzzy, perl-format
2934 msgid "command @%s does not accept arguments"
29292935 msgstr "Komando @%s ne toleras argumentojn"
29302936
2931 #: tp/Texinfo/Parser.pm:4974
2932 #, perl-format
2933 msgid "Command @%s missing a node or external manual argument"
2937 #: tp/Texinfo/Parser.pm:4999
2938 #, fuzzy, perl-format
2939 msgid "command @%s missing a node or external manual argument"
29342940 msgstr "Al komando '@%s' mankas nodo aŭ ekstera manlibra argumento"
29352941
2936 #: tp/Texinfo/Parser.pm:4993
2937 #, perl-format
2938 msgid "In @%s empty cross reference name after expansion `%s'"
2942 #: tp/Texinfo/Parser.pm:5018
2943 #, fuzzy, perl-format
2944 msgid "in @%s empty cross reference name after expansion `%s'"
29392945 msgstr "Vaka referenca nomo en '@%s' post etendo '%s'"
29402946
2941 #: tp/Texinfo/Parser.pm:5004
2942 #, perl-format
2943 msgid "In @%s empty cross reference title after expansion `%s'"
2947 #: tp/Texinfo/Parser.pm:5029
2948 #, fuzzy, perl-format
2949 msgid "in @%s empty cross reference title after expansion `%s'"
29442950 msgstr "Vaka referenca titolo en '@%s' post etendo '%s'"
29452951
2946 #: tp/Texinfo/Parser.pm:5017
2952 #: tp/Texinfo/Parser.pm:5042
29472953 msgid "@image missing filename argument"
29482954 msgstr "Mankas dosiera argumento en komando '@image'"
29492955
2950 #: tp/Texinfo/Parser.pm:5047
2956 #: tp/Texinfo/Parser.pm:5072
29512957 #, perl-format
29522958 msgid "@%s missing first argument"
29532959 msgstr "Al '@%s' mankas unua argumento"
29542960
2955 #: tp/Texinfo/Parser.pm:5169
2956 msgid "Superfluous arguments for node"
2961 #: tp/Texinfo/Parser.pm:5194
2962 #, fuzzy
2963 msgid "superfluous arguments for node"
29572964 msgstr "Troaj argumentoj por nodo"
29582965
2959 #: tp/Texinfo/Parser.pm:5208
2960 #, perl-format
2961 msgid "Expected @end %s"
2966 #: tp/Texinfo/Parser.pm:5233
2967 #, fuzzy, perl-format
2968 msgid "expected @end %s"
29622969 msgstr "Atendatas '@end %s'"
29632970
2964 #: tp/Texinfo/Parser.pm:5283
2965 #, perl-format
2966 msgid "Remaining argument on @%s line: %s"
2971 #: tp/Texinfo/Parser.pm:5309
2972 #, fuzzy, perl-format
2973 msgid "remaining argument on @%s line: %s"
29672974 msgstr "Restanta argumento sur @%s-linio: %s"
29682975
2969 #: tp/Texinfo/Parser.pm:5287
2976 #: tp/Texinfo/Parser.pm:5313
29702977 #, perl-format
29712978 msgid "@%s should only accept a @-command as argument, not `%s'"
29722979 msgstr "@%s devas toleri nur @-komando kiel argumento, ne '%s'"
29732980
2974 #: tp/Texinfo/Parser.pm:5362
2975 #, perl-format
2976 msgid "Environment command %s as argument to @%s"
2981 #: tp/Texinfo/Parser.pm:5388
2982 #, fuzzy, perl-format
2983 msgid "environment command %s as argument to @%s"
29772984 msgstr "Media komando %s uziĝas kiel argumento de @%s"
29782985
2979 #: tp/Texinfo/Parser.pm:5384
2980 #, perl-format
2981 msgid "Empty @%s"
2986 #: tp/Texinfo/Parser.pm:5410
2987 #, fuzzy, perl-format
2988 msgid "empty @%s"
29822989 msgstr "Vaka '@%s'"
29832990
2984 #: tp/Texinfo/Parser.pm:5392
2991 #: tp/Texinfo/Parser.pm:5418
29852992 #, perl-format
29862993 msgid "column fraction not a number: %s"
29872994 msgstr "kolumna frakcio ne estas nombro: %s"
29882995
2989 #: tp/Texinfo/Parser.pm:5401
2996 #: tp/Texinfo/Parser.pm:5427
29902997 #, perl-format
29912998 msgid "@sp arg must be numeric, not `%s'"
29922999 msgstr "argumento de @sp devas esti nombro, ne '%s'"
29933000
2994 #: tp/Texinfo/Parser.pm:5409
2995 #, perl-format
2996 msgid "Reserved index name %s"
3001 #: tp/Texinfo/Parser.pm:5436
3002 #, fuzzy, perl-format
3003 msgid "reserved index name %s"
29973004 msgstr "Rezervita indeksnomo %s"
29983005
2999 #: tp/Texinfo/Parser.pm:5428
3000 #, perl-format
3001 msgid "Unknown source index in @%s: %s"
3006 #: tp/Texinfo/Parser.pm:5455
3007 #, fuzzy, perl-format
3008 msgid "unknown source index in @%s: %s"
30023009 msgstr "Nekonata fontindekso en @%s: %s"
30033010
3004 #: tp/Texinfo/Parser.pm:5431
3005 #, perl-format
3006 msgid "Unknown destination index in @%s: %s"
3011 #: tp/Texinfo/Parser.pm:5458
3012 #, fuzzy, perl-format
3013 msgid "unknown destination index in @%s: %s"
30073014 msgstr "Nekonata celindekso en @%s: %s"
30083015
3009 #: tp/Texinfo/Parser.pm:5461
3016 #: tp/Texinfo/Parser.pm:5488
30103017 #, perl-format
30113018 msgid "@%s leads to a merging of %s in itself, ignoring"
30123019 msgstr "@%s kondukus al kunfando de %s en si mem; ignoriĝas"
30133020
3014 #: tp/Texinfo/Parser.pm:5474
3015 #, perl-format
3016 msgid "Unknown index `%s' in @printindex"
3021 #: tp/Texinfo/Parser.pm:5501
3022 #, fuzzy, perl-format
3023 msgid "unknown index `%s' in @printindex"
30173024 msgstr "Nekonata indekso «%s» en @printindex"
30183025
3019 #: tp/Texinfo/Parser.pm:5480
3020 #, perl-format
3021 msgid "Printing an index `%s' merged in another one `%s'"
3026 #: tp/Texinfo/Parser.pm:5507
3027 #, fuzzy, perl-format
3028 msgid "printing an index `%s' merged in another one `%s'"
30223029 msgstr "Presiĝas indekso '%s' kiu kunfandiĝis en alia '%s'"
30233030
3024 #: tp/Texinfo/Parser.pm:5488
3025 #, perl-format
3026 msgid "Printindex before document beginning: @printindex %s"
3031 #: tp/Texinfo/Parser.pm:5515
3032 #, fuzzy, perl-format
3033 msgid "printindex before document beginning: @printindex %s"
30273034 msgstr "Preskomando antaŭ komenco de dokumento: @printindex %s"
30283035
3029 #: tp/Texinfo/Parser.pm:5504
3036 #: tp/Texinfo/Parser.pm:5531
30303037 #, perl-format
30313038 msgid "@%s arg must be `top' or `bottom', not `%s'"
30323039 msgstr "Argumento de '@%s' devus esti 'top' aŭ 'bottom', ne '%s'"
30333040
3034 #: tp/Texinfo/Parser.pm:5512
3041 #: tp/Texinfo/Parser.pm:5539
30353042 #, perl-format
30363043 msgid "Only @%s 10 or 11 is supported, not `%s'"
30373044 msgstr "Por @%s nur '10' aŭ '11' eblas, ne '%s'"
30383045
3039 #: tp/Texinfo/Parser.pm:5520
3046 #: tp/Texinfo/Parser.pm:5547
30403047 #, perl-format
30413048 msgid "@%s arg must be `separate' or `end', not `%s'"
30423049 msgstr "Argumento de '@%s' devus esti 'separate' aŭ 'end', ne '%s'"
30433050
3044 #: tp/Texinfo/Parser.pm:5528
3051 #: tp/Texinfo/Parser.pm:5555
30453052 #, perl-format
30463053 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
30473054 msgstr "Argumento de '@%s' devus esti 'on' aŭ 'off' aŭ 'odd', ne '%s'"
30483055
3049 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3056 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
30503057 #, perl-format
30513058 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
30523059 msgstr ""
30533060 "Argumento de '@paragraphindent' devus esti numera aŭ 'none' aŭ 'asis', ne "
30543061 "'%s'"
30553062
3056 #: tp/Texinfo/Parser.pm:5559
3063 #: tp/Texinfo/Parser.pm:5586
30573064 #, perl-format
30583065 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
30593066 msgstr ""
30603067 "Argumento de '@firstparagraphindent' devus esti 'none' aŭ 'insert', ne '%s'"
30613068
3062 #: tp/Texinfo/Parser.pm:5569
3069 #: tp/Texinfo/Parser.pm:5596
30633070 #, perl-format
30643071 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
30653072 msgstr "Argumento de '@exampleindent' devus esti numera aŭ 'asis', ne '%s'"
30663073
3067 #: tp/Texinfo/Parser.pm:5580
3068 #, perl-format
3069 msgid "Expected @%s on or off, not `%s'"
3074 #: tp/Texinfo/Parser.pm:5607
3075 #, fuzzy, perl-format
3076 msgid "expected @%s on or off, not `%s'"
30703077 msgstr "Post @%s devas sekvi 'on' aŭ 'off', ne '%s'"
30713078
3072 #: tp/Texinfo/Parser.pm:5590
3079 #: tp/Texinfo/Parser.pm:5617
30733080 #, perl-format
30743081 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
30753082 msgstr ""
30763083 "Argumento de '@kbdinputstyle' devus esti 'code'/'example'/'distinct', ne '%s'"
30773084
3078 #: tp/Texinfo/Parser.pm:5598
3085 #: tp/Texinfo/Parser.pm:5625
30793086 #, perl-format
30803087 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
30813088 msgstr "Argumento de '@allowcodebreaks' devus esti 'true' aŭ 'false', ne '%s'"
30823089
3083 #: tp/Texinfo/Parser.pm:5606
3090 #: tp/Texinfo/Parser.pm:5633
30843091 #, perl-format
30853092 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
30863093 msgstr ""
30873094 "Argumento de '@urefbreakstyle' devus esti 'after'/'before'/'none', ne '%s'"
30883095
3089 #: tp/Texinfo/Report.pm:100
3090 #, perl-format
3091 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3092 msgstr "%s:%d: averto: %s (eble koncernas @%s)\n"
3093
3094 #: tp/Texinfo/Report.pm:103
3095 #, perl-format
3096 msgid "%s:%d: warning: %s\n"
3097 msgstr "%s:%d: averto: %s\n"
3098
3099 #: tp/Texinfo/Report.pm:146
3100 #, perl-format
3101 msgid "warning: %s\n"
3102 msgstr "averto: %s\n"
3103
31043096 #: tp/Texinfo/Structuring.pm:231
3105 #, perl-format
3106 msgid "Raising the section level of @%s which is too low"
3097 #, fuzzy, perl-format
3098 msgid "raising the section level of @%s which is too low"
31073099 msgstr "Kreskigo de sekcia nivelo de '@%s', kiu tro malaltas"
31083100
31093101 #: tp/Texinfo/Structuring.pm:263
3110 #, perl-format
3111 msgid "No chapter-level command before @%s"
3102 #, fuzzy, perl-format
3103 msgid "no chapter-level command before @%s"
31123104 msgstr "Neniu ĉapitronivela komando antaŭ '@%s'"
31133105
31143106 #: tp/Texinfo/Structuring.pm:268
3115 #, perl-format
3116 msgid "Lowering the section level of @%s appearing after a lower element"
3107 #, fuzzy, perl-format
3108 msgid "lowering the section level of @%s appearing after a lower element"
31173109 msgstr ""
31183110 "Malkreskigo de sekcia nivelo de '@%s', kiu aperas post pli malalta elemento"
31193111
31203112 #: tp/Texinfo/Structuring.pm:347
3121 #, perl-format
3122 msgid "No sectioning command associated with @%s"
3113 #, fuzzy, perl-format
3114 msgid "no sectioning command associated with @%s"
31233115 msgstr "Neniu sekciada komando estas rilatata al '@%s'"
31243116
31253117 #: tp/Texinfo/Structuring.pm:568
3126 #, perl-format
3127 msgid "Menu reference to nonexistent node `%s'"
3118 #, fuzzy, perl-format
3119 msgid "menu reference to nonexistent node `%s'"
31283120 msgstr "Menua referenco al neekzistanta nodo «%s»"
31293121
31303122 #: tp/Texinfo/Structuring.pm:583
3131 #, perl-format
3132 msgid "Menu entry node name `%s' different from %s name `%s'"
3123 #, fuzzy, perl-format
3124 msgid "menu entry node name `%s' different from %s name `%s'"
31333125 msgstr "Menuera nodnomo '%s' malsamas de %s-nomo '%s'"
31343126
31353127 #: tp/Texinfo/Structuring.pm:619
31383130 msgstr "nodo «%s» ne estas referencita"
31393131
31403132 #: tp/Texinfo/Structuring.pm:665
3141 #, perl-format
3142 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3133 #, fuzzy, perl-format
3134 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31433135 msgstr "Nodo «%s» estas %s por '%s' en sekciado sed ne en menuo"
31443136
31453137 #: tp/Texinfo/Structuring.pm:672
3146 #, perl-format
3147 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3138 #, fuzzy, perl-format
3139 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31483140 msgstr "Nodo «%s» '%s' malsamas en menuo '%s' kaj en sekciado '%s'"
31493141
31503142 #: tp/Texinfo/Structuring.pm:690
3151 #, perl-format
3152 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3143 #, fuzzy, perl-format
3144 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
31533145 msgstr "Nodo «%s» estas %s por '%s' en menuo sed ne en sekciado"
31543146
31553147 #: tp/Texinfo/Structuring.pm:744
31633155 msgstr "%s referenco al neekzistanta «%s»"
31643156
31653157 #: tp/Texinfo/Structuring.pm:790
3166 #, perl-format
3167 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3158 #, fuzzy, perl-format
3159 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
31683160 msgstr "En nodo «%s» mankas menuero por '%s', malgraŭ esti ties ligo 'Up'"
31693161
31703162 #: tp/Texinfo/Structuring.pm:798
3171 #, perl-format
3172 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3163 #, fuzzy, perl-format
3164 msgid "for `%s', up in menu `%s' and up `%s' don't match"
31733165 msgstr "Por '%s', supren en menuo '%s' kaj supren en '%s' ne kongruas"
31743166
31753167 #: tp/Texinfo/Structuring.pm:1282
31823174 msgid "@%s to `%s', different from %s name `%s'"
31833175 msgstr "@%s al '%s', malsamas de %s-nomo '%s'"
31843176
3185 #: tp/Texinfo/Structuring.pm:1939
3186 #, perl-format
3187 msgid "Empty index key in @%s"
3177 #: tp/Texinfo/Structuring.pm:1959
3178 #, fuzzy, perl-format
3179 msgid "empty index key in @%s"
31883180 msgstr "Vaka indeksŝlosilo en '@%s'"
31893181
31903182 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
31913183 #, fuzzy, perl-format
3192 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3184 msgid "chm.pm: could not open %s for writing: %s\n"
31933185 msgstr "Ne eblas malfermi %s por skribi: %s\n"
31943186
31953187 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
31963188 #, fuzzy, perl-format
3197 msgid "chm.pm:%s: Error on closing: %s"
3189 msgid "chm.pm: error on closing %s: %s"
31983190 msgstr "Eraro dum fermo de %s: %s"
31993191
3200 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3201 #, fuzzy, perl-format
3202 msgid "tex4ht.pm:%s: Cannot open: %s"
3192 #: tp/init/latex2html.pm:200
3193 #, fuzzy, perl-format
3194 msgid "l2h: could not open latex file %s for writing: %s"
3195 msgstr "Ne eblas malfermi %s por skribi: %s"
3196
3197 #: tp/init/latex2html.pm:341
3198 msgid "l2h: L2H_TMP directory contains a dot"
3199 msgstr ""
3200
3201 #: tp/init/latex2html.pm:346
3202 msgid "l2h: current directory contains a dot"
3203 msgstr ""
3204
3205 #: tp/init/latex2html.pm:374
3206 #, perl-format
3207 msgid "l2h: command did not succeed: %s"
3208 msgstr ""
3209
3210 #: tp/init/latex2html.pm:422
3211 #, perl-format
3212 msgid "l2h: image has invalid extension: %s"
3213 msgstr ""
3214
3215 #: tp/init/latex2html.pm:438
3216 #, fuzzy, perl-format
3217 msgid "l2h: rename %s as %s failed: %s"
3218 msgstr "Fiaskis alinomo de %s: %s"
3219
3220 #: tp/init/latex2html.pm:460
3221 #, fuzzy, perl-format
3222 msgid "l2h: could not open %s: %s"
32033223 msgstr "@%s: Ne eblas malfermi %s: %s"
32043224
3205 #: tp/init/tex4ht.pm:219
3206 #, fuzzy, perl-format
3207 msgid "tex4ht.pm:%s: chdir failed: %s"
3208 msgstr "Fiaskis alinomo de %s: %s"
3209
3210 #: tp/init/tex4ht.pm:232
3211 #, perl-format
3212 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3213 msgstr ""
3214
3215 #: tp/init/tex4ht.pm:244
3216 #, fuzzy, perl-format
3217 msgid "tex4ht.pm: Output file missing: %s"
3218 msgstr "mankas 'tex4ht'-a eliga dosiero: %s"
3219
3220 #: tp/init/tex4ht.pm:260
3221 #, perl-format
3222 msgid "tex4ht.pm: Command failed: %s"
3223 msgstr ""
3224
3225 #: tp/init/tex4ht.pm:293
3226 #, perl-format
3227 msgid "tex4ht.pm: end of @%s item %d not found"
3228 msgstr ""
3229
3230 #: tp/init/tex4ht.pm:300
3231 #, fuzzy, perl-format
3232 msgid ""
3233 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3234 "items found in the document"
3225 #: tp/init/latex2html.pm:493
3226 #, perl-format
3227 msgid "latex2html.pm: end of @%s item %d not found"
3228 msgstr ""
3229
3230 #: tp/init/latex2html.pm:504
3231 #, fuzzy, perl-format
3232 msgid ""
3233 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3234 "of items found in the document"
32353235 msgstr ""
32363236 "traktado per 'tex4ht' produktis %d erojn en HTML; sed atendatas %d, la "
32373237 "nombro de elementoj en la dokumento"
32383238
3239 #: tp/init/tex4ht.pm:319
3240 #, fuzzy, perl-format
3241 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3239 #: tp/init/latex2html.pm:534
3240 #, perl-format
3241 msgid "l2h: could not determine the fragment %d for @%s"
3242 msgstr ""
3243
3244 #: tp/init/latex2html.pm:560
3245 #, perl-format
3246 msgid ""
3247 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3248 "HTML"
3249 msgstr ""
3250
3251 #: tp/init/latex2html.pm:621
3252 #, fuzzy, perl-format
3253 msgid "l2h: could not load %s: %s"
3254 msgstr "ne eblas malfermi '--include-file' %s: %s"
3255
3256 #: tp/init/latex2html.pm:634
3257 #, fuzzy, perl-format
3258 msgid "l2h: could not open %s for writing: %s"
3259 msgstr "Ne eblas malfermi %s por skribi: %s"
3260
3261 #: tp/init/tex4ht.pm:123
3262 #, fuzzy, perl-format
3263 msgid "tex4ht.pm: could not open %s: %s"
3264 msgstr "@%s: Ne eblas malfermi %s: %s"
3265
3266 #: tp/init/tex4ht.pm:219
3267 #, fuzzy, perl-format
3268 msgid "tex4ht.pm: chdir %s failed: %s"
3269 msgstr "Fiaskis alinomo de %s: %s"
3270
3271 #: tp/init/tex4ht.pm:232
3272 #, perl-format
3273 msgid "tex4ht.pm: unable to return to initial directory: %s"
3274 msgstr ""
3275
3276 #: tp/init/tex4ht.pm:244
3277 #, fuzzy, perl-format
3278 msgid "tex4ht.pm: output file missing: %s"
3279 msgstr "mankas 'tex4ht'-a eliga dosiero: %s"
3280
3281 #: tp/init/tex4ht.pm:260
3282 #, fuzzy, perl-format
3283 msgid "tex4ht.pm: command failed: %s"
3284 msgstr "Fiaskis alinomo de %s: %s"
3285
3286 #: tp/init/tex4ht.pm:267
3287 #, fuzzy, perl-format
3288 msgid "tex4ht.pm: could not open: %s"
3289 msgstr "@%s: Ne eblas malfermi %s: %s"
3290
3291 #: tp/init/tex4ht.pm:293
3292 #, perl-format
3293 msgid "tex4ht.pm: end of @%s item %d not found"
3294 msgstr ""
3295
3296 #: tp/init/tex4ht.pm:300
3297 #, fuzzy, perl-format
3298 msgid ""
3299 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3300 "items found in the document for @%s"
3301 msgstr ""
3302 "traktado per 'tex4ht' produktis %d erojn en HTML; sed atendatas %d, la "
3303 "nombro de elementoj en la dokumento"
3304
3305 #: tp/init/tex4ht.pm:320
3306 #, fuzzy, perl-format
3307 msgid "tex4ht.pm: output has no HTML item for @%s %s"
32423308 msgstr "'tex4ht'-a eligo ne enhavas HTML-an eron por '@%s %s'"
32433309
3244 #: tp/texi2any.pl:375
3310 #: tp/init/tex4ht.pm:335
3311 #, fuzzy, perl-format
3312 msgid ""
3313 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3314 "items found in the document for @%s"
3315 msgstr ""
3316 "traktado per 'tex4ht' produktis %d erojn en HTML; sed atendatas %d, la "
3317 "nombro de elementoj en la dokumento"
3318
3319 #: tp/texi2any.pl:379
32453320 #, perl-format
32463321 msgid "error loading %s: %s\n"
32473322 msgstr "eraro dum ŝargo de %s: %s\n"
32483323
3249 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3250 #, perl-format
3251 msgid "Unknown variable %s\n"
3324 #: tp/texi2any.pl:392
3325 #, fuzzy, perl-format
3326 msgid "%s: unknown variable %s"
32523327 msgstr "Nekonata variablo %s\n"
32533328
3254 #: tp/texi2any.pl:468
3255 #, perl-format
3256 msgid "Can't read init file %s"
3329 #: tp/texi2any.pl:396
3330 #, fuzzy, perl-format
3331 msgid "%s: obsolete variable %s\n"
3332 msgstr "Arkaika variablo %s\n"
3333
3334 #: tp/texi2any.pl:411
3335 #, fuzzy, perl-format
3336 msgid "%s: unknown variable %s\n"
3337 msgstr "Nekonata variablo %s\n"
3338
3339 #: tp/texi2any.pl:415
3340 #, fuzzy, perl-format
3341 msgid "obsolete variable %s\n"
3342 msgstr "Arkaika variablo %s\n"
3343
3344 #: tp/texi2any.pl:480
3345 #, fuzzy, perl-format
3346 msgid "could not read init file %s"
32573347 msgstr "Ne eblas legi agordan dosieron %s"
32583348
3259 #: tp/texi2any.pl:619
3260 #, perl-format
3261 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3349 #: tp/texi2any.pl:633
3350 #, fuzzy, perl-format
3351 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32623352 msgstr "%s: Nekonata valoro de TEXINFO_OUTPUT_FORMAT: «%s». Ignorita.\n"
32633353
3264 #: tp/texi2any.pl:691
3354 #: tp/texi2any.pl:710
32653355 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32663356 msgstr "Uzmaniero: makeinfo [OPCIO...] TEXINFO-DOSIERO...\n"
32673357
3268 #: tp/texi2any.pl:692
3358 #: tp/texi2any.pl:711
32693359 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32703360 msgstr " aŭ: texi2any [OPCIO...] TEXINFO-DOSIERO...\n"
32713361
3272 #: tp/texi2any.pl:694
3362 #: tp/texi2any.pl:713
32733363 msgid ""
32743364 "Translate Texinfo source documentation to various other formats, by default\n"
32753365 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32773367 "Tradukas fontan Texinfo-dokumenton en diversajn aliajn formojn, defaŭlte en\n"
32783368 "Info-dosierojn kiuj taŭgas por legado per Emakso aŭ aŭtonoma GNU-Info.\n"
32793369
3280 #: tp/texi2any.pl:697
3370 #: tp/texi2any.pl:716
32813371 #, perl-format
32823372 msgid ""
32833373 "General options:\n"
33113401 " -v, --verbose rakonti kio estas farata\n"
33123402 " --version eligi la versio-informon kaj fini\n"
33133403
3314 #: tp/texi2any.pl:712
3404 #: tp/texi2any.pl:731
33153405 msgid ""
33163406 "Output format selection (default is to produce Info):\n"
33173407 " --docbook output Docbook XML rather than Info.\n"
33283418 " --dvi, --dvipdf,\n"
33293419 " --ps, --pdf uzi 'texi2dvi' por generi la indikatan eligon\n"
33303420
3331 #: tp/texi2any.pl:720
3421 #: tp/texi2any.pl:739
33323422 msgid ""
33333423 "General output options:\n"
33343424 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33743464 " aŭ finas per '/', meti eligdosierojn tien\n"
33753465 " alikaze, CELO estas la eligdosiero\n"
33763466
3377 #: tp/texi2any.pl:740
3467 #: tp/texi2any.pl:759
33783468 #, perl-format
33793469 msgid ""
33803470 "Options for Info and plain text:\n"
34123502 " --split-size=NOMBRO fendi en dosieroj po NOMBRO bajtoj (defaŭlte "
34133503 "%d)\n"
34143504
3415 #: tp/texi2any.pl:757
3505 #: tp/texi2any.pl:776
34163506 msgid ""
34173507 "Options for HTML:\n"
34183508 " --css-include=FILE include FILE in HTML <style> output;\n"
34403530 " ankroj; estas defaŭlta nur dum "
34413531 "disfendado\n"
34423532
3443 #: tp/texi2any.pl:768
3533 #: tp/texi2any.pl:787
34443534 msgid ""
34453535 "Options for XML and Docbook:\n"
34463536 " --output-indent=VAL does nothing, retained for compatibility.\n"
34483538 "Opcioj por XML kaj Docbook:\n"
34493539 " --output-indent=VALORO (faras nenion; rekoniĝas por kongruo)\n"
34503540
3451 #: tp/texi2any.pl:771
3541 #: tp/texi2any.pl:790
34523542 msgid ""
34533543 "Options for DVI/PS/PDF:\n"
34543544 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34563546 "Opcioj por DVI/PS/PDF:\n"
34573547 " --Xopt=OPCIO doni tiu OPCIO al 'texi2dvi'; ripeteblas\n"
34583548
3459 #: tp/texi2any.pl:774
3549 #: tp/texi2any.pl:793
34603550 msgid ""
34613551 "Input file options:\n"
34623552 " --commands-in-node-names does nothing, retained for compatibility.\n"
34723562 " -P UJO antaŭmeti dosierUJOn al la serĉvojo de @include\n"
34733563 " -U VAR maldifini la variablon VAR, kiel per @clear\n"
34743564
3475 #: tp/texi2any.pl:781
3565 #: tp/texi2any.pl:800
34763566 msgid ""
34773567 "Conditional processing in input:\n"
34783568 " --ifdocbook process @ifdocbook and @docbook even if\n"
35103600 "\n"
35113601 " Krome, ĉe la opcioj --no-ifFORMO, ja traktiĝas la pecoj sub @ifnotFORMO.\n"
35123602
3513 #: tp/texi2any.pl:798
3603 #: tp/texi2any.pl:817
35143604 msgid ""
35153605 " The defaults for the @if... conditionals depend on the output format:\n"
35163606 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35273617 "malaktivas;\n"
35283618 " kiam XML generiĝas, --ifxml aktivas kaj la ceteraj malaktivas.\n"
35293619
3530 #: tp/texi2any.pl:805
3620 #: tp/texi2any.pl:824
35313621 msgid ""
35323622 "Examples:\n"
35333623 " makeinfo foo.texi write Info to foo's @setfilename\n"
35603650 " makeinfo --no-split UM.texi Kreas unu Info-dosieron, kiom ajn "
35613651 "grandan.\n"
35623652
3563 #: tp/texi2any.pl:852
3653 #: tp/texi2any.pl:871
35643654 #, perl-format
35653655 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35663656 msgstr "%s: Post “--footnote-style” estu “separate” aŭ “end”, ne “%s”.\n"
35673657
3568 #: tp/texi2any.pl:934
3658 #: tp/texi2any.pl:953
35693659 #, perl-format
35703660 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35713661 msgstr ""
35723662 "%s: Post “--paragraph-indent” estu nombro, “none” aŭ “asis”, ne “%s”.\n"
35733663
3574 #: tp/texi2any.pl:1011
3575 #, perl-format
3576 msgid "when generating %s, only one input FILE may be specified with -o"
3664 #: tp/texi2any.pl:1030
3665 #, fuzzy, perl-format
3666 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
35773667 msgstr ""
35783668 "dum generado de %s, eblas indiki nur unu enigan DOSIEROn kun opcio '-o'"
35793669
3580 #: tp/texi2any.pl:1015
3670 #: tp/texi2any.pl:1034
35813671 msgid "--Xopt option without printed output"
35823672 msgstr "Opcio '--Xopt' indikatas sed ne fariĝas preseligo"
35833673
3584 #: tp/texi2any.pl:1025
3585 #, perl-format
3586 msgid "Unknown tree transformation %s"
3674 #: tp/texi2any.pl:1044
3675 #, fuzzy, perl-format
3676 msgid "unknown tree transformation %s"
35873677 msgstr "Nekonata arbotransformo %s"
35883678
3589 #: tp/texi2any.pl:1032
3590 #, perl-format
3591 msgid "Ignoring splitting for format %s"
3679 #: tp/texi2any.pl:1051
3680 #, fuzzy, perl-format
3681 msgid "ignoring splitting for format %s"
35923682 msgstr "Disfendo ignoriĝas por aranĝo %s"
35933683
3594 #: tp/texi2any.pl:1081
3684 #: tp/texi2any.pl:1101
35953685 #, perl-format
35963686 msgid "%s: missing file argument.\n"
35973687 msgstr "%s: mankas dosiera argumento.\n"
35983688
3599 #: tp/texi2any.pl:1082
3689 #: tp/texi2any.pl:1102
36003690 #, perl-format
36013691 msgid "Try `%s --help' for more information.\n"
36023692 msgstr "Por pluaj detaloj tajpu “%s --help”.\n"
36033693
3604 #: tp/texi2any.pl:1153
3694 #: tp/texi2any.pl:1173
36053695 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36063696 msgstr ""
36073697 "Transformo 'fill_gaps_in_sectioning()' ne donis rezulton. Neniu sekcio?"
36083698
3609 #: tp/texi2any.pl:1175
3610 #, perl-format
3611 msgid "Error on closing macro expand file %s: %s\n"
3699 #: tp/texi2any.pl:1195
3700 #, fuzzy, perl-format
3701 msgid "error on closing macro expand file %s: %s\n"
36123702 msgstr "Eraro dum fermo de %s (dosiero de makroaj etendoj): %s\n"
36133703
3614 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3615 #, perl-format
3616 msgid "Could not open %s for writing: %s\n"
3704 #: tp/texi2any.pl:1201
3705 #, fuzzy, perl-format
3706 msgid "could not open %s for writing: %s\n"
36173707 msgstr "Ne eblas malfermi %s por skribi: %s\n"
36183708
3619 #: tp/texi2any.pl:1205
3709 #: tp/texi2any.pl:1226
36203710 msgid ""
36213711 "insert_nodes_for_sectioning_commands transformation return no result. No "
36223712 "section?"
36243714 "Transformo 'insert_nodes_for_sectioning_commands()' ne donis rezulton. "
36253715 "Neniu sekcio?"
36263716
3627 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3628 #, perl-format
3629 msgid "Error on closing %s: %s\n"
3717 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3718 #, fuzzy, perl-format
3719 msgid "%s: error on closing %s: %s\n"
36303720 msgstr "Eraro dum fermo de %s: %s\n"
36313721
3632 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3633 #, perl-format
3634 msgid "Error on closing internal links file %s: %s\n"
3722 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3723 #, fuzzy, perl-format
3724 msgid "%s: error on closing internal links file %s: %s\n"
36353725 msgstr "Eraro dum fermo de %s (dosiero de internaj ligoj): %s\n"
3726
3727 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3728 #, fuzzy, perl-format
3729 msgid "%s: could not open %s for writing: %s\n"
3730 msgstr "Ne eblas malfermi %s por skribi: %s\n"
36363731
36373732 #: util/texindex.c:223
36383733 msgid "display this help and exit"
36893784 #, c-format
36903785 msgid "entry %s follows an entry with a secondary name"
36913786 msgstr "elemento %s sekvas elementon kun kromnomo"
3787
3788 #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
3789 #~ msgstr "'protect_hashchar_at_line_beginning()' ne povas protekti en '@%s'"
3790
3791 #~ msgid "Can't read file %s: %s"
3792 #~ msgstr "Ne eblas legi dosieron «%s»: %s"
3793
3794 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3795 #~ msgstr "%s:%d: averto: %s (eble koncernas @%s)\n"
3796
3797 #~ msgid "%s:%d: warning: %s\n"
3798 #~ msgstr "%s:%d: averto: %s\n"
3799
3800 #~ msgid "warning: %s\n"
3801 #~ msgstr "averto: %s\n"
3802
3803 #, fuzzy
3804 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3805 #~ msgstr "Ne eblas malfermi %s por skribi: %s\n"
36923806
36933807 #~ msgid "tex4ht error opening %s: %s"
36943808 #~ msgstr "tex4ht: eraro dum malfermo de %s: %s"
Binary diff not shown
+626
-533
po/es.po less more
66 msgstr ""
77 "Project-Id-Version: texinfo-4.12.94\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
9 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1010 "PO-Revision-Date: 2008-09-04 23:50+0200\n"
1111 "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
1212 "Language-Team: Spanish <es@li.org>\n"
413413 msgstr "Pruebe la opción `--help' para obtener más información.\n"
414414
415415 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
416 #: tp/texi2any.pl:829 util/texindex.c:295
416 #: tp/texi2any.pl:848 util/texindex.c:295
417417 #, c-format, perl-format
418418 msgid ""
419419 "Copyright (C) %s Free Software Foundation, Inc.\n"
21772177 "FICHERO_ÍNDICE.\n"
21782178 " --version mostrar información sobre la versión de esta programa."
21792179
2180 #: install-info/install-info.c:598 tp/texi2any.pl:817
2180 #: install-info/install-info.c:598 tp/texi2any.pl:836
21812181 msgid ""
21822182 "Email bug reports to bug-texinfo@gnu.org,\n"
21832183 "general questions and discussion to help-texinfo@gnu.org.\n"
23022302 msgstr "No se encontraron entradas para `%s'; nada será borrado"
23032303
23042304 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2305 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2306 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2307 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2308 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2309 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2310 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2305 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2306 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2307 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2308 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2309 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2310 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
23112311 #: tp/Texinfo/Convert/TexinfoXML.pm:429
23122312 #, fuzzy, perl-format
2313 msgid "Could not open %s for writing: %s"
2313 msgid "could not open %s for writing: %s"
23142314 msgstr "%s: no se pudo abrir --css-file: %s"
23152315
23162316 #: tp/Texinfo/Common.pm:850
23422342 msgstr ""
23432343 "`%s' no es válido como código de lenguaje alguno que cumpla con ISO 639"
23442344
2345 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2346 #, fuzzy, perl-format
2347 msgid "Cannot read %s: %s"
2345 #: tp/Texinfo/Common.pm:1096
2346 #, fuzzy, perl-format
2347 msgid "could not read %s: %s"
23482348 msgstr "No se pudo crear el directorio `%s': %s"
23492349
2350 #: tp/Texinfo/Common.pm:1113
2351 #, fuzzy, perl-format
2352 msgid "Error on closing @verbatiminclude file %s: %s"
2350 #: tp/Texinfo/Common.pm:1114
2351 #, fuzzy, perl-format
2352 msgid "error on closing @verbatiminclude file %s: %s"
23532353 msgstr "error cerrando fichero `%s'"
23542354
2355 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2356 #, fuzzy, perl-format
2357 msgid "@%s: Cannot find %s"
2355 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2356 #, fuzzy, perl-format
2357 msgid "@%s: could not find %s"
23582358 msgstr "No se encontró `%s'."
23592359
2360 #: tp/Texinfo/Common.pm:1416
2361 #, fuzzy, perl-format
2362 msgid "Cannot open html refs config file %s: %s"
2360 #: tp/Texinfo/Common.pm:1417
2361 #, fuzzy, perl-format
2362 msgid "could not open html refs config file %s: %s"
23632363 msgstr "No se pudo eliminar `%s': %s"
23642364
2365 #: tp/Texinfo/Common.pm:1444
2366 msgid "Missing type"
2367 msgstr ""
2368
2369 #: tp/Texinfo/Common.pm:1447
2370 #, fuzzy, perl-format
2371 msgid "Unrecognized type: %s"
2365 #: tp/Texinfo/Common.pm:1445
2366 #, fuzzy
2367 msgid "missing type"
2368 msgstr "nombre de acción ausente"
2369
2370 #: tp/Texinfo/Common.pm:1448
2371 #, fuzzy, perl-format
2372 msgid "unrecognized type: %s"
23722373 msgstr "%s: opción desconocida `--%s'\n"
23732374
2374 #: tp/Texinfo/Common.pm:1463
2375 #, fuzzy, perl-format
2376 msgid "Error on closing html refs config file %s: %s"
2375 #: tp/Texinfo/Common.pm:1465
2376 #, fuzzy, perl-format
2377 msgid "error on closing html refs config file %s: %s"
23772378 msgstr "No se pudo eliminar `%s': %s"
23782379
2379 #: tp/Texinfo/Common.pm:1498
2380 #, perl-format
2381 msgid "%s:%d: no node to be renamed\n"
2382 msgstr ""
2383
2384 #: tp/Texinfo/Common.pm:1509
2385 #, perl-format
2386 msgid "%s:%d: nodes without a new name at the end of file\n"
2387 msgstr ""
2388
2389 #: tp/Texinfo/Common.pm:2000
2390 #, perl-format
2391 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2380 #: tp/Texinfo/Common.pm:1500
2381 msgid "no node to be renamed"
2382 msgstr ""
2383
2384 #: tp/Texinfo/Common.pm:1511
2385 msgid "nodes without a new name at the end of file"
2386 msgstr ""
2387
2388 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2389 #, fuzzy, perl-format
2390 msgid "could not open %s: %s"
2391 msgstr "%s: no se pudo abrir --css-file: %s"
2392
2393 #: tp/Texinfo/Common.pm:2002
2394 #, perl-format
2395 msgid "could not protect hash character in @%s"
23922396 msgstr ""
23932397
23942398 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2395 #: tp/texi2any.pl:387 tp/texi2any.pl:404
23962399 #, fuzzy, perl-format
23972400 msgid "Obsolete variable %s\n"
23982401 msgstr "Establecer variable: "
23992402
24002403 #: tp/Texinfo/Convert/Converter.pm:601
24012404 #, fuzzy, perl-format
2402 msgid "Can't create directories `%s' or `%s': %s"
2405 msgid "could not create directories `%s' or `%s': %s"
24032406 msgstr "No se pudo crear el directorio `%s': %s"
24042407
24052408 #: tp/Texinfo/Convert/Converter.pm:609
24062409 #, fuzzy, perl-format
2407 msgid "Can't create directories `%s': %s"
2410 msgid "could not create directory `%s': %s"
24082411 msgstr "No se pudo crear el directorio `%s': %s"
24092412
2410 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2411 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2412 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2413 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2414 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2415 #, fuzzy, perl-format
2416 msgid "Error on closing %s: %s"
2413 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2414 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2415 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2416 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2417 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2418 #, fuzzy, perl-format
2419 msgid "error on closing %s: %s"
24172420 msgstr "error mientras se escribía al fichero `%s'"
24182421
2419 #: tp/Texinfo/Convert/DocBook.pm:898
2422 #: tp/Texinfo/Convert/DocBook.pm:899
24202423 #, fuzzy, perl-format
24212424 msgid "@image file `%s' not found, using `%s'"
24222425 msgstr "El fichero de imagen `%s' no es accesible: %s"
24232426
2424 #: tp/Texinfo/Convert/HTML.pm:1677
2427 #: tp/Texinfo/Convert/HTML.pm:1678
24252428 #, fuzzy, perl-format
24262429 msgid "@image file `%s' (for HTML) not found, using `%s'"
24272430 msgstr "La imagen `%s' no es válida (para su salida en formato HTML): %s"
24282431
2429 #: tp/Texinfo/Convert/HTML.pm:2345
2430 #, perl-format
2431 msgid "Raw format %s is not converted"
2432 msgstr ""
2433
2434 #: tp/Texinfo/Convert/HTML.pm:4814
2435 #, perl-format
2436 msgid "%s:%d: string not closed in css file"
2432 #: tp/Texinfo/Convert/HTML.pm:2347
2433 #, perl-format
2434 msgid "raw format %s is not converted"
24372435 msgstr ""
24382436
24392437 #: tp/Texinfo/Convert/HTML.pm:4816
2440 #, fuzzy, perl-format
2441 msgid "%s:%d: --css-include ended in comment"
2438 msgid "string not closed in css file"
2439 msgstr ""
2440
2441 #: tp/Texinfo/Convert/HTML.pm:4818
2442 #, fuzzy
2443 msgid "--css-include ended in comment"
24422444 msgstr "%s:%d: --css-file finaliza con un comentario"
24432445
2444 #: tp/Texinfo/Convert/HTML.pm:4818
2445 #, perl-format
2446 msgid "%s:%d: @import not finished in css file"
2447 msgstr ""
2448
2449 #: tp/Texinfo/Convert/HTML.pm:4844
2450 #, fuzzy, perl-format
2451 msgid "css file %s not found"
2446 #: tp/Texinfo/Convert/HTML.pm:4820
2447 msgid "@import not finished in css file"
2448 msgstr ""
2449
2450 #: tp/Texinfo/Convert/HTML.pm:4846
2451 #, fuzzy, perl-format
2452 msgid "CSS file %s not found"
24522453 msgstr "no se encontró declaración de final de macro (`%cend')"
24532454
2454 #: tp/Texinfo/Convert/HTML.pm:4850
2455 #: tp/Texinfo/Convert/HTML.pm:4852
24552456 #, fuzzy, perl-format
24562457 msgid "could not open --include-file %s: %s"
24572458 msgstr "%s: no se pudo abrir --css-file: %s"
24582459
2459 #: tp/Texinfo/Convert/HTML.pm:4860
2460 #, fuzzy, perl-format
2461 msgid "Error on closing CSS file %s: %s"
2460 #: tp/Texinfo/Convert/HTML.pm:4862
2461 #, fuzzy, perl-format
2462 msgid "error on closing CSS file %s: %s"
24622463 msgstr "error cerrando fichero `%s'"
24632464
2464 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2465 #, fuzzy, perl-format
2466 msgid "No htmlxref.cnf entry found for `%s'"
2465 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2466 #, fuzzy, perl-format
2467 msgid "no htmlxref.cnf entry found for `%s'"
24672468 msgstr ""
24682469 "No se encontraron entradas de índice que concuerden con la palabra `%s'\n"
24692470
2470 #: tp/Texinfo/Convert/HTML.pm:6495
2471 #, fuzzy, perl-format
2472 msgid "Error on closing frame file %s: %s"
2471 #: tp/Texinfo/Convert/HTML.pm:6506
2472 #, fuzzy, perl-format
2473 msgid "error on closing frame file %s: %s"
24732474 msgstr "error cerrando fichero `%s'"
24742475
2475 #: tp/Texinfo/Convert/HTML.pm:6519
2476 #, fuzzy, perl-format
2477 msgid "Error on closing TOC frame file %s: %s"
2476 #: tp/Texinfo/Convert/HTML.pm:6530
2477 #, fuzzy, perl-format
2478 msgid "error on closing TOC frame file %s: %s"
24782479 msgstr "error cerrando fichero `%s'"
24792480
2480 #: tp/Texinfo/Convert/HTML.pm:6634
2481 #, perl-format
2482 msgid "Handler %s of stage %s priority %s failed"
2483 msgstr ""
2484
2485 #: tp/Texinfo/Convert/HTML.pm:6835
2486 msgid "Must specify a title with a title command or @top"
2487 msgstr ""
2488
2489 #: tp/Texinfo/Convert/HTML.pm:7040
2490 #, perl-format
2491 msgid "Error on closing redirection node file %s: %s"
2492 msgstr ""
2493
2494 #: tp/Texinfo/Convert/HTML.pm:7065
2495 #, fuzzy, perl-format
2496 msgid "Old name for `%s' is a node of the document"
2481 #: tp/Texinfo/Convert/HTML.pm:6645
2482 #, perl-format
2483 msgid "handler %s of stage %s priority %s failed"
2484 msgstr ""
2485
2486 #: tp/Texinfo/Convert/HTML.pm:6846
2487 msgid "must specify a title with a title command or @top"
2488 msgstr ""
2489
2490 #: tp/Texinfo/Convert/HTML.pm:7055
2491 #, fuzzy, perl-format
2492 msgid "error on closing redirection node file %s: %s"
2493 msgstr "error cerrando fichero `%s'"
2494
2495 #: tp/Texinfo/Convert/HTML.pm:7080
2496 #, fuzzy, perl-format
2497 msgid "old name for `%s' is a node of the document"
24972498 msgstr "Este nodo no contiene `Anterior' ni `Superior'."
24982499
2499 #: tp/Texinfo/Convert/HTML.pm:7069
2500 #, fuzzy, perl-format
2501 msgid "File empty for renamed node `%s'"
2500 #: tp/Texinfo/Convert/HTML.pm:7086
2501 #, fuzzy, perl-format
2502 msgid "file empty for renamed node `%s'"
25022503 msgstr "Nodo `%s' no referenciado"
25032504
2504 #: tp/Texinfo/Convert/HTML.pm:7081
2505 #, perl-format
2506 msgid "Target node (new name for `%s') not in document: %s"
2507 msgstr ""
2508
2509 #: tp/Texinfo/Convert/HTML.pm:7113
2510 #, fuzzy, perl-format
2511 msgid "Error on closing renamed node redirection file %s: %s"
2505 #: tp/Texinfo/Convert/HTML.pm:7100
2506 #, perl-format
2507 msgid "target node (new name for `%s') not in document: %s"
2508 msgstr ""
2509
2510 #: tp/Texinfo/Convert/HTML.pm:7132
2511 #, fuzzy, perl-format
2512 msgid "error on closing renamed node redirection file %s: %s"
25122513 msgstr "error cerrando fichero `%s'"
25132514
2514 #: tp/Texinfo/Convert/HTML.pm:7151
2515 #, fuzzy
2516 msgid "Empty node name"
2515 #: tp/Texinfo/Convert/HTML.pm:7170
2516 #, fuzzy
2517 msgid "empty node name"
25172518 msgstr ""
25182519 "No se encontraron entradas de índice que concuerden con la palabra `%s'\n"
25192520
2520 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2521 #, perl-format
2522 msgid "Syntax for an external node used for `%s'"
2521 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2522 #, perl-format
2523 msgid "syntax for an external node used for `%s'"
25232524 msgstr ""
25242525
25252526 #: tp/Texinfo/Convert/Info.pm:99
25262527 #, fuzzy
2527 msgid "Document without nodes."
2528 msgid "document without nodes"
25282529 msgstr "No existe un menú en este nodo."
25292530
2530 #: tp/Texinfo/Convert/Info.pm:115
2531 msgid "Document without Top node."
2532 msgstr ""
2533
2534 #: tp/Texinfo/Convert/Info.pm:151
2535 #, perl-format
2536 msgid "Rename %s failed: %s"
2537 msgstr ""
2538
2539 #: tp/Texinfo/Convert/Info.pm:226
2531 #: tp/Texinfo/Convert/Info.pm:116
2532 #, fuzzy
2533 msgid "document without Top node"
2534 msgstr "No existe un menú en este nodo."
2535
2536 #: tp/Texinfo/Convert/Info.pm:153
2537 #, perl-format
2538 msgid "rename %s failed: %s"
2539 msgstr ""
2540
2541 #: tp/Texinfo/Convert/Info.pm:228
25402542 #, perl-format
25412543 msgid "@%s output more than once: %s"
25422544 msgstr ""
25432545
2544 #: tp/Texinfo/Convert/Info.pm:340
2546 #: tp/Texinfo/Convert/Info.pm:346
25452547 #, fuzzy, perl-format
25462548 msgid "@%s outside of any node"
25472549 msgstr "(fuera de nodo alguno)"
25482550
2549 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2550 #, perl-format
2551 msgid "Entry for index `%s' outside of any node"
2551 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2552 #, fuzzy, perl-format
2553 msgid "entry for index `%s' outside of any node"
25522554 msgstr "La entrada para el índice `%s' se encuentra fuera de nodo alguno"
25532555
25542556 #: tp/Texinfo/Convert/Plaintext.pm:1217
25552557 #, fuzzy, perl-format
2556 msgid "Error on closing image text file %s: %s"
2558 msgid "error on closing image text file %s: %s"
25572559 msgstr "error cerrando fichero `%s'"
25582560
25592561 #: tp/Texinfo/Convert/Plaintext.pm:1222
25612563 msgid "@image file `%s' unreadable: %s"
25622564 msgstr "El fichero de imagen `%s' no es accesible: %s"
25632565
2564 #: tp/Texinfo/Convert/Plaintext.pm:1250
2565 #, fuzzy, perl-format
2566 msgid "Cannot find @image file `%s.txt' nor alternate text"
2566 #: tp/Texinfo/Convert/Plaintext.pm:1251
2567 #, fuzzy, perl-format
2568 msgid "could not find @image file `%s.txt' nor alternate text"
25672569 msgstr "Nodo `%s' no fue encontrado."
25682570
2569 #: tp/Texinfo/Convert/Plaintext.pm:1615
2571 #: tp/Texinfo/Convert/Plaintext.pm:1617
25702572 msgid ""
25712573 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
25722574 "avoid that"
25742576 "@strong{Note...} produce una referencia no deseada en Info; reescríbalo para "
25752577 "que esto no ocurra"
25762578
2577 #: tp/Texinfo/Convert/Plaintext.pm:1845
2579 #: tp/Texinfo/Convert/Plaintext.pm:1849
25782580 #, fuzzy, perl-format
25792581 msgid "`.' or `,' must follow @xref, not %s"
25802582 msgstr "`@%s' debe ser precedido por `.' o `,', no por `%c'"
25812583
2582 #: tp/Texinfo/Convert/Plaintext.pm:1847
2584 #: tp/Texinfo/Convert/Plaintext.pm:1852
25832585 #, fuzzy
25842586 msgid "`.' or `,' must follow @xref"
25852587 msgstr "`@%s' debe ser precedido por `.' o `,', no por `%c'"
25892591 msgid "@%s should only appear at beginning or end of document"
25902592 msgstr "%s: no se pudo abrir --css-file: %s"
25912593
2592 #: tp/Texinfo/Parser.pm:837
2593 #, fuzzy, perl-format
2594 msgid "Can't read file %s: %s"
2595 msgstr "No se pudo eliminar `%s': %s"
2596
25972594 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
25982595 #, perl-format
2599 msgid "Multiple @%s"
2596 msgid "multiple @%s"
26002597 msgstr ""
26012598
26022599 #: tp/Texinfo/Parser.pm:1100
26032600 #, fuzzy, perl-format
2604 msgid "Bad syntax for @%s argument: %s"
2601 msgid "bad syntax for @%s argument: %s"
26052602 msgstr "Argumento erróneo para @%s"
26062603
26072604 #: tp/Texinfo/Parser.pm:1116
2608 #, perl-format
2609 msgid "Bad or empty @%s formal argument: %s"
2610 msgstr ""
2611
2612 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2613 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2614 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2605 #, fuzzy, perl-format
2606 msgid "bad or empty @%s formal argument: %s"
2607 msgstr "Argumento erróneo para @%s"
2608
2609 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2610 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2611 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
26152612 #, perl-format
26162613 msgid "%c%s requires a name"
26172614 msgstr "la construcción `%c%s' requiere un nombre"
26182615
2619 #: tp/Texinfo/Parser.pm:1235
2616 #: tp/Texinfo/Parser.pm:1238
26202617 #, perl-format
26212618 msgid "%c%s missing close brace"
26222619 msgstr "%c%s se esperaba leer `}'"
26232620
2624 #: tp/Texinfo/Parser.pm:1238
2621 #: tp/Texinfo/Parser.pm:1241
26252622 #, fuzzy, perl-format
26262623 msgid "@%s missing closing delimiter sequence: %s}"
26272624 msgstr "%c%s se esperaba leer `}'"
26282625
2629 #: tp/Texinfo/Parser.pm:1351
2626 #: tp/Texinfo/Parser.pm:1354
26302627 #, fuzzy, perl-format
26312628 msgid "@itemx should not begin @%s"
26322629 msgstr "%s: no se pudo abrir --css-file: %s"
26332630
2634 #: tp/Texinfo/Parser.pm:1419
2631 #: tp/Texinfo/Parser.pm:1422
26352632 msgid "@itemx must follow @item"
26362633 msgstr ""
26372634
2638 #: tp/Texinfo/Parser.pm:1587
2635 #: tp/Texinfo/Parser.pm:1590
26392636 #, perl-format
26402637 msgid "@%s has text but no @item"
26412638 msgstr ""
26422639
2643 #: tp/Texinfo/Parser.pm:1617
2640 #: tp/Texinfo/Parser.pm:1620
26442641 #, perl-format
26452642 msgid "`@end' expected `%s', but saw `%s'"
26462643 msgstr "Se esperaba ver `@end' `%s', pero se ha leído `%s'"
26472644
2648 #: tp/Texinfo/Parser.pm:1620
2645 #: tp/Texinfo/Parser.pm:1623
26492646 #, fuzzy, perl-format
26502647 msgid "@%s seen before @end %s"
26512648 msgstr "`@menu' ha sido leído antes que `@node', se creará un nodo `Top'"
26522649
2653 #: tp/Texinfo/Parser.pm:1624
2654 #, perl-format
2655 msgid "No matching `%cend %s'"
2650 #: tp/Texinfo/Parser.pm:1627
2651 #, fuzzy, perl-format
2652 msgid "no matching `%cend %s'"
26562653 msgstr "No hay constancia de final de bloque `%cend %s'"
26572654
2658 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2659 #: tp/Texinfo/Parser.pm:5125
2660 #, perl-format
2661 msgid "Misplaced %c"
2655 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2656 #: tp/Texinfo/Parser.pm:5150
2657 #, fuzzy, perl-format
2658 msgid "misplaced %c"
26622659 msgstr "Carácter `%c' fuera de lugar"
26632660
2664 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2665 #, perl-format
2666 msgid "Unmatched `%c%s'"
2661 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2662 #, fuzzy, perl-format
2663 msgid "unmatched `%c%s'"
26672664 msgstr "Final de bloque inexistente (`%c%s')"
26682665
2669 #: tp/Texinfo/Parser.pm:1972
2670 #, fuzzy, perl-format
2671 msgid "Macro `%s' called with too many args"
2666 #: tp/Texinfo/Parser.pm:1976
2667 #, fuzzy, perl-format
2668 msgid "macro `%s' called with too many args"
26722669 msgstr "La llamada al macro `%s' en la línea %d contiene demasiados argumentos"
26732670
2674 #: tp/Texinfo/Parser.pm:1994
2671 #: tp/Texinfo/Parser.pm:1998
26752672 #, fuzzy, perl-format
26762673 msgid "@%s missing close brace"
26772674 msgstr "%c%s se esperaba leer `}'"
26782675
2679 #: tp/Texinfo/Parser.pm:2001
2680 #, fuzzy, perl-format
2681 msgid "Macro `%s' declared without argument called with an argument"
2676 #: tp/Texinfo/Parser.pm:2006
2677 #, fuzzy, perl-format
2678 msgid "macro `%s' declared without argument called with an argument"
26822679 msgstr "La llamada al macro `%s' en la línea %d contiene demasiados argumentos"
26832680
2684 #: tp/Texinfo/Parser.pm:2035
2681 #: tp/Texinfo/Parser.pm:2041
26852682 #, fuzzy, perl-format
26862683 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
26872684 msgstr ""
26882685 "\\ fue leído durante la expansión del macro seguido de `%s' en vez de por un "
26892686 "parámetro válido"
26902687
2691 #: tp/Texinfo/Parser.pm:2430
2688 #: tp/Texinfo/Parser.pm:2436
26922689 #, fuzzy, perl-format
26932690 msgid "@%s `%s' previously defined"
26942691 msgstr "el macro `%s' ya ha sido definido en este documento"
26952692
2696 #: tp/Texinfo/Parser.pm:2435
2693 #: tp/Texinfo/Parser.pm:2441
26972694 #, fuzzy, perl-format
26982695 msgid "here is the previous definition as @%s"
26992696 msgstr "la definición previa de `%s' se encuentra aquí"
27002697
2701 #: tp/Texinfo/Parser.pm:2796
2702 #, fuzzy, perl-format
2703 msgid "Missing name for @%s"
2698 #: tp/Texinfo/Parser.pm:2802
2699 #, fuzzy, perl-format
2700 msgid "missing name for @%s"
27042701 msgstr "La construcción `@def arg' necesita de un símbolo `}' al final"
27052702
2706 #: tp/Texinfo/Parser.pm:2801
2707 #, perl-format
2708 msgid "Missing category for @%s"
2709 msgstr ""
2710
2711 #: tp/Texinfo/Parser.pm:2853
2712 #, fuzzy, perl-format
2713 msgid "Unexpected argument on @%s line: %s"
2703 #: tp/Texinfo/Parser.pm:2807
2704 #, fuzzy, perl-format
2705 msgid "missing category for @%s"
2706 msgstr "La construcción `@def arg' necesita de un símbolo `}' al final"
2707
2708 #: tp/Texinfo/Parser.pm:2859
2709 #, fuzzy, perl-format
2710 msgid "unexpected argument on @%s line: %s"
27142711 msgstr "Argumento erróneo para @%s: %s"
27152712
2716 #: tp/Texinfo/Parser.pm:2869
2713 #: tp/Texinfo/Parser.pm:2875
27172714 #, fuzzy
27182715 msgid "empty multitable"
27192716 msgstr "%s: fichero vacío"
27202717
2721 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2722 #, fuzzy, perl-format
2723 msgid "Superfluous argument to @%s"
2718 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2719 #, fuzzy, perl-format
2720 msgid "superfluous argument to @%s"
27242721 msgstr "Argumento erróneo para @%s"
27252722
2726 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2727 #: tp/Texinfo/Parser.pm:5379
2728 #, perl-format
2729 msgid "Bad argument to @%s"
2723 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2724 #: tp/Texinfo/Parser.pm:5405
2725 #, fuzzy, perl-format
2726 msgid "bad argument to @%s"
27302727 msgstr "Argumento erróneo para @%s"
27312728
2732 #: tp/Texinfo/Parser.pm:2942
2729 #: tp/Texinfo/Parser.pm:2948
27332730 #, perl-format
27342731 msgid "%s requires an argument: the formatter for %citem"
27352732 msgstr "`%s' requiere un argumento: el procesador de formato para %citem"
27362733
2737 #: tp/Texinfo/Parser.pm:2947
2738 #, perl-format
2739 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2740 msgstr ""
2741
2742 #: tp/Texinfo/Parser.pm:2982
2743 #, fuzzy, perl-format
2744 msgid "Accent command `@%s' not allowed as @%s argument"
2734 #: tp/Texinfo/Parser.pm:2953
2735 #, perl-format
2736 msgid "command @%s not accepting argument in brace should not be on @%s line"
2737 msgstr ""
2738
2739 #: tp/Texinfo/Parser.pm:2988
2740 #, fuzzy, perl-format
2741 msgid "accent command `@%s' not allowed as @%s argument"
27452742 msgstr "el uso de `@item' no está permitido como argumento de `@itemize'"
27462743
2747 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2748 #: tp/Texinfo/Parser.pm:5338
2744 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2745 #: tp/Texinfo/Parser.pm:5364
27492746 #, fuzzy, perl-format
27502747 msgid "@%s missing argument"
27512748 msgstr "%s: se necesita nombre de fichero que procesar.\n"
27522749
2753 #: tp/Texinfo/Parser.pm:3072
2754 #, fuzzy, perl-format
2755 msgid "Unknown @end %s"
2750 #: tp/Texinfo/Parser.pm:3078
2751 #, fuzzy, perl-format
2752 msgid "unknown @end %s"
27562753 msgstr "Índice desconocido `%s'"
27572754
2758 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2759 #, fuzzy, perl-format
2760 msgid "Superfluous argument to @%s %s: %s"
2755 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2756 #, fuzzy, perl-format
2757 msgid "superfluous argument to @%s %s: %s"
27612758 msgstr "Argumento erróneo para @%s: %s"
27622759
2763 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2764 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2765 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2766 #, perl-format
2767 msgid "Bad argument to @%s: %s"
2760 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2761 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2762 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2763 #, fuzzy, perl-format
2764 msgid "bad argument to @%s: %s"
27682765 msgstr "Argumento erróneo para @%s: %s"
27692766
2770 #: tp/Texinfo/Parser.pm:3118
2771 #, fuzzy, perl-format
2772 msgid "@%s: Cannot open %s: %s"
2767 #: tp/Texinfo/Parser.pm:3124
2768 #, fuzzy, perl-format
2769 msgid "@%s: could not open %s: %s"
27732770 msgstr "No se encontró `%s'."
27742771
2775 #: tp/Texinfo/Parser.pm:3130
2776 #, perl-format
2777 msgid "Encoding `%s' is not a canonical texinfo encoding"
2778 msgstr ""
2779
2780 #: tp/Texinfo/Parser.pm:3139
2772 #: tp/Texinfo/Parser.pm:3136
2773 #, perl-format
2774 msgid "encoding `%s' is not a canonical texinfo encoding"
2775 msgstr ""
2776
2777 #: tp/Texinfo/Parser.pm:3145
27812778 #, perl-format
27822779 msgid "unrecognized encoding name `%s'"
27832780 msgstr "`%s' no se corresponde con ningún tipo de codificación conocido"
27842781
2785 #: tp/Texinfo/Parser.pm:3289
2782 #: tp/Texinfo/Parser.pm:3295
27862783 #, perl-format
27872784 msgid "@%s after the first element"
27882785 msgstr ""
27892786
2790 #: tp/Texinfo/Parser.pm:3296
2787 #: tp/Texinfo/Parser.pm:3302
27912788 #, fuzzy, perl-format
27922789 msgid "@%s only meaningful on a @multitable line"
27932790 msgstr ""
27942791 "@%s carece de sentido fuera de influencias de entornos como `@titlepage'"
27952792
2796 #: tp/Texinfo/Parser.pm:3336
2793 #: tp/Texinfo/Parser.pm:3342
27972794 #, fuzzy, perl-format
27982795 msgid "@%s should not be associated with @top"
27992796 msgstr "%s: no se pudo abrir --css-file: %s"
28002797
2801 #: tp/Texinfo/Parser.pm:3348
2798 #: tp/Texinfo/Parser.pm:3354
28022799 #, fuzzy, perl-format
28032800 msgid "@node precedes @%s, but parts may not be associated with nodes"
28042801 msgstr "%s: no se pudo abrir --css-file: %s"
28052802
2806 #: tp/Texinfo/Parser.pm:3450
2807 #, fuzzy, perl-format
2808 msgid "Empty argument in @%s"
2803 #: tp/Texinfo/Parser.pm:3456
2804 #, fuzzy, perl-format
2805 msgid "empty argument in @%s"
28092806 msgstr "Argumento erróneo para @%s"
28102807
2811 #: tp/Texinfo/Parser.pm:3454
2812 #, perl-format
2813 msgid "Empty node name after expansion `%s'"
2814 msgstr ""
2815
2816 #: tp/Texinfo/Parser.pm:3497
2817 #, fuzzy, perl-format
2818 msgid "Empty menu entry name in `%s'"
2808 #: tp/Texinfo/Parser.pm:3460
2809 #, fuzzy, perl-format
2810 msgid "empty node name after expansion `%s'"
28192811 msgstr "Argumento erróneo para @%s"
28202812
2821 #: tp/Texinfo/Parser.pm:3505
2822 #, fuzzy
2823 msgid "Empty node name in menu entry"
2813 #: tp/Texinfo/Parser.pm:3503
2814 #, fuzzy, perl-format
2815 msgid "empty menu entry name in `%s'"
2816 msgstr "Argumento erróneo para @%s"
2817
2818 #: tp/Texinfo/Parser.pm:3511
2819 #, fuzzy
2820 msgid "empty node name in menu entry"
28242821 msgstr ""
28252822 "No se encontraron entradas de índice que concuerden con la palabra `%s'\n"
28262823
2827 #: tp/Texinfo/Parser.pm:3578
2824 #: tp/Texinfo/Parser.pm:3584
28282825 #, fuzzy, perl-format
28292826 msgid "@%s should not appear in @%s"
28302827 msgstr "%s: no se pudo abrir --css-file: %s"
28312828
2832 #: tp/Texinfo/Parser.pm:3710
2829 #: tp/Texinfo/Parser.pm:3716
28332830 #, fuzzy, perl-format
28342831 msgid "@end %s should only appear at a line beginning"
28352832 msgstr "%s: no se pudo abrir --css-file: %s"
28362833
2837 #: tp/Texinfo/Parser.pm:3733
2834 #: tp/Texinfo/Parser.pm:3739
28382835 #, perl-format
28392836 msgid "macro `%s' previously defined"
28402837 msgstr "el macro `%s' ya ha sido definido en este documento"
28412838
2842 #: tp/Texinfo/Parser.pm:3735
2839 #: tp/Texinfo/Parser.pm:3742
28432840 #, perl-format
28442841 msgid "here is the previous definition of `%s'"
28452842 msgstr "la definición previa de `%s' se encuentra aquí"
28462843
2847 #: tp/Texinfo/Parser.pm:3739
2848 #, perl-format
2849 msgid "Redefining Texinfo language command: @%s"
2850 msgstr ""
2851
2852 #: tp/Texinfo/Parser.pm:3788
2844 #: tp/Texinfo/Parser.pm:3747
2845 #, perl-format
2846 msgid "redefining Texinfo language command: @%s"
2847 msgstr ""
2848
2849 #: tp/Texinfo/Parser.pm:3796
28532850 #, perl-format
28542851 msgid "@%s without associated character"
28552852 msgstr ""
28562853
2857 #: tp/Texinfo/Parser.pm:3849
2854 #: tp/Texinfo/Parser.pm:3858
28582855 #, perl-format
28592856 msgid ""
28602857 "@%s defined with zero or more than one argument should be invoked with {}"
28612858 msgstr ""
28622859
2863 #: tp/Texinfo/Parser.pm:3872
2864 #, perl-format
2865 msgid ""
2866 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2860 #: tp/Texinfo/Parser.pm:3882
2861 #, perl-format
2862 msgid ""
2863 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
28672864 "value %d)"
28682865 msgstr ""
28692866
2870 #: tp/Texinfo/Parser.pm:3880
2871 #, perl-format
2872 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2873 msgstr ""
2874
2875 #: tp/Texinfo/Parser.pm:3935
2876 #, perl-format
2877 msgid "Accent command `@%s' must not be followed by whitespace"
2878 msgstr ""
2879
2880 #: tp/Texinfo/Parser.pm:3941
2881 #, perl-format
2882 msgid "Use braces to give a command as an argument to @%s"
2867 #: tp/Texinfo/Parser.pm:3891
2868 #, perl-format
2869 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2870 msgstr ""
2871
2872 #: tp/Texinfo/Parser.pm:3947
2873 #, fuzzy, perl-format
2874 msgid "accent command `@%s' must not be followed by whitespace"
2875 msgstr "el uso de `@item' no está permitido como argumento de `@itemize'"
2876
2877 #: tp/Texinfo/Parser.pm:3953
2878 #, fuzzy, perl-format
2879 msgid "use braces to give a command as an argument to @%s"
28832880 msgstr "Use llaves para suplir un comando como argumento a @%s"
28842881
2885 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2882 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
28862883 #, fuzzy, perl-format
28872884 msgid "%c%s expects `i' or `j' as argument, not `%s'"
28882885 msgstr ""
28892886 "el uso de `%c%s' presupone como siguientes argumentos `i' o `j', no `%c'"
28902887
2891 #: tp/Texinfo/Parser.pm:3966
2892 #, perl-format
2893 msgid "Accent command `@%s' must not be followed by new line"
2894 msgstr ""
2895
2896 #: tp/Texinfo/Parser.pm:3977
2888 #: tp/Texinfo/Parser.pm:3978
2889 #, fuzzy, perl-format
2890 msgid "accent command `@%s' must not be followed by new line"
2891 msgstr "el uso de `@item' no está permitido como argumento de `@itemize'"
2892
2893 #: tp/Texinfo/Parser.pm:3989
28972894 #, fuzzy, perl-format
28982895 msgid "@%s expected braces"
28992896 msgstr "%c%s se esperaban llaves"
29002897
2901 #: tp/Texinfo/Parser.pm:4136
2898 #: tp/Texinfo/Parser.pm:4148
29022899 #, perl-format
29032900 msgid "undefined flag: %s"
29042901 msgstr "etiqueta indefinida: %s"
29052902
2906 #: tp/Texinfo/Parser.pm:4139
2907 msgid "Bad syntax for @value"
2908 msgstr ""
2909
2910 #: tp/Texinfo/Parser.pm:4146
2903 #: tp/Texinfo/Parser.pm:4151
2904 #, fuzzy
2905 msgid "bad syntax for @value"
2906 msgstr "Argumento erróneo para @%s"
2907
2908 #: tp/Texinfo/Parser.pm:4158
29112909 #, fuzzy, perl-format
29122910 msgid "%c%s is obsolete."
29132911 msgstr "%c%s es una sintaxis ya obsoleta"
29142912
2915 #: tp/Texinfo/Parser.pm:4149
2913 #: tp/Texinfo/Parser.pm:4161
29162914 #, fuzzy, perl-format
29172915 msgid "%c%s is obsolete; %s"
29182916 msgstr "%c%s es una sintaxis ya obsoleta"
29192917
2920 #: tp/Texinfo/Parser.pm:4157
2918 #: tp/Texinfo/Parser.pm:4170
29212919 #, fuzzy, perl-format
29222920 msgid "@%s should only appear at a line beginning"
29232921 msgstr "%s: no se pudo abrir --css-file: %s"
29242922
2925 #: tp/Texinfo/Parser.pm:4247
2923 #: tp/Texinfo/Parser.pm:4261
29262924 #, fuzzy, perl-format
29272925 msgid "@%s not allowed inside `@%s' block"
29282926 msgstr "`@%s' carece de sentido bajo la influencia de un bloque `@%s'"
29292927
2930 #: tp/Texinfo/Parser.pm:4255
2928 #: tp/Texinfo/Parser.pm:4270
29312929 #, fuzzy, perl-format
29322930 msgid "@%s should only appear in heading or footing"
29332931 msgstr "%s: no se pudo abrir --css-file: %s"
29342932
2935 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2936 #: tp/Texinfo/Parser.pm:4437
2933 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2934 #: tp/Texinfo/Parser.pm:4458
29372935 #, perl-format
29382936 msgid "@%s not meaningful inside `@%s' block"
29392937 msgstr "`@%s' carece de sentido bajo la influencia de un bloque `@%s'"
29402938
2941 #: tp/Texinfo/Parser.pm:4398
2939 #: tp/Texinfo/Parser.pm:4418
29422940 #, fuzzy, perl-format
29432941 msgid "@%s in empty multitable"
29442942 msgstr "%s: fichero vacío"
29452943
2946 #: tp/Texinfo/Parser.pm:4403
2944 #: tp/Texinfo/Parser.pm:4424
29472945 msgid "@tab before @item"
29482946 msgstr ""
29492947
2950 #: tp/Texinfo/Parser.pm:4406
2951 #, perl-format
2952 msgid "Too many columns in multitable item (max %d)"
2948 #: tp/Texinfo/Parser.pm:4427
2949 #, fuzzy, perl-format
2950 msgid "too many columns in multitable item (max %d)"
29532951 msgstr "Demasiadas columnas para el elemento multi-tabla (max %d)"
29542952
2955 #: tp/Texinfo/Parser.pm:4443
2953 #: tp/Texinfo/Parser.pm:4464
29562954 msgid "ignoring @tab outside of multitable"
29572955 msgstr "ignorando `@tab' no influenciado por el entorno `multitable'"
29582956
2959 #: tp/Texinfo/Parser.pm:4447
2957 #: tp/Texinfo/Parser.pm:4468
29602958 #, perl-format
29612959 msgid "@%s outside of table or list"
29622960 msgstr ""
29632961
2964 #: tp/Texinfo/Parser.pm:4482
2965 #, fuzzy, perl-format
2966 msgid "Must be after `@%s' to use `@%s'"
2962 #: tp/Texinfo/Parser.pm:4503
2963 #, fuzzy, perl-format
2964 msgid "must be after `@%s' to use `@%s'"
29672965 msgstr "Debe estar bajo la influencia del entorno `@%s' para poder usar `@%s'"
29682966
2969 #: tp/Texinfo/Parser.pm:4524
2967 #: tp/Texinfo/Parser.pm:4545
29702968 #, perl-format
29712969 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
29722970 msgstr ""
29732971 "`@%s' carece de sentido fuera de influencias de entornos como `@titlepage' o "
29742972 "`@quotation'"
29752973
2976 #: tp/Texinfo/Parser.pm:4528
2974 #: tp/Texinfo/Parser.pm:4549
29772975 #, fuzzy
29782976 msgid "@dircategory after first node"
29792977 msgstr "`@menu' ha sido leído antes que `@node', se creará un nodo `Top'"
29802978
2981 #: tp/Texinfo/Parser.pm:4686
2982 #, fuzzy, perl-format
2983 msgid "Region %s inside region %s is not allowed"
2979 #: tp/Texinfo/Parser.pm:4708
2980 #, fuzzy, perl-format
2981 msgid "region %s inside region %s is not allowed"
29842982 msgstr "No está permitido anidar notas a pie de página en sí mismas"
29852983
2986 #: tp/Texinfo/Parser.pm:4704
2984 #: tp/Texinfo/Parser.pm:4726
29872985 #, fuzzy
29882986 msgid "@direntry after first node"
29892987 msgstr "`@menu' ha sido leído antes que `@node', se creará un nodo `Top'"
29902988
2991 #: tp/Texinfo/Parser.pm:4712
2989 #: tp/Texinfo/Parser.pm:4734
29922990 #, fuzzy, perl-format
29932991 msgid "@%s seen before first @node"
29942992 msgstr "`@menu' ha sido leído antes que `@node', se creará un nodo `Top'"
29952993
2996 #: tp/Texinfo/Parser.pm:4714
2994 #: tp/Texinfo/Parser.pm:4737
29972995 msgid ""
29982996 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
29992997 msgstr ""
30002998 "¿Quizás su nodo `@top' debería quedar bajo la influencia de un bloque "
30012999 "`@ifnottex' en vez de la de un bloque `@ifinfo'?"
30023000
3003 #: tp/Texinfo/Parser.pm:4776
3001 #: tp/Texinfo/Parser.pm:4799
30043002 #, fuzzy, perl-format
30053003 msgid "@%s should only appear in math context"
30063004 msgstr "%s: no se pudo abrir --css-file: %s"
30073005
3008 #: tp/Texinfo/Parser.pm:4784
3009 #, perl-format
3010 msgid "Unknown command `%s'"
3006 #: tp/Texinfo/Parser.pm:4807
3007 #, fuzzy, perl-format
3008 msgid "unknown command `%s'"
30113009 msgstr "Comando desconocido `%s'"
30123010
3013 #: tp/Texinfo/Parser.pm:4794
3014 #, fuzzy
3015 msgid "Unexpected @"
3011 #: tp/Texinfo/Parser.pm:4817
3012 #, fuzzy
3013 msgid "unexpected @"
30163014 msgstr "Se esperaba `%s'"
30173015
3018 #: tp/Texinfo/Parser.pm:4822
3016 #: tp/Texinfo/Parser.pm:4846
30193017 #, fuzzy, perl-format
30203018 msgid "@%s is not meaningful outside `@float' environment"
30213019 msgstr "@%s carece de sentido si se da fuera de entornos como `@float'"
30223020
3023 #: tp/Texinfo/Parser.pm:4826
3021 #: tp/Texinfo/Parser.pm:4851
30243022 #, perl-format
30253023 msgid "@%s should be right below `@float'"
30263024 msgstr ""
30273025
3028 #: tp/Texinfo/Parser.pm:4834
3029 #, perl-format
3030 msgid "Ignoring multiple @%s"
3031 msgstr ""
3032
3033 #: tp/Texinfo/Parser.pm:4950
3034 #, perl-format
3035 msgid "Command @%s does not accept arguments"
3036 msgstr ""
3037
3038 #: tp/Texinfo/Parser.pm:4974
3039 #, fuzzy, perl-format
3040 msgid "Command @%s missing a node or external manual argument"
3026 #: tp/Texinfo/Parser.pm:4859
3027 #, perl-format
3028 msgid "ignoring multiple @%s"
3029 msgstr ""
3030
3031 #: tp/Texinfo/Parser.pm:4975
3032 #, fuzzy, perl-format
3033 msgid "command @%s does not accept arguments"
3034 msgstr "el uso de `@item' no está permitido como argumento de `@itemize'"
3035
3036 #: tp/Texinfo/Parser.pm:4999
3037 #, fuzzy, perl-format
3038 msgid "command @%s missing a node or external manual argument"
30413039 msgstr "%s: se necesita nombre de fichero que procesar.\n"
30423040
3043 #: tp/Texinfo/Parser.pm:4993
3044 #, perl-format
3045 msgid "In @%s empty cross reference name after expansion `%s'"
3046 msgstr ""
3047
3048 #: tp/Texinfo/Parser.pm:5004
3049 #, perl-format
3050 msgid "In @%s empty cross reference title after expansion `%s'"
3051 msgstr ""
3052
3053 #: tp/Texinfo/Parser.pm:5017
3041 #: tp/Texinfo/Parser.pm:5018
3042 #, perl-format
3043 msgid "in @%s empty cross reference name after expansion `%s'"
3044 msgstr ""
3045
3046 #: tp/Texinfo/Parser.pm:5029
3047 #, perl-format
3048 msgid "in @%s empty cross reference title after expansion `%s'"
3049 msgstr ""
3050
3051 #: tp/Texinfo/Parser.pm:5042
30543052 msgid "@image missing filename argument"
30553053 msgstr "la primitiva `@image' carece de referencia a fichero alguno"
30563054
3057 #: tp/Texinfo/Parser.pm:5047
3055 #: tp/Texinfo/Parser.pm:5072
30583056 #, fuzzy, perl-format
30593057 msgid "@%s missing first argument"
30603058 msgstr "%s: se necesita nombre de fichero que procesar.\n"
30613059
3062 #: tp/Texinfo/Parser.pm:5169
3063 msgid "Superfluous arguments for node"
3064 msgstr ""
3065
3066 #: tp/Texinfo/Parser.pm:5208
3067 #, fuzzy, perl-format
3068 msgid "Expected @end %s"
3060 #: tp/Texinfo/Parser.pm:5194
3061 #, fuzzy
3062 msgid "superfluous arguments for node"
3063 msgstr "Argumento erróneo para @%s"
3064
3065 #: tp/Texinfo/Parser.pm:5233
3066 #, fuzzy, perl-format
3067 msgid "expected @end %s"
30693068 msgstr "Se esperaba `%s'"
30703069
3071 #: tp/Texinfo/Parser.pm:5283
3072 #, fuzzy, perl-format
3073 msgid "Remaining argument on @%s line: %s"
3070 #: tp/Texinfo/Parser.pm:5309
3071 #, fuzzy, perl-format
3072 msgid "remaining argument on @%s line: %s"
30743073 msgstr "Argumento erróneo para @%s: %s"
30753074
3076 #: tp/Texinfo/Parser.pm:5287
3075 #: tp/Texinfo/Parser.pm:5313
30773076 #, fuzzy, perl-format
30783077 msgid "@%s should only accept a @-command as argument, not `%s'"
30793078 msgstr "Use llaves para suplir un comando como argumento a @%s"
30803079
3081 #: tp/Texinfo/Parser.pm:5362
3082 #, fuzzy, perl-format
3083 msgid "Environment command %s as argument to @%s"
3080 #: tp/Texinfo/Parser.pm:5388
3081 #, fuzzy, perl-format
3082 msgid "environment command %s as argument to @%s"
30843083 msgstr "Use llaves para suplir un comando como argumento a @%s"
30853084
3086 #: tp/Texinfo/Parser.pm:5384
3087 #, perl-format
3088 msgid "Empty @%s"
3089 msgstr ""
3090
3091 #: tp/Texinfo/Parser.pm:5392
3085 #: tp/Texinfo/Parser.pm:5410
3086 #, perl-format
3087 msgid "empty @%s"
3088 msgstr ""
3089
3090 #: tp/Texinfo/Parser.pm:5418
30923091 #, perl-format
30933092 msgid "column fraction not a number: %s"
30943093 msgstr ""
30953094
3096 #: tp/Texinfo/Parser.pm:5401
3095 #: tp/Texinfo/Parser.pm:5427
30973096 #, fuzzy, perl-format
30983097 msgid "@sp arg must be numeric, not `%s'"
30993098 msgstr "%s: argumento de %s debe ser numérico, así que `%s' no es válido.\n"
31003099
3101 #: tp/Texinfo/Parser.pm:5409
3102 #, perl-format
3103 msgid "Reserved index name %s"
3104 msgstr ""
3105
3106 #: tp/Texinfo/Parser.pm:5428
3107 #, fuzzy, perl-format
3108 msgid "Unknown source index in @%s: %s"
3100 #: tp/Texinfo/Parser.pm:5436
3101 #, perl-format
3102 msgid "reserved index name %s"
3103 msgstr ""
3104
3105 #: tp/Texinfo/Parser.pm:5455
3106 #, fuzzy, perl-format
3107 msgid "unknown source index in @%s: %s"
31093108 msgstr "Índice desconocido `%s'"
31103109
3111 #: tp/Texinfo/Parser.pm:5431
3112 #, fuzzy, perl-format
3113 msgid "Unknown destination index in @%s: %s"
3110 #: tp/Texinfo/Parser.pm:5458
3111 #, fuzzy, perl-format
3112 msgid "unknown destination index in @%s: %s"
31143113 msgstr "Índice desconocido `%s'"
31153114
3116 #: tp/Texinfo/Parser.pm:5461
3115 #: tp/Texinfo/Parser.pm:5488
31173116 #, perl-format
31183117 msgid "@%s leads to a merging of %s in itself, ignoring"
31193118 msgstr ""
31203119
3121 #: tp/Texinfo/Parser.pm:5474
3122 #, perl-format
3123 msgid "Unknown index `%s' in @printindex"
3120 #: tp/Texinfo/Parser.pm:5501
3121 #, fuzzy, perl-format
3122 msgid "unknown index `%s' in @printindex"
31243123 msgstr "Índice desconocido `%s' en `@printindex'"
31253124
3126 #: tp/Texinfo/Parser.pm:5480
3127 #, perl-format
3128 msgid "Printing an index `%s' merged in another one `%s'"
3129 msgstr ""
3130
3131 #: tp/Texinfo/Parser.pm:5488
3132 #, perl-format
3133 msgid "Printindex before document beginning: @printindex %s"
3134 msgstr ""
3135
3136 #: tp/Texinfo/Parser.pm:5504
3125 #: tp/Texinfo/Parser.pm:5507
3126 #, perl-format
3127 msgid "printing an index `%s' merged in another one `%s'"
3128 msgstr ""
3129
3130 #: tp/Texinfo/Parser.pm:5515
3131 #, perl-format
3132 msgid "printindex before document beginning: @printindex %s"
3133 msgstr ""
3134
3135 #: tp/Texinfo/Parser.pm:5531
31373136 #, fuzzy, perl-format
31383137 msgid "@%s arg must be `top' or `bottom', not `%s'"
31393138 msgstr "%s: argumento de %s debe ser numérico, así que `%s' no es válido.\n"
31403139
3141 #: tp/Texinfo/Parser.pm:5512
3140 #: tp/Texinfo/Parser.pm:5539
31423141 #, perl-format
31433142 msgid "Only @%s 10 or 11 is supported, not `%s'"
31443143 msgstr "Sólo @%s 10 or 11 está soportado, no `%s'"
31453144
3146 #: tp/Texinfo/Parser.pm:5520
3145 #: tp/Texinfo/Parser.pm:5547
31473146 #, fuzzy, perl-format
31483147 msgid "@%s arg must be `separate' or `end', not `%s'"
31493148 msgstr ""
31503149 "%s: `--footnote-style' toma como argumentos `separate' o `end', no `%s'.\n"
31513150
3152 #: tp/Texinfo/Parser.pm:5528
3151 #: tp/Texinfo/Parser.pm:5555
31533152 #, fuzzy, perl-format
31543153 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
31553154 msgstr "%s: argumento de %s debe ser numérico, así que `%s' no es válido.\n"
31563155
3157 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3156 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
31583157 #, fuzzy, perl-format
31593158 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
31603159 msgstr ""
31613160 "%s: `--paragraph-indent' toma un argumento numérico/`none'/`asis', y no `"
31623161 "%s'.\n"
31633162
3164 #: tp/Texinfo/Parser.pm:5559
3163 #: tp/Texinfo/Parser.pm:5586
31653164 #, fuzzy, perl-format
31663165 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
31673166 msgstr ""
31683167 "%s: `--paragraph-indent' toma un argumento numérico/`none'/`asis', y no `"
31693168 "%s'.\n"
31703169
3171 #: tp/Texinfo/Parser.pm:5569
3170 #: tp/Texinfo/Parser.pm:5596
31723171 #, fuzzy, perl-format
31733172 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
31743173 msgstr ""
31753174 "%s: `--paragraph-indent' toma un argumento numérico/`none'/`asis', y no `"
31763175 "%s'.\n"
31773176
3178 #: tp/Texinfo/Parser.pm:5580
3179 #, perl-format
3180 msgid "Expected @%s on or off, not `%s'"
3177 #: tp/Texinfo/Parser.pm:5607
3178 #, fuzzy, perl-format
3179 msgid "expected @%s on or off, not `%s'"
31813180 msgstr "Se esperaba leer @%s \"on\" u \"off\", no `%s'"
31823181
3183 #: tp/Texinfo/Parser.pm:5590
3182 #: tp/Texinfo/Parser.pm:5617
31843183 #, perl-format
31853184 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
31863185 msgstr ""
31873186
3188 #: tp/Texinfo/Parser.pm:5598
3187 #: tp/Texinfo/Parser.pm:5625
31893188 #, fuzzy, perl-format
31903189 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
31913190 msgstr ""
31923191 "%s: `--footnote-style' toma como argumentos `separate' o `end', no `%s'.\n"
31933192
3194 #: tp/Texinfo/Parser.pm:5606
3193 #: tp/Texinfo/Parser.pm:5633
31953194 #, fuzzy, perl-format
31963195 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
31973196 msgstr ""
31983197 "%s: `--footnote-style' toma como argumentos `separate' o `end', no `%s'.\n"
31993198
3200 #: tp/Texinfo/Report.pm:100
3201 #, fuzzy, perl-format
3202 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3203 msgstr "%s:%d: precaución: "
3204
3205 #: tp/Texinfo/Report.pm:103
3206 #, fuzzy, perl-format
3207 msgid "%s:%d: warning: %s\n"
3208 msgstr "%s:%d: precaución: "
3209
3210 #: tp/Texinfo/Report.pm:146
3211 #, fuzzy, perl-format
3212 msgid "warning: %s\n"
3213 msgstr "%s:%d: precaución: "
3214
32153199 #: tp/Texinfo/Structuring.pm:231
32163200 #, perl-format
3217 msgid "Raising the section level of @%s which is too low"
3201 msgid "raising the section level of @%s which is too low"
32183202 msgstr ""
32193203
32203204 #: tp/Texinfo/Structuring.pm:263
32213205 #, perl-format
3222 msgid "No chapter-level command before @%s"
3206 msgid "no chapter-level command before @%s"
32233207 msgstr ""
32243208
32253209 #: tp/Texinfo/Structuring.pm:268
32263210 #, perl-format
3227 msgid "Lowering the section level of @%s appearing after a lower element"
3211 msgid "lowering the section level of @%s appearing after a lower element"
32283212 msgstr ""
32293213
32303214 #: tp/Texinfo/Structuring.pm:347
32313215 #, perl-format
3232 msgid "No sectioning command associated with @%s"
3216 msgid "no sectioning command associated with @%s"
32333217 msgstr ""
32343218
32353219 #: tp/Texinfo/Structuring.pm:568
32363220 #, fuzzy, perl-format
3237 msgid "Menu reference to nonexistent node `%s'"
3221 msgid "menu reference to nonexistent node `%s'"
32383222 msgstr "Nodo `%s' no referenciado"
32393223
32403224 #: tp/Texinfo/Structuring.pm:583
32413225 #, perl-format
3242 msgid "Menu entry node name `%s' different from %s name `%s'"
3226 msgid "menu entry node name `%s' different from %s name `%s'"
32433227 msgstr ""
32443228
32453229 #: tp/Texinfo/Structuring.pm:619
32493233
32503234 #: tp/Texinfo/Structuring.pm:665
32513235 #, perl-format
3252 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3236 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
32533237 msgstr ""
32543238
32553239 #: tp/Texinfo/Structuring.pm:672
32563240 #, perl-format
3257 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3241 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
32583242 msgstr ""
32593243
32603244 #: tp/Texinfo/Structuring.pm:690
32613245 #, perl-format
3262 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3246 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
32633247 msgstr ""
32643248
32653249 #: tp/Texinfo/Structuring.pm:744
32733257 msgstr "Nodo `%s' no referenciado"
32743258
32753259 #: tp/Texinfo/Structuring.pm:790
3276 #, perl-format
3277 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3260 #, fuzzy, perl-format
3261 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
32783262 msgstr ""
32793263 "El nodo `%s' carece de elemento de menú alguno para `%s' aunque consta como "
32803264 "destino para `Up'"
32813265
32823266 #: tp/Texinfo/Structuring.pm:798
32833267 #, perl-format
3284 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3268 msgid "for `%s', up in menu `%s' and up `%s' don't match"
32853269 msgstr ""
32863270
32873271 #: tp/Texinfo/Structuring.pm:1282
32963280 msgid "@%s to `%s', different from %s name `%s'"
32973281 msgstr ""
32983282
3299 #: tp/Texinfo/Structuring.pm:1939
3300 #, fuzzy, perl-format
3301 msgid "Empty index key in @%s"
3283 #: tp/Texinfo/Structuring.pm:1959
3284 #, fuzzy, perl-format
3285 msgid "empty index key in @%s"
33023286 msgstr ""
33033287 "No se encontraron entradas de índice que concuerden con la palabra `%s'\n"
33043288
33053289 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
33063290 #, fuzzy, perl-format
3307 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3291 msgid "chm.pm: could not open %s for writing: %s\n"
33083292 msgstr "%s: no se pudo abrir --css-file: %s"
33093293
33103294 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
33113295 #, fuzzy, perl-format
3312 msgid "chm.pm:%s: Error on closing: %s"
3296 msgid "chm.pm: error on closing %s: %s"
33133297 msgstr "error mientras se escribía al fichero `%s'"
33143298
3315 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3316 #, fuzzy, perl-format
3317 msgid "tex4ht.pm:%s: Cannot open: %s"
3299 #: tp/init/latex2html.pm:200
3300 #, fuzzy, perl-format
3301 msgid "l2h: could not open latex file %s for writing: %s"
3302 msgstr "%s: no se pudo abrir --css-file: %s"
3303
3304 #: tp/init/latex2html.pm:341
3305 msgid "l2h: L2H_TMP directory contains a dot"
3306 msgstr ""
3307
3308 #: tp/init/latex2html.pm:346
3309 msgid "l2h: current directory contains a dot"
3310 msgstr ""
3311
3312 #: tp/init/latex2html.pm:374
3313 #, perl-format
3314 msgid "l2h: command did not succeed: %s"
3315 msgstr ""
3316
3317 #: tp/init/latex2html.pm:422
3318 #, perl-format
3319 msgid "l2h: image has invalid extension: %s"
3320 msgstr ""
3321
3322 #: tp/init/latex2html.pm:438
3323 #, perl-format
3324 msgid "l2h: rename %s as %s failed: %s"
3325 msgstr ""
3326
3327 #: tp/init/latex2html.pm:460
3328 #, fuzzy, perl-format
3329 msgid "l2h: could not open %s: %s"
3330 msgstr "%s: no se pudo abrir --css-file: %s"
3331
3332 #: tp/init/latex2html.pm:493
3333 #, perl-format
3334 msgid "latex2html.pm: end of @%s item %d not found"
3335 msgstr ""
3336
3337 #: tp/init/latex2html.pm:504
3338 #, perl-format
3339 msgid ""
3340 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3341 "of items found in the document"
3342 msgstr ""
3343
3344 #: tp/init/latex2html.pm:534
3345 #, perl-format
3346 msgid "l2h: could not determine the fragment %d for @%s"
3347 msgstr ""
3348
3349 #: tp/init/latex2html.pm:560
3350 #, perl-format
3351 msgid ""
3352 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3353 "HTML"
3354 msgstr ""
3355
3356 #: tp/init/latex2html.pm:621
3357 #, fuzzy, perl-format
3358 msgid "l2h: could not load %s: %s"
3359 msgstr "%s: no se pudo abrir --css-file: %s"
3360
3361 #: tp/init/latex2html.pm:634
3362 #, fuzzy, perl-format
3363 msgid "l2h: could not open %s for writing: %s"
3364 msgstr "%s: no se pudo abrir --css-file: %s"
3365
3366 #: tp/init/tex4ht.pm:123
3367 #, fuzzy, perl-format
3368 msgid "tex4ht.pm: could not open %s: %s"
33183369 msgstr "No se encontró `%s'."
33193370
33203371 #: tp/init/tex4ht.pm:219
3321 #, perl-format
3322 msgid "tex4ht.pm:%s: chdir failed: %s"
3323 msgstr ""
3372 #, fuzzy, perl-format
3373 msgid "tex4ht.pm: chdir %s failed: %s"
3374 msgstr "No se encontró `%s'."
33243375
33253376 #: tp/init/tex4ht.pm:232
33263377 #, perl-format
3327 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3378 msgid "tex4ht.pm: unable to return to initial directory: %s"
33283379 msgstr ""
33293380
33303381 #: tp/init/tex4ht.pm:244
33313382 #, fuzzy, perl-format
3332 msgid "tex4ht.pm: Output file missing: %s"
3383 msgid "tex4ht.pm: output file missing: %s"
33333384 msgstr "no se pudo crear el fichero `%s'"
33343385
33353386 #: tp/init/tex4ht.pm:260
3336 #, perl-format
3337 msgid "tex4ht.pm: Command failed: %s"
3338 msgstr ""
3387 #, fuzzy, perl-format
3388 msgid "tex4ht.pm: command failed: %s"
3389 msgstr "No se encontró `%s'."
3390
3391 #: tp/init/tex4ht.pm:267
3392 #, fuzzy, perl-format
3393 msgid "tex4ht.pm: could not open: %s"
3394 msgstr "No se encontró `%s'."
33393395
33403396 #: tp/init/tex4ht.pm:293
33413397 #, perl-format
33463402 #, perl-format
33473403 msgid ""
33483404 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3349 "items found in the document"
3350 msgstr ""
3351
3352 #: tp/init/tex4ht.pm:319
3353 #, perl-format
3354 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3355 msgstr ""
3356
3357 #: tp/texi2any.pl:375
3405 "items found in the document for @%s"
3406 msgstr ""
3407
3408 #: tp/init/tex4ht.pm:320
3409 #, fuzzy, perl-format
3410 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3411 msgstr "no se pudo crear el fichero `%s'"
3412
3413 #: tp/init/tex4ht.pm:335
3414 #, perl-format
3415 msgid ""
3416 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3417 "items found in the document for @%s"
3418 msgstr ""
3419
3420 #: tp/texi2any.pl:379
33583421 #, fuzzy, perl-format
33593422 msgid "error loading %s: %s\n"
33603423 msgstr "error mientras se escribía al fichero `%s'"
33613424
3362 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3363 #, fuzzy, perl-format
3364 msgid "Unknown variable %s\n"
3425 #: tp/texi2any.pl:392
3426 #, fuzzy, perl-format
3427 msgid "%s: unknown variable %s"
33653428 msgstr "Comando desconocido `%s'"
33663429
3367 #: tp/texi2any.pl:468
3368 #, fuzzy, perl-format
3369 msgid "Can't read init file %s"
3430 #: tp/texi2any.pl:396
3431 #, fuzzy, perl-format
3432 msgid "%s: obsolete variable %s\n"
3433 msgstr "Establecer variable: "
3434
3435 #: tp/texi2any.pl:411
3436 #, fuzzy, perl-format
3437 msgid "%s: unknown variable %s\n"
3438 msgstr "Comando desconocido `%s'"
3439
3440 #: tp/texi2any.pl:415
3441 #, fuzzy, perl-format
3442 msgid "obsolete variable %s\n"
3443 msgstr "Establecer variable: "
3444
3445 #: tp/texi2any.pl:480
3446 #, fuzzy, perl-format
3447 msgid "could not read init file %s"
33703448 msgstr "no se pudo abrir el fichero `%s'"
33713449
3372 #: tp/texi2any.pl:619
3373 #, perl-format
3374 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3450 #: tp/texi2any.pl:633
3451 #, fuzzy, perl-format
3452 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
33753453 msgstr "%s: Ignorando valor desconocido de TEXINFO_OUTPUT_FORMAT (`%s').\n"
33763454
3377 #: tp/texi2any.pl:691
3455 #: tp/texi2any.pl:710
33783456 #, fuzzy
33793457 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
33803458 msgstr "Uso: %s [OPCIÓN]... FICHERO-TEXINFO...\n"
33813459
3382 #: tp/texi2any.pl:692
3460 #: tp/texi2any.pl:711
33833461 #, fuzzy
33843462 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
33853463 msgstr "Uso: %s [OPCIÓN]... FICHERO-TEXINFO...\n"
33863464
3387 #: tp/texi2any.pl:694
3465 #: tp/texi2any.pl:713
33883466 msgid ""
33893467 "Translate Texinfo source documentation to various other formats, by default\n"
33903468 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
33943472 "formato Info, que puede ser leído con Emacs o el visor de ficheros Info de "
33953473 "GNU.\n"
33963474
3397 #: tp/texi2any.pl:697
3475 #: tp/texi2any.pl:716
33983476 #, fuzzy, perl-format
33993477 msgid ""
34003478 "General options:\n"
34343512 " --version mostrar información sobre la versión de esta\n"
34353513 " aplicación informática.\n"
34363514
3437 #: tp/texi2any.pl:712
3515 #: tp/texi2any.pl:731
34383516 #, fuzzy
34393517 msgid ""
34403518 "Output format selection (default is to produce Info):\n"
34503528 " --xml generar un fichero en formato Texinfo XML.\n"
34513529 " --plaintext generar un fichero en texto plano.\n"
34523530
3453 #: tp/texi2any.pl:720
3531 #: tp/texi2any.pl:739
34543532 #, fuzzy
34553533 msgid ""
34563534 "General output options:\n"
34993577 "HTML\n"
35003578 " en modo multi-documento/multi-página).\n"
35013579
3502 #: tp/texi2any.pl:740
3580 #: tp/texi2any.pl:759
35033581 #, perl-format
35043582 msgid ""
35053583 "Options for Info and plain text:\n"
35533631 " una es de un tamaño NÚMERO (por defecto "
35543632 "%d).\n"
35553633
3556 #: tp/texi2any.pl:757
3634 #: tp/texi2any.pl:776
35573635 #, fuzzy
35583636 msgid ""
35593637 "Options for HTML:\n"
35783656 " producir nombres de ficheros en formato "
35793657 "ASCII.\n"
35803658
3581 #: tp/texi2any.pl:768
3659 #: tp/texi2any.pl:787
35823660 msgid ""
35833661 "Options for XML and Docbook:\n"
35843662 " --output-indent=VAL does nothing, retained for compatibility.\n"
35853663 msgstr ""
35863664
3587 #: tp/texi2any.pl:771
3665 #: tp/texi2any.pl:790
35883666 msgid ""
35893667 "Options for DVI/PS/PDF:\n"
35903668 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
35913669 msgstr ""
35923670
3593 #: tp/texi2any.pl:774
3671 #: tp/texi2any.pl:793
35943672 #, fuzzy
35953673 msgid ""
35963674 "Input file options:\n"
36223700 " propio documento mediante el uso de\n"
36233701 " `@clear VARIABLE'.\n"
36243702
3625 #: tp/texi2any.pl:781
3703 #: tp/texi2any.pl:800
36263704 #, fuzzy
36273705 msgid ""
36283706 "Conditional processing in input:\n"
36683746 " También, para las opciones de tipo --no-ifFORMATO, procesar "
36693747 "`@ifnotFORMATO'.\n"
36703748
3671 #: tp/texi2any.pl:798
3749 #: tp/texi2any.pl:817
36723750 #, fuzzy
36733751 msgid ""
36743752 " The defaults for the @if... conditionals depend on the output format:\n"
36863764 "no;\n"
36873765 " si este es XML, --ifxml estará activo, mientras el resto no;\n"
36883766
3689 #: tp/texi2any.pl:805
3767 #: tp/texi2any.pl:824
36903768 #, fuzzy
36913769 msgid ""
36923770 "Examples:\n"
37543832 "un\n"
37553833 " mismo fichero.\n"
37563834
3757 #: tp/texi2any.pl:852
3835 #: tp/texi2any.pl:871
37583836 #, perl-format
37593837 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
37603838 msgstr ""
37613839 "%s: `--footnote-style' toma como argumentos `separate' o `end', no `%s'.\n"
37623840
3763 #: tp/texi2any.pl:934
3841 #: tp/texi2any.pl:953
37643842 #, perl-format
37653843 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
37663844 msgstr ""
37673845 "%s: `--paragraph-indent' toma un argumento numérico/`none'/`asis', y no `"
37683846 "%s'.\n"
37693847
3770 #: tp/texi2any.pl:1011
3771 #, perl-format
3772 msgid "when generating %s, only one input FILE may be specified with -o"
3773 msgstr ""
3774
3775 #: tp/texi2any.pl:1015
3848 #: tp/texi2any.pl:1030
3849 #, perl-format
3850 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3851 msgstr ""
3852
3853 #: tp/texi2any.pl:1034
37763854 msgid "--Xopt option without printed output"
37773855 msgstr ""
37783856
3779 #: tp/texi2any.pl:1025
3780 #, fuzzy, perl-format
3781 msgid "Unknown tree transformation %s"
3857 #: tp/texi2any.pl:1044
3858 #, fuzzy, perl-format
3859 msgid "unknown tree transformation %s"
37823860 msgstr "Comando desconocido `%s'"
37833861
3784 #: tp/texi2any.pl:1032
3785 #, perl-format
3786 msgid "Ignoring splitting for format %s"
3787 msgstr ""
3788
3789 #: tp/texi2any.pl:1081
3862 #: tp/texi2any.pl:1051
3863 #, perl-format
3864 msgid "ignoring splitting for format %s"
3865 msgstr ""
3866
3867 #: tp/texi2any.pl:1101
37903868 #, perl-format
37913869 msgid "%s: missing file argument.\n"
37923870 msgstr "%s: se necesita nombre de fichero que procesar.\n"
37933871
3794 #: tp/texi2any.pl:1082
3872 #: tp/texi2any.pl:1102
37953873 #, perl-format
37963874 msgid "Try `%s --help' for more information.\n"
37973875 msgstr "Pruebe `%s --help' para obtener más información.\n"
37983876
3799 #: tp/texi2any.pl:1153
3877 #: tp/texi2any.pl:1173
38003878 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
38013879 msgstr ""
38023880
3803 #: tp/texi2any.pl:1175
3804 #, fuzzy, perl-format
3805 msgid "Error on closing macro expand file %s: %s\n"
3881 #: tp/texi2any.pl:1195
3882 #, fuzzy, perl-format
3883 msgid "error on closing macro expand file %s: %s\n"
38063884 msgstr "error cerrando fichero `%s'"
38073885
3808 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3809 #, fuzzy, perl-format
3810 msgid "Could not open %s for writing: %s\n"
3886 #: tp/texi2any.pl:1201
3887 #, fuzzy, perl-format
3888 msgid "could not open %s for writing: %s\n"
38113889 msgstr "%s: no se pudo abrir --css-file: %s"
38123890
3813 #: tp/texi2any.pl:1205
3891 #: tp/texi2any.pl:1226
38143892 msgid ""
38153893 "insert_nodes_for_sectioning_commands transformation return no result. No "
38163894 "section?"
38173895 msgstr ""
38183896
3819 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3820 #, fuzzy, perl-format
3821 msgid "Error on closing %s: %s\n"
3897 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3898 #, fuzzy, perl-format
3899 msgid "%s: error on closing %s: %s\n"
38223900 msgstr "error mientras se escribía al fichero `%s'"
38233901
3824 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3825 #, perl-format
3826 msgid "Error on closing internal links file %s: %s\n"
3827 msgstr ""
3902 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3903 #, fuzzy, perl-format
3904 msgid "%s: error on closing internal links file %s: %s\n"
3905 msgstr "error cerrando fichero `%s'"
3906
3907 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3908 #, fuzzy, perl-format
3909 msgid "%s: could not open %s for writing: %s\n"
3910 msgstr "%s: no se pudo abrir --css-file: %s"
38283911
38293912 #: util/texindex.c:223
38303913 msgid "display this help and exit"
38853968 msgstr "la entrada %s sigue un elemento con nombre secundario"
38863969
38873970 #, fuzzy
3971 #~ msgid "Can't create directories `%s': %s"
3972 #~ msgstr "No se pudo crear el directorio `%s': %s"
3973
3974 #, fuzzy
3975 #~ msgid "Can't read file %s: %s"
3976 #~ msgstr "No se pudo eliminar `%s': %s"
3977
3978 #, fuzzy
3979 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3980 #~ msgstr "%s:%d: precaución: "
3981
3982 #, fuzzy
3983 #~ msgid "%s:%d: warning: %s\n"
3984 #~ msgstr "%s:%d: precaución: "
3985
3986 #, fuzzy
3987 #~ msgid "warning: %s\n"
3988 #~ msgstr "%s:%d: precaución: "
3989
3990 #, fuzzy
3991 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3992 #~ msgstr "%s: no se pudo abrir --css-file: %s"
3993
3994 #, fuzzy
38883995 #~ msgid "tex4ht error opening %s: %s"
38893996 #~ msgstr "error mientras se escribía al fichero `%s'"
38903997
38913998 #, fuzzy
3892 #~ msgid "Error on closing renamed nodes file %s: %s"
3893 #~ msgstr "error cerrando fichero `%s'"
3894
3895 #, fuzzy
38963999 #~ msgid "Node `%s' that is to be renamed exists"
38974000 #~ msgstr "Ya existe un índice llamado `%s'"
3898
3899 #, fuzzy
3900 #~ msgid "Unknown variable %s"
3901 #~ msgstr "Comando desconocido `%s'"
39024001
39034002 #~ msgid "ferror on stdout\n"
39044003 #~ msgstr "error `ferror' en descriptor de salida estándar (stdout)\n"
40224121
40234122 #~ msgid "Footnotes"
40244123 #~ msgstr "Notas a pie de página"
4025
4026 #~ msgid "%s: could not open --css-file: %s"
4027 #~ msgstr "%s: no se pudo abrir --css-file: %s"
40284124
40294125 #~ msgid "[unexpected] no html tag to pop"
40304126 #~ msgstr "[inesperado] no etiqueta `html' que procesar"
43864482
43874483 #~ msgid "Expected `%s'"
43884484 #~ msgstr "Se esperaba `%s'"
4389
4390 #~ msgid "Can't create directory `%s': %s"
4391 #~ msgstr "No se pudo crear el directorio `%s': %s"
43924485
43934486 #~ msgid "No `%s' found in `%s'"
43944487 #~ msgstr "No se encontró `%s' en `%s'"
Binary diff not shown
+601
-487
po/fr.po less more
1313 msgstr ""
1414 "Project-Id-Version: texinfo 4.13.92\n"
1515 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
16 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
16 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1717 "PO-Revision-Date: 2013-01-16 00:56+0100\n"
1818 "Last-Translator: Jean-Philippe Guérard <jean-philippe.guerard@corbeaunoir."
1919 "org>\n"
404404 msgstr "Utilisez --help pour plus d'informations.\n"
405405
406406 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
407 #: tp/texi2any.pl:829 util/texindex.c:295
407 #: tp/texi2any.pl:848 util/texindex.c:295
408408 #, c-format, perl-format
409409 msgid ""
410410 "Copyright (C) %s Free Software Foundation, Inc.\n"
21262126 " --test Ne met pas à jour FICHIER-DIR.\n"
21272127 " --version Affiche la version puis s'arrête."
21282128
2129 #: install-info/install-info.c:598 tp/texi2any.pl:817
2129 #: install-info/install-info.c:598 tp/texi2any.pl:836
21302130 msgid ""
21312131 "Email bug reports to bug-texinfo@gnu.org,\n"
21322132 "general questions and discussion to help-texinfo@gnu.org.\n"
22402240 msgstr "aucune entrée pour « %s »; aucune suppression"
22412241
22422242 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2243 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2244 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2245 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2246 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2247 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2248 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2243 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2244 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2245 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2246 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2247 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2248 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
22492249 #: tp/Texinfo/Convert/TexinfoXML.pm:429
2250 #, perl-format
2251 msgid "Could not open %s for writing: %s"
2250 #, fuzzy, perl-format
2251 msgid "could not open %s for writing: %s"
22522252 msgstr "Impossible d'ouvrir %s en écriture : %s"
22532253
22542254 #: tp/Texinfo/Common.pm:850
22742274 msgid "%s is not a valid split possibility"
22752275 msgstr "%s n'est pas une division valable"
22762276
2277 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2278 #, perl-format
2279 msgid "Cannot read %s: %s"
2277 #: tp/Texinfo/Common.pm:1096
2278 #, fuzzy, perl-format
2279 msgid "could not read %s: %s"
22802280 msgstr "Impossible de lire %s : %s"
22812281
2282 #: tp/Texinfo/Common.pm:1113
2283 #, perl-format
2284 msgid "Error on closing @verbatiminclude file %s: %s"
2282 #: tp/Texinfo/Common.pm:1114
2283 #, fuzzy, perl-format
2284 msgid "error on closing @verbatiminclude file %s: %s"
22852285 msgstr "Erreur de fermeture du fichier @verbatiminclude %s : %s"
22862286
2287 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2288 #, perl-format
2289 msgid "@%s: Cannot find %s"
2287 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2288 #, fuzzy, perl-format
2289 msgid "@%s: could not find %s"
22902290 msgstr "@%s : impossible de trouver %s"
22912291
2292 #: tp/Texinfo/Common.pm:1416
2293 #, perl-format
2294 msgid "Cannot open html refs config file %s: %s"
2292 #: tp/Texinfo/Common.pm:1417
2293 #, fuzzy, perl-format
2294 msgid "could not open html refs config file %s: %s"
22952295 msgstr "Impossible d'ouvrir le fichier de param. des réf. html %s : %s"
22962296
2297 #: tp/Texinfo/Common.pm:1444
2298 msgid "Missing type"
2297 #: tp/Texinfo/Common.pm:1445
2298 #, fuzzy
2299 msgid "missing type"
22992300 msgstr "Type manquant"
23002301
2301 #: tp/Texinfo/Common.pm:1447
2302 #, perl-format
2303 msgid "Unrecognized type: %s"
2302 #: tp/Texinfo/Common.pm:1448
2303 #, fuzzy, perl-format
2304 msgid "unrecognized type: %s"
23042305 msgstr "Type inconnu : %s"
23052306
2306 #: tp/Texinfo/Common.pm:1463
2307 #, perl-format
2308 msgid "Error on closing html refs config file %s: %s"
2307 #: tp/Texinfo/Common.pm:1465
2308 #, fuzzy, perl-format
2309 msgid "error on closing html refs config file %s: %s"
23092310 msgstr "Erreur de fermeture du fichier de param. des réf. html %s : %s"
23102311
2311 #: tp/Texinfo/Common.pm:1498
2312 #, perl-format
2313 msgid "%s:%d: no node to be renamed\n"
2312 #: tp/Texinfo/Common.pm:1500
2313 #, fuzzy
2314 msgid "no node to be renamed"
23142315 msgstr "%s : %d : aucun nœud à renommer\n"
23152316
2316 #: tp/Texinfo/Common.pm:1509
2317 #, perl-format
2318 msgid "%s:%d: nodes without a new name at the end of file\n"
2317 #: tp/Texinfo/Common.pm:1511
2318 #, fuzzy
2319 msgid "nodes without a new name at the end of file"
23192320 msgstr "%s : %d : nœuds sans nouveau nom à la fin du fichier\n"
23202321
2321 #: tp/Texinfo/Common.pm:2000
2322 #, perl-format
2323 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2324 msgstr "protect_hashchar_at_line_beginning ne protège pas dans @%s"
2322 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2323 #, fuzzy, perl-format
2324 msgid "could not open %s: %s"
2325 msgstr "Impossible d'ouvrir %s en écriture : %s"
2326
2327 #: tp/Texinfo/Common.pm:2002
2328 #, perl-format
2329 msgid "could not protect hash character in @%s"
2330 msgstr ""
23252331
23262332 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2327 #: tp/texi2any.pl:387 tp/texi2any.pl:404
23282333 #, perl-format
23292334 msgid "Obsolete variable %s\n"
23302335 msgstr "Variable obsolète %s\n"
23312336
23322337 #: tp/Texinfo/Convert/Converter.pm:601
2333 #, perl-format
2334 msgid "Can't create directories `%s' or `%s': %s"
2338 #, fuzzy, perl-format
2339 msgid "could not create directories `%s' or `%s': %s"
23352340 msgstr "Impossible de créer les répertoires « %s » ou « %s » : %s"
23362341
23372342 #: tp/Texinfo/Convert/Converter.pm:609
2338 #, perl-format
2339 msgid "Can't create directories `%s': %s"
2343 #, fuzzy, perl-format
2344 msgid "could not create directory `%s': %s"
23402345 msgstr "Impossible de créer les répertoires « %s » : %s"
23412346
2342 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2343 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2344 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2345 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2346 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2347 #, perl-format
2348 msgid "Error on closing %s: %s"
2347 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2348 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2349 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2350 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2351 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2352 #, fuzzy, perl-format
2353 msgid "error on closing %s: %s"
23492354 msgstr "Erreur lors de la fermeture de %s : %s"
23502355
2351 #: tp/Texinfo/Convert/DocBook.pm:898
2356 #: tp/Texinfo/Convert/DocBook.pm:899
23522357 #, perl-format
23532358 msgid "@image file `%s' not found, using `%s'"
23542359 msgstr "fichier @image « %s » non trouvé ; utilisation de « %s »"
23552360
2356 #: tp/Texinfo/Convert/HTML.pm:1677
2361 #: tp/Texinfo/Convert/HTML.pm:1678
23572362 #, perl-format
23582363 msgid "@image file `%s' (for HTML) not found, using `%s'"
23592364 msgstr ""
23602365 "fichier @image « %s » (pour le HTML) non trouvé ; utilisation de « %s »"
23612366
2362 #: tp/Texinfo/Convert/HTML.pm:2345
2363 #, perl-format
2364 msgid "Raw format %s is not converted"
2367 #: tp/Texinfo/Convert/HTML.pm:2347
2368 #, fuzzy, perl-format
2369 msgid "raw format %s is not converted"
23652370 msgstr "Le format brut %s n'est pas converti"
23662371
2367 #: tp/Texinfo/Convert/HTML.pm:4814
2368 #, perl-format
2369 msgid "%s:%d: string not closed in css file"
2372 #: tp/Texinfo/Convert/HTML.pm:4816
2373 #, fuzzy
2374 msgid "string not closed in css file"
23702375 msgstr "%s : %d : chaîne non terminée dans le fichier css"
23712376
2372 #: tp/Texinfo/Convert/HTML.pm:4816
2373 #, perl-format
2374 msgid "%s:%d: --css-include ended in comment"
2377 #: tp/Texinfo/Convert/HTML.pm:4818
2378 #, fuzzy
2379 msgid "--css-include ended in comment"
23752380 msgstr "%s : %d : --css-include s'est terminé dans un commentaire"
23762381
2377 #: tp/Texinfo/Convert/HTML.pm:4818
2378 #, fuzzy, perl-format
2379 msgid "%s:%d: @import not finished in css file"
2382 #: tp/Texinfo/Convert/HTML.pm:4820
2383 #, fuzzy
2384 msgid "@import not finished in css file"
23802385 msgstr "%s : %d @import non terminé dans le fichier css"
23812386
2382 #: tp/Texinfo/Convert/HTML.pm:4844
2383 #, perl-format
2384 msgid "css file %s not found"
2387 #: tp/Texinfo/Convert/HTML.pm:4846
2388 #, fuzzy, perl-format
2389 msgid "CSS file %s not found"
23852390 msgstr "fichier css %s non trouvé"
23862391
2387 #: tp/Texinfo/Convert/HTML.pm:4850
2392 #: tp/Texinfo/Convert/HTML.pm:4852
23882393 #, perl-format
23892394 msgid "could not open --include-file %s: %s"
23902395 msgstr "impossible d'ouvrir --include-file %s : %s"
23912396
2392 #: tp/Texinfo/Convert/HTML.pm:4860
2393 #, perl-format
2394 msgid "Error on closing CSS file %s: %s"
2397 #: tp/Texinfo/Convert/HTML.pm:4862
2398 #, fuzzy, perl-format
2399 msgid "error on closing CSS file %s: %s"
23952400 msgstr "Erreur de fermeture du fichier CSS %s : %s"
23962401
2397 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2398 #, perl-format
2399 msgid "No htmlxref.cnf entry found for `%s'"
2402 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2403 #, fuzzy, perl-format
2404 msgid "no htmlxref.cnf entry found for `%s'"
24002405 msgstr "Aucune entrée htmlxref.cnf trouvée pour « %s »"
24012406
2402 #: tp/Texinfo/Convert/HTML.pm:6495
2403 #, perl-format
2404 msgid "Error on closing frame file %s: %s"
2407 #: tp/Texinfo/Convert/HTML.pm:6506
2408 #, fuzzy, perl-format
2409 msgid "error on closing frame file %s: %s"
24052410 msgstr "Erreur de fermeture du cadre HTML %s : %s"
24062411
2407 #: tp/Texinfo/Convert/HTML.pm:6519
2408 #, perl-format
2409 msgid "Error on closing TOC frame file %s: %s"
2412 #: tp/Texinfo/Convert/HTML.pm:6530
2413 #, fuzzy, perl-format
2414 msgid "error on closing TOC frame file %s: %s"
24102415 msgstr "Erreur de fermeture du cadre HTML du sommaire %s : %s"
24112416
2412 #: tp/Texinfo/Convert/HTML.pm:6634
2413 #, perl-format
2414 msgid "Handler %s of stage %s priority %s failed"
2417 #: tp/Texinfo/Convert/HTML.pm:6645
2418 #, fuzzy, perl-format
2419 msgid "handler %s of stage %s priority %s failed"
24152420 msgstr "Échec du gestionnaire %s de l'étape %s priorité %s"
24162421
2417 #: tp/Texinfo/Convert/HTML.pm:6835
2418 msgid "Must specify a title with a title command or @top"
2422 #: tp/Texinfo/Convert/HTML.pm:6846
2423 #, fuzzy
2424 msgid "must specify a title with a title command or @top"
24192425 msgstr "Vous devez indiquer un titre avec @top ou une commande title"
24202426
2421 #: tp/Texinfo/Convert/HTML.pm:7040
2422 #, perl-format
2423 msgid "Error on closing redirection node file %s: %s"
2427 #: tp/Texinfo/Convert/HTML.pm:7055
2428 #, fuzzy, perl-format
2429 msgid "error on closing redirection node file %s: %s"
24242430 msgstr "Erreur de fermeture du fichier de redirection des nœuds %s : %s"
24252431
2426 #: tp/Texinfo/Convert/HTML.pm:7065
2427 #, perl-format
2428 msgid "Old name for `%s' is a node of the document"
2432 #: tp/Texinfo/Convert/HTML.pm:7080
2433 #, fuzzy, perl-format
2434 msgid "old name for `%s' is a node of the document"
24292435 msgstr "L'ancien nom de « %s » est un nœud de ce document"
24302436
2431 #: tp/Texinfo/Convert/HTML.pm:7069
2432 #, perl-format
2433 msgid "File empty for renamed node `%s'"
2437 #: tp/Texinfo/Convert/HTML.pm:7086
2438 #, fuzzy, perl-format
2439 msgid "file empty for renamed node `%s'"
24342440 msgstr "Le nœud renommé « %s » est un fichier vide"
24352441
2436 #: tp/Texinfo/Convert/HTML.pm:7081
2437 #, perl-format
2438 msgid "Target node (new name for `%s') not in document: %s"
2442 #: tp/Texinfo/Convert/HTML.pm:7100
2443 #, fuzzy, perl-format
2444 msgid "target node (new name for `%s') not in document: %s"
24392445 msgstr "Nœud cible (nouveau nom de « %s ») absent du document : %s"
24402446
2441 #: tp/Texinfo/Convert/HTML.pm:7113
2442 #, perl-format
2443 msgid "Error on closing renamed node redirection file %s: %s"
2447 #: tp/Texinfo/Convert/HTML.pm:7132
2448 #, fuzzy, perl-format
2449 msgid "error on closing renamed node redirection file %s: %s"
24442450 msgstr ""
24452451 "Erreur de fermeture du fichier de redirection des nœuds renommés %s : %s"
24462452
2447 #: tp/Texinfo/Convert/HTML.pm:7151
2448 msgid "Empty node name"
2453 #: tp/Texinfo/Convert/HTML.pm:7170
2454 #, fuzzy
2455 msgid "empty node name"
24492456 msgstr "Nom de nœud vide"
24502457
2451 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2452 #, perl-format
2453 msgid "Syntax for an external node used for `%s'"
2458 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2459 #, fuzzy, perl-format
2460 msgid "syntax for an external node used for `%s'"
24542461 msgstr "Utilisation de la syntaxe de nœud externe pour « %s »"
24552462
24562463 #: tp/Texinfo/Convert/Info.pm:99
2457 msgid "Document without nodes."
2464 #, fuzzy
2465 msgid "document without nodes"
24582466 msgstr "Document sans nœud."
24592467
2460 #: tp/Texinfo/Convert/Info.pm:115
2461 msgid "Document without Top node."
2468 #: tp/Texinfo/Convert/Info.pm:116
2469 #, fuzzy
2470 msgid "document without Top node"
24622471 msgstr "Document sans nœud Top."
24632472
2464 #: tp/Texinfo/Convert/Info.pm:151
2465 #, perl-format
2466 msgid "Rename %s failed: %s"
2473 #: tp/Texinfo/Convert/Info.pm:153
2474 #, fuzzy, perl-format
2475 msgid "rename %s failed: %s"
24672476 msgstr "Échec du renommage de %s : %s"
24682477
2469 #: tp/Texinfo/Convert/Info.pm:226
2478 #: tp/Texinfo/Convert/Info.pm:228
24702479 #, perl-format
24712480 msgid "@%s output more than once: %s"
24722481 msgstr "@%s affiché plus d'une fois : %s"
24732482
2474 #: tp/Texinfo/Convert/Info.pm:340
2483 #: tp/Texinfo/Convert/Info.pm:346
24752484 #, perl-format
24762485 msgid "@%s outside of any node"
24772486 msgstr "@%s hors de tout nœud"
24782487
2479 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2480 #, perl-format
2481 msgid "Entry for index `%s' outside of any node"
2488 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2489 #, fuzzy, perl-format
2490 msgid "entry for index `%s' outside of any node"
24822491 msgstr "L'entrée de l'index « %s » est hors de tout nœud"
24832492
24842493 #: tp/Texinfo/Convert/Plaintext.pm:1217
2485 #, perl-format
2486 msgid "Error on closing image text file %s: %s"
2494 #, fuzzy, perl-format
2495 msgid "error on closing image text file %s: %s"
24872496 msgstr "Erreur de fermeture du fichier texte image %s : %s"
24882497
24892498 #: tp/Texinfo/Convert/Plaintext.pm:1222
24912500 msgid "@image file `%s' unreadable: %s"
24922501 msgstr "Fichier @image « %s » illisible : %s"
24932502
2494 #: tp/Texinfo/Convert/Plaintext.pm:1250
2495 #, perl-format
2496 msgid "Cannot find @image file `%s.txt' nor alternate text"
2503 #: tp/Texinfo/Convert/Plaintext.pm:1251
2504 #, fuzzy, perl-format
2505 msgid "could not find @image file `%s.txt' nor alternate text"
24972506 msgstr "Fichier @image « %s.txt » et texte de remplacement non trouvés"
24982507
2499 #: tp/Texinfo/Convert/Plaintext.pm:1615
2508 #: tp/Texinfo/Convert/Plaintext.pm:1617
25002509 msgid ""
25012510 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
25022511 "avoid that"
25042513 "@strong{Note...} produit un renvoi parasite dans Info ; reformulez pour "
25052514 "éviter cela"
25062515
2507 #: tp/Texinfo/Convert/Plaintext.pm:1845
2516 #: tp/Texinfo/Convert/Plaintext.pm:1849
25082517 #, perl-format
25092518 msgid "`.' or `,' must follow @xref, not %s"
25102519 msgstr "« . » ou « , » doit suivre @xref, pas %s"
25112520
2512 #: tp/Texinfo/Convert/Plaintext.pm:1847
2521 #: tp/Texinfo/Convert/Plaintext.pm:1852
25132522 msgid "`.' or `,' must follow @xref"
25142523 msgstr "« . » ou « , » doit suivre @xref"
25152524
25182527 msgid "@%s should only appear at beginning or end of document"
25192528 msgstr "@%s est uniquement permis en début ou en fin de document"
25202529
2521 #: tp/Texinfo/Parser.pm:837
2522 #, perl-format
2523 msgid "Can't read file %s: %s"
2524 msgstr "Impossible de lire le fichier %s : %s"
2525
25262530 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
2527 #, perl-format
2528 msgid "Multiple @%s"
2531 #, fuzzy, perl-format
2532 msgid "multiple @%s"
25292533 msgstr "@%s multiples"
25302534
25312535 #: tp/Texinfo/Parser.pm:1100
2532 #, perl-format
2533 msgid "Bad syntax for @%s argument: %s"
2536 #, fuzzy, perl-format
2537 msgid "bad syntax for @%s argument: %s"
25342538 msgstr "Syntaxe incorrecte de l'argument de @%s : %s"
25352539
25362540 #: tp/Texinfo/Parser.pm:1116
2537 #, perl-format
2538 msgid "Bad or empty @%s formal argument: %s"
2541 #, fuzzy, perl-format
2542 msgid "bad or empty @%s formal argument: %s"
25392543 msgstr "Argument formel @%s erroné ou vide : %s"
25402544
2541 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2542 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2543 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2545 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2546 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2547 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
25442548 #, perl-format
25452549 msgid "%c%s requires a name"
25462550 msgstr "%c%s a besoin d'un nom"
25472551
2548 #: tp/Texinfo/Parser.pm:1235
2552 #: tp/Texinfo/Parser.pm:1238
25492553 #, perl-format
25502554 msgid "%c%s missing close brace"
25512555 msgstr "%c%s accolade fermante manquante"
25522556
2553 #: tp/Texinfo/Parser.pm:1238
2557 #: tp/Texinfo/Parser.pm:1241
25542558 #, perl-format
25552559 msgid "@%s missing closing delimiter sequence: %s}"
25562560 msgstr "@%s sans séquence de délimiteur de fermeture : %s}"
25572561
2558 #: tp/Texinfo/Parser.pm:1351
2562 #: tp/Texinfo/Parser.pm:1354
25592563 #, perl-format
25602564 msgid "@itemx should not begin @%s"
25612565 msgstr "@itemx ne doit pas débuter @%s"
25622566
2563 #: tp/Texinfo/Parser.pm:1419
2567 #: tp/Texinfo/Parser.pm:1422
25642568 msgid "@itemx must follow @item"
25652569 msgstr "@itemx doit suivre @item"
25662570
2567 #: tp/Texinfo/Parser.pm:1587
2571 #: tp/Texinfo/Parser.pm:1590
25682572 #, perl-format
25692573 msgid "@%s has text but no @item"
25702574 msgstr "@%s contient du texte mais pas d'@item"
25712575
2572 #: tp/Texinfo/Parser.pm:1617
2576 #: tp/Texinfo/Parser.pm:1620
25732577 #, perl-format
25742578 msgid "`@end' expected `%s', but saw `%s'"
25752579 msgstr "« @end » attendait « %s », mais a eu « %s »"
25762580
2577 #: tp/Texinfo/Parser.pm:1620
2581 #: tp/Texinfo/Parser.pm:1623
25782582 #, perl-format
25792583 msgid "@%s seen before @end %s"
25802584 msgstr "@%s présent avant @end %s"
25812585
2582 #: tp/Texinfo/Parser.pm:1624
2583 #, perl-format
2584 msgid "No matching `%cend %s'"
2586 #: tp/Texinfo/Parser.pm:1627
2587 #, fuzzy, perl-format
2588 msgid "no matching `%cend %s'"
25852589 msgstr "Aucun « %cend %s » correspondant"
25862590
2587 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2588 #: tp/Texinfo/Parser.pm:5125
2589 #, perl-format
2590 msgid "Misplaced %c"
2591 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2592 #: tp/Texinfo/Parser.pm:5150
2593 #, fuzzy, perl-format
2594 msgid "misplaced %c"
25912595 msgstr "%c mal placée"
25922596
2593 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2594 #, perl-format
2595 msgid "Unmatched `%c%s'"
2597 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2598 #, fuzzy, perl-format
2599 msgid "unmatched `%c%s'"
25962600 msgstr "« %c%s » sans correspondance"
25972601
2598 #: tp/Texinfo/Parser.pm:1972
2599 #, perl-format
2600 msgid "Macro `%s' called with too many args"
2602 #: tp/Texinfo/Parser.pm:1976
2603 #, fuzzy, perl-format
2604 msgid "macro `%s' called with too many args"
26012605 msgstr "Macro « %s » appelée avec trop d'arguments"
26022606
2603 #: tp/Texinfo/Parser.pm:1994
2607 #: tp/Texinfo/Parser.pm:1998
26042608 #, perl-format
26052609 msgid "@%s missing close brace"
26062610 msgstr "@%s accolade fermante manquante"
26072611
2608 #: tp/Texinfo/Parser.pm:2001
2609 #, perl-format
2610 msgid "Macro `%s' declared without argument called with an argument"
2612 #: tp/Texinfo/Parser.pm:2006
2613 #, fuzzy, perl-format
2614 msgid "macro `%s' declared without argument called with an argument"
26112615 msgstr "Macro « %s » déclarée sans argument, mais appelée avec un argument"
26122616
2613 #: tp/Texinfo/Parser.pm:2035
2617 #: tp/Texinfo/Parser.pm:2041
26142618 #, perl-format
26152619 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
26162620 msgstr ""
26172621 "\\ dans l'expansion de @%s suivie par « %s » au lieu du nom du paramètre\n"
26182622 "ou de \\"
26192623
2620 #: tp/Texinfo/Parser.pm:2430
2624 #: tp/Texinfo/Parser.pm:2436
26212625 #, perl-format
26222626 msgid "@%s `%s' previously defined"
26232627 msgstr "@%s « %s » déjà défini"
26242628
2625 #: tp/Texinfo/Parser.pm:2435
2629 #: tp/Texinfo/Parser.pm:2441
26262630 #, perl-format
26272631 msgid "here is the previous definition as @%s"
26282632 msgstr "voici la définition précédente de @%s"
26292633
2630 #: tp/Texinfo/Parser.pm:2796
2631 #, perl-format
2632 msgid "Missing name for @%s"
2634 #: tp/Texinfo/Parser.pm:2802
2635 #, fuzzy, perl-format
2636 msgid "missing name for @%s"
26332637 msgstr "@%s sans nom"
26342638
2635 #: tp/Texinfo/Parser.pm:2801
2636 #, perl-format
2637 msgid "Missing category for @%s"
2639 #: tp/Texinfo/Parser.pm:2807
2640 #, fuzzy, perl-format
2641 msgid "missing category for @%s"
26382642 msgstr "@%s sans catégorie"
26392643
2640 #: tp/Texinfo/Parser.pm:2853
2641 #, perl-format
2642 msgid "Unexpected argument on @%s line: %s"
2644 #: tp/Texinfo/Parser.pm:2859
2645 #, fuzzy, perl-format
2646 msgid "unexpected argument on @%s line: %s"
26432647 msgstr "Argument inattendu à la ligne @%s : %s"
26442648
2645 #: tp/Texinfo/Parser.pm:2869
2649 #: tp/Texinfo/Parser.pm:2875
26462650 msgid "empty multitable"
26472651 msgstr "multitable vide"
26482652
2649 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2650 #, perl-format
2651 msgid "Superfluous argument to @%s"
2653 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2654 #, fuzzy, perl-format
2655 msgid "superfluous argument to @%s"
26522656 msgstr "Argument superflu à @%s"
26532657
2654 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2655 #: tp/Texinfo/Parser.pm:5379
2656 #, perl-format
2657 msgid "Bad argument to @%s"
2658 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2659 #: tp/Texinfo/Parser.pm:5405
2660 #, fuzzy, perl-format
2661 msgid "bad argument to @%s"
26582662 msgstr "Mauvais argument à @%s"
26592663
2660 #: tp/Texinfo/Parser.pm:2942
2664 #: tp/Texinfo/Parser.pm:2948
26612665 #, perl-format
26622666 msgid "%s requires an argument: the formatter for %citem"
26632667 msgstr "%s nécessite un argument : le formateur %citem"
26642668
2665 #: tp/Texinfo/Parser.pm:2947
2666 #, perl-format
2667 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2669 #: tp/Texinfo/Parser.pm:2953
2670 #, fuzzy, perl-format
2671 msgid "command @%s not accepting argument in brace should not be on @%s line"
26682672 msgstr ""
26692673 "Une commande @%s n'acceptant pas d'argument entre parenthèses ne devrait\n"
26702674 "pas se trouver sur un ligne @%s"
26712675
2672 #: tp/Texinfo/Parser.pm:2982
2673 #, perl-format
2674 msgid "Accent command `@%s' not allowed as @%s argument"
2676 #: tp/Texinfo/Parser.pm:2988
2677 #, fuzzy, perl-format
2678 msgid "accent command `@%s' not allowed as @%s argument"
26752679 msgstr "Commande d'accentuation « @%s » interdite en argument à @%s"
26762680
2677 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2678 #: tp/Texinfo/Parser.pm:5338
2681 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2682 #: tp/Texinfo/Parser.pm:5364
26792683 #, perl-format
26802684 msgid "@%s missing argument"
26812685 msgstr "@%s n'a pas d'argument"
26822686
2683 #: tp/Texinfo/Parser.pm:3072
2684 #, perl-format
2685 msgid "Unknown @end %s"
2687 #: tp/Texinfo/Parser.pm:3078
2688 #, fuzzy, perl-format
2689 msgid "unknown @end %s"
26862690 msgstr "@end %s inconnu"
26872691
2688 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2689 #, perl-format
2690 msgid "Superfluous argument to @%s %s: %s"
2692 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2693 #, fuzzy, perl-format
2694 msgid "superfluous argument to @%s %s: %s"
26912695 msgstr "Argument superflu à @%s %s : %s"
26922696
2693 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2694 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2695 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2696 #, perl-format
2697 msgid "Bad argument to @%s: %s"
2697 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2698 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2699 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2700 #, fuzzy, perl-format
2701 msgid "bad argument to @%s: %s"
26982702 msgstr "Mauvais argument à @%s : %s"
26992703
2700 #: tp/Texinfo/Parser.pm:3118
2701 #, perl-format
2702 msgid "@%s: Cannot open %s: %s"
2704 #: tp/Texinfo/Parser.pm:3124
2705 #, fuzzy, perl-format
2706 msgid "@%s: could not open %s: %s"
27032707 msgstr "@%s : impossible d'ouvrir %s : %s"
27042708
2705 #: tp/Texinfo/Parser.pm:3130
2706 #, perl-format
2707 msgid "Encoding `%s' is not a canonical texinfo encoding"
2709 #: tp/Texinfo/Parser.pm:3136
2710 #, fuzzy, perl-format
2711 msgid "encoding `%s' is not a canonical texinfo encoding"
27082712 msgstr "Le codage « %s » n'est pas accepté par texinfo"
27092713
2710 #: tp/Texinfo/Parser.pm:3139
2714 #: tp/Texinfo/Parser.pm:3145
27112715 #, perl-format
27122716 msgid "unrecognized encoding name `%s'"
27132717 msgstr "codage non reconnu « %s »"
27142718
2715 #: tp/Texinfo/Parser.pm:3289
2719 #: tp/Texinfo/Parser.pm:3295
27162720 #, perl-format
27172721 msgid "@%s after the first element"
27182722 msgstr "@%s après le premier élément"
27192723
2720 #: tp/Texinfo/Parser.pm:3296
2724 #: tp/Texinfo/Parser.pm:3302
27212725 #, perl-format
27222726 msgid "@%s only meaningful on a @multitable line"
27232727 msgstr "@%s n'a de sens que sur une ligne @multitable"
27242728
2725 #: tp/Texinfo/Parser.pm:3336
2729 #: tp/Texinfo/Parser.pm:3342
27262730 #, perl-format
27272731 msgid "@%s should not be associated with @top"
27282732 msgstr "@%s ne devrait pas être associé à @top"
27292733
2730 #: tp/Texinfo/Parser.pm:3348
2734 #: tp/Texinfo/Parser.pm:3354
27312735 #, perl-format
27322736 msgid "@node precedes @%s, but parts may not be associated with nodes"
27332737 msgstr ""
27342738 "@node précède @%s, mais des parties ne peuvent être associées à des nœuds"
27352739
2736 #: tp/Texinfo/Parser.pm:3450
2737 #, perl-format
2738 msgid "Empty argument in @%s"
2740 #: tp/Texinfo/Parser.pm:3456
2741 #, fuzzy, perl-format
2742 msgid "empty argument in @%s"
27392743 msgstr "Argument vide dans @%s"
27402744
2741 #: tp/Texinfo/Parser.pm:3454
2742 #, perl-format
2743 msgid "Empty node name after expansion `%s'"
2745 #: tp/Texinfo/Parser.pm:3460
2746 #, fuzzy, perl-format
2747 msgid "empty node name after expansion `%s'"
27442748 msgstr "Nom de nœud vide après expansion de « %s »"
27452749
2746 #: tp/Texinfo/Parser.pm:3497
2747 #, perl-format
2748 msgid "Empty menu entry name in `%s'"
2750 #: tp/Texinfo/Parser.pm:3503
2751 #, fuzzy, perl-format
2752 msgid "empty menu entry name in `%s'"
27492753 msgstr "Entrée de menu vide dans « %s »."
27502754
2751 #: tp/Texinfo/Parser.pm:3505
2752 #, fuzzy
2753 msgid "Empty node name in menu entry"
2755 #: tp/Texinfo/Parser.pm:3511
2756 #, fuzzy
2757 msgid "empty node name in menu entry"
27542758 msgstr "Nœud vide dans l'entrée de menu"
27552759
2756 #: tp/Texinfo/Parser.pm:3578
2760 #: tp/Texinfo/Parser.pm:3584
27572761 #, perl-format
27582762 msgid "@%s should not appear in @%s"
27592763 msgstr "@%s ne devrait pas apparaître dans @%s"
27602764
2761 #: tp/Texinfo/Parser.pm:3710
2765 #: tp/Texinfo/Parser.pm:3716
27622766 #, perl-format
27632767 msgid "@end %s should only appear at a line beginning"
27642768 msgstr "@end %s ne peut apparaître qu'en début de ligne"
27652769
2766 #: tp/Texinfo/Parser.pm:3733
2770 #: tp/Texinfo/Parser.pm:3739
27672771 #, perl-format
27682772 msgid "macro `%s' previously defined"
27692773 msgstr "macro « %s » déjà définie"
27702774
2771 #: tp/Texinfo/Parser.pm:3735
2775 #: tp/Texinfo/Parser.pm:3742
27722776 #, perl-format
27732777 msgid "here is the previous definition of `%s'"
27742778 msgstr "voici la définition précédente de « %s »"
27752779
2776 #: tp/Texinfo/Parser.pm:3739
2777 #, perl-format
2778 msgid "Redefining Texinfo language command: @%s"
2780 #: tp/Texinfo/Parser.pm:3747
2781 #, fuzzy, perl-format
2782 msgid "redefining Texinfo language command: @%s"
27792783 msgstr "Redéfinition de la commande Texinfo : %s"
27802784
2781 #: tp/Texinfo/Parser.pm:3788
2785 #: tp/Texinfo/Parser.pm:3796
27822786 #, perl-format
27832787 msgid "@%s without associated character"
27842788 msgstr "@%s sans caractère associé"
27852789
2786 #: tp/Texinfo/Parser.pm:3849
2790 #: tp/Texinfo/Parser.pm:3858
27872791 #, perl-format
27882792 msgid ""
27892793 "@%s defined with zero or more than one argument should be invoked with {}"
27902794 msgstr "@%s défini sans ou avec plus d'un argument s'invoque avec {}"
27912795
2792 #: tp/Texinfo/Parser.pm:3872
2793 #, perl-format
2794 msgid ""
2795 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2796 #: tp/Texinfo/Parser.pm:3882
2797 #, fuzzy, perl-format
2798 msgid ""
2799 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
27962800 "value %d)"
27972801 msgstr ""
27982802 "Appel de macro trop profondément imbriqué (dérogation par "
27992803 "MAX_NESTED_MACROS ;\n"
28002804 "valeur actuelle %d)"
28012805
2802 #: tp/Texinfo/Parser.pm:3880
2803 #, perl-format
2804 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2806 #: tp/Texinfo/Parser.pm:3891
2807 #, fuzzy, perl-format
2808 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
28052809 msgstr "Appel récursif de la macro %s interdit ; utiliser @rmacro si besoin"
28062810
2807 #: tp/Texinfo/Parser.pm:3935
2808 #, perl-format
2809 msgid "Accent command `@%s' must not be followed by whitespace"
2811 #: tp/Texinfo/Parser.pm:3947
2812 #, fuzzy, perl-format
2813 msgid "accent command `@%s' must not be followed by whitespace"
28102814 msgstr "La commande d'accentuation « @%s » doit être suivie d'une espace"
28112815
2812 #: tp/Texinfo/Parser.pm:3941
2813 #, perl-format
2814 msgid "Use braces to give a command as an argument to @%s"
2816 #: tp/Texinfo/Parser.pm:3953
2817 #, fuzzy, perl-format
2818 msgid "use braces to give a command as an argument to @%s"
28152819 msgstr "Utiliser des accolades pour passer une commande en argument à « @%s »"
28162820
2817 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2821 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
28182822 #, perl-format
28192823 msgid "%c%s expects `i' or `j' as argument, not `%s'"
28202824 msgstr "%c%s attend l'argument « i » ou « j », pas « %s »"
28212825
2822 #: tp/Texinfo/Parser.pm:3966
2823 #, perl-format
2824 msgid "Accent command `@%s' must not be followed by new line"
2826 #: tp/Texinfo/Parser.pm:3978
2827 #, fuzzy, perl-format
2828 msgid "accent command `@%s' must not be followed by new line"
28252829 msgstr ""
28262830 "La commande d'accentuation « @%s » ne doit pas être suivie d'un passage à la "
28272831 "ligne"
28282832
2829 #: tp/Texinfo/Parser.pm:3977
2833 #: tp/Texinfo/Parser.pm:3989
28302834 #, perl-format
28312835 msgid "@%s expected braces"
28322836 msgstr "@%s accolades attendues"
28332837
2834 #: tp/Texinfo/Parser.pm:4136
2838 #: tp/Texinfo/Parser.pm:4148
28352839 #, perl-format
28362840 msgid "undefined flag: %s"
28372841 msgstr "drapeau indéfini : %s"
28382842
2839 #: tp/Texinfo/Parser.pm:4139
2840 msgid "Bad syntax for @value"
2843 #: tp/Texinfo/Parser.pm:4151
2844 #, fuzzy
2845 msgid "bad syntax for @value"
28412846 msgstr "Syntaxe incorrect de @value"
28422847
2843 #: tp/Texinfo/Parser.pm:4146
2848 #: tp/Texinfo/Parser.pm:4158
28442849 #, perl-format
28452850 msgid "%c%s is obsolete."
28462851 msgstr "%c%s est obsolète."
28472852
2848 #: tp/Texinfo/Parser.pm:4149
2853 #: tp/Texinfo/Parser.pm:4161
28492854 #, perl-format
28502855 msgid "%c%s is obsolete; %s"
28512856 msgstr "%c%s est obsolète ; %s"
28522857
2853 #: tp/Texinfo/Parser.pm:4157
2858 #: tp/Texinfo/Parser.pm:4170
28542859 #, perl-format
28552860 msgid "@%s should only appear at a line beginning"
28562861 msgstr "@%s ne doit apparaître qu'en début de ligne"
28572862
2858 #: tp/Texinfo/Parser.pm:4247
2863 #: tp/Texinfo/Parser.pm:4261
28592864 #, perl-format
28602865 msgid "@%s not allowed inside `@%s' block"
28612866 msgstr "@%s interdit dans un bloc « @%s »"
28622867
2863 #: tp/Texinfo/Parser.pm:4255
2868 #: tp/Texinfo/Parser.pm:4270
28642869 #, perl-format
28652870 msgid "@%s should only appear in heading or footing"
28662871 msgstr "@%s ne peut apparaître qu'en en-tête ou en pied de page"
28672872
2868 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2869 #: tp/Texinfo/Parser.pm:4437
2873 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2874 #: tp/Texinfo/Parser.pm:4458
28702875 #, perl-format
28712876 msgid "@%s not meaningful inside `@%s' block"
28722877 msgstr "@%s n'a aucun sens dans un bloc « %s »"
28732878
2874 #: tp/Texinfo/Parser.pm:4398
2879 #: tp/Texinfo/Parser.pm:4418
28752880 #, perl-format
28762881 msgid "@%s in empty multitable"
28772882 msgstr "@%s dans une multitable vide"
28782883
2879 #: tp/Texinfo/Parser.pm:4403
2884 #: tp/Texinfo/Parser.pm:4424
28802885 msgid "@tab before @item"
28812886 msgstr "@tab avant @item"
28822887
2883 #: tp/Texinfo/Parser.pm:4406
2884 #, perl-format
2885 msgid "Too many columns in multitable item (max %d)"
2888 #: tp/Texinfo/Parser.pm:4427
2889 #, fuzzy, perl-format
2890 msgid "too many columns in multitable item (max %d)"
28862891 msgstr "Trop de colonnes dans une entrée de multitable (%d max)"
28872892
2888 #: tp/Texinfo/Parser.pm:4443
2893 #: tp/Texinfo/Parser.pm:4464
28892894 msgid "ignoring @tab outside of multitable"
28902895 msgstr "@tab non pris en compte hors de multitable"
28912896
2892 #: tp/Texinfo/Parser.pm:4447
2897 #: tp/Texinfo/Parser.pm:4468
28932898 #, perl-format
28942899 msgid "@%s outside of table or list"
28952900 msgstr "@%s en dehors d'une table ou d'une liste"
28962901
2897 #: tp/Texinfo/Parser.pm:4482
2898 #, perl-format
2899 msgid "Must be after `@%s' to use `@%s'"
2902 #: tp/Texinfo/Parser.pm:4503
2903 #, fuzzy, perl-format
2904 msgid "must be after `@%s' to use `@%s'"
29002905 msgstr "Il faut être après « @%s » pour utiliser « @%s »"
29012906
2902 #: tp/Texinfo/Parser.pm:4524
2907 #: tp/Texinfo/Parser.pm:4545
29032908 #, perl-format
29042909 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
29052910 msgstr ""
29062911 "@%s n'a aucun sens hors des environnements « @titlepage » et « @quotation »"
29072912
2908 #: tp/Texinfo/Parser.pm:4528
2913 #: tp/Texinfo/Parser.pm:4549
29092914 msgid "@dircategory after first node"
29102915 msgstr "@dircategory après le premier nœud"
29112916
2912 #: tp/Texinfo/Parser.pm:4686
2913 #, perl-format
2914 msgid "Region %s inside region %s is not allowed"
2917 #: tp/Texinfo/Parser.pm:4708
2918 #, fuzzy, perl-format
2919 msgid "region %s inside region %s is not allowed"
29152920 msgstr "Il n'est pas possible de placer une région %s dans une région %s"
29162921
2917 #: tp/Texinfo/Parser.pm:4704
2922 #: tp/Texinfo/Parser.pm:4726
29182923 msgid "@direntry after first node"
29192924 msgstr "@direntry après le premier nœud"
29202925
2921 #: tp/Texinfo/Parser.pm:4712
2926 #: tp/Texinfo/Parser.pm:4734
29222927 #, perl-format
29232928 msgid "@%s seen before first @node"
29242929 msgstr "@%s vu avant le premier @node"
29252930
2926 #: tp/Texinfo/Parser.pm:4714
2931 #: tp/Texinfo/Parser.pm:4737
29272932 msgid ""
29282933 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
29292934 msgstr ""
29302935 "votre nœud @top devrait peut-être être dans @ifnottex au lieu de @ifinfo ?"
29312936
2932 #: tp/Texinfo/Parser.pm:4776
2937 #: tp/Texinfo/Parser.pm:4799
29332938 #, perl-format
29342939 msgid "@%s should only appear in math context"
29352940 msgstr "@%s est réservé au contexte math"
29362941
2937 #: tp/Texinfo/Parser.pm:4784
2938 #, perl-format
2939 msgid "Unknown command `%s'"
2942 #: tp/Texinfo/Parser.pm:4807
2943 #, fuzzy, perl-format
2944 msgid "unknown command `%s'"
29402945 msgstr "Commande inconnue « %s »"
29412946
2942 #: tp/Texinfo/Parser.pm:4794
2943 msgid "Unexpected @"
2947 #: tp/Texinfo/Parser.pm:4817
2948 #, fuzzy
2949 msgid "unexpected @"
29442950 msgstr "@ inattendu"
29452951
2946 #: tp/Texinfo/Parser.pm:4822
2952 #: tp/Texinfo/Parser.pm:4846
29472953 #, perl-format
29482954 msgid "@%s is not meaningful outside `@float' environment"
29492955 msgstr "@%s n'a aucun sens hors de l'environnement « @float »"
29502956
2951 #: tp/Texinfo/Parser.pm:4826
2957 #: tp/Texinfo/Parser.pm:4851
29522958 #, perl-format
29532959 msgid "@%s should be right below `@float'"
29542960 msgstr "@%s se place juste en-dessous de « @float »"
29552961
2956 #: tp/Texinfo/Parser.pm:4834
2957 #, perl-format
2958 msgid "Ignoring multiple @%s"
2962 #: tp/Texinfo/Parser.pm:4859
2963 #, fuzzy, perl-format
2964 msgid "ignoring multiple @%s"
29592965 msgstr "@%s multiples ignorés"
29602966
2961 #: tp/Texinfo/Parser.pm:4950
2962 #, perl-format
2963 msgid "Command @%s does not accept arguments"
2967 #: tp/Texinfo/Parser.pm:4975
2968 #, fuzzy, perl-format
2969 msgid "command @%s does not accept arguments"
29642970 msgstr "La commande @%s s'emploie sans argument"
29652971
2966 #: tp/Texinfo/Parser.pm:4974
2967 #, perl-format
2968 msgid "Command @%s missing a node or external manual argument"
2972 #: tp/Texinfo/Parser.pm:4999
2973 #, fuzzy, perl-format
2974 msgid "command @%s missing a node or external manual argument"
29692975 msgstr "Commande @%s doit avoir un argument manuel externe ou nœud"
29702976
2971 #: tp/Texinfo/Parser.pm:4993
2972 #, perl-format
2973 msgid "In @%s empty cross reference name after expansion `%s'"
2977 #: tp/Texinfo/Parser.pm:5018
2978 #, fuzzy, perl-format
2979 msgid "in @%s empty cross reference name after expansion `%s'"
29742980 msgstr "Dans @%s, nom de renvoi vide après expansion de « %s »"
29752981
2976 #: tp/Texinfo/Parser.pm:5004
2977 #, perl-format
2978 msgid "In @%s empty cross reference title after expansion `%s'"
2982 #: tp/Texinfo/Parser.pm:5029
2983 #, fuzzy, perl-format
2984 msgid "in @%s empty cross reference title after expansion `%s'"
29792985 msgstr "Dans @%s, titre du renvoi vide après expansion de « %s »"
29802986
2981 #: tp/Texinfo/Parser.pm:5017
2987 #: tp/Texinfo/Parser.pm:5042
29822988 msgid "@image missing filename argument"
29832989 msgstr "@image sans nom de fichier"
29842990
2985 #: tp/Texinfo/Parser.pm:5047
2991 #: tp/Texinfo/Parser.pm:5072
29862992 #, perl-format
29872993 msgid "@%s missing first argument"
29882994 msgstr "@%s sans premier argument"
29892995
2990 #: tp/Texinfo/Parser.pm:5169
2991 msgid "Superfluous arguments for node"
2996 #: tp/Texinfo/Parser.pm:5194
2997 #, fuzzy
2998 msgid "superfluous arguments for node"
29922999 msgstr "Arguments de nœud superflus"
29933000
2994 #: tp/Texinfo/Parser.pm:5208
2995 #, perl-format
2996 msgid "Expected @end %s"
3001 #: tp/Texinfo/Parser.pm:5233
3002 #, fuzzy, perl-format
3003 msgid "expected @end %s"
29973004 msgstr "@end %s attendu"
29983005
2999 #: tp/Texinfo/Parser.pm:5283
3000 #, perl-format
3001 msgid "Remaining argument on @%s line: %s"
3006 #: tp/Texinfo/Parser.pm:5309
3007 #, fuzzy, perl-format
3008 msgid "remaining argument on @%s line: %s"
30023009 msgstr "Argument restants à la ligne @%s : %s"
30033010
3004 #: tp/Texinfo/Parser.pm:5287
3011 #: tp/Texinfo/Parser.pm:5313
30053012 #, perl-format
30063013 msgid "@%s should only accept a @-command as argument, not `%s'"
30073014 msgstr "@%s ne devrait accepter en argument qu'une @-commande, pas « %s »"
30083015
3009 #: tp/Texinfo/Parser.pm:5362
3010 #, perl-format
3011 msgid "Environment command %s as argument to @%s"
3016 #: tp/Texinfo/Parser.pm:5388
3017 #, fuzzy, perl-format
3018 msgid "environment command %s as argument to @%s"
30123019 msgstr "Commande d'environnement %s en argument de @%s"
30133020
3014 #: tp/Texinfo/Parser.pm:5384
3015 #, perl-format
3016 msgid "Empty @%s"
3021 #: tp/Texinfo/Parser.pm:5410
3022 #, fuzzy, perl-format
3023 msgid "empty @%s"
30173024 msgstr "@%s vide"
30183025
3019 #: tp/Texinfo/Parser.pm:5392
3026 #: tp/Texinfo/Parser.pm:5418
30203027 #, perl-format
30213028 msgid "column fraction not a number: %s"
30223029 msgstr "fraction de colonne non numérique : %s"
30233030
3024 #: tp/Texinfo/Parser.pm:5401
3031 #: tp/Texinfo/Parser.pm:5427
30253032 #, perl-format
30263033 msgid "@sp arg must be numeric, not `%s'"
30273034 msgstr "L'argument de @sp doit être numérique, pas « %s »"
30283035
3029 #: tp/Texinfo/Parser.pm:5409
3030 #, perl-format
3031 msgid "Reserved index name %s"
3036 #: tp/Texinfo/Parser.pm:5436
3037 #, fuzzy, perl-format
3038 msgid "reserved index name %s"
30323039 msgstr "%s est un nom d'index réservé"
30333040
3034 #: tp/Texinfo/Parser.pm:5428
3035 #, perl-format
3036 msgid "Unknown source index in @%s: %s"
3041 #: tp/Texinfo/Parser.pm:5455
3042 #, fuzzy, perl-format
3043 msgid "unknown source index in @%s: %s"
30373044 msgstr "Source d'index inconnue dans @%s : %s"
30383045
3039 #: tp/Texinfo/Parser.pm:5431
3040 #, perl-format
3041 msgid "Unknown destination index in @%s: %s"
3046 #: tp/Texinfo/Parser.pm:5458
3047 #, fuzzy, perl-format
3048 msgid "unknown destination index in @%s: %s"
30423049 msgstr "Destination d'index inconnue dans @%s : %s"
30433050
3044 #: tp/Texinfo/Parser.pm:5461
3051 #: tp/Texinfo/Parser.pm:5488
30453052 #, perl-format
30463053 msgid "@%s leads to a merging of %s in itself, ignoring"
30473054 msgstr "@%s conduit à une fusion de %s avec lui-même ; ignoré"
30483055
3049 #: tp/Texinfo/Parser.pm:5474
3050 #, perl-format
3051 msgid "Unknown index `%s' in @printindex"
3056 #: tp/Texinfo/Parser.pm:5501
3057 #, fuzzy, perl-format
3058 msgid "unknown index `%s' in @printindex"
30523059 msgstr "Index « %s » inconnu dans @printindex"
30533060
3054 #: tp/Texinfo/Parser.pm:5480
3055 #, perl-format
3056 msgid "Printing an index `%s' merged in another one `%s'"
3061 #: tp/Texinfo/Parser.pm:5507
3062 #, fuzzy, perl-format
3063 msgid "printing an index `%s' merged in another one `%s'"
30573064 msgstr "Impression d'un index « %s » fusionné dans un autre « %s »"
30583065
3059 #: tp/Texinfo/Parser.pm:5488
3060 #, perl-format
3061 msgid "Printindex before document beginning: @printindex %s"
3066 #: tp/Texinfo/Parser.pm:5515
3067 #, fuzzy, perl-format
3068 msgid "printindex before document beginning: @printindex %s"
30623069 msgstr "Printindex avant le début du document : @printindex %s"
30633070
3064 #: tp/Texinfo/Parser.pm:5504
3071 #: tp/Texinfo/Parser.pm:5531
30653072 #, perl-format
30663073 msgid "@%s arg must be `top' or `bottom', not `%s'"
30673074 msgstr "L'argument de @%s doit être « top » ou « bottom », pas « %s »"
30683075
3069 #: tp/Texinfo/Parser.pm:5512
3076 #: tp/Texinfo/Parser.pm:5539
30703077 #, perl-format
30713078 msgid "Only @%s 10 or 11 is supported, not `%s'"
30723079 msgstr "Seuls @%s 10 ou 11 sont autorisés, pas « %s »"
30733080
3074 #: tp/Texinfo/Parser.pm:5520
3081 #: tp/Texinfo/Parser.pm:5547
30753082 #, perl-format
30763083 msgid "@%s arg must be `separate' or `end', not `%s'"
30773084 msgstr "L'argument à @%s doit être « separate » ou « end », pas « %s »"
30783085
3079 #: tp/Texinfo/Parser.pm:5528
3086 #: tp/Texinfo/Parser.pm:5555
30803087 #, perl-format
30813088 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
30823089 msgstr ""
30833090 "L'argument de @%s doit être « on », « off » ou « odd », mais pas « %s »"
30843091
3085 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3092 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
30863093 #, perl-format
30873094 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
30883095 msgstr ""
30893096 "L'argument de @paragraphindent doit être numérique, « none » ou « asis », "
30903097 "pas « %s »"
30913098
3092 #: tp/Texinfo/Parser.pm:5559
3099 #: tp/Texinfo/Parser.pm:5586
30933100 #, perl-format
30943101 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
30953102 msgstr ""
30963103 "L'argument de @firstparagraphindent doit être « none » ou « insert », pas "
30973104 "« %s »"
30983105
3099 #: tp/Texinfo/Parser.pm:5569
3106 #: tp/Texinfo/Parser.pm:5596
31003107 #, perl-format
31013108 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
31023109 msgstr ""
31033110 "L'argument de @exampleindent doit être numérique ou « asis », pas « %s »"
31043111
3105 #: tp/Texinfo/Parser.pm:5580
3106 #, perl-format
3107 msgid "Expected @%s on or off, not `%s'"
3112 #: tp/Texinfo/Parser.pm:5607
3113 #, fuzzy, perl-format
3114 msgid "expected @%s on or off, not `%s'"
31083115 msgstr "@%s peut être « on » ou « off », pas « %s »"
31093116
3110 #: tp/Texinfo/Parser.pm:5590
3117 #: tp/Texinfo/Parser.pm:5617
31113118 #, perl-format
31123119 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
31133120 msgstr ""
31143121 "L'argument de @kbdinputstyle doit être « code », « example » ou "
31153122 "« distinct », pas « %s »"
31163123
3117 #: tp/Texinfo/Parser.pm:5598
3124 #: tp/Texinfo/Parser.pm:5625
31183125 #, perl-format
31193126 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
31203127 msgstr ""
31213128 "L'argument de @allowcodebreaks doit être « true » ou « false », pas « %s »"
31223129
3123 #: tp/Texinfo/Parser.pm:5606
3130 #: tp/Texinfo/Parser.pm:5633
31243131 #, perl-format
31253132 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
31263133 msgstr ""
31273134 "L'argument de @urefbreakstyle doit être « after », « before » ou « none », "
31283135 "pas « %s »"
31293136
3130 #: tp/Texinfo/Report.pm:100
3131 #, perl-format
3132 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3133 msgstr "%s : %d : attention : %s (implique probablement @%s)\n"
3134
3135 #: tp/Texinfo/Report.pm:103
3136 #, perl-format
3137 msgid "%s:%d: warning: %s\n"
3138 msgstr "%s :%d : avertissement : %s\n"
3139
3140 #: tp/Texinfo/Report.pm:146
3141 #, perl-format
3142 msgid "warning: %s\n"
3143 msgstr "avertissement : %s\n"
3144
31453137 #: tp/Texinfo/Structuring.pm:231
3146 #, perl-format
3147 msgid "Raising the section level of @%s which is too low"
3138 #, fuzzy, perl-format
3139 msgid "raising the section level of @%s which is too low"
31483140 msgstr "Remontée de la section de @%s qui est trop basse"
31493141
31503142 #: tp/Texinfo/Structuring.pm:263
3151 #, perl-format
3152 msgid "No chapter-level command before @%s"
3143 #, fuzzy, perl-format
3144 msgid "no chapter-level command before @%s"
31533145 msgstr "Pas de commande niveau chapitre avant @%s"
31543146
31553147 #: tp/Texinfo/Structuring.pm:268
3156 #, perl-format
3157 msgid "Lowering the section level of @%s appearing after a lower element"
3148 #, fuzzy, perl-format
3149 msgid "lowering the section level of @%s appearing after a lower element"
31583150 msgstr "Descente de la section de @%s qui apparaît après un élément subalterne"
31593151
31603152 #: tp/Texinfo/Structuring.pm:347
3161 #, perl-format
3162 msgid "No sectioning command associated with @%s"
3153 #, fuzzy, perl-format
3154 msgid "no sectioning command associated with @%s"
31633155 msgstr "Acune commande de sectionnement associée à @%s"
31643156
31653157 #: tp/Texinfo/Structuring.pm:568
3166 #, perl-format
3167 msgid "Menu reference to nonexistent node `%s'"
3158 #, fuzzy, perl-format
3159 msgid "menu reference to nonexistent node `%s'"
31683160 msgstr "Entrée de menu pour un nœud « %s » inexistant"
31693161
31703162 #: tp/Texinfo/Structuring.pm:583
3171 #, perl-format
3172 msgid "Menu entry node name `%s' different from %s name `%s'"
3163 #, fuzzy, perl-format
3164 msgid "menu entry node name `%s' different from %s name `%s'"
31733165 msgstr "Nom de nœud de l'entrée de menu « %s » différente du nom de %s « %s »"
31743166
31753167 #: tp/Texinfo/Structuring.pm:619
31783170 msgstr "nœud « %s » non référencé"
31793171
31803172 #: tp/Texinfo/Structuring.pm:665
3181 #, perl-format
3182 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3173 #, fuzzy, perl-format
3174 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31833175 msgstr ""
31843176 "Le nœud « %s » est %s pour « %s » dans le sectionnement, mais pas dans le "
31853177 "menu"
31863178
31873179 #: tp/Texinfo/Structuring.pm:672
3188 #, perl-format
3189 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3180 #, fuzzy, perl-format
3181 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31903182 msgstr ""
31913183 "Le nœud %s « %s » est différent dans le menu « %s » et dans le sectionnement "
31923184 "« %s »"
31933185
31943186 #: tp/Texinfo/Structuring.pm:690
3195 #, perl-format
3196 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3187 #, fuzzy, perl-format
3188 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
31973189 msgstr ""
31983190 "Le nœud « %s » est %s pour « %s » dans le menu mais pas dans le sectionnement"
31993191
32083200 msgstr "%s fait référence à « %s » qui n'existe pas"
32093201
32103202 #: tp/Texinfo/Structuring.pm:790
3211 #, perl-format
3212 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3203 #, fuzzy, perl-format
3204 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
32133205 msgstr ""
32143206 "Le nœud « %s » n'a pas d'entrée de menu pour « %s », dont le « Up » le "
32153207 "désigne"
32163208
32173209 #: tp/Texinfo/Structuring.pm:798
3218 #, perl-format
3219 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3210 #, fuzzy, perl-format
3211 msgid "for `%s', up in menu `%s' and up `%s' don't match"
32203212 msgstr ""
32213213 "Pour « %s », au-dessus dans le menu « %s » et au-dessus « %s » ne "
32223214 "correspondent pas"
32313223 msgid "@%s to `%s', different from %s name `%s'"
32323224 msgstr "@%s pour « %s », différent de %s nommé « %s »"
32333225
3234 #: tp/Texinfo/Structuring.pm:1939
3235 #, perl-format
3236 msgid "Empty index key in @%s"
3226 #: tp/Texinfo/Structuring.pm:1959
3227 #, fuzzy, perl-format
3228 msgid "empty index key in @%s"
32373229 msgstr "Entrée d'index vide dans @%s"
32383230
32393231 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
32403232 #, fuzzy, perl-format
3241 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3233 msgid "chm.pm: could not open %s for writing: %s\n"
32423234 msgstr "Impossible d'ouvrir %s en écriture : %s\n"
32433235
32443236 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
32453237 #, fuzzy, perl-format
3246 msgid "chm.pm:%s: Error on closing: %s"
3238 msgid "chm.pm: error on closing %s: %s"
32473239 msgstr "Erreur lors de la fermeture de %s : %s"
32483240
3249 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3250 #, fuzzy, perl-format
3251 msgid "tex4ht.pm:%s: Cannot open: %s"
3241 #: tp/init/latex2html.pm:200
3242 #, fuzzy, perl-format
3243 msgid "l2h: could not open latex file %s for writing: %s"
3244 msgstr "Impossible d'ouvrir %s en écriture : %s"
3245
3246 #: tp/init/latex2html.pm:341
3247 msgid "l2h: L2H_TMP directory contains a dot"
3248 msgstr ""
3249
3250 #: tp/init/latex2html.pm:346
3251 msgid "l2h: current directory contains a dot"
3252 msgstr ""
3253
3254 #: tp/init/latex2html.pm:374
3255 #, perl-format
3256 msgid "l2h: command did not succeed: %s"
3257 msgstr ""
3258
3259 #: tp/init/latex2html.pm:422
3260 #, perl-format
3261 msgid "l2h: image has invalid extension: %s"
3262 msgstr ""
3263
3264 #: tp/init/latex2html.pm:438
3265 #, fuzzy, perl-format
3266 msgid "l2h: rename %s as %s failed: %s"
3267 msgstr "Échec du renommage de %s : %s"
3268
3269 #: tp/init/latex2html.pm:460
3270 #, fuzzy, perl-format
3271 msgid "l2h: could not open %s: %s"
32523272 msgstr "@%s : impossible d'ouvrir %s : %s"
32533273
3254 #: tp/init/tex4ht.pm:219
3255 #, fuzzy, perl-format
3256 msgid "tex4ht.pm:%s: chdir failed: %s"
3257 msgstr "Échec du renommage de %s : %s"
3258
3259 #: tp/init/tex4ht.pm:232
3260 #, perl-format
3261 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3262 msgstr ""
3263
3264 #: tp/init/tex4ht.pm:244
3265 #, fuzzy, perl-format
3266 msgid "tex4ht.pm: Output file missing: %s"
3267 msgstr "Fichier de sortie pour tex4ht absent : %s"
3268
3269 #: tp/init/tex4ht.pm:260
3270 #, perl-format
3271 msgid "tex4ht.pm: Command failed: %s"
3272 msgstr ""
3273
3274 #: tp/init/tex4ht.pm:293
3275 #, perl-format
3276 msgid "tex4ht.pm: end of @%s item %d not found"
3277 msgstr ""
3278
3279 #: tp/init/tex4ht.pm:300
3280 #, fuzzy, perl-format
3281 msgid ""
3282 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3283 "items found in the document"
3274 #: tp/init/latex2html.pm:493
3275 #, perl-format
3276 msgid "latex2html.pm: end of @%s item %d not found"
3277 msgstr ""
3278
3279 #: tp/init/latex2html.pm:504
3280 #, fuzzy, perl-format
3281 msgid ""
3282 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3283 "of items found in the document"
32843284 msgstr ""
32853285 "Le traitement par tex4ht a produit %d éléments HTML ; %d étaient attendus, "
32863286 "correspondant au nombre d'éléments du document"
32873287
3288 #: tp/init/tex4ht.pm:319
3289 #, fuzzy, perl-format
3290 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3288 #: tp/init/latex2html.pm:534
3289 #, perl-format
3290 msgid "l2h: could not determine the fragment %d for @%s"
3291 msgstr ""
3292
3293 #: tp/init/latex2html.pm:560
3294 #, perl-format
3295 msgid ""
3296 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3297 "HTML"
3298 msgstr ""
3299
3300 #: tp/init/latex2html.pm:621
3301 #, fuzzy, perl-format
3302 msgid "l2h: could not load %s: %s"
3303 msgstr "impossible d'ouvrir --include-file %s : %s"
3304
3305 #: tp/init/latex2html.pm:634
3306 #, fuzzy, perl-format
3307 msgid "l2h: could not open %s for writing: %s"
3308 msgstr "Impossible d'ouvrir %s en écriture : %s"
3309
3310 #: tp/init/tex4ht.pm:123
3311 #, fuzzy, perl-format
3312 msgid "tex4ht.pm: could not open %s: %s"
3313 msgstr "@%s : impossible d'ouvrir %s : %s"
3314
3315 #: tp/init/tex4ht.pm:219
3316 #, fuzzy, perl-format
3317 msgid "tex4ht.pm: chdir %s failed: %s"
3318 msgstr "Échec du renommage de %s : %s"
3319
3320 #: tp/init/tex4ht.pm:232
3321 #, perl-format
3322 msgid "tex4ht.pm: unable to return to initial directory: %s"
3323 msgstr ""
3324
3325 #: tp/init/tex4ht.pm:244
3326 #, fuzzy, perl-format
3327 msgid "tex4ht.pm: output file missing: %s"
3328 msgstr "Fichier de sortie pour tex4ht absent : %s"
3329
3330 #: tp/init/tex4ht.pm:260
3331 #, fuzzy, perl-format
3332 msgid "tex4ht.pm: command failed: %s"
3333 msgstr "Échec du renommage de %s : %s"
3334
3335 #: tp/init/tex4ht.pm:267
3336 #, fuzzy, perl-format
3337 msgid "tex4ht.pm: could not open: %s"
3338 msgstr "@%s : impossible d'ouvrir %s : %s"
3339
3340 #: tp/init/tex4ht.pm:293
3341 #, perl-format
3342 msgid "tex4ht.pm: end of @%s item %d not found"
3343 msgstr ""
3344
3345 #: tp/init/tex4ht.pm:300
3346 #, fuzzy, perl-format
3347 msgid ""
3348 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3349 "items found in the document for @%s"
3350 msgstr ""
3351 "Le traitement par tex4ht a produit %d éléments HTML ; %d étaient attendus, "
3352 "correspondant au nombre d'éléments du document"
3353
3354 #: tp/init/tex4ht.pm:320
3355 #, fuzzy, perl-format
3356 msgid "tex4ht.pm: output has no HTML item for @%s %s"
32913357 msgstr "La sortie de tex4html n'a pas d'élément HTML pour @%s %s"
32923358
3293 #: tp/texi2any.pl:375
3359 #: tp/init/tex4ht.pm:335
3360 #, fuzzy, perl-format
3361 msgid ""
3362 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3363 "items found in the document for @%s"
3364 msgstr ""
3365 "Le traitement par tex4ht a produit %d éléments HTML ; %d étaient attendus, "
3366 "correspondant au nombre d'éléments du document"
3367
3368 #: tp/texi2any.pl:379
32943369 #, perl-format
32953370 msgid "error loading %s: %s\n"
32963371 msgstr "erreur de chargement de %s : %s\n"
32973372
3298 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3299 #, perl-format
3300 msgid "Unknown variable %s\n"
3373 #: tp/texi2any.pl:392
3374 #, fuzzy, perl-format
3375 msgid "%s: unknown variable %s"
33013376 msgstr "Variable %s inconnue\n"
33023377
3303 #: tp/texi2any.pl:468
3304 #, perl-format
3305 msgid "Can't read init file %s"
3378 #: tp/texi2any.pl:396
3379 #, fuzzy, perl-format
3380 msgid "%s: obsolete variable %s\n"
3381 msgstr "Variable obsolète %s\n"
3382
3383 #: tp/texi2any.pl:411
3384 #, fuzzy, perl-format
3385 msgid "%s: unknown variable %s\n"
3386 msgstr "Variable %s inconnue\n"
3387
3388 #: tp/texi2any.pl:415
3389 #, fuzzy, perl-format
3390 msgid "obsolete variable %s\n"
3391 msgstr "Variable obsolète %s\n"
3392
3393 #: tp/texi2any.pl:480
3394 #, fuzzy, perl-format
3395 msgid "could not read init file %s"
33063396 msgstr "Impossible de lire le fichier init %s"
33073397
3308 #: tp/texi2any.pl:619
3309 #, perl-format
3310 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3398 #: tp/texi2any.pl:633
3399 #, fuzzy, perl-format
3400 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
33113401 msgstr "%s : valeur « %s » de TEXINFO_OUTPUT_FORMAT non reconnue, ignorée.\n"
33123402
3313 #: tp/texi2any.pl:691
3403 #: tp/texi2any.pl:710
33143404 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
33153405 msgstr "Utilisation : makeinfo [OPTION]... FICHIER-TEXINFO...\n"
33163406
3317 #: tp/texi2any.pl:692
3407 #: tp/texi2any.pl:711
33183408 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
33193409 msgstr "Utilisation : texi2any [OPTION]... FICHIER-TEXINFO...\n"
33203410
3321 #: tp/texi2any.pl:694
3411 #: tp/texi2any.pl:713
33223412 msgid ""
33233413 "Translate Texinfo source documentation to various other formats, by default\n"
33243414 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
33273417 "Par défaut, en fichiers Info adaptés à une lecture en ligne avec Emacs\n"
33283418 "ou avec le lecteur Info autonome GNU.\n"
33293419
3330 #: tp/texi2any.pl:697
3420 #: tp/texi2any.pl:716
33313421 #, perl-format
33323422 msgid ""
33333423 "General options:\n"
33643454 " -v, --verbose Explique ce qui est fait.\n"
33653455 " --version Affiche la version du logiciel et s'arrête.\n"
33663456
3367 #: tp/texi2any.pl:712
3457 #: tp/texi2any.pl:731
33683458 msgid ""
33693459 "Output format selection (default is to produce Info):\n"
33703460 " --docbook output Docbook XML rather than Info.\n"
33813471 " --dvi, --dvipdf, --ps, --pdf Appeller texi2dvi pour produire le\n"
33823472 " resultat demandé.\n"
33833473
3384 #: tp/texi2any.pl:720
3474 #: tp/texi2any.pl:739
33853475 msgid ""
33863476 "General output options:\n"
33873477 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
34353525 " par un /, y dépose le fichier résultant.\n"
34363526 " Sinon, DEST sera le nom du fichier.\n"
34373527
3438 #: tp/texi2any.pl:740
3528 #: tp/texi2any.pl:759
34393529 #, perl-format
34403530 msgid ""
34413531 "Options for Info and plain text:\n"
34773567 " --split-size=NB Divise les fichiers Info à la taille NB (par\n"
34783568 " défaut %d).\n"
34793569
3480 #: tp/texi2any.pl:757
3570 #: tp/texi2any.pl:776
34813571 msgid ""
34823572 "Options for HTML:\n"
34833573 " --css-include=FILE include FILE in HTML <style> output;\n"
35073597 "uniquement\n"
35083598 " avec l'option « split ».\n"
35093599
3510 #: tp/texi2any.pl:768
3600 #: tp/texi2any.pl:787
35113601 msgid ""
35123602 "Options for XML and Docbook:\n"
35133603 " --output-indent=VAL does nothing, retained for compatibility.\n"
35153605 "Options des formats XML et Docbook :\n"
35163606 " --output-indent=VAL sans objet (conservé pour compatibilité).\n"
35173607
3518 #: tp/texi2any.pl:771
3608 #: tp/texi2any.pl:790
35193609 msgid ""
35203610 "Options for DVI/PS/PDF:\n"
35213611 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
35233613 "Options des formats DVI, PS et PDF :\n"
35243614 " --Xopt=OPTION Passe OPTION à texi2dvi ; peut être répété.\n"
35253615
3526 #: tp/texi2any.pl:774
3616 #: tp/texi2any.pl:793
35273617 msgid ""
35283618 "Input file options:\n"
35293619 " --commands-in-node-names does nothing, retained for compatibility.\n"
35423632 " -U VAR Supprime la variable VAR, comme avec "
35433633 "@clear.\n"
35443634
3545 #: tp/texi2any.pl:781
3635 #: tp/texi2any.pl:800
35463636 msgid ""
35473637 "Conditional processing in input:\n"
35483638 " --ifdocbook process @ifdocbook and @docbook even if\n"
35793669 "\n"
35803670 " De plus, pour les options --no-ifFORMAT, traite les @ifnotFORMAT.\n"
35813671
3582 #: tp/texi2any.pl:798
3672 #: tp/texi2any.pl:817
35833673 msgid ""
35843674 " The defaults for the @if... conditionals depend on the output format:\n"
35853675 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35973687 " Si on produit du texte, --ifplaintext est « on » et les autres « off ».\n"
35983688 " Si on produit du format XML, --ifxml est « on » et les autres « off ».\n"
35993689
3600 #: tp/texi2any.pl:805
3690 #: tp/texi2any.pl:824
36013691 msgid ""
36023692 "Examples:\n"
36033693 " makeinfo foo.texi write Info to foo's @setfilename\n"
36323722 " makeinfo --no-split foo.texi Écrit un seul fichier Info\n"
36333723 " quelque soit sa taille\n"
36343724
3635 #: tp/texi2any.pl:852
3725 #: tp/texi2any.pl:871
36363726 #, perl-format
36373727 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
36383728 msgstr "%s: --footnote-style est « separate » ou « end », pas « %s ».\n"
36393729
3640 #: tp/texi2any.pl:934
3730 #: tp/texi2any.pl:953
36413731 #, perl-format
36423732 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
36433733 msgstr ""
36443734 "%s : --paragraph-indent est numérique, « none » ou « asis », pas « %s ».\n"
36453735
3646 #: tp/texi2any.pl:1011
3647 #, perl-format
3648 msgid "when generating %s, only one input FILE may be specified with -o"
3736 #: tp/texi2any.pl:1030
3737 #, fuzzy, perl-format
3738 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
36493739 msgstr "pour produire %s, un seul fichier d'entrée peut être spécifié par -o"
36503740
3651 #: tp/texi2any.pl:1015
3741 #: tp/texi2any.pl:1034
36523742 msgid "--Xopt option without printed output"
36533743 msgstr "option --Xopt sans sortie imprimée"
36543744
3655 #: tp/texi2any.pl:1025
3656 #, perl-format
3657 msgid "Unknown tree transformation %s"
3745 #: tp/texi2any.pl:1044
3746 #, fuzzy, perl-format
3747 msgid "unknown tree transformation %s"
36583748 msgstr "Transformation d'arbre inconnue %s"
36593749
3660 #: tp/texi2any.pl:1032
3661 #, perl-format
3662 msgid "Ignoring splitting for format %s"
3750 #: tp/texi2any.pl:1051
3751 #, fuzzy, perl-format
3752 msgid "ignoring splitting for format %s"
36633753 msgstr "Découpage sans objet pour le format %s"
36643754
3665 #: tp/texi2any.pl:1081
3755 #: tp/texi2any.pl:1101
36663756 #, perl-format
36673757 msgid "%s: missing file argument.\n"
36683758 msgstr "%s : argument fichier absent.\n"
36693759
3670 #: tp/texi2any.pl:1082
3760 #: tp/texi2any.pl:1102
36713761 #, perl-format
36723762 msgid "Try `%s --help' for more information.\n"
36733763 msgstr "Consultez « %s --help » pour plus d'informations.\n"
36743764
3675 #: tp/texi2any.pl:1153
3765 #: tp/texi2any.pl:1173
36763766 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36773767 msgstr ""
36783768 "La transformation fill_gaps_in_sectioning ne renvoie rien. Pas de section ?"
36793769
3680 #: tp/texi2any.pl:1175
3681 #, perl-format
3682 msgid "Error on closing macro expand file %s: %s\n"
3770 #: tp/texi2any.pl:1195
3771 #, fuzzy, perl-format
3772 msgid "error on closing macro expand file %s: %s\n"
36833773 msgstr "Erreur de fermeture du fichier d'expansion de macros %s : %s\n"
36843774
3685 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3686 #, perl-format
3687 msgid "Could not open %s for writing: %s\n"
3775 #: tp/texi2any.pl:1201
3776 #, fuzzy, perl-format
3777 msgid "could not open %s for writing: %s\n"
36883778 msgstr "Impossible d'ouvrir %s en écriture : %s\n"
36893779
3690 #: tp/texi2any.pl:1205
3780 #: tp/texi2any.pl:1226
36913781 msgid ""
36923782 "insert_nodes_for_sectioning_commands transformation return no result. No "
36933783 "section?"
36953785 "La transformation insert_nodes_for_sectioning_commands ne renvoie rien. Pas "
36963786 "de section ?"
36973787
3698 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3699 #, perl-format
3700 msgid "Error on closing %s: %s\n"
3788 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3789 #, fuzzy, perl-format
3790 msgid "%s: error on closing %s: %s\n"
37013791 msgstr "Erreur de fermeture de %s : %s\n"
37023792
3703 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3704 #, perl-format
3705 msgid "Error on closing internal links file %s: %s\n"
3793 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3794 #, fuzzy, perl-format
3795 msgid "%s: error on closing internal links file %s: %s\n"
37063796 msgstr "Erreur de fermeture du fichiers de liens internes %s : %s\n"
3797
3798 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3799 #, fuzzy, perl-format
3800 msgid "%s: could not open %s for writing: %s\n"
3801 msgstr "Impossible d'ouvrir %s en écriture : %s\n"
37073802
37083803 #: util/texindex.c:223
37093804 msgid "display this help and exit"
37623857 #, c-format
37633858 msgid "entry %s follows an entry with a secondary name"
37643859 msgstr "l'entrée %s suit une entrée ayant un nom secondaire"
3860
3861 #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
3862 #~ msgstr "protect_hashchar_at_line_beginning ne protège pas dans @%s"
3863
3864 #~ msgid "Can't read file %s: %s"
3865 #~ msgstr "Impossible de lire le fichier %s : %s"
3866
3867 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3868 #~ msgstr "%s : %d : attention : %s (implique probablement @%s)\n"
3869
3870 #~ msgid "%s:%d: warning: %s\n"
3871 #~ msgstr "%s :%d : avertissement : %s\n"
3872
3873 #~ msgid "warning: %s\n"
3874 #~ msgstr "avertissement : %s\n"
3875
3876 #, fuzzy
3877 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3878 #~ msgstr "Impossible d'ouvrir %s en écriture : %s\n"
37653879
37663880 #~ msgid "tex4ht error opening %s: %s"
37673881 #~ msgstr "Erreur d'ouverture de %s par tex4ht : %s"
Binary diff not shown
+631
-540
po/he.po less more
55 msgstr ""
66 "Project-Id-Version: texinfo 4.2\n"
77 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
8 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
8 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
99 "PO-Revision-Date: 2002-04-03 12:31+0300\n"
1010 "Last-Translator: Eli Zaretskii <eliz@gnu.org>\n"
1111 "Language-Team: Hebrew <eliz@gnu.org>\n"
401401 msgstr ".רתוי בר עדימ תגצהל --help הסנ\n"
402402
403403 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
404 #: tp/texi2any.pl:829 util/texindex.c:295
404 #: tp/texi2any.pl:848 util/texindex.c:295
405405 #, c-format, perl-format
406406 msgid ""
407407 "Copyright (C) %s Free Software Foundation, Inc.\n"
20082008 " --version display version information and exit."
20092009 msgstr ""
20102010
2011 #: install-info/install-info.c:598 tp/texi2any.pl:817
2011 #: install-info/install-info.c:598 tp/texi2any.pl:836
20122012 #, fuzzy
20132013 msgid ""
20142014 "Email bug reports to bug-texinfo@gnu.org,\n"
21212121 msgstr "קחמנ אל םולכ ;`%s' רובע טירפת יפיעס ואצמנ אל"
21222122
21232123 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2124 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2125 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2126 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2127 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2128 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2129 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2124 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2125 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2126 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2127 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2128 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2129 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
21302130 #: tp/Texinfo/Convert/TexinfoXML.pm:429
21312131 #, fuzzy, perl-format
2132 msgid "Could not open %s for writing: %s"
2132 msgid "could not open %s for writing: %s"
21332133 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
21342134
21352135 #: tp/Texinfo/Common.pm:850
21552155 msgid "%s is not a valid split possibility"
21562156 msgstr "ISO 639 י\"ע םירכומה ןושלה ינמיסמ דחא וניא %s"
21572157
2158 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2159 #, fuzzy, perl-format
2160 msgid "Cannot read %s: %s"
2158 #: tp/Texinfo/Common.pm:1096
2159 #, fuzzy, perl-format
2160 msgid "could not read %s: %s"
21612161 msgstr "`%s' היקית תריציב (%s) הלקת"
21622162
2163 #: tp/Texinfo/Common.pm:1113
2164 #, fuzzy, perl-format
2165 msgid "Error on closing @verbatiminclude file %s: %s"
2163 #: tp/Texinfo/Common.pm:1114
2164 #, fuzzy, perl-format
2165 msgid "error on closing @verbatiminclude file %s: %s"
21662166 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
21672167
2168 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2169 #, fuzzy, perl-format
2170 msgid "@%s: Cannot find %s"
2168 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2169 #, fuzzy, perl-format
2170 msgid "@%s: could not find %s"
21712171 msgstr ".אצמנ אל `%s' ץבוק"
21722172
2173 #: tp/Texinfo/Common.pm:1416
2174 #, fuzzy, perl-format
2175 msgid "Cannot open html refs config file %s: %s"
2173 #: tp/Texinfo/Common.pm:1417
2174 #, fuzzy, perl-format
2175 msgid "could not open html refs config file %s: %s"
21762176 msgstr "`%s' היקית תריציב (%s) הלקת"
21772177
2178 #: tp/Texinfo/Common.pm:1444
2179 msgid "Missing type"
2180 msgstr ""
2181
2182 #: tp/Texinfo/Common.pm:1447
2183 #, fuzzy, perl-format
2184 msgid "Unrecognized type: %s"
2178 #: tp/Texinfo/Common.pm:1445
2179 #, fuzzy
2180 msgid "missing type"
2181 msgstr "הדוקפ םש רסח"
2182
2183 #: tp/Texinfo/Common.pm:1448
2184 #, fuzzy, perl-format
2185 msgid "unrecognized type: %s"
21852186 msgstr "%s תינכת רובע `--%s' ההוזמ-יתלב ןייפאמ\n"
21862187
2187 #: tp/Texinfo/Common.pm:1463
2188 #, fuzzy, perl-format
2189 msgid "Error on closing html refs config file %s: %s"
2188 #: tp/Texinfo/Common.pm:1465
2189 #, fuzzy, perl-format
2190 msgid "error on closing html refs config file %s: %s"
21902191 msgstr "`%s' היקית תריציב (%s) הלקת"
21912192
2192 #: tp/Texinfo/Common.pm:1498
2193 #, perl-format
2194 msgid "%s:%d: no node to be renamed\n"
2195 msgstr ""
2196
2197 #: tp/Texinfo/Common.pm:1509
2198 #, perl-format
2199 msgid "%s:%d: nodes without a new name at the end of file\n"
2200 msgstr ""
2201
2202 #: tp/Texinfo/Common.pm:2000
2203 #, perl-format
2204 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2193 #: tp/Texinfo/Common.pm:1500
2194 msgid "no node to be renamed"
2195 msgstr ""
2196
2197 #: tp/Texinfo/Common.pm:1511
2198 msgid "nodes without a new name at the end of file"
2199 msgstr ""
2200
2201 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2202 #, fuzzy, perl-format
2203 msgid "could not open %s: %s"
2204 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
2205
2206 #: tp/Texinfo/Common.pm:2002
2207 #, perl-format
2208 msgid "could not protect hash character in @%s"
22052209 msgstr ""
22062210
22072211 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2208 #: tp/texi2any.pl:387 tp/texi2any.pl:404
22092212 #, fuzzy, perl-format
22102213 msgid "Obsolete variable %s\n"
22112214 msgstr "Set variable: "
22122215
22132216 #: tp/Texinfo/Convert/Converter.pm:601
22142217 #, fuzzy, perl-format
2215 msgid "Can't create directories `%s' or `%s': %s"
2218 msgid "could not create directories `%s' or `%s': %s"
22162219 msgstr "`%s' היקית תריציב (%s) הלקת"
22172220
22182221 #: tp/Texinfo/Convert/Converter.pm:609
22192222 #, fuzzy, perl-format
2220 msgid "Can't create directories `%s': %s"
2223 msgid "could not create directory `%s': %s"
22212224 msgstr "`%s' היקית תריציב (%s) הלקת"
22222225
2223 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2224 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2225 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2226 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2227 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2228 #, fuzzy, perl-format
2229 msgid "Error on closing %s: %s"
2226 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2227 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2228 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2229 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2230 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2231 #, fuzzy, perl-format
2232 msgid "error on closing %s: %s"
22302233 msgstr "`%s'-ל הביתכב הלקת"
22312234
2232 #: tp/Texinfo/Convert/DocBook.pm:898
2235 #: tp/Texinfo/Convert/DocBook.pm:899
22332236 #, fuzzy, perl-format
22342237 msgid "@image file `%s' not found, using `%s'"
22352238 msgstr "@image רובע `%s' ץבוק תאירקב (%s) הלקת"
22362239
2237 #: tp/Texinfo/Convert/HTML.pm:1677
2240 #: tp/Texinfo/Convert/HTML.pm:1678
22382241 #, fuzzy, perl-format
22392242 msgid "@image file `%s' (for HTML) not found, using `%s'"
22402243 msgstr "(HTML רובע שרדנ) @image רובע `%s' ץבוק תאירקב (%s) הלקת"
22412244
2242 #: tp/Texinfo/Convert/HTML.pm:2345
2243 #, perl-format
2244 msgid "Raw format %s is not converted"
2245 msgstr ""
2246
2247 #: tp/Texinfo/Convert/HTML.pm:4814
2248 #, perl-format
2249 msgid "%s:%d: string not closed in css file"
2245 #: tp/Texinfo/Convert/HTML.pm:2347
2246 #, perl-format
2247 msgid "raw format %s is not converted"
22502248 msgstr ""
22512249
22522250 #: tp/Texinfo/Convert/HTML.pm:4816
2253 #, perl-format
2254 msgid "%s:%d: --css-include ended in comment"
2251 msgid "string not closed in css file"
22552252 msgstr ""
22562253
22572254 #: tp/Texinfo/Convert/HTML.pm:4818
2258 #, perl-format
2259 msgid "%s:%d: @import not finished in css file"
2260 msgstr ""
2261
2262 #: tp/Texinfo/Convert/HTML.pm:4844
2263 #, fuzzy, perl-format
2264 msgid "css file %s not found"
2255 msgid "--css-include ended in comment"
2256 msgstr ""
2257
2258 #: tp/Texinfo/Convert/HTML.pm:4820
2259 msgid "@import not finished in css file"
2260 msgstr ""
2261
2262 #: tp/Texinfo/Convert/HTML.pm:4846
2263 #, fuzzy, perl-format
2264 msgid "CSS file %s not found"
22652265 msgstr "ацор ам %cend macro"
22662266
2267 #: tp/Texinfo/Convert/HTML.pm:4850
2267 #: tp/Texinfo/Convert/HTML.pm:4852
22682268 #, fuzzy, perl-format
22692269 msgid "could not open --include-file %s: %s"
22702270 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
22712271
2272 #: tp/Texinfo/Convert/HTML.pm:4860
2273 #, fuzzy, perl-format
2274 msgid "Error on closing CSS file %s: %s"
2272 #: tp/Texinfo/Convert/HTML.pm:4862
2273 #, fuzzy, perl-format
2274 msgid "error on closing CSS file %s: %s"
22752275 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
22762276
2277 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2278 #, fuzzy, perl-format
2279 msgid "No htmlxref.cnf entry found for `%s'"
2277 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2278 #, fuzzy, perl-format
2279 msgid "no htmlxref.cnf entry found for `%s'"
22802280 msgstr "`%s' תזורחמ םיליכמה סקדניא יטירפ ןיא\n"
22812281
2282 #: tp/Texinfo/Convert/HTML.pm:6495
2283 #, fuzzy, perl-format
2284 msgid "Error on closing frame file %s: %s"
2282 #: tp/Texinfo/Convert/HTML.pm:6506
2283 #, fuzzy, perl-format
2284 msgid "error on closing frame file %s: %s"
22852285 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
22862286
2287 #: tp/Texinfo/Convert/HTML.pm:6519
2288 #, fuzzy, perl-format
2289 msgid "Error on closing TOC frame file %s: %s"
2287 #: tp/Texinfo/Convert/HTML.pm:6530
2288 #, fuzzy, perl-format
2289 msgid "error on closing TOC frame file %s: %s"
22902290 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
22912291
2292 #: tp/Texinfo/Convert/HTML.pm:6634
2293 #, perl-format
2294 msgid "Handler %s of stage %s priority %s failed"
2295 msgstr ""
2296
2297 #: tp/Texinfo/Convert/HTML.pm:6835
2298 msgid "Must specify a title with a title command or @top"
2299 msgstr ""
2300
2301 #: tp/Texinfo/Convert/HTML.pm:7040
2302 #, perl-format
2303 msgid "Error on closing redirection node file %s: %s"
2304 msgstr ""
2305
2306 #: tp/Texinfo/Convert/HTML.pm:7065
2307 #, fuzzy, perl-format
2308 msgid "Old name for `%s' is a node of the document"
2292 #: tp/Texinfo/Convert/HTML.pm:6645
2293 #, perl-format
2294 msgid "handler %s of stage %s priority %s failed"
2295 msgstr ""
2296
2297 #: tp/Texinfo/Convert/HTML.pm:6846
2298 msgid "must specify a title with a title command or @top"
2299 msgstr ""
2300
2301 #: tp/Texinfo/Convert/HTML.pm:7055
2302 #, fuzzy, perl-format
2303 msgid "error on closing redirection node file %s: %s"
2304 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
2305
2306 #: tp/Texinfo/Convert/HTML.pm:7080
2307 #, fuzzy, perl-format
2308 msgid "old name for `%s' is a node of the document"
23092309 msgstr ".וז הקסיפ רובע `Up'-ו `Prev' ללוכ וניא הז ךמסמ"
23102310
2311 #: tp/Texinfo/Convert/HTML.pm:7069
2312 #, fuzzy, perl-format
2313 msgid "File empty for renamed node `%s'"
2311 #: tp/Texinfo/Convert/HTML.pm:7086
2312 #, fuzzy, perl-format
2313 msgid "file empty for renamed node `%s'"
23142314 msgstr "רושיק ףא ןיא `%s' הקסיפל"
23152315
2316 #: tp/Texinfo/Convert/HTML.pm:7081
2317 #, perl-format
2318 msgid "Target node (new name for `%s') not in document: %s"
2319 msgstr ""
2320
2321 #: tp/Texinfo/Convert/HTML.pm:7113
2322 #, fuzzy, perl-format
2323 msgid "Error on closing renamed node redirection file %s: %s"
2316 #: tp/Texinfo/Convert/HTML.pm:7100
2317 #, perl-format
2318 msgid "target node (new name for `%s') not in document: %s"
2319 msgstr ""
2320
2321 #: tp/Texinfo/Convert/HTML.pm:7132
2322 #, fuzzy, perl-format
2323 msgid "error on closing renamed node redirection file %s: %s"
23242324 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
23252325
2326 #: tp/Texinfo/Convert/HTML.pm:7151
2327 #, fuzzy
2328 msgid "Empty node name"
2326 #: tp/Texinfo/Convert/HTML.pm:7170
2327 #, fuzzy
2328 msgid "empty node name"
23292329 msgstr "`%s' תזורחמ םיליכמה סקדניא יטירפ ןיא\n"
23302330
2331 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2332 #, perl-format
2333 msgid "Syntax for an external node used for `%s'"
2331 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2332 #, perl-format
2333 msgid "syntax for an external node used for `%s'"
23342334 msgstr ""
23352335
23362336 #: tp/Texinfo/Convert/Info.pm:99
23372337 #, fuzzy
2338 msgid "Document without nodes."
2338 msgid "document without nodes"
23392339 msgstr ".םיטירפת ןיא וז הקסיפב"
23402340
2341 #: tp/Texinfo/Convert/Info.pm:115
2342 msgid "Document without Top node."
2343 msgstr ""
2344
2345 #: tp/Texinfo/Convert/Info.pm:151
2346 #, perl-format
2347 msgid "Rename %s failed: %s"
2348 msgstr ""
2349
2350 #: tp/Texinfo/Convert/Info.pm:226
2341 #: tp/Texinfo/Convert/Info.pm:116
2342 #, fuzzy
2343 msgid "document without Top node"
2344 msgstr ".םיטירפת ןיא וז הקסיפב"
2345
2346 #: tp/Texinfo/Convert/Info.pm:153
2347 #, perl-format
2348 msgid "rename %s failed: %s"
2349 msgstr ""
2350
2351 #: tp/Texinfo/Convert/Info.pm:228
23512352 #, perl-format
23522353 msgid "@%s output more than once: %s"
23532354 msgstr ""
23542355
2355 #: tp/Texinfo/Convert/Info.pm:340
2356 #: tp/Texinfo/Convert/Info.pm:346
23562357 #, fuzzy, perl-format
23572358 msgid "@%s outside of any node"
23582359 msgstr "(הקסיפ לכל ץוחמ)"
23592360
2360 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2361 #, perl-format
2362 msgid "Entry for index `%s' outside of any node"
2361 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2362 #, fuzzy, perl-format
2363 msgid "entry for index `%s' outside of any node"
23632364 msgstr "הקסיפ לכל ץוחמ רדגומ `%s' סקדניא טירפ"
23642365
23652366 #: tp/Texinfo/Convert/Plaintext.pm:1217
23662367 #, fuzzy, perl-format
2367 msgid "Error on closing image text file %s: %s"
2368 msgid "error on closing image text file %s: %s"
23682369 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
23692370
23702371 #: tp/Texinfo/Convert/Plaintext.pm:1222
23722373 msgid "@image file `%s' unreadable: %s"
23732374 msgstr "@image רובע `%s' ץבוק תאירקב (%s) הלקת"
23742375
2375 #: tp/Texinfo/Convert/Plaintext.pm:1250
2376 #, fuzzy, perl-format
2377 msgid "Cannot find @image file `%s.txt' nor alternate text"
2376 #: tp/Texinfo/Convert/Plaintext.pm:1251
2377 #, fuzzy, perl-format
2378 msgid "could not find @image file `%s.txt' nor alternate text"
23782379 msgstr ".האצמנ אל `%s' הקסיפ"
23792380
2380 #: tp/Texinfo/Convert/Plaintext.pm:1615
2381 #: tp/Texinfo/Convert/Plaintext.pm:1617
23812382 msgid ""
23822383 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
23832384 "avoid that"
23842385 msgstr ""
23852386
2386 #: tp/Texinfo/Convert/Plaintext.pm:1845
2387 #: tp/Texinfo/Convert/Plaintext.pm:1849
23872388 #, fuzzy, perl-format
23882389 msgid "`.' or `,' must follow @xref, not %s"
23892390 msgstr "%c אלו `,' וא `.' אובל ךירצ רושיק ירחא"
23902391
2391 #: tp/Texinfo/Convert/Plaintext.pm:1847
2392 #: tp/Texinfo/Convert/Plaintext.pm:1852
23922393 #, fuzzy
23932394 msgid "`.' or `,' must follow @xref"
23942395 msgstr "%c אלו `,' וא `.' אובל ךירצ רושיק ירחא"
23982399 msgid "@%s should only appear at beginning or end of document"
23992400 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
24002401
2401 #: tp/Texinfo/Parser.pm:837
2402 #, fuzzy, perl-format
2403 msgid "Can't read file %s: %s"
2404 msgstr "`%s' היקית תריציב (%s) הלקת"
2405
24062402 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
24072403 #, perl-format
2408 msgid "Multiple @%s"
2404 msgid "multiple @%s"
24092405 msgstr ""
24102406
24112407 #: tp/Texinfo/Parser.pm:1100
24122408 #, fuzzy, perl-format
2413 msgid "Bad syntax for @%s argument: %s"
2409 msgid "bad syntax for @%s argument: %s"
24142410 msgstr "%c%s-ל יוגש טנמוגרא"
24152411
24162412 #: tp/Texinfo/Parser.pm:1116
2417 #, perl-format
2418 msgid "Bad or empty @%s formal argument: %s"
2419 msgstr ""
2420
2421 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2422 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2423 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2413 #, fuzzy, perl-format
2414 msgid "bad or empty @%s formal argument: %s"
2415 msgstr "%c%s-ל יוגש טנמוגרא"
2416
2417 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2418 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2419 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
24242420 #, perl-format
24252421 msgid "%c%s requires a name"
24262422 msgstr "םש שרוד %c%s"
24272423
2428 #: tp/Texinfo/Parser.pm:1235
2424 #: tp/Texinfo/Parser.pm:1238
24292425 #, perl-format
24302426 msgid "%c%s missing close brace"
24312427 msgstr "%c%s-ל רסח ינמי רגוס"
24322428
2433 #: tp/Texinfo/Parser.pm:1238
2429 #: tp/Texinfo/Parser.pm:1241
24342430 #, fuzzy, perl-format
24352431 msgid "@%s missing closing delimiter sequence: %s}"
24362432 msgstr "%c%s-ל רסח ינמי רגוס"
24372433
2438 #: tp/Texinfo/Parser.pm:1351
2434 #: tp/Texinfo/Parser.pm:1354
24392435 #, fuzzy, perl-format
24402436 msgid "@itemx should not begin @%s"
24412437 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
24422438
2443 #: tp/Texinfo/Parser.pm:1419
2439 #: tp/Texinfo/Parser.pm:1422
24442440 msgid "@itemx must follow @item"
24452441 msgstr ""
24462442
2447 #: tp/Texinfo/Parser.pm:1587
2443 #: tp/Texinfo/Parser.pm:1590
24482444 #, perl-format
24492445 msgid "@%s has text but no @item"
24502446 msgstr ""
24512447
2452 #: tp/Texinfo/Parser.pm:1617
2448 #: tp/Texinfo/Parser.pm:1620
24532449 #, perl-format
24542450 msgid "`@end' expected `%s', but saw `%s'"
24552451 msgstr "`%s' אצמנ םלוא ,`%s' ל\"צ `@end' ירחא"
24562452
2457 #: tp/Texinfo/Parser.pm:1620
2453 #: tp/Texinfo/Parser.pm:1623
24582454 #, fuzzy, perl-format
24592455 msgid "@%s seen before @end %s"
24602456 msgstr "`Top' תקסיפ רצוי ,הנושארה הקסיפה ינפל אצמנ @menu"
24612457
2462 #: tp/Texinfo/Parser.pm:1624
2463 #, perl-format
2464 msgid "No matching `%cend %s'"
2458 #: tp/Texinfo/Parser.pm:1627
2459 #, fuzzy, perl-format
2460 msgid "no matching `%cend %s'"
24652461 msgstr "םאות `%cend %s' רסח"
24662462
2467 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2468 #: tp/Texinfo/Parser.pm:5125
2469 #, perl-format
2470 msgid "Misplaced %c"
2463 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2464 #: tp/Texinfo/Parser.pm:5150
2465 #, fuzzy, perl-format
2466 msgid "misplaced %c"
24712467 msgstr "ומוקמב וניאש %c"
24722468
2473 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2474 #, perl-format
2475 msgid "Unmatched `%c%s'"
2469 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2470 #, fuzzy, perl-format
2471 msgid "unmatched `%c%s'"
24762472 msgstr "גוז-ןב ול ןיאש `%c%s'"
24772473
2478 #: tp/Texinfo/Parser.pm:1972
2479 #, fuzzy, perl-format
2480 msgid "Macro `%s' called with too many args"
2474 #: tp/Texinfo/Parser.pm:1976
2475 #, fuzzy, perl-format
2476 msgid "macro `%s' called with too many args"
24812477 msgstr "ידמ םיבר םיטנמוגרא תללוכ `%s' ורקאמל %d הרושב התליחתש האירק"
24822478
2483 #: tp/Texinfo/Parser.pm:1994
2479 #: tp/Texinfo/Parser.pm:1998
24842480 #, fuzzy, perl-format
24852481 msgid "@%s missing close brace"
24862482 msgstr "%c%s-ל רסח ינמי רגוס"
24872483
2488 #: tp/Texinfo/Parser.pm:2001
2489 #, fuzzy, perl-format
2490 msgid "Macro `%s' declared without argument called with an argument"
2484 #: tp/Texinfo/Parser.pm:2006
2485 #, fuzzy, perl-format
2486 msgid "macro `%s' declared without argument called with an argument"
24912487 msgstr "ידמ םיבר םיטנמוגרא תללוכ `%s' ורקאמל %d הרושב התליחתש האירק"
24922488
2493 #: tp/Texinfo/Parser.pm:2035
2489 #: tp/Texinfo/Parser.pm:2041
24942490 #, fuzzy, perl-format
24952491 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
24962492 msgstr "רטמרפ םש וא \\ םוקמב ,ורקאמ תבחרהב \\ תובקעב `%s'"
24972493
2498 #: tp/Texinfo/Parser.pm:2430
2494 #: tp/Texinfo/Parser.pm:2436
24992495 #, fuzzy, perl-format
25002496 msgid "@%s `%s' previously defined"
25012497 msgstr "םדןק רדגוה רבכ `%s' ורקאמ"
25022498
2503 #: tp/Texinfo/Parser.pm:2435
2499 #: tp/Texinfo/Parser.pm:2441
25042500 #, fuzzy, perl-format
25052501 msgid "here is the previous definition as @%s"
25062502 msgstr "הנושארל רדגוה `%s' ןאכ"
25072503
2508 #: tp/Texinfo/Parser.pm:2796
2509 #, fuzzy, perl-format
2510 msgid "Missing name for @%s"
2504 #: tp/Texinfo/Parser.pm:2802
2505 #, fuzzy, perl-format
2506 msgid "missing name for @%s"
25112507 msgstr "@def לש טנמוגראב `}' רסח"
25122508
2513 #: tp/Texinfo/Parser.pm:2801
2514 #, perl-format
2515 msgid "Missing category for @%s"
2516 msgstr ""
2517
2518 #: tp/Texinfo/Parser.pm:2853
2519 #, fuzzy, perl-format
2520 msgid "Unexpected argument on @%s line: %s"
2509 #: tp/Texinfo/Parser.pm:2807
2510 #, fuzzy, perl-format
2511 msgid "missing category for @%s"
2512 msgstr "@def לש טנמוגראב `}' רסח"
2513
2514 #: tp/Texinfo/Parser.pm:2859
2515 #, fuzzy, perl-format
2516 msgid "unexpected argument on @%s line: %s"
25212517 msgstr "%c%s-ל יוגש טנמוגרא"
25222518
2523 #: tp/Texinfo/Parser.pm:2869
2519 #: tp/Texinfo/Parser.pm:2875
25242520 #, fuzzy
25252521 msgid "empty multitable"
25262522 msgstr "קיר וניה %s ץבוק"
25272523
2528 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2529 #, fuzzy, perl-format
2530 msgid "Superfluous argument to @%s"
2524 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2525 #, fuzzy, perl-format
2526 msgid "superfluous argument to @%s"
25312527 msgstr "%c%s-ל יוגש טנמוגרא"
25322528
2533 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2534 #: tp/Texinfo/Parser.pm:5379
2535 #, fuzzy, perl-format
2536 msgid "Bad argument to @%s"
2529 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2530 #: tp/Texinfo/Parser.pm:5405
2531 #, fuzzy, perl-format
2532 msgid "bad argument to @%s"
25372533 msgstr "%c%s-ל יוגש טנמוגרא"
25382534
2539 #: tp/Texinfo/Parser.pm:2942
2535 #: tp/Texinfo/Parser.pm:2948
25402536 #, perl-format
25412537 msgid "%s requires an argument: the formatter for %citem"
25422538 msgstr "%s תארוהב %citem רובע בוציע תטיש :טנמוגרא שרדנ"
25432539
2544 #: tp/Texinfo/Parser.pm:2947
2545 #, perl-format
2546 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2547 msgstr ""
2548
2549 #: tp/Texinfo/Parser.pm:2982
2550 #, fuzzy, perl-format
2551 msgid "Accent command `@%s' not allowed as @%s argument"
2540 #: tp/Texinfo/Parser.pm:2953
2541 #, perl-format
2542 msgid "command @%s not accepting argument in brace should not be on @%s line"
2543 msgstr ""
2544
2545 #: tp/Texinfo/Parser.pm:2988
2546 #, fuzzy, perl-format
2547 msgid "accent command `@%s' not allowed as @%s argument"
25522548 msgstr "%c%s-ל יוגש טנמוגרא"
25532549
2554 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2555 #: tp/Texinfo/Parser.pm:5338
2550 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2551 #: tp/Texinfo/Parser.pm:5364
25562552 #, fuzzy, perl-format
25572553 msgid "@%s missing argument"
25582554 msgstr ".ץבוק םש רסח %s תינכתל\n"
25592555
2560 #: tp/Texinfo/Parser.pm:3072
2561 #, fuzzy, perl-format
2562 msgid "Unknown @end %s"
2556 #: tp/Texinfo/Parser.pm:3078
2557 #, fuzzy, perl-format
2558 msgid "unknown @end %s"
25632559 msgstr "`%s' רכומ-יתלב סקדניא"
25642560
2565 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2566 #, fuzzy, perl-format
2567 msgid "Superfluous argument to @%s %s: %s"
2561 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2562 #, fuzzy, perl-format
2563 msgid "superfluous argument to @%s %s: %s"
25682564 msgstr "%c%s-ל יוגש טנמוגרא"
25692565
2570 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2571 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2572 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2573 #, fuzzy, perl-format
2574 msgid "Bad argument to @%s: %s"
2566 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2567 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2568 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2569 #, fuzzy, perl-format
2570 msgid "bad argument to @%s: %s"
25752571 msgstr "%c%s-ל יוגש טנמוגרא"
25762572
2577 #: tp/Texinfo/Parser.pm:3118
2578 #, fuzzy, perl-format
2579 msgid "@%s: Cannot open %s: %s"
2573 #: tp/Texinfo/Parser.pm:3124
2574 #, fuzzy, perl-format
2575 msgid "@%s: could not open %s: %s"
25802576 msgstr ".אצמנ אל `%s' ץבוק"
25812577
2582 #: tp/Texinfo/Parser.pm:3130
2583 #, perl-format
2584 msgid "Encoding `%s' is not a canonical texinfo encoding"
2585 msgstr ""
2586
2587 #: tp/Texinfo/Parser.pm:3139
2578 #: tp/Texinfo/Parser.pm:3136
2579 #, perl-format
2580 msgid "encoding `%s' is not a canonical texinfo encoding"
2581 msgstr ""
2582
2583 #: tp/Texinfo/Parser.pm:3145
25882584 #, fuzzy, perl-format
25892585 msgid "unrecognized encoding name `%s'"
25902586 msgstr "`%s' רכומ-יתלב דודיק םש"
25912587
2592 #: tp/Texinfo/Parser.pm:3289
2588 #: tp/Texinfo/Parser.pm:3295
25932589 #, perl-format
25942590 msgid "@%s after the first element"
25952591 msgstr ""
25962592
2597 #: tp/Texinfo/Parser.pm:3296
2593 #: tp/Texinfo/Parser.pm:3302
25982594 #, fuzzy, perl-format
25992595 msgid "@%s only meaningful on a @multitable line"
26002596 msgstr "`@%s' ךותב @%s-ל תועמשמ ןיא"
26012597
2602 #: tp/Texinfo/Parser.pm:3336
2598 #: tp/Texinfo/Parser.pm:3342
26032599 #, fuzzy, perl-format
26042600 msgid "@%s should not be associated with @top"
26052601 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
26062602
2607 #: tp/Texinfo/Parser.pm:3348
2603 #: tp/Texinfo/Parser.pm:3354
26082604 #, fuzzy, perl-format
26092605 msgid "@node precedes @%s, but parts may not be associated with nodes"
26102606 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
26112607
2612 #: tp/Texinfo/Parser.pm:3450
2613 #, fuzzy, perl-format
2614 msgid "Empty argument in @%s"
2608 #: tp/Texinfo/Parser.pm:3456
2609 #, fuzzy, perl-format
2610 msgid "empty argument in @%s"
26152611 msgstr "%c%s-ל יוגש טנמוגרא"
26162612
2617 #: tp/Texinfo/Parser.pm:3454
2618 #, perl-format
2619 msgid "Empty node name after expansion `%s'"
2620 msgstr ""
2621
2622 #: tp/Texinfo/Parser.pm:3497
2623 #, fuzzy, perl-format
2624 msgid "Empty menu entry name in `%s'"
2613 #: tp/Texinfo/Parser.pm:3460
2614 #, fuzzy, perl-format
2615 msgid "empty node name after expansion `%s'"
26252616 msgstr "%c%s-ל יוגש טנמוגרא"
26262617
2627 #: tp/Texinfo/Parser.pm:3505
2628 #, fuzzy
2629 msgid "Empty node name in menu entry"
2618 #: tp/Texinfo/Parser.pm:3503
2619 #, fuzzy, perl-format
2620 msgid "empty menu entry name in `%s'"
2621 msgstr "%c%s-ל יוגש טנמוגרא"
2622
2623 #: tp/Texinfo/Parser.pm:3511
2624 #, fuzzy
2625 msgid "empty node name in menu entry"
26302626 msgstr "`%s' תזורחמ םיליכמה סקדניא יטירפ ןיא\n"
26312627
2632 #: tp/Texinfo/Parser.pm:3578
2628 #: tp/Texinfo/Parser.pm:3584
26332629 #, fuzzy, perl-format
26342630 msgid "@%s should not appear in @%s"
26352631 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
26362632
2637 #: tp/Texinfo/Parser.pm:3710
2633 #: tp/Texinfo/Parser.pm:3716
26382634 #, fuzzy, perl-format
26392635 msgid "@end %s should only appear at a line beginning"
26402636 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
26412637
2642 #: tp/Texinfo/Parser.pm:3733
2638 #: tp/Texinfo/Parser.pm:3739
26432639 #, perl-format
26442640 msgid "macro `%s' previously defined"
26452641 msgstr "םדןק רדגוה רבכ `%s' ורקאמ"
26462642
2647 #: tp/Texinfo/Parser.pm:3735
2643 #: tp/Texinfo/Parser.pm:3742
26482644 #, perl-format
26492645 msgid "here is the previous definition of `%s'"
26502646 msgstr "הנושארל רדגוה `%s' ןאכ"
26512647
2652 #: tp/Texinfo/Parser.pm:3739
2653 #, perl-format
2654 msgid "Redefining Texinfo language command: @%s"
2655 msgstr ""
2656
2657 #: tp/Texinfo/Parser.pm:3788
2648 #: tp/Texinfo/Parser.pm:3747
2649 #, perl-format
2650 msgid "redefining Texinfo language command: @%s"
2651 msgstr ""
2652
2653 #: tp/Texinfo/Parser.pm:3796
26582654 #, perl-format
26592655 msgid "@%s without associated character"
26602656 msgstr ""
26612657
2662 #: tp/Texinfo/Parser.pm:3849
2658 #: tp/Texinfo/Parser.pm:3858
26632659 #, perl-format
26642660 msgid ""
26652661 "@%s defined with zero or more than one argument should be invoked with {}"
26662662 msgstr ""
26672663
2668 #: tp/Texinfo/Parser.pm:3872
2669 #, perl-format
2670 msgid ""
2671 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2664 #: tp/Texinfo/Parser.pm:3882
2665 #, perl-format
2666 msgid ""
2667 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
26722668 "value %d)"
26732669 msgstr ""
26742670
2675 #: tp/Texinfo/Parser.pm:3880
2676 #, perl-format
2677 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2678 msgstr ""
2679
2680 #: tp/Texinfo/Parser.pm:3935
2681 #, perl-format
2682 msgid "Accent command `@%s' must not be followed by whitespace"
2683 msgstr ""
2684
2685 #: tp/Texinfo/Parser.pm:3941
2686 #, perl-format
2687 msgid "Use braces to give a command as an argument to @%s"
2671 #: tp/Texinfo/Parser.pm:3891
2672 #, perl-format
2673 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2674 msgstr ""
2675
2676 #: tp/Texinfo/Parser.pm:3947
2677 #, fuzzy, perl-format
2678 msgid "accent command `@%s' must not be followed by whitespace"
2679 msgstr "%c%s-ל יוגש טנמוגרא"
2680
2681 #: tp/Texinfo/Parser.pm:3953
2682 #, fuzzy, perl-format
2683 msgid "use braces to give a command as an argument to @%s"
26882684 msgstr "םילסלוסמ םיירגוסב ךרוצ שי ,@%s-ל טנמוגרא היהת הארוהש ידכ"
26892685
2690 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2686 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
26912687 #, fuzzy, perl-format
26922688 msgid "%c%s expects `i' or `j' as argument, not `%s'"
26932689 msgstr "`j' וא `i' תויהל בייח רשא ,%c%s לש טנמוגרא תויהל םיאתמ וניא `%c'"
26942690
2695 #: tp/Texinfo/Parser.pm:3966
2696 #, perl-format
2697 msgid "Accent command `@%s' must not be followed by new line"
2698 msgstr ""
2699
2700 #: tp/Texinfo/Parser.pm:3977
2691 #: tp/Texinfo/Parser.pm:3978
2692 #, fuzzy, perl-format
2693 msgid "accent command `@%s' must not be followed by new line"
2694 msgstr "%c%s-ל יוגש טנמוגרא"
2695
2696 #: tp/Texinfo/Parser.pm:3989
27012697 #, fuzzy, perl-format
27022698 msgid "@%s expected braces"
27032699 msgstr "`{...}'-ל הפיצ %c%s"
27042700
2705 #: tp/Texinfo/Parser.pm:4136
2701 #: tp/Texinfo/Parser.pm:4148
27062702 #, perl-format
27072703 msgid "undefined flag: %s"
27082704 msgstr ""
27092705
2710 #: tp/Texinfo/Parser.pm:4139
2711 msgid "Bad syntax for @value"
2712 msgstr ""
2713
2714 #: tp/Texinfo/Parser.pm:4146
2706 #: tp/Texinfo/Parser.pm:4151
2707 #, fuzzy
2708 msgid "bad syntax for @value"
2709 msgstr "%c%s-ל יוגש טנמוגרא"
2710
2711 #: tp/Texinfo/Parser.pm:4158
27152712 #, fuzzy, perl-format
27162713 msgid "%c%s is obsolete."
27172714 msgstr "ןשוימ וניה %c%s"
27182715
2719 #: tp/Texinfo/Parser.pm:4149
2716 #: tp/Texinfo/Parser.pm:4161
27202717 #, fuzzy, perl-format
27212718 msgid "%c%s is obsolete; %s"
27222719 msgstr "ןשוימ וניה %c%s"
27232720
2724 #: tp/Texinfo/Parser.pm:4157
2721 #: tp/Texinfo/Parser.pm:4170
27252722 #, fuzzy, perl-format
27262723 msgid "@%s should only appear at a line beginning"
27272724 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
27282725
2729 #: tp/Texinfo/Parser.pm:4247
2726 #: tp/Texinfo/Parser.pm:4261
27302727 #, fuzzy, perl-format
27312728 msgid "@%s not allowed inside `@%s' block"
27322729 msgstr "`@%s' ךותב @%s-ל תועמשמ ןיא"
27332730
2734 #: tp/Texinfo/Parser.pm:4255
2731 #: tp/Texinfo/Parser.pm:4270
27352732 #, fuzzy, perl-format
27362733 msgid "@%s should only appear in heading or footing"
27372734 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
27382735
2739 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2740 #: tp/Texinfo/Parser.pm:4437
2736 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2737 #: tp/Texinfo/Parser.pm:4458
27412738 #, perl-format
27422739 msgid "@%s not meaningful inside `@%s' block"
27432740 msgstr "`@%s' ךותב @%s-ל תועמשמ ןיא"
27442741
2745 #: tp/Texinfo/Parser.pm:4398
2742 #: tp/Texinfo/Parser.pm:4418
27462743 #, fuzzy, perl-format
27472744 msgid "@%s in empty multitable"
27482745 msgstr "קיר וניה %s ץבוק"
27492746
2750 #: tp/Texinfo/Parser.pm:4403
2747 #: tp/Texinfo/Parser.pm:4424
27512748 msgid "@tab before @item"
27522749 msgstr ""
27532750
2754 #: tp/Texinfo/Parser.pm:4406
2755 #, perl-format
2756 msgid "Too many columns in multitable item (max %d)"
2751 #: tp/Texinfo/Parser.pm:4427
2752 #, fuzzy, perl-format
2753 msgid "too many columns in multitable item (max %d)"
27572754 msgstr "(%d דע רתומ) multitable לש @item-ב תודומע ידמ רתוי"
27582755
2759 #: tp/Texinfo/Parser.pm:4443
2756 #: tp/Texinfo/Parser.pm:4464
27602757 msgid "ignoring @tab outside of multitable"
27612758 msgstr "multitable-ל ץוחמ @tab-מ יתמלעתה"
27622759
2763 #: tp/Texinfo/Parser.pm:4447
2760 #: tp/Texinfo/Parser.pm:4468
27642761 #, perl-format
27652762 msgid "@%s outside of table or list"
27662763 msgstr ""
27672764
2768 #: tp/Texinfo/Parser.pm:4482
2769 #, fuzzy, perl-format
2770 msgid "Must be after `@%s' to use `@%s'"
2765 #: tp/Texinfo/Parser.pm:4503
2766 #, fuzzy, perl-format
2767 msgid "must be after `@%s' to use `@%s'"
27712768 msgstr "`%s' ךותב קרו ךא שומישב רתומ `%sx'"
27722769
2773 #: tp/Texinfo/Parser.pm:4524
2770 #: tp/Texinfo/Parser.pm:4545
27742771 #, perl-format
27752772 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
27762773 msgstr ""
27772774
2778 #: tp/Texinfo/Parser.pm:4528
2775 #: tp/Texinfo/Parser.pm:4549
27792776 #, fuzzy
27802777 msgid "@dircategory after first node"
27812778 msgstr "`Top' תקסיפ רצוי ,הנושארה הקסיפה ינפל אצמנ @menu"
27822779
2783 #: tp/Texinfo/Parser.pm:4686
2784 #, fuzzy, perl-format
2785 msgid "Region %s inside region %s is not allowed"
2780 #: tp/Texinfo/Parser.pm:4708
2781 #, fuzzy, perl-format
2782 msgid "region %s inside region %s is not allowed"
27862783 msgstr "םיילוש תורעה ךותב םיילוש תורעהב הכימת ןיא"
27872784
2788 #: tp/Texinfo/Parser.pm:4704
2785 #: tp/Texinfo/Parser.pm:4726
27892786 #, fuzzy
27902787 msgid "@direntry after first node"
27912788 msgstr "`Top' תקסיפ רצוי ,הנושארה הקסיפה ינפל אצמנ @menu"
27922789
2793 #: tp/Texinfo/Parser.pm:4712
2790 #: tp/Texinfo/Parser.pm:4734
27942791 #, fuzzy, perl-format
27952792 msgid "@%s seen before first @node"
27962793 msgstr "`Top' תקסיפ רצוי ,הנושארה הקסיפה ינפל אצמנ @menu"
27972794
2798 #: tp/Texinfo/Parser.pm:4714
2795 #: tp/Texinfo/Parser.pm:4737
27992796 msgid ""
28002797 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
28012798 msgstr "?@ifinfo םוקמב @ifnottex-ב תפקומ תויהל התיה הכירצ @top תקסיפ יכ ןכתייה"
28022799
2803 #: tp/Texinfo/Parser.pm:4776
2800 #: tp/Texinfo/Parser.pm:4799
28042801 #, fuzzy, perl-format
28052802 msgid "@%s should only appear in math context"
28062803 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
28072804
2808 #: tp/Texinfo/Parser.pm:4784
2809 #, perl-format
2810 msgid "Unknown command `%s'"
2805 #: tp/Texinfo/Parser.pm:4807
2806 #, fuzzy, perl-format
2807 msgid "unknown command `%s'"
28112808 msgstr "`%s' תרכומ-יתלב הארוה"
28122809
2813 #: tp/Texinfo/Parser.pm:4794
2814 #, fuzzy
2815 msgid "Unexpected @"
2810 #: tp/Texinfo/Parser.pm:4817
2811 #, fuzzy
2812 msgid "unexpected @"
28162813 msgstr "`%s' יופצ היה ןאכ"
28172814
2818 #: tp/Texinfo/Parser.pm:4822
2815 #: tp/Texinfo/Parser.pm:4846
28192816 #, fuzzy, perl-format
28202817 msgid "@%s is not meaningful outside `@float' environment"
28212818 msgstr "`@%s' ךותב @%s-ל תועמשמ ןיא"
28222819
2823 #: tp/Texinfo/Parser.pm:4826
2820 #: tp/Texinfo/Parser.pm:4851
28242821 #, perl-format
28252822 msgid "@%s should be right below `@float'"
28262823 msgstr ""
28272824
2828 #: tp/Texinfo/Parser.pm:4834
2829 #, perl-format
2830 msgid "Ignoring multiple @%s"
2831 msgstr ""
2832
2833 #: tp/Texinfo/Parser.pm:4950
2834 #, perl-format
2835 msgid "Command @%s does not accept arguments"
2836 msgstr ""
2837
2838 #: tp/Texinfo/Parser.pm:4974
2839 #, fuzzy, perl-format
2840 msgid "Command @%s missing a node or external manual argument"
2825 #: tp/Texinfo/Parser.pm:4859
2826 #, perl-format
2827 msgid "ignoring multiple @%s"
2828 msgstr ""
2829
2830 #: tp/Texinfo/Parser.pm:4975
2831 #, fuzzy, perl-format
2832 msgid "command @%s does not accept arguments"
2833 msgstr "%c%s-ל יוגש טנמוגרא"
2834
2835 #: tp/Texinfo/Parser.pm:4999
2836 #, fuzzy, perl-format
2837 msgid "command @%s missing a node or external manual argument"
28412838 msgstr ".ץבוק םש רסח %s תינכתל\n"
28422839
2843 #: tp/Texinfo/Parser.pm:4993
2844 #, perl-format
2845 msgid "In @%s empty cross reference name after expansion `%s'"
2846 msgstr ""
2847
2848 #: tp/Texinfo/Parser.pm:5004
2849 #, perl-format
2850 msgid "In @%s empty cross reference title after expansion `%s'"
2851 msgstr ""
2852
2853 #: tp/Texinfo/Parser.pm:5017
2840 #: tp/Texinfo/Parser.pm:5018
2841 #, perl-format
2842 msgid "in @%s empty cross reference name after expansion `%s'"
2843 msgstr ""
2844
2845 #: tp/Texinfo/Parser.pm:5029
2846 #, perl-format
2847 msgid "in @%s empty cross reference title after expansion `%s'"
2848 msgstr ""
2849
2850 #: tp/Texinfo/Parser.pm:5042
28542851 msgid "@image missing filename argument"
28552852 msgstr "@image תארוהב רסח ץבוק םש"
28562853
2857 #: tp/Texinfo/Parser.pm:5047
2854 #: tp/Texinfo/Parser.pm:5072
28582855 #, fuzzy, perl-format
28592856 msgid "@%s missing first argument"
28602857 msgstr ".ץבוק םש רסח %s תינכתל\n"
28612858
2862 #: tp/Texinfo/Parser.pm:5169
2863 msgid "Superfluous arguments for node"
2864 msgstr ""
2865
2866 #: tp/Texinfo/Parser.pm:5208
2867 #, fuzzy, perl-format
2868 msgid "Expected @end %s"
2859 #: tp/Texinfo/Parser.pm:5194
2860 #, fuzzy
2861 msgid "superfluous arguments for node"
2862 msgstr "%c%s-ל יוגש טנמוגרא"
2863
2864 #: tp/Texinfo/Parser.pm:5233
2865 #, fuzzy, perl-format
2866 msgid "expected @end %s"
28692867 msgstr "`%s' יופצ היה ןאכ"
28702868
2871 #: tp/Texinfo/Parser.pm:5283
2872 #, fuzzy, perl-format
2873 msgid "Remaining argument on @%s line: %s"
2869 #: tp/Texinfo/Parser.pm:5309
2870 #, fuzzy, perl-format
2871 msgid "remaining argument on @%s line: %s"
28742872 msgstr "%c%s-ל יוגש טנמוגרא"
28752873
2876 #: tp/Texinfo/Parser.pm:5287
2874 #: tp/Texinfo/Parser.pm:5313
28772875 #, fuzzy, perl-format
28782876 msgid "@%s should only accept a @-command as argument, not `%s'"
28792877 msgstr "םילסלוסמ םיירגוסב ךרוצ שי ,@%s-ל טנמוגרא היהת הארוהש ידכ"
28802878
2881 #: tp/Texinfo/Parser.pm:5362
2882 #, fuzzy, perl-format
2883 msgid "Environment command %s as argument to @%s"
2879 #: tp/Texinfo/Parser.pm:5388
2880 #, fuzzy, perl-format
2881 msgid "environment command %s as argument to @%s"
28842882 msgstr "םילסלוסמ םיירגוסב ךרוצ שי ,@%s-ל טנמוגרא היהת הארוהש ידכ"
28852883
2886 #: tp/Texinfo/Parser.pm:5384
2887 #, perl-format
2888 msgid "Empty @%s"
2889 msgstr ""
2890
2891 #: tp/Texinfo/Parser.pm:5392
2884 #: tp/Texinfo/Parser.pm:5410
2885 #, perl-format
2886 msgid "empty @%s"
2887 msgstr ""
2888
2889 #: tp/Texinfo/Parser.pm:5418
28922890 #, perl-format
28932891 msgid "column fraction not a number: %s"
28942892 msgstr ""
28952893
2896 #: tp/Texinfo/Parser.pm:5401
2894 #: tp/Texinfo/Parser.pm:5427
28972895 #, fuzzy, perl-format
28982896 msgid "@sp arg must be numeric, not `%s'"
28992897 msgstr ".%s ןייפאמ רובע %s י\"ע שרדנכ ,ירמונ טנמוגרא וניא `%s'\n"
29002898
2901 #: tp/Texinfo/Parser.pm:5409
2902 #, perl-format
2903 msgid "Reserved index name %s"
2904 msgstr ""
2905
2906 #: tp/Texinfo/Parser.pm:5428
2907 #, fuzzy, perl-format
2908 msgid "Unknown source index in @%s: %s"
2899 #: tp/Texinfo/Parser.pm:5436
2900 #, perl-format
2901 msgid "reserved index name %s"
2902 msgstr ""
2903
2904 #: tp/Texinfo/Parser.pm:5455
2905 #, fuzzy, perl-format
2906 msgid "unknown source index in @%s: %s"
29092907 msgstr "`%s' רכומ-יתלב סקדניא"
29102908
2911 #: tp/Texinfo/Parser.pm:5431
2912 #, fuzzy, perl-format
2913 msgid "Unknown destination index in @%s: %s"
2909 #: tp/Texinfo/Parser.pm:5458
2910 #, fuzzy, perl-format
2911 msgid "unknown destination index in @%s: %s"
29142912 msgstr "`%s' רכומ-יתלב סקדניא"
29152913
2916 #: tp/Texinfo/Parser.pm:5461
2914 #: tp/Texinfo/Parser.pm:5488
29172915 #, perl-format
29182916 msgid "@%s leads to a merging of %s in itself, ignoring"
29192917 msgstr ""
29202918
2921 #: tp/Texinfo/Parser.pm:5474
2922 #, perl-format
2923 msgid "Unknown index `%s' in @printindex"
2919 #: tp/Texinfo/Parser.pm:5501
2920 #, fuzzy, perl-format
2921 msgid "unknown index `%s' in @printindex"
29242922 msgstr "@printindex-ב `%s' רכומ-יתלב סקדניא"
29252923
2926 #: tp/Texinfo/Parser.pm:5480
2927 #, perl-format
2928 msgid "Printing an index `%s' merged in another one `%s'"
2929 msgstr ""
2930
2931 #: tp/Texinfo/Parser.pm:5488
2932 #, perl-format
2933 msgid "Printindex before document beginning: @printindex %s"
2934 msgstr ""
2935
2936 #: tp/Texinfo/Parser.pm:5504
2924 #: tp/Texinfo/Parser.pm:5507
2925 #, perl-format
2926 msgid "printing an index `%s' merged in another one `%s'"
2927 msgstr ""
2928
2929 #: tp/Texinfo/Parser.pm:5515
2930 #, perl-format
2931 msgid "printindex before document beginning: @printindex %s"
2932 msgstr ""
2933
2934 #: tp/Texinfo/Parser.pm:5531
29372935 #, fuzzy, perl-format
29382936 msgid "@%s arg must be `top' or `bottom', not `%s'"
29392937 msgstr ".%s ןייפאמ רובע %s י\"ע שרדנכ ,ירמונ טנמוגרא וניא `%s'\n"
29402938
2941 #: tp/Texinfo/Parser.pm:5512
2939 #: tp/Texinfo/Parser.pm:5539
29422940 #, perl-format
29432941 msgid "Only @%s 10 or 11 is supported, not `%s'"
29442942 msgstr ""
29452943
2946 #: tp/Texinfo/Parser.pm:5520
2944 #: tp/Texinfo/Parser.pm:5547
29472945 #, fuzzy, perl-format
29482946 msgid "@%s arg must be `separate' or `end', not `%s'"
29492947 msgstr ""
29502948 "%s: `%s' אל ,`end' וא `separate' תויהל --footnote-style לש טנמוגרא לע\n"
29512949
2952 #: tp/Texinfo/Parser.pm:5528
2950 #: tp/Texinfo/Parser.pm:5555
29532951 #, fuzzy, perl-format
29542952 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
29552953 msgstr ".%s ןייפאמ רובע %s י\"ע שרדנכ ,ירמונ טנמוגרא וניא `%s'\n"
29562954
2957 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
2955 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
29582956 #, fuzzy, perl-format
29592957 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
29602958 msgstr ""
29612959 "%s: `%s' אל ,`asis'/`none'/ירמונ תויהל --paragraph-indent לש טנמוגרא לע\n"
29622960
2963 #: tp/Texinfo/Parser.pm:5559
2961 #: tp/Texinfo/Parser.pm:5586
29642962 #, fuzzy, perl-format
29652963 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
29662964 msgstr ""
29672965 "%s: `%s' אל ,`asis'/`none'/ירמונ תויהל --paragraph-indent לש טנמוגרא לע\n"
29682966
2969 #: tp/Texinfo/Parser.pm:5569
2967 #: tp/Texinfo/Parser.pm:5596
29702968 #, fuzzy, perl-format
29712969 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
29722970 msgstr ""
29732971 "%s: `%s' אל ,`asis'/`none'/ירמונ תויהל --paragraph-indent לש טנמוגרא לע\n"
29742972
2975 #: tp/Texinfo/Parser.pm:5580
2976 #, perl-format
2977 msgid "Expected @%s on or off, not `%s'"
2978 msgstr ""
2979
2980 #: tp/Texinfo/Parser.pm:5590
2973 #: tp/Texinfo/Parser.pm:5607
2974 #, perl-format
2975 msgid "expected @%s on or off, not `%s'"
2976 msgstr ""
2977
2978 #: tp/Texinfo/Parser.pm:5617
29812979 #, perl-format
29822980 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
29832981 msgstr ""
29842982
2985 #: tp/Texinfo/Parser.pm:5598
2983 #: tp/Texinfo/Parser.pm:5625
29862984 #, fuzzy, perl-format
29872985 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
29882986 msgstr ""
29892987 "%s: `%s' אל ,`end' וא `separate' תויהל --footnote-style לש טנמוגרא לע\n"
29902988
2991 #: tp/Texinfo/Parser.pm:5606
2989 #: tp/Texinfo/Parser.pm:5633
29922990 #, fuzzy, perl-format
29932991 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
29942992 msgstr ""
29952993 "%s: `%s' אל ,`end' וא `separate' תויהל --footnote-style לש טנמוגרא לע\n"
29962994
2997 # Not translated because Emacs recognizes warningsby this template.
2998 #: tp/Texinfo/Report.pm:100
2999 #, fuzzy, perl-format
3000 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3001 msgstr "%s:%d: warning: "
3002
3003 # Not translated because Emacs recognizes warningsby this template.
3004 #: tp/Texinfo/Report.pm:103
3005 #, fuzzy, perl-format
3006 msgid "%s:%d: warning: %s\n"
3007 msgstr "%s:%d: warning: "
3008
3009 # Not translated because Emacs recognizes warningsby this template.
3010 #: tp/Texinfo/Report.pm:146
3011 #, fuzzy, perl-format
3012 msgid "warning: %s\n"
3013 msgstr "%s:%d: warning: "
3014
30152995 #: tp/Texinfo/Structuring.pm:231
30162996 #, perl-format
3017 msgid "Raising the section level of @%s which is too low"
2997 msgid "raising the section level of @%s which is too low"
30182998 msgstr ""
30192999
30203000 #: tp/Texinfo/Structuring.pm:263
30213001 #, perl-format
3022 msgid "No chapter-level command before @%s"
3002 msgid "no chapter-level command before @%s"
30233003 msgstr ""
30243004
30253005 #: tp/Texinfo/Structuring.pm:268
30263006 #, perl-format
3027 msgid "Lowering the section level of @%s appearing after a lower element"
3007 msgid "lowering the section level of @%s appearing after a lower element"
30283008 msgstr ""
30293009
30303010 #: tp/Texinfo/Structuring.pm:347
30313011 #, perl-format
3032 msgid "No sectioning command associated with @%s"
3012 msgid "no sectioning command associated with @%s"
30333013 msgstr ""
30343014
30353015 #: tp/Texinfo/Structuring.pm:568
30363016 #, fuzzy, perl-format
3037 msgid "Menu reference to nonexistent node `%s'"
3017 msgid "menu reference to nonexistent node `%s'"
30383018 msgstr "רושיק ףא ןיא `%s' הקסיפל"
30393019
30403020 #: tp/Texinfo/Structuring.pm:583
30413021 #, perl-format
3042 msgid "Menu entry node name `%s' different from %s name `%s'"
3022 msgid "menu entry node name `%s' different from %s name `%s'"
30433023 msgstr ""
30443024
30453025 #: tp/Texinfo/Structuring.pm:619
30493029
30503030 #: tp/Texinfo/Structuring.pm:665
30513031 #, perl-format
3052 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3032 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30533033 msgstr ""
30543034
30553035 #: tp/Texinfo/Structuring.pm:672
30563036 #, perl-format
3057 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3037 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30583038 msgstr ""
30593039
30603040 #: tp/Texinfo/Structuring.pm:690
30613041 #, perl-format
3062 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3042 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30633043 msgstr ""
30643044
30653045 #: tp/Texinfo/Structuring.pm:744
30733053 msgstr "רושיק ףא ןיא `%s' הקסיפל"
30743054
30753055 #: tp/Texinfo/Structuring.pm:790
3076 #, perl-format
3077 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3056 #, fuzzy, perl-format
3057 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30783058 msgstr "הרזחב עיבצמש טירפת ףיעס ןיא לבא ,`%s' לע עיבצמ `%s' הקסיפ לש Up הדש"
30793059
30803060 #: tp/Texinfo/Structuring.pm:798
30813061 #, perl-format
3082 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3062 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30833063 msgstr ""
30843064
30853065 #: tp/Texinfo/Structuring.pm:1282
30923072 msgid "@%s to `%s', different from %s name `%s'"
30933073 msgstr ""
30943074
3095 #: tp/Texinfo/Structuring.pm:1939
3096 #, fuzzy, perl-format
3097 msgid "Empty index key in @%s"
3075 #: tp/Texinfo/Structuring.pm:1959
3076 #, fuzzy, perl-format
3077 msgid "empty index key in @%s"
30983078 msgstr "`%s' תזורחמ םיליכמה סקדניא יטירפ ןיא\n"
30993079
31003080 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
31013081 #, fuzzy, perl-format
3102 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3082 msgid "chm.pm: could not open %s for writing: %s\n"
31033083 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
31043084
31053085 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
31063086 #, fuzzy, perl-format
3107 msgid "chm.pm:%s: Error on closing: %s"
3087 msgid "chm.pm: error on closing %s: %s"
31083088 msgstr "`%s'-ל הביתכב הלקת"
31093089
3110 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3111 #, fuzzy, perl-format
3112 msgid "tex4ht.pm:%s: Cannot open: %s"
3090 #: tp/init/latex2html.pm:200
3091 #, fuzzy, perl-format
3092 msgid "l2h: could not open latex file %s for writing: %s"
3093 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
3094
3095 #: tp/init/latex2html.pm:341
3096 msgid "l2h: L2H_TMP directory contains a dot"
3097 msgstr ""
3098
3099 #: tp/init/latex2html.pm:346
3100 msgid "l2h: current directory contains a dot"
3101 msgstr ""
3102
3103 #: tp/init/latex2html.pm:374
3104 #, perl-format
3105 msgid "l2h: command did not succeed: %s"
3106 msgstr ""
3107
3108 #: tp/init/latex2html.pm:422
3109 #, perl-format
3110 msgid "l2h: image has invalid extension: %s"
3111 msgstr ""
3112
3113 #: tp/init/latex2html.pm:438
3114 #, perl-format
3115 msgid "l2h: rename %s as %s failed: %s"
3116 msgstr ""
3117
3118 #: tp/init/latex2html.pm:460
3119 #, fuzzy, perl-format
3120 msgid "l2h: could not open %s: %s"
3121 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
3122
3123 #: tp/init/latex2html.pm:493
3124 #, perl-format
3125 msgid "latex2html.pm: end of @%s item %d not found"
3126 msgstr ""
3127
3128 #: tp/init/latex2html.pm:504
3129 #, perl-format
3130 msgid ""
3131 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3132 "of items found in the document"
3133 msgstr ""
3134
3135 #: tp/init/latex2html.pm:534
3136 #, perl-format
3137 msgid "l2h: could not determine the fragment %d for @%s"
3138 msgstr ""
3139
3140 #: tp/init/latex2html.pm:560
3141 #, perl-format
3142 msgid ""
3143 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3144 "HTML"
3145 msgstr ""
3146
3147 #: tp/init/latex2html.pm:621
3148 #, fuzzy, perl-format
3149 msgid "l2h: could not load %s: %s"
3150 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
3151
3152 #: tp/init/latex2html.pm:634
3153 #, fuzzy, perl-format
3154 msgid "l2h: could not open %s for writing: %s"
3155 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
3156
3157 #: tp/init/tex4ht.pm:123
3158 #, fuzzy, perl-format
3159 msgid "tex4ht.pm: could not open %s: %s"
31133160 msgstr ".אצמנ אל `%s' ץבוק"
31143161
31153162 #: tp/init/tex4ht.pm:219
3116 #, perl-format
3117 msgid "tex4ht.pm:%s: chdir failed: %s"
3118 msgstr ""
3163 #, fuzzy, perl-format
3164 msgid "tex4ht.pm: chdir %s failed: %s"
3165 msgstr ".אצמנ אל `%s' ץבוק"
31193166
31203167 #: tp/init/tex4ht.pm:232
31213168 #, perl-format
3122 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3169 msgid "tex4ht.pm: unable to return to initial directory: %s"
31233170 msgstr ""
31243171
31253172 #: tp/init/tex4ht.pm:244
31263173 #, fuzzy, perl-format
3127 msgid "tex4ht.pm: Output file missing: %s"
3174 msgid "tex4ht.pm: output file missing: %s"
31283175 msgstr "`%s' טלפ ץבוק תריציב הלקת"
31293176
31303177 #: tp/init/tex4ht.pm:260
3131 #, perl-format
3132 msgid "tex4ht.pm: Command failed: %s"
3133 msgstr ""
3178 #, fuzzy, perl-format
3179 msgid "tex4ht.pm: command failed: %s"
3180 msgstr ".אצמנ אל `%s' ץבוק"
3181
3182 #: tp/init/tex4ht.pm:267
3183 #, fuzzy, perl-format
3184 msgid "tex4ht.pm: could not open: %s"
3185 msgstr ".אצמנ אל `%s' ץבוק"
31343186
31353187 #: tp/init/tex4ht.pm:293
31363188 #, perl-format
31413193 #, perl-format
31423194 msgid ""
31433195 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3144 "items found in the document"
3145 msgstr ""
3146
3147 #: tp/init/tex4ht.pm:319
3148 #, perl-format
3149 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3150 msgstr ""
3151
3152 #: tp/texi2any.pl:375
3196 "items found in the document for @%s"
3197 msgstr ""
3198
3199 #: tp/init/tex4ht.pm:320
3200 #, fuzzy, perl-format
3201 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3202 msgstr "`%s' טלפ ץבוק תריציב הלקת"
3203
3204 #: tp/init/tex4ht.pm:335
3205 #, perl-format
3206 msgid ""
3207 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3208 "items found in the document for @%s"
3209 msgstr ""
3210
3211 #: tp/texi2any.pl:379
31533212 #, fuzzy, perl-format
31543213 msgid "error loading %s: %s\n"
31553214 msgstr "`%s'-ל הביתכב הלקת"
31563215
3157 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3158 #, fuzzy, perl-format
3159 msgid "Unknown variable %s\n"
3216 #: tp/texi2any.pl:392
3217 #, fuzzy, perl-format
3218 msgid "%s: unknown variable %s"
31603219 msgstr "`%s' תרכומ-יתלב הארוה"
31613220
3162 #: tp/texi2any.pl:468
3163 #, fuzzy, perl-format
3164 msgid "Can't read init file %s"
3221 #: tp/texi2any.pl:396
3222 #, fuzzy, perl-format
3223 msgid "%s: obsolete variable %s\n"
3224 msgstr "Set variable: "
3225
3226 #: tp/texi2any.pl:411
3227 #, fuzzy, perl-format
3228 msgid "%s: unknown variable %s\n"
3229 msgstr "`%s' תרכומ-יתלב הארוה"
3230
3231 #: tp/texi2any.pl:415
3232 #, fuzzy, perl-format
3233 msgid "obsolete variable %s\n"
3234 msgstr "Set variable: "
3235
3236 #: tp/texi2any.pl:480
3237 #, fuzzy, perl-format
3238 msgid "could not read init file %s"
31653239 msgstr "`%s' טלק ץבוק תחיתפב הלקת"
31663240
3167 #: tp/texi2any.pl:619
3168 #, perl-format
3169 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3170 msgstr ""
3171
3172 #: tp/texi2any.pl:691
3241 #: tp/texi2any.pl:633
3242 #, perl-format
3243 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
3244 msgstr ""
3245
3246 #: tp/texi2any.pl:710
31733247 #, fuzzy
31743248 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
31753249 msgstr "%s [םינייפאמ]... TEXINFO-ץבוק... :שומישה ןפוא\n"
31763250
3177 #: tp/texi2any.pl:692
3251 #: tp/texi2any.pl:711
31783252 #, fuzzy
31793253 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
31803254 msgstr "%s [םינייפאמ]... TEXINFO-ץבוק... :שומישה ןפוא\n"
31813255
3182 #: tp/texi2any.pl:694
3256 #: tp/texi2any.pl:713
31833257 msgid ""
31843258 "Translate Texinfo source documentation to various other formats, by default\n"
31853259 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
31873261 " לדחמ תרירבכ ,םירחא םינוש םיטמרופל Texinfo רוקמ תפשב דועית םגרת\n"
31883262 ".GNU Info תינכת וא Emacs תרזעב האירקל םימיאתמה Info יצבק רציימ \n"
31893263
3190 #: tp/texi2any.pl:697
3264 #: tp/texi2any.pl:716
31913265 #, fuzzy, perl-format
31923266 msgid ""
31933267 "General options:\n"
32153289 " .תינכתה תלועפ לע טורפ גצה -v, --verbose\n"
32163290 " .אצו הנכתה תסריג יבגל עדימ גצה --version\n"
32173291
3218 #: tp/texi2any.pl:712
3292 #: tp/texi2any.pl:731
32193293 #, fuzzy
32203294 msgid ""
32213295 "Output format selection (default is to produce Info):\n"
32303304 " .Info םוקמב HTML טמרופב טלפ ןכה --html\n"
32313305 " .Info םוקמב XML טמרופב טלפ ןכה --xml\n"
32323306
3233 #: tp/texi2any.pl:720
3307 #: tp/texi2any.pl:739
32343308 #, fuzzy
32353309 msgid ""
32363310 "General output options:\n"
32683342 " .טלפ ץבוקב תואקסיפו םיקרפ ררפס --number-sections\n"
32693343 " .(HTML טלפ םא היקית) FILE ץבוקל טלפ בותכ -o, --output=FILE\n"
32703344
3271 #: tp/texi2any.pl:740
3345 #: tp/texi2any.pl:759
32723346 #, fuzzy, perl-format
32733347 msgid ""
32743348 "Options for Info and plain text:\n"
33023376 " .רוקמב התיהש יפכ הזזה לע רומש ,`asis'\n"
33033377 " .(%d ח\"מרב) NUM לדוגב םיצבק-תתל Info קלח --split-size=NUM\n"
33043378
3305 #: tp/texi2any.pl:757
3379 #: tp/texi2any.pl:776
33063380 msgid ""
33073381 "Options for HTML:\n"
33083382 " --css-include=FILE include FILE in HTML <style> output;\n"
33163390 " anchors; default is set only if split.\n"
33173391 msgstr ""
33183392
3319 #: tp/texi2any.pl:768
3393 #: tp/texi2any.pl:787
33203394 msgid ""
33213395 "Options for XML and Docbook:\n"
33223396 " --output-indent=VAL does nothing, retained for compatibility.\n"
33233397 msgstr ""
33243398
3325 #: tp/texi2any.pl:771
3399 #: tp/texi2any.pl:790
33263400 msgid ""
33273401 "Options for DVI/PS/PDF:\n"
33283402 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33293403 msgstr ""
33303404
3331 #: tp/texi2any.pl:774
3405 #: tp/texi2any.pl:793
33323406 #, fuzzy
33333407 msgid ""
33343408 "Input file options:\n"
33453419 " .@include לש שופיח תמישר שארב DIR ףסוה -P DIR\n"
33463420 " .@clear תדוקפב ומכ ,VAR הנתשמ תרדגה לטב -U VAR\n"
33473421
3348 #: tp/texi2any.pl:781
3422 #: tp/texi2any.pl:800
33493423 #, fuzzy
33503424 msgid ""
33513425 "Conditional processing in input:\n"
33753449 " .@ifplaintext-ב טסכט דבעת לא --no-ifplaintext\n"
33763450 " .@tex-ו @iftex-ב טסכט דבעת לא --no-iftex\n"
33773451
3378 #: tp/texi2any.pl:798
3452 #: tp/texi2any.pl:817
33793453 #, fuzzy
33803454 msgid ""
33813455 " The defaults for the @if... conditionals depend on the output format:\n"
33903464 " .םילעפומ םניא רתיה לכו לעפומ --ifinfo ,טסכט וא Info אוה טלפה םא\n"
33913465 " .םילעפומ םניא רתיה לכו לעפומ --ifplaintext ,טסכט אוה טלפה םא\n"
33923466
3393 #: tp/texi2any.pl:805
3467 #: tp/texi2any.pl:824
33943468 #, fuzzy
33953469 msgid ""
33963470 "Examples:\n"
34183492 " תואקסיפ רורפס םע Info טלפ makeinfo --number-sections foo.texi\n"
34193493 " היהיש לככ לודג ,דיחי ץבוקב Info טלפ makeinfo --no-split foo.texi\n"
34203494
3421 #: tp/texi2any.pl:852
3495 #: tp/texi2any.pl:871
34223496 #, perl-format
34233497 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34243498 msgstr ""
34253499 "%s: `%s' אל ,`end' וא `separate' תויהל --footnote-style לש טנמוגרא לע\n"
34263500
3427 #: tp/texi2any.pl:934
3501 #: tp/texi2any.pl:953
34283502 #, perl-format
34293503 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34303504 msgstr ""
34313505 "%s: `%s' אל ,`asis'/`none'/ירמונ תויהל --paragraph-indent לש טנמוגרא לע\n"
34323506
3433 #: tp/texi2any.pl:1011
3434 #, perl-format
3435 msgid "when generating %s, only one input FILE may be specified with -o"
3436 msgstr ""
3437
3438 #: tp/texi2any.pl:1015
3507 #: tp/texi2any.pl:1030
3508 #, perl-format
3509 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3510 msgstr ""
3511
3512 #: tp/texi2any.pl:1034
34393513 msgid "--Xopt option without printed output"
34403514 msgstr ""
34413515
3442 #: tp/texi2any.pl:1025
3443 #, fuzzy, perl-format
3444 msgid "Unknown tree transformation %s"
3516 #: tp/texi2any.pl:1044
3517 #, fuzzy, perl-format
3518 msgid "unknown tree transformation %s"
34453519 msgstr "`%s' תרכומ-יתלב הארוה"
34463520
3447 #: tp/texi2any.pl:1032
3448 #, perl-format
3449 msgid "Ignoring splitting for format %s"
3450 msgstr ""
3451
3452 #: tp/texi2any.pl:1081
3521 #: tp/texi2any.pl:1051
3522 #, perl-format
3523 msgid "ignoring splitting for format %s"
3524 msgstr ""
3525
3526 #: tp/texi2any.pl:1101
34533527 #, perl-format
34543528 msgid "%s: missing file argument.\n"
34553529 msgstr ".ץבוק םש רסח %s תינכתל\n"
34563530
3457 #: tp/texi2any.pl:1082
3531 #: tp/texi2any.pl:1102
34583532 #, perl-format
34593533 msgid "Try `%s --help' for more information.\n"
34603534 msgstr ".`%s --help' הסנ רתי טורפל\n"
34613535
3462 #: tp/texi2any.pl:1153
3536 #: tp/texi2any.pl:1173
34633537 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
34643538 msgstr ""
34653539
3466 #: tp/texi2any.pl:1175
3467 #, fuzzy, perl-format
3468 msgid "Error on closing macro expand file %s: %s\n"
3540 #: tp/texi2any.pl:1195
3541 #, fuzzy, perl-format
3542 msgid "error on closing macro expand file %s: %s\n"
34693543 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
34703544
3471 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3472 #, fuzzy, perl-format
3473 msgid "Could not open %s for writing: %s\n"
3545 #: tp/texi2any.pl:1201
3546 #, fuzzy, perl-format
3547 msgid "could not open %s for writing: %s\n"
34743548 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
34753549
3476 #: tp/texi2any.pl:1205
3550 #: tp/texi2any.pl:1226
34773551 msgid ""
34783552 "insert_nodes_for_sectioning_commands transformation return no result. No "
34793553 "section?"
34803554 msgstr ""
34813555
3482 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3483 #, fuzzy, perl-format
3484 msgid "Error on closing %s: %s\n"
3556 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3557 #, fuzzy, perl-format
3558 msgid "%s: error on closing %s: %s\n"
34853559 msgstr "`%s'-ל הביתכב הלקת"
34863560
3487 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3488 #, perl-format
3489 msgid "Error on closing internal links file %s: %s\n"
3490 msgstr ""
3561 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3562 #, fuzzy, perl-format
3563 msgid "%s: error on closing internal links file %s: %s\n"
3564 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
3565
3566 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3567 #, fuzzy, perl-format
3568 msgid "%s: could not open %s for writing: %s\n"
3569 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
34913570
34923571 #: util/texindex.c:223
34933572 msgid "display this help and exit"
35463625 msgstr "ינשמ םש לעב טירפ תובקעב אב %s טירפ"
35473626
35483627 #, fuzzy
3628 #~ msgid "Can't create directories `%s': %s"
3629 #~ msgstr "`%s' היקית תריציב (%s) הלקת"
3630
3631 #, fuzzy
3632 #~ msgid "Can't read file %s: %s"
3633 #~ msgstr "`%s' היקית תריציב (%s) הלקת"
3634
3635 # Not translated because Emacs recognizes warningsby this template.
3636 #, fuzzy
3637 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3638 #~ msgstr "%s:%d: warning: "
3639
3640 # Not translated because Emacs recognizes warningsby this template.
3641 #, fuzzy
3642 #~ msgid "%s:%d: warning: %s\n"
3643 #~ msgstr "%s:%d: warning: "
3644
3645 # Not translated because Emacs recognizes warningsby this template.
3646 #, fuzzy
3647 #~ msgid "warning: %s\n"
3648 #~ msgstr "%s:%d: warning: "
3649
3650 #, fuzzy
3651 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3652 #~ msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
3653
3654 #, fuzzy
35493655 #~ msgid "tex4ht error opening %s: %s"
35503656 #~ msgstr "`%s'-ל הביתכב הלקת"
35513657
35523658 #, fuzzy
3553 #~ msgid "Error on closing renamed nodes file %s: %s"
3554 #~ msgstr "`%s' טלפ ץבוק תריגסב הלקת"
3555
3556 #, fuzzy
35573659 #~ msgid "Node `%s' that is to be renamed exists"
35583660 #~ msgstr "רדגומ רבכ `%s' סקדניא"
3559
3560 #, fuzzy
3561 #~ msgid "Unknown variable %s"
3562 #~ msgstr "`%s' תרכומ-יתלב הארוה"
35633661
35643662 #, fuzzy
35653663 #~ msgid "arguments to @%s ignored"
38933991
38943992 #~ msgid "Expected `%s'"
38953993 #~ msgstr "`%s' יופצ היה ןאכ"
3896
3897 #~ msgid "Can't create directory `%s': %s"
3898 #~ msgstr "`%s' היקית תריציב (%s) הלקת"
38993994
39003995 #~ msgid "No `%s' found in `%s'"
39013996 #~ msgstr "`%s' אצמנ אל `%s' ץבוקב"
42234318
42244319 #, fuzzy
42254320 #~ msgid "%s should not appear in %s"
4226 #~ msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
4227
4228 #, fuzzy
4229 #~ msgid "%s: could not open --css-file %s: %s\n"
42304321 #~ msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
42314322
42324323 #, fuzzy
Binary diff not shown
+600
-486
po/hr.po less more
88 msgstr ""
99 "Project-Id-Version: texinfo 4.13.92\n"
1010 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
11 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
11 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1212 "PO-Revision-Date: 2012-12-20 22:42+0100\n"
1313 "Last-Translator: Tomislav Krznar <tomislav.krznar@gmail.com>\n"
1414 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
398398 msgstr "Pokušajte --help za više informacija.\n"
399399
400400 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
401 #: tp/texi2any.pl:829 util/texindex.c:295
401 #: tp/texi2any.pl:848 util/texindex.c:295
402402 #, c-format, perl-format
403403 msgid ""
404404 "Copyright (C) %s Free Software Foundation, Inc.\n"
21012101 " --test ne ažuriraj DIR-DATOTEKU.\n"
21022102 " --version prikaži informacije o inačici i izađi."
21032103
2104 #: install-info/install-info.c:598 tp/texi2any.pl:817
2104 #: install-info/install-info.c:598 tp/texi2any.pl:836
21052105 msgid ""
21062106 "Email bug reports to bug-texinfo@gnu.org,\n"
21072107 "general questions and discussion to help-texinfo@gnu.org.\n"
22132213 msgstr "nema pronađenih stavki za „%s”, ništa nije izbrisano"
22142214
22152215 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2216 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2217 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2218 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2219 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2220 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2221 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2216 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2217 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2218 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2219 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2220 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2221 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
22222222 #: tp/Texinfo/Convert/TexinfoXML.pm:429
2223 #, perl-format
2224 msgid "Could not open %s for writing: %s"
2223 #, fuzzy, perl-format
2224 msgid "could not open %s for writing: %s"
22252225 msgstr "Ne mogu otvoriti %s za pisanje: %s"
22262226
22272227 #: tp/Texinfo/Common.pm:850
22472247 msgid "%s is not a valid split possibility"
22482248 msgstr "%s nije ispravna mogućnost razdvajanja"
22492249
2250 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2251 #, perl-format
2252 msgid "Cannot read %s: %s"
2250 #: tp/Texinfo/Common.pm:1096
2251 #, fuzzy, perl-format
2252 msgid "could not read %s: %s"
22532253 msgstr "Ne mogu pročitati %s: %s"
22542254
2255 #: tp/Texinfo/Common.pm:1113
2256 #, perl-format
2257 msgid "Error on closing @verbatiminclude file %s: %s"
2255 #: tp/Texinfo/Common.pm:1114
2256 #, fuzzy, perl-format
2257 msgid "error on closing @verbatiminclude file %s: %s"
22582258 msgstr "Greška pri zatvaranju @verbatiminclude datoteke %s: %s"
22592259
2260 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2261 #, perl-format
2262 msgid "@%s: Cannot find %s"
2260 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2261 #, fuzzy, perl-format
2262 msgid "@%s: could not find %s"
22632263 msgstr "@%s: Ne mogu pronaći %s"
22642264
2265 #: tp/Texinfo/Common.pm:1416
2266 #, perl-format
2267 msgid "Cannot open html refs config file %s: %s"
2265 #: tp/Texinfo/Common.pm:1417
2266 #, fuzzy, perl-format
2267 msgid "could not open html refs config file %s: %s"
22682268 msgstr "Ne mogu otvoriti datoteku postavki html referenci %s: %s"
22692269
2270 #: tp/Texinfo/Common.pm:1444
2271 msgid "Missing type"
2270 #: tp/Texinfo/Common.pm:1445
2271 #, fuzzy
2272 msgid "missing type"
22722273 msgstr "Nedostaje vrsta"
22732274
2274 #: tp/Texinfo/Common.pm:1447
2275 #, perl-format
2276 msgid "Unrecognized type: %s"
2275 #: tp/Texinfo/Common.pm:1448
2276 #, fuzzy, perl-format
2277 msgid "unrecognized type: %s"
22772278 msgstr "Neprepoznata vrsta: %s"
22782279
2279 #: tp/Texinfo/Common.pm:1463
2280 #, perl-format
2281 msgid "Error on closing html refs config file %s: %s"
2280 #: tp/Texinfo/Common.pm:1465
2281 #, fuzzy, perl-format
2282 msgid "error on closing html refs config file %s: %s"
22822283 msgstr "Greška pri zatvaranju datoteke postavki html referenci %s: %s"
22832284
2284 #: tp/Texinfo/Common.pm:1498
2285 #, perl-format
2286 msgid "%s:%d: no node to be renamed\n"
2285 #: tp/Texinfo/Common.pm:1500
2286 #, fuzzy
2287 msgid "no node to be renamed"
22872288 msgstr "%s:%d: nema čvorova koje treba preimenovati\n"
22882289
2289 #: tp/Texinfo/Common.pm:1509
2290 #, perl-format
2291 msgid "%s:%d: nodes without a new name at the end of file\n"
2290 #: tp/Texinfo/Common.pm:1511
2291 #, fuzzy
2292 msgid "nodes without a new name at the end of file"
22922293 msgstr "%s:%d: čvorovi bez novog imena na kraju datoteke\n"
22932294
2294 #: tp/Texinfo/Common.pm:2000
2295 #, perl-format
2296 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2297 msgstr "protect_hashchar_at_line_beginning ne može zaštititi u @%s"
2295 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2296 #, fuzzy, perl-format
2297 msgid "could not open %s: %s"
2298 msgstr "Ne mogu otvoriti %s za pisanje: %s"
2299
2300 #: tp/Texinfo/Common.pm:2002
2301 #, perl-format
2302 msgid "could not protect hash character in @%s"
2303 msgstr ""
22982304
22992305 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2300 #: tp/texi2any.pl:387 tp/texi2any.pl:404
23012306 #, perl-format
23022307 msgid "Obsolete variable %s\n"
23032308 msgstr "Zastarjela varijabla %s\n"
23042309
23052310 #: tp/Texinfo/Convert/Converter.pm:601
2306 #, perl-format
2307 msgid "Can't create directories `%s' or `%s': %s"
2311 #, fuzzy, perl-format
2312 msgid "could not create directories `%s' or `%s': %s"
23082313 msgstr "Ne mogu napraviti direktorije „%s” ili „%s”: %s"
23092314
23102315 #: tp/Texinfo/Convert/Converter.pm:609
2311 #, perl-format
2312 msgid "Can't create directories `%s': %s"
2316 #, fuzzy, perl-format
2317 msgid "could not create directory `%s': %s"
23132318 msgstr "Ne mogu napraviti direktorije „%s”: %s"
23142319
2315 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2316 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2317 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2318 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2319 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2320 #, perl-format
2321 msgid "Error on closing %s: %s"
2320 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2321 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2322 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2323 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2324 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2325 #, fuzzy, perl-format
2326 msgid "error on closing %s: %s"
23222327 msgstr "Greška pri zatvaranju %s: %s"
23232328
2324 #: tp/Texinfo/Convert/DocBook.pm:898
2329 #: tp/Texinfo/Convert/DocBook.pm:899
23252330 #, perl-format
23262331 msgid "@image file `%s' not found, using `%s'"
23272332 msgstr "@image datoteka „%s” nije pronađena, koristim „%s”"
23282333
2329 #: tp/Texinfo/Convert/HTML.pm:1677
2334 #: tp/Texinfo/Convert/HTML.pm:1678
23302335 #, perl-format
23312336 msgid "@image file `%s' (for HTML) not found, using `%s'"
23322337 msgstr "@image datoteka „%s” (za HTML) nije pronađena, koristim „%s”"
23332338
2334 #: tp/Texinfo/Convert/HTML.pm:2345
2335 #, perl-format
2336 msgid "Raw format %s is not converted"
2339 #: tp/Texinfo/Convert/HTML.pm:2347
2340 #, fuzzy, perl-format
2341 msgid "raw format %s is not converted"
23372342 msgstr "Neobrađeni oblik %s nije pretvoren"
23382343
2339 #: tp/Texinfo/Convert/HTML.pm:4814
2340 #, perl-format
2341 msgid "%s:%d: string not closed in css file"
2344 #: tp/Texinfo/Convert/HTML.pm:4816
2345 #, fuzzy
2346 msgid "string not closed in css file"
23422347 msgstr "%s:%d: niz nije zatvoren u css datoteci"
23432348
2344 #: tp/Texinfo/Convert/HTML.pm:4816
2345 #, perl-format
2346 msgid "%s:%d: --css-include ended in comment"
2349 #: tp/Texinfo/Convert/HTML.pm:4818
2350 #, fuzzy
2351 msgid "--css-include ended in comment"
23472352 msgstr "%s:%d: --css-include završava u komentaru"
23482353
2349 #: tp/Texinfo/Convert/HTML.pm:4818
2350 #, fuzzy, perl-format
2351 msgid "%s:%d: @import not finished in css file"
2354 #: tp/Texinfo/Convert/HTML.pm:4820
2355 #, fuzzy
2356 msgid "@import not finished in css file"
23522357 msgstr "%s:%d @import nije završen u css datoteci"
23532358
2354 #: tp/Texinfo/Convert/HTML.pm:4844
2355 #, perl-format
2356 msgid "css file %s not found"
2359 #: tp/Texinfo/Convert/HTML.pm:4846
2360 #, fuzzy, perl-format
2361 msgid "CSS file %s not found"
23572362 msgstr "css datoteka %s nije pronađena"
23582363
2359 #: tp/Texinfo/Convert/HTML.pm:4850
2364 #: tp/Texinfo/Convert/HTML.pm:4852
23602365 #, perl-format
23612366 msgid "could not open --include-file %s: %s"
23622367 msgstr "ne mogu otvoriti --include-file %s: %s"
23632368
2364 #: tp/Texinfo/Convert/HTML.pm:4860
2365 #, perl-format
2366 msgid "Error on closing CSS file %s: %s"
2369 #: tp/Texinfo/Convert/HTML.pm:4862
2370 #, fuzzy, perl-format
2371 msgid "error on closing CSS file %s: %s"
23672372 msgstr "Greška pri zatvaranju CSS datoteke %s: %s"
23682373
2369 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2370 #, perl-format
2371 msgid "No htmlxref.cnf entry found for `%s'"
2374 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2375 #, fuzzy, perl-format
2376 msgid "no htmlxref.cnf entry found for `%s'"
23722377 msgstr "Nije pronađena stavka htmlxref.cnf za „%s”"
23732378
2374 #: tp/Texinfo/Convert/HTML.pm:6495
2375 #, perl-format
2376 msgid "Error on closing frame file %s: %s"
2379 #: tp/Texinfo/Convert/HTML.pm:6506
2380 #, fuzzy, perl-format
2381 msgid "error on closing frame file %s: %s"
23772382 msgstr "Greška pri zatvaranju datoteke okvira %s: %s"
23782383
2379 #: tp/Texinfo/Convert/HTML.pm:6519
2380 #, perl-format
2381 msgid "Error on closing TOC frame file %s: %s"
2384 #: tp/Texinfo/Convert/HTML.pm:6530
2385 #, fuzzy, perl-format
2386 msgid "error on closing TOC frame file %s: %s"
23822387 msgstr "Greška pri zatvaranju datoteke TOC okvira %s: %s"
23832388
2384 #: tp/Texinfo/Convert/HTML.pm:6634
2385 #, perl-format
2386 msgid "Handler %s of stage %s priority %s failed"
2389 #: tp/Texinfo/Convert/HTML.pm:6645
2390 #, fuzzy, perl-format
2391 msgid "handler %s of stage %s priority %s failed"
23872392 msgstr "Rukovatelj %s faze %s prioriteta %s nije uspio"
23882393
2389 #: tp/Texinfo/Convert/HTML.pm:6835
2390 msgid "Must specify a title with a title command or @top"
2394 #: tp/Texinfo/Convert/HTML.pm:6846
2395 #, fuzzy
2396 msgid "must specify a title with a title command or @top"
23912397 msgstr "Morate navesti naslov naredbom naslova ili @top"
23922398
2393 #: tp/Texinfo/Convert/HTML.pm:7040
2394 #, perl-format
2395 msgid "Error on closing redirection node file %s: %s"
2399 #: tp/Texinfo/Convert/HTML.pm:7055
2400 #, fuzzy, perl-format
2401 msgid "error on closing redirection node file %s: %s"
23962402 msgstr "Greška pri zatvaranju datoteke preusmjeravanja čvora %s: %s"
23972403
2398 #: tp/Texinfo/Convert/HTML.pm:7065
2399 #, perl-format
2400 msgid "Old name for `%s' is a node of the document"
2404 #: tp/Texinfo/Convert/HTML.pm:7080
2405 #, fuzzy, perl-format
2406 msgid "old name for `%s' is a node of the document"
24012407 msgstr "Staro ime za „%s” je čvor dokumenta"
24022408
2403 #: tp/Texinfo/Convert/HTML.pm:7069
2404 #, perl-format
2405 msgid "File empty for renamed node `%s'"
2409 #: tp/Texinfo/Convert/HTML.pm:7086
2410 #, fuzzy, perl-format
2411 msgid "file empty for renamed node `%s'"
24062412 msgstr "Prazna datoteka za preimenovani čvor „%s”"
24072413
2408 #: tp/Texinfo/Convert/HTML.pm:7081
2409 #, perl-format
2410 msgid "Target node (new name for `%s') not in document: %s"
2414 #: tp/Texinfo/Convert/HTML.pm:7100
2415 #, fuzzy, perl-format
2416 msgid "target node (new name for `%s') not in document: %s"
24112417 msgstr "Odredišni čvor (novo ime za „%s”) nije u dokumentu: %s"
24122418
2413 #: tp/Texinfo/Convert/HTML.pm:7113
2414 #, perl-format
2415 msgid "Error on closing renamed node redirection file %s: %s"
2419 #: tp/Texinfo/Convert/HTML.pm:7132
2420 #, fuzzy, perl-format
2421 msgid "error on closing renamed node redirection file %s: %s"
24162422 msgstr ""
24172423 "Greška pri zatvaranju datoteke preusmjeravanja preimenovanog čvora %s: %s"
24182424
2419 #: tp/Texinfo/Convert/HTML.pm:7151
2420 msgid "Empty node name"
2425 #: tp/Texinfo/Convert/HTML.pm:7170
2426 #, fuzzy
2427 msgid "empty node name"
24212428 msgstr "Prazno ime čvora"
24222429
2423 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2424 #, perl-format
2425 msgid "Syntax for an external node used for `%s'"
2430 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2431 #, fuzzy, perl-format
2432 msgid "syntax for an external node used for `%s'"
24262433 msgstr "Sintaksa za vanjski čvor korištena za „%s”"
24272434
24282435 #: tp/Texinfo/Convert/Info.pm:99
2429 msgid "Document without nodes."
2436 #, fuzzy
2437 msgid "document without nodes"
24302438 msgstr "Dokument nema čvorova."
24312439
2432 #: tp/Texinfo/Convert/Info.pm:115
2433 msgid "Document without Top node."
2440 #: tp/Texinfo/Convert/Info.pm:116
2441 #, fuzzy
2442 msgid "document without Top node"
24342443 msgstr "Dokument nema vršni („Top”) čvor."
24352444
2436 #: tp/Texinfo/Convert/Info.pm:151
2437 #, perl-format
2438 msgid "Rename %s failed: %s"
2445 #: tp/Texinfo/Convert/Info.pm:153
2446 #, fuzzy, perl-format
2447 msgid "rename %s failed: %s"
24392448 msgstr "Preimenovanje %s nije uspjelo: %s"
24402449
2441 #: tp/Texinfo/Convert/Info.pm:226
2450 #: tp/Texinfo/Convert/Info.pm:228
24422451 #, perl-format
24432452 msgid "@%s output more than once: %s"
24442453 msgstr "@%s stvara izlaz više puta: %s"
24452454
2446 #: tp/Texinfo/Convert/Info.pm:340
2455 #: tp/Texinfo/Convert/Info.pm:346
24472456 #, perl-format
24482457 msgid "@%s outside of any node"
24492458 msgstr "@%s je izvan svih čvorova"
24502459
2451 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2452 #, perl-format
2453 msgid "Entry for index `%s' outside of any node"
2460 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2461 #, fuzzy, perl-format
2462 msgid "entry for index `%s' outside of any node"
24542463 msgstr "Stavka za indeks „%s” je izvan svih čvorova"
24552464
24562465 # tekstualna datoteka slike ili datoteka teksta slike? (TK)
24572466 #: tp/Texinfo/Convert/Plaintext.pm:1217
2458 #, perl-format
2459 msgid "Error on closing image text file %s: %s"
2467 #, fuzzy, perl-format
2468 msgid "error on closing image text file %s: %s"
24602469 msgstr "Greška pri zatvaranju tekstualne datoteke slike %s: %s"
24612470
24622471 #: tp/Texinfo/Convert/Plaintext.pm:1222
24642473 msgid "@image file `%s' unreadable: %s"
24652474 msgstr "@image datoteka „%s” nije čitljiva: %s"
24662475
2467 #: tp/Texinfo/Convert/Plaintext.pm:1250
2468 #, perl-format
2469 msgid "Cannot find @image file `%s.txt' nor alternate text"
2476 #: tp/Texinfo/Convert/Plaintext.pm:1251
2477 #, fuzzy, perl-format
2478 msgid "could not find @image file `%s.txt' nor alternate text"
24702479 msgstr "Ne mogu pronaći @image datoteku „%s.txt” niti mijenjati tekst"
24712480
2472 #: tp/Texinfo/Convert/Plaintext.pm:1615
2481 #: tp/Texinfo/Convert/Plaintext.pm:1617
24732482 msgid ""
24742483 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
24752484 "avoid that"
24772486 "@strong{Bilješka...} proizvodi lažnu Info unakrsnu referencu, promijenite "
24782487 "riječi za izbjegavanje"
24792488
2480 #: tp/Texinfo/Convert/Plaintext.pm:1845
2489 #: tp/Texinfo/Convert/Plaintext.pm:1849
24812490 #, perl-format
24822491 msgid "`.' or `,' must follow @xref, not %s"
24832492 msgstr "nakon @xref mora slijediti „.” ili „,”, ne %s"
24842493
2485 #: tp/Texinfo/Convert/Plaintext.pm:1847
2494 #: tp/Texinfo/Convert/Plaintext.pm:1852
24862495 msgid "`.' or `,' must follow @xref"
24872496 msgstr "nakon @xref mora slijediti „.” ili „,”"
24882497
24912500 msgid "@%s should only appear at beginning or end of document"
24922501 msgstr "@%s bi se trebao pojaviti samo an početku ili kraju dokumenta"
24932502
2494 #: tp/Texinfo/Parser.pm:837
2495 #, perl-format
2496 msgid "Can't read file %s: %s"
2497 msgstr "Ne mogu pročitati datoteku %s: %s"
2498
24992503 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
2500 #, perl-format
2501 msgid "Multiple @%s"
2504 #, fuzzy, perl-format
2505 msgid "multiple @%s"
25022506 msgstr "Višestruki @%s"
25032507
25042508 #: tp/Texinfo/Parser.pm:1100
2505 #, perl-format
2506 msgid "Bad syntax for @%s argument: %s"
2509 #, fuzzy, perl-format
2510 msgid "bad syntax for @%s argument: %s"
25072511 msgstr "Neispravna sintaksa za @%s argument: %s"
25082512
25092513 #: tp/Texinfo/Parser.pm:1116
2510 #, perl-format
2511 msgid "Bad or empty @%s formal argument: %s"
2514 #, fuzzy, perl-format
2515 msgid "bad or empty @%s formal argument: %s"
25122516 msgstr "Neispravan ili prazan @%s formalni argument: %s"
25132517
2514 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2515 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2516 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2518 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2519 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2520 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
25172521 #, perl-format
25182522 msgid "%c%s requires a name"
25192523 msgstr "%c%s zahtijeva ime"
25202524
2521 #: tp/Texinfo/Parser.pm:1235
2525 #: tp/Texinfo/Parser.pm:1238
25222526 #, perl-format
25232527 msgid "%c%s missing close brace"
25242528 msgstr "%c%s nema zatvorenu zagradu"
25252529
2526 #: tp/Texinfo/Parser.pm:1238
2530 #: tp/Texinfo/Parser.pm:1241
25272531 #, perl-format
25282532 msgid "@%s missing closing delimiter sequence: %s}"
25292533 msgstr "@%s nema završni niz znakova za razdvajanje: %s}"
25302534
2531 #: tp/Texinfo/Parser.pm:1351
2535 #: tp/Texinfo/Parser.pm:1354
25322536 #, perl-format
25332537 msgid "@itemx should not begin @%s"
25342538 msgstr "@itemx ne bi trebao započeti @%s"
25352539
2536 #: tp/Texinfo/Parser.pm:1419
2540 #: tp/Texinfo/Parser.pm:1422
25372541 msgid "@itemx must follow @item"
25382542 msgstr "@itemx mora slijediti @item"
25392543
2540 #: tp/Texinfo/Parser.pm:1587
2544 #: tp/Texinfo/Parser.pm:1590
25412545 #, perl-format
25422546 msgid "@%s has text but no @item"
25432547 msgstr "@%s ima tekst, ali nema @item"
25442548
2545 #: tp/Texinfo/Parser.pm:1617
2549 #: tp/Texinfo/Parser.pm:1620
25462550 #, perl-format
25472551 msgid "`@end' expected `%s', but saw `%s'"
25482552 msgstr "„@end” očekuje „%s”, pronašao „%s”"
25492553
2550 #: tp/Texinfo/Parser.pm:1620
2554 #: tp/Texinfo/Parser.pm:1623
25512555 #, perl-format
25522556 msgid "@%s seen before @end %s"
25532557 msgstr "@%s pronađen prije @end %s"
25542558
2555 #: tp/Texinfo/Parser.pm:1624
2556 #, perl-format
2557 msgid "No matching `%cend %s'"
2559 #: tp/Texinfo/Parser.pm:1627
2560 #, fuzzy, perl-format
2561 msgid "no matching `%cend %s'"
25582562 msgstr "Nema odgovarajućeg „%cend %s”"
25592563
2560 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2561 #: tp/Texinfo/Parser.pm:5125
2562 #, perl-format
2563 msgid "Misplaced %c"
2564 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2565 #: tp/Texinfo/Parser.pm:5150
2566 #, fuzzy, perl-format
2567 msgid "misplaced %c"
25642568 msgstr "%c na krivom mjestu"
25652569
2566 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2567 #, perl-format
2568 msgid "Unmatched `%c%s'"
2570 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2571 #, fuzzy, perl-format
2572 msgid "unmatched `%c%s'"
25692573 msgstr "Neuparen „%c%s”"
25702574
2571 #: tp/Texinfo/Parser.pm:1972
2572 #, perl-format
2573 msgid "Macro `%s' called with too many args"
2575 #: tp/Texinfo/Parser.pm:1976
2576 #, fuzzy, perl-format
2577 msgid "macro `%s' called with too many args"
25742578 msgstr "Makro naredba „%s” pozvana s previše argumenata"
25752579
2576 #: tp/Texinfo/Parser.pm:1994
2580 #: tp/Texinfo/Parser.pm:1998
25772581 #, perl-format
25782582 msgid "@%s missing close brace"
25792583 msgstr "@%s nema zatvorenu zagradu"
25802584
2581 #: tp/Texinfo/Parser.pm:2001
2582 #, perl-format
2583 msgid "Macro `%s' declared without argument called with an argument"
2585 #: tp/Texinfo/Parser.pm:2006
2586 #, fuzzy, perl-format
2587 msgid "macro `%s' declared without argument called with an argument"
25842588 msgstr "Makro naredba „%s” deklarirana bez argumenata pozvana s argumentom"
25852589
2586 #: tp/Texinfo/Parser.pm:2035
2590 #: tp/Texinfo/Parser.pm:2041
25872591 #, perl-format
25882592 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
25892593 msgstr "nakon \\ u proširenju @%s slijedi „%s” umjesto imena parametra ili \\"
25902594
2591 #: tp/Texinfo/Parser.pm:2430
2595 #: tp/Texinfo/Parser.pm:2436
25922596 #, perl-format
25932597 msgid "@%s `%s' previously defined"
25942598 msgstr "@%s „%s” prethodno definirana"
25952599
2596 #: tp/Texinfo/Parser.pm:2435
2600 #: tp/Texinfo/Parser.pm:2441
25972601 #, perl-format
25982602 msgid "here is the previous definition as @%s"
25992603 msgstr "ovdje je prethodna definicija kao @%s"
26002604
2601 #: tp/Texinfo/Parser.pm:2796
2602 #, perl-format
2603 msgid "Missing name for @%s"
2605 #: tp/Texinfo/Parser.pm:2802
2606 #, fuzzy, perl-format
2607 msgid "missing name for @%s"
26042608 msgstr "Nema imena za @%s"
26052609
2606 #: tp/Texinfo/Parser.pm:2801
2607 #, perl-format
2608 msgid "Missing category for @%s"
2610 #: tp/Texinfo/Parser.pm:2807
2611 #, fuzzy, perl-format
2612 msgid "missing category for @%s"
26092613 msgstr "Nema kategorije za @%s"
26102614
2611 #: tp/Texinfo/Parser.pm:2853
2612 #, perl-format
2613 msgid "Unexpected argument on @%s line: %s"
2615 #: tp/Texinfo/Parser.pm:2859
2616 #, fuzzy, perl-format
2617 msgid "unexpected argument on @%s line: %s"
26142618 msgstr "Neočekivani argument u @%s retku: %s"
26152619
26162620 # ? (TK)
2617 #: tp/Texinfo/Parser.pm:2869
2621 #: tp/Texinfo/Parser.pm:2875
26182622 msgid "empty multitable"
26192623 msgstr "prazna multitablica"
26202624
2621 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2622 #, perl-format
2623 msgid "Superfluous argument to @%s"
2625 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2626 #, fuzzy, perl-format
2627 msgid "superfluous argument to @%s"
26242628 msgstr "Suvišan argument za @%s"
26252629
2626 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2627 #: tp/Texinfo/Parser.pm:5379
2628 #, perl-format
2629 msgid "Bad argument to @%s"
2630 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2631 #: tp/Texinfo/Parser.pm:5405
2632 #, fuzzy, perl-format
2633 msgid "bad argument to @%s"
26302634 msgstr "Neispravan argument za @%s"
26312635
2632 #: tp/Texinfo/Parser.pm:2942
2636 #: tp/Texinfo/Parser.pm:2948
26332637 #, perl-format
26342638 msgid "%s requires an argument: the formatter for %citem"
26352639 msgstr "%s zahtijeva argument: oblikovatelj za %citem"
26362640
2637 #: tp/Texinfo/Parser.pm:2947
2638 #, perl-format
2639 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2641 #: tp/Texinfo/Parser.pm:2953
2642 #, fuzzy, perl-format
2643 msgid "command @%s not accepting argument in brace should not be on @%s line"
26402644 msgstr ""
26412645 "Naredba @%s koja ne prihvaća argument u zagradama ne bi trebala biti u @%s "
26422646 "retku"
26432647
2644 #: tp/Texinfo/Parser.pm:2982
2645 #, perl-format
2646 msgid "Accent command `@%s' not allowed as @%s argument"
2648 #: tp/Texinfo/Parser.pm:2988
2649 #, fuzzy, perl-format
2650 msgid "accent command `@%s' not allowed as @%s argument"
26472651 msgstr "Naredba naglaska „@%s” nije dozvoljena kao @%s argument"
26482652
2649 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2650 #: tp/Texinfo/Parser.pm:5338
2653 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2654 #: tp/Texinfo/Parser.pm:5364
26512655 #, perl-format
26522656 msgid "@%s missing argument"
26532657 msgstr "@%s nedostaje argument"
26542658
2655 #: tp/Texinfo/Parser.pm:3072
2656 #, perl-format
2657 msgid "Unknown @end %s"
2659 #: tp/Texinfo/Parser.pm:3078
2660 #, fuzzy, perl-format
2661 msgid "unknown @end %s"
26582662 msgstr "Nepoznat @end %s"
26592663
2660 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2661 #, perl-format
2662 msgid "Superfluous argument to @%s %s: %s"
2664 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2665 #, fuzzy, perl-format
2666 msgid "superfluous argument to @%s %s: %s"
26632667 msgstr "Suvišan argument za @%s %s: %s"
26642668
2665 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2666 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2667 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2668 #, perl-format
2669 msgid "Bad argument to @%s: %s"
2669 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2670 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2671 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2672 #, fuzzy, perl-format
2673 msgid "bad argument to @%s: %s"
26702674 msgstr "Neispravan argument za @%s: %s"
26712675
2672 #: tp/Texinfo/Parser.pm:3118
2673 #, perl-format
2674 msgid "@%s: Cannot open %s: %s"
2676 #: tp/Texinfo/Parser.pm:3124
2677 #, fuzzy, perl-format
2678 msgid "@%s: could not open %s: %s"
26752679 msgstr "@%s: Ne mogu otvoriti %s: %s"
26762680
2677 #: tp/Texinfo/Parser.pm:3130
2678 #, perl-format
2679 msgid "Encoding `%s' is not a canonical texinfo encoding"
2681 #: tp/Texinfo/Parser.pm:3136
2682 #, fuzzy, perl-format
2683 msgid "encoding `%s' is not a canonical texinfo encoding"
26802684 msgstr "Kodiranje „%s” nije kanonsko texinfo kodiranje"
26812685
2682 #: tp/Texinfo/Parser.pm:3139
2686 #: tp/Texinfo/Parser.pm:3145
26832687 #, perl-format
26842688 msgid "unrecognized encoding name `%s'"
26852689 msgstr "neprepoznato ime kodiranja „%s”"
26862690
2687 #: tp/Texinfo/Parser.pm:3289
2691 #: tp/Texinfo/Parser.pm:3295
26882692 #, perl-format
26892693 msgid "@%s after the first element"
26902694 msgstr "@%s nakon prvog elementa"
26912695
2692 #: tp/Texinfo/Parser.pm:3296
2696 #: tp/Texinfo/Parser.pm:3302
26932697 #, perl-format
26942698 msgid "@%s only meaningful on a @multitable line"
26952699 msgstr "@%s nema značenje u retku @multitable"
26962700
2697 #: tp/Texinfo/Parser.pm:3336
2701 #: tp/Texinfo/Parser.pm:3342
26982702 #, perl-format
26992703 msgid "@%s should not be associated with @top"
27002704 msgstr "@%s ne bi trebao biti povezan s @top"
27012705
2702 #: tp/Texinfo/Parser.pm:3348
2706 #: tp/Texinfo/Parser.pm:3354
27032707 #, perl-format
27042708 msgid "@node precedes @%s, but parts may not be associated with nodes"
27052709 msgstr "@node prethodi @%s, ali dijelovi možda nisu povezani s čvorovima"
27062710
2707 #: tp/Texinfo/Parser.pm:3450
2708 #, perl-format
2709 msgid "Empty argument in @%s"
2711 #: tp/Texinfo/Parser.pm:3456
2712 #, fuzzy, perl-format
2713 msgid "empty argument in @%s"
27102714 msgstr "Prazan argument u @%s"
27112715
2712 #: tp/Texinfo/Parser.pm:3454
2713 #, perl-format
2714 msgid "Empty node name after expansion `%s'"
2716 #: tp/Texinfo/Parser.pm:3460
2717 #, fuzzy, perl-format
2718 msgid "empty node name after expansion `%s'"
27152719 msgstr "Prazno ime čvora nakon proširenja „%s”"
27162720
2717 #: tp/Texinfo/Parser.pm:3497
2718 #, perl-format
2719 msgid "Empty menu entry name in `%s'"
2721 #: tp/Texinfo/Parser.pm:3503
2722 #, fuzzy, perl-format
2723 msgid "empty menu entry name in `%s'"
27202724 msgstr "Prazno ime stavke izbornika u „%s”"
27212725
2722 #: tp/Texinfo/Parser.pm:3505
2726 #: tp/Texinfo/Parser.pm:3511
27232727 #, fuzzy
2724 msgid "Empty node name in menu entry"
2728 msgid "empty node name in menu entry"
27252729 msgstr "Prazan čvor u stavci izbornika"
27262730
2727 #: tp/Texinfo/Parser.pm:3578
2731 #: tp/Texinfo/Parser.pm:3584
27282732 #, perl-format
27292733 msgid "@%s should not appear in @%s"
27302734 msgstr "@%s se ne bi trebao pojaviti u @%s"
27312735
2732 #: tp/Texinfo/Parser.pm:3710
2736 #: tp/Texinfo/Parser.pm:3716
27332737 #, perl-format
27342738 msgid "@end %s should only appear at a line beginning"
27352739 msgstr "@end %s se smije pojaviti samo na početku retka"
27362740
2737 #: tp/Texinfo/Parser.pm:3733
2741 #: tp/Texinfo/Parser.pm:3739
27382742 #, perl-format
27392743 msgid "macro `%s' previously defined"
27402744 msgstr "makro naredba „%s” prethodno definirana"
27412745
2742 #: tp/Texinfo/Parser.pm:3735
2746 #: tp/Texinfo/Parser.pm:3742
27432747 #, perl-format
27442748 msgid "here is the previous definition of `%s'"
27452749 msgstr "ovdje je prethodna definicija „%s”"
27462750
2747 #: tp/Texinfo/Parser.pm:3739
2748 #, perl-format
2749 msgid "Redefining Texinfo language command: @%s"
2751 #: tp/Texinfo/Parser.pm:3747
2752 #, fuzzy, perl-format
2753 msgid "redefining Texinfo language command: @%s"
27502754 msgstr "Ponovo definiram naredbu Texinfo jezika: @%s"
27512755
2752 #: tp/Texinfo/Parser.pm:3788
2756 #: tp/Texinfo/Parser.pm:3796
27532757 #, perl-format
27542758 msgid "@%s without associated character"
27552759 msgstr "@%s bez pridruženog znaka"
27562760
2757 #: tp/Texinfo/Parser.pm:3849
2761 #: tp/Texinfo/Parser.pm:3858
27582762 #, perl-format
27592763 msgid ""
27602764 "@%s defined with zero or more than one argument should be invoked with {}"
27612765 msgstr "@%s definiranu bez ijednog ili više argumenata treba pozivati s {}"
27622766
2763 #: tp/Texinfo/Parser.pm:3872
2764 #, perl-format
2765 msgid ""
2766 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2767 #: tp/Texinfo/Parser.pm:3882
2768 #, fuzzy, perl-format
2769 msgid ""
2770 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
27672771 "value %d)"
27682772 msgstr ""
27692773 "Poziv makro naredbe je preduboko ugnježđen (postavite MAX_NESTED_MACROS za "
27702774 "promjenu, trenutna vrijednost %d)"
27712775
2772 #: tp/Texinfo/Parser.pm:3880
2773 #, perl-format
2774 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2776 #: tp/Texinfo/Parser.pm:3891
2777 #, fuzzy, perl-format
2778 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
27752779 msgstr ""
27762780 "Rekurzivno pozivanje makro naredbe %s nije dozvoljeno, koristite @rmacro ako "
27772781 "je potrebno"
27782782
2779 #: tp/Texinfo/Parser.pm:3935
2780 #, perl-format
2781 msgid "Accent command `@%s' must not be followed by whitespace"
2783 #: tp/Texinfo/Parser.pm:3947
2784 #, fuzzy, perl-format
2785 msgid "accent command `@%s' must not be followed by whitespace"
27822786 msgstr "Nakon naredbe naglaska „@%s” ne smije slijediti praznina"
27832787
2784 #: tp/Texinfo/Parser.pm:3941
2785 #, perl-format
2786 msgid "Use braces to give a command as an argument to @%s"
2788 #: tp/Texinfo/Parser.pm:3953
2789 #, fuzzy, perl-format
2790 msgid "use braces to give a command as an argument to @%s"
27872791 msgstr "Koristite zagrade da biste naveli naredbu kao argument za @%s."
27882792
2789 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2793 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
27902794 #, perl-format
27912795 msgid "%c%s expects `i' or `j' as argument, not `%s'"
27922796 msgstr "%c%s očekuje „i” ili „j” kao argument, ne „%s”"
27932797
2794 #: tp/Texinfo/Parser.pm:3966
2795 #, perl-format
2796 msgid "Accent command `@%s' must not be followed by new line"
2798 #: tp/Texinfo/Parser.pm:3978
2799 #, fuzzy, perl-format
2800 msgid "accent command `@%s' must not be followed by new line"
27972801 msgstr "Nakon naredbe naglaska „@%s” ne smije slijediti novi redak"
27982802
2799 #: tp/Texinfo/Parser.pm:3977
2803 #: tp/Texinfo/Parser.pm:3989
28002804 #, perl-format
28012805 msgid "@%s expected braces"
28022806 msgstr "@%s očekuje zagrade"
28032807
2804 #: tp/Texinfo/Parser.pm:4136
2808 #: tp/Texinfo/Parser.pm:4148
28052809 #, perl-format
28062810 msgid "undefined flag: %s"
28072811 msgstr "nedefinirana zastavica: %s"
28082812
2809 #: tp/Texinfo/Parser.pm:4139
2810 msgid "Bad syntax for @value"
2813 #: tp/Texinfo/Parser.pm:4151
2814 #, fuzzy
2815 msgid "bad syntax for @value"
28112816 msgstr "Neispravna sintaksa za @value"
28122817
2813 #: tp/Texinfo/Parser.pm:4146
2818 #: tp/Texinfo/Parser.pm:4158
28142819 #, perl-format
28152820 msgid "%c%s is obsolete."
28162821 msgstr "%c%s je zastarjelo."
28172822
2818 #: tp/Texinfo/Parser.pm:4149
2823 #: tp/Texinfo/Parser.pm:4161
28192824 #, perl-format
28202825 msgid "%c%s is obsolete; %s"
28212826 msgstr "%c%s je zastarjelo, %s"
28222827
2823 #: tp/Texinfo/Parser.pm:4157
2828 #: tp/Texinfo/Parser.pm:4170
28242829 #, perl-format
28252830 msgid "@%s should only appear at a line beginning"
28262831 msgstr "@%s se smije pojaviti samo na početku retka"
28272832
2828 #: tp/Texinfo/Parser.pm:4247
2833 #: tp/Texinfo/Parser.pm:4261
28292834 #, perl-format
28302835 msgid "@%s not allowed inside `@%s' block"
28312836 msgstr "@%s nije dozvoljen unutar bloka „@%s”"
28322837
2833 #: tp/Texinfo/Parser.pm:4255
2838 #: tp/Texinfo/Parser.pm:4270
28342839 #, perl-format
28352840 msgid "@%s should only appear in heading or footing"
28362841 msgstr "@%s se smije pojaviti samo u zaglavlju ili podnožju"
28372842
2838 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2839 #: tp/Texinfo/Parser.pm:4437
2843 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2844 #: tp/Texinfo/Parser.pm:4458
28402845 #, perl-format
28412846 msgid "@%s not meaningful inside `@%s' block"
28422847 msgstr "@%s nema značenje unutar bloka „@%s”"
28432848
2844 #: tp/Texinfo/Parser.pm:4398
2849 #: tp/Texinfo/Parser.pm:4418
28452850 #, perl-format
28462851 msgid "@%s in empty multitable"
28472852 msgstr "@%s u praznoj multitable"
28482853
2849 #: tp/Texinfo/Parser.pm:4403
2854 #: tp/Texinfo/Parser.pm:4424
28502855 msgid "@tab before @item"
28512856 msgstr "@tab prije @item"
28522857
2853 #: tp/Texinfo/Parser.pm:4406
2854 #, perl-format
2855 msgid "Too many columns in multitable item (max %d)"
2858 #: tp/Texinfo/Parser.pm:4427
2859 #, fuzzy, perl-format
2860 msgid "too many columns in multitable item (max %d)"
28562861 msgstr "Previše stupaca u multitable predmetu (najviše %d)"
28572862
2858 #: tp/Texinfo/Parser.pm:4443
2863 #: tp/Texinfo/Parser.pm:4464
28592864 msgid "ignoring @tab outside of multitable"
28602865 msgstr "zanemarujem @tab izvan multitable"
28612866
2862 #: tp/Texinfo/Parser.pm:4447
2867 #: tp/Texinfo/Parser.pm:4468
28632868 #, perl-format
28642869 msgid "@%s outside of table or list"
28652870 msgstr "@%s izvan tablice ili popisa"
28662871
2867 #: tp/Texinfo/Parser.pm:4482
2868 #, perl-format
2869 msgid "Must be after `@%s' to use `@%s'"
2872 #: tp/Texinfo/Parser.pm:4503
2873 #, fuzzy, perl-format
2874 msgid "must be after `@%s' to use `@%s'"
28702875 msgstr "Mora biti nakon „@%s” za korištenje „@%s”"
28712876
2872 #: tp/Texinfo/Parser.pm:4524
2877 #: tp/Texinfo/Parser.pm:4545
28732878 #, perl-format
28742879 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
28752880 msgstr "@%s nema značenje izvan okolina „@titlepage” i „@quotation”"
28762881
2877 #: tp/Texinfo/Parser.pm:4528
2882 #: tp/Texinfo/Parser.pm:4549
28782883 msgid "@dircategory after first node"
28792884 msgstr "@dircategory nakon prvog čvora"
28802885
2881 #: tp/Texinfo/Parser.pm:4686
2882 #, perl-format
2883 msgid "Region %s inside region %s is not allowed"
2886 #: tp/Texinfo/Parser.pm:4708
2887 #, fuzzy, perl-format
2888 msgid "region %s inside region %s is not allowed"
28842889 msgstr "Područje %s unutar područja %s nije dozvoljeno"
28852890
2886 #: tp/Texinfo/Parser.pm:4704
2891 #: tp/Texinfo/Parser.pm:4726
28872892 msgid "@direntry after first node"
28882893 msgstr "@direntry nakon prvog čvora"
28892894
2890 #: tp/Texinfo/Parser.pm:4712
2895 #: tp/Texinfo/Parser.pm:4734
28912896 #, perl-format
28922897 msgid "@%s seen before first @node"
28932898 msgstr "@%s pronađen prije prvog @node"
28942899
2895 #: tp/Texinfo/Parser.pm:4714
2900 #: tp/Texinfo/Parser.pm:4737
28962901 msgid ""
28972902 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
28982903 msgstr "možda vaš @top čvor treba biti unutar @ifnottex umjesto @ifinfo?"
28992904
2900 #: tp/Texinfo/Parser.pm:4776
2905 #: tp/Texinfo/Parser.pm:4799
29012906 #, perl-format
29022907 msgid "@%s should only appear in math context"
29032908 msgstr "@%s se smije pojaviti samo u matematičkom sadržaju"
29042909
2905 #: tp/Texinfo/Parser.pm:4784
2906 #, perl-format
2907 msgid "Unknown command `%s'"
2910 #: tp/Texinfo/Parser.pm:4807
2911 #, fuzzy, perl-format
2912 msgid "unknown command `%s'"
29082913 msgstr "Nepoznata naredba „%s”"
29092914
2910 #: tp/Texinfo/Parser.pm:4794
2911 msgid "Unexpected @"
2915 #: tp/Texinfo/Parser.pm:4817
2916 #, fuzzy
2917 msgid "unexpected @"
29122918 msgstr "Neočekivani @"
29132919
2914 #: tp/Texinfo/Parser.pm:4822
2920 #: tp/Texinfo/Parser.pm:4846
29152921 #, perl-format
29162922 msgid "@%s is not meaningful outside `@float' environment"
29172923 msgstr "@%s nema značenje izvan okoline „@float”"
29182924
2919 #: tp/Texinfo/Parser.pm:4826
2925 #: tp/Texinfo/Parser.pm:4851
29202926 #, perl-format
29212927 msgid "@%s should be right below `@float'"
29222928 msgstr "@%s mora biti odmah ispod „@float”"
29232929
2924 #: tp/Texinfo/Parser.pm:4834
2925 #, perl-format
2926 msgid "Ignoring multiple @%s"
2930 #: tp/Texinfo/Parser.pm:4859
2931 #, fuzzy, perl-format
2932 msgid "ignoring multiple @%s"
29272933 msgstr "Zanemarujem višestruke @%s"
29282934
2929 #: tp/Texinfo/Parser.pm:4950
2930 #, perl-format
2931 msgid "Command @%s does not accept arguments"
2935 #: tp/Texinfo/Parser.pm:4975
2936 #, fuzzy, perl-format
2937 msgid "command @%s does not accept arguments"
29322938 msgstr "Naredba @%s ne prihvaća argumente"
29332939
2934 #: tp/Texinfo/Parser.pm:4974
2935 #, perl-format
2936 msgid "Command @%s missing a node or external manual argument"
2940 #: tp/Texinfo/Parser.pm:4999
2941 #, fuzzy, perl-format
2942 msgid "command @%s missing a node or external manual argument"
29372943 msgstr "Naredbi @%s nedostaje čvor ili vanjski ručni argument"
29382944
2939 #: tp/Texinfo/Parser.pm:4993
2940 #, perl-format
2941 msgid "In @%s empty cross reference name after expansion `%s'"
2945 #: tp/Texinfo/Parser.pm:5018
2946 #, fuzzy, perl-format
2947 msgid "in @%s empty cross reference name after expansion `%s'"
29422948 msgstr "U @%s prazno ime unakrsne reference nakon proširenja „%s”"
29432949
2944 #: tp/Texinfo/Parser.pm:5004
2945 #, perl-format
2946 msgid "In @%s empty cross reference title after expansion `%s'"
2950 #: tp/Texinfo/Parser.pm:5029
2951 #, fuzzy, perl-format
2952 msgid "in @%s empty cross reference title after expansion `%s'"
29472953 msgstr "U @%s prazan naslov unakrsne reference nakon proširenja „%s”"
29482954
2949 #: tp/Texinfo/Parser.pm:5017
2955 #: tp/Texinfo/Parser.pm:5042
29502956 msgid "@image missing filename argument"
29512957 msgstr "@image nedostaje argument imena datoteke"
29522958
2953 #: tp/Texinfo/Parser.pm:5047
2959 #: tp/Texinfo/Parser.pm:5072
29542960 #, perl-format
29552961 msgid "@%s missing first argument"
29562962 msgstr "@%s nedostaje prvi argument"
29572963
2958 #: tp/Texinfo/Parser.pm:5169
2959 msgid "Superfluous arguments for node"
2964 #: tp/Texinfo/Parser.pm:5194
2965 #, fuzzy
2966 msgid "superfluous arguments for node"
29602967 msgstr "Suvišni argumenti za čvor"
29612968
2962 #: tp/Texinfo/Parser.pm:5208
2963 #, perl-format
2964 msgid "Expected @end %s"
2969 #: tp/Texinfo/Parser.pm:5233
2970 #, fuzzy, perl-format
2971 msgid "expected @end %s"
29652972 msgstr "Očekujem @end %s"
29662973
2967 #: tp/Texinfo/Parser.pm:5283
2968 #, perl-format
2969 msgid "Remaining argument on @%s line: %s"
2974 #: tp/Texinfo/Parser.pm:5309
2975 #, fuzzy, perl-format
2976 msgid "remaining argument on @%s line: %s"
29702977 msgstr "Preostali argumenti u @%s retku: %s"
29712978
2972 #: tp/Texinfo/Parser.pm:5287
2979 #: tp/Texinfo/Parser.pm:5313
29732980 #, perl-format
29742981 msgid "@%s should only accept a @-command as argument, not `%s'"
29752982 msgstr "@%s prihvaća samo @-naredbe kao argumente, ne „%s”"
29762983
2977 #: tp/Texinfo/Parser.pm:5362
2978 #, perl-format
2979 msgid "Environment command %s as argument to @%s"
2984 #: tp/Texinfo/Parser.pm:5388
2985 #, fuzzy, perl-format
2986 msgid "environment command %s as argument to @%s"
29802987 msgstr "Naredba okoline %s kao argument za @%s"
29812988
2982 #: tp/Texinfo/Parser.pm:5384
2983 #, perl-format
2984 msgid "Empty @%s"
2989 #: tp/Texinfo/Parser.pm:5410
2990 #, fuzzy, perl-format
2991 msgid "empty @%s"
29852992 msgstr "Prazan @%s"
29862993
2987 #: tp/Texinfo/Parser.pm:5392
2994 #: tp/Texinfo/Parser.pm:5418
29882995 #, perl-format
29892996 msgid "column fraction not a number: %s"
29902997 msgstr "dio stupca nije broj: %s"
29912998
2992 #: tp/Texinfo/Parser.pm:5401
2999 #: tp/Texinfo/Parser.pm:5427
29933000 #, perl-format
29943001 msgid "@sp arg must be numeric, not `%s'"
29953002 msgstr "@sp argument mora biti brojčani, ne „%s”"
29963003
2997 #: tp/Texinfo/Parser.pm:5409
2998 #, perl-format
2999 msgid "Reserved index name %s"
3004 #: tp/Texinfo/Parser.pm:5436
3005 #, fuzzy, perl-format
3006 msgid "reserved index name %s"
30003007 msgstr "Zauzeto ime indeksa %s"
30013008
3002 #: tp/Texinfo/Parser.pm:5428
3003 #, perl-format
3004 msgid "Unknown source index in @%s: %s"
3009 #: tp/Texinfo/Parser.pm:5455
3010 #, fuzzy, perl-format
3011 msgid "unknown source index in @%s: %s"
30053012 msgstr "Nepoznat indeks izvora u @%s: %s"
30063013
3007 #: tp/Texinfo/Parser.pm:5431
3008 #, perl-format
3009 msgid "Unknown destination index in @%s: %s"
3014 #: tp/Texinfo/Parser.pm:5458
3015 #, fuzzy, perl-format
3016 msgid "unknown destination index in @%s: %s"
30103017 msgstr "Nepoznat indeks odredišta u @%s: %s"
30113018
3012 #: tp/Texinfo/Parser.pm:5461
3019 #: tp/Texinfo/Parser.pm:5488
30133020 #, perl-format
30143021 msgid "@%s leads to a merging of %s in itself, ignoring"
30153022 msgstr "@%s uzrokuje unutarnje spajanje u %s, zanemarujem"
30163023
3017 #: tp/Texinfo/Parser.pm:5474
3018 #, perl-format
3019 msgid "Unknown index `%s' in @printindex"
3024 #: tp/Texinfo/Parser.pm:5501
3025 #, fuzzy, perl-format
3026 msgid "unknown index `%s' in @printindex"
30203027 msgstr "Nepoznat indeks „%s” u @printindex"
30213028
3022 #: tp/Texinfo/Parser.pm:5480
3023 #, perl-format
3024 msgid "Printing an index `%s' merged in another one `%s'"
3029 #: tp/Texinfo/Parser.pm:5507
3030 #, fuzzy, perl-format
3031 msgid "printing an index `%s' merged in another one `%s'"
30253032 msgstr "Ispisivanje indeksa „%s” spojeno u drugom „%s”"
30263033
3027 #: tp/Texinfo/Parser.pm:5488
3028 #, perl-format
3029 msgid "Printindex before document beginning: @printindex %s"
3034 #: tp/Texinfo/Parser.pm:5515
3035 #, fuzzy, perl-format
3036 msgid "printindex before document beginning: @printindex %s"
30303037 msgstr "Printindex prije početka dokumenta: @printindex %s"
30313038
3032 #: tp/Texinfo/Parser.pm:5504
3039 #: tp/Texinfo/Parser.pm:5531
30333040 #, perl-format
30343041 msgid "@%s arg must be `top' or `bottom', not `%s'"
30353042 msgstr "@%s argument mora biti „top” ili „bottom”, ne „%s”"
30363043
3037 #: tp/Texinfo/Parser.pm:5512
3044 #: tp/Texinfo/Parser.pm:5539
30383045 #, perl-format
30393046 msgid "Only @%s 10 or 11 is supported, not `%s'"
30403047 msgstr "Podržano je samo @%s 10 ili 11, ne „%s”"
30413048
3042 #: tp/Texinfo/Parser.pm:5520
3049 #: tp/Texinfo/Parser.pm:5547
30433050 #, perl-format
30443051 msgid "@%s arg must be `separate' or `end', not `%s'"
30453052 msgstr "@%s argument mora biti „separate” ili „end”, ne „%s”"
30463053
3047 #: tp/Texinfo/Parser.pm:5528
3054 #: tp/Texinfo/Parser.pm:5555
30483055 #, perl-format
30493056 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
30503057 msgstr "@%s argument mora biti „on”, „off” ili „odd”, ne „%s”"
30513058
3052 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3059 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
30533060 #, perl-format
30543061 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
30553062 msgstr "@paragraphindent argument mora biti brojčani/„none”/„asis”, ne „%s”"
30563063
3057 #: tp/Texinfo/Parser.pm:5559
3064 #: tp/Texinfo/Parser.pm:5586
30583065 #, perl-format
30593066 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
30603067 msgstr ""
30613068 "@firstparagraphindent argument mora biti brojčani/„none”/„asis”, ne „%s”"
30623069
3063 #: tp/Texinfo/Parser.pm:5569
3070 #: tp/Texinfo/Parser.pm:5596
30643071 #, perl-format
30653072 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
30663073 msgstr "@exampleindent argument mora biti brojčani/„none”/„asis”, ne „%s”"
30673074
3068 #: tp/Texinfo/Parser.pm:5580
3069 #, perl-format
3070 msgid "Expected @%s on or off, not `%s'"
3075 #: tp/Texinfo/Parser.pm:5607
3076 #, fuzzy, perl-format
3077 msgid "expected @%s on or off, not `%s'"
30713078 msgstr "Očekujem @%s on ili off, ne „%s”"
30723079
3073 #: tp/Texinfo/Parser.pm:5590
3080 #: tp/Texinfo/Parser.pm:5617
30743081 #, perl-format
30753082 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
30763083 msgstr "@kbdinputstyle argument mora biti „code”/„example”/„distinct”, ne „%s”"
30773084
3078 #: tp/Texinfo/Parser.pm:5598
3085 #: tp/Texinfo/Parser.pm:5625
30793086 #, perl-format
30803087 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
30813088 msgstr "@allowcodebreaks argument mora biti „true” ili „false”, ne „%s”"
30823089
3083 #: tp/Texinfo/Parser.pm:5606
3090 #: tp/Texinfo/Parser.pm:5633
30843091 #, perl-format
30853092 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
30863093 msgstr "@urefbreakstyle argument mora biti „after”/„before”/„none”, ne „%s”"
30873094
3088 #: tp/Texinfo/Report.pm:100
3089 #, perl-format
3090 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3091 msgstr "%s:%d: upozorenje: %s (vjerojatno zbog @%s)\n"
3092
3093 #: tp/Texinfo/Report.pm:103
3094 #, perl-format
3095 msgid "%s:%d: warning: %s\n"
3096 msgstr "%s:%d: upozorenje: %s\n"
3097
3098 #: tp/Texinfo/Report.pm:146
3099 #, perl-format
3100 msgid "warning: %s\n"
3101 msgstr "upozorenje: %s\n"
3102
31033095 #: tp/Texinfo/Structuring.pm:231
3104 #, perl-format
3105 msgid "Raising the section level of @%s which is too low"
3096 #, fuzzy, perl-format
3097 msgid "raising the section level of @%s which is too low"
31063098 msgstr "Povećavam razinu odlomka @%s koja je premalena"
31073099
31083100 #: tp/Texinfo/Structuring.pm:263
3109 #, perl-format
3110 msgid "No chapter-level command before @%s"
3101 #, fuzzy, perl-format
3102 msgid "no chapter-level command before @%s"
31113103 msgstr "Nema naredbe chapter-level prije @%s"
31123104
31133105 #: tp/Texinfo/Structuring.pm:268
3114 #, perl-format
3115 msgid "Lowering the section level of @%s appearing after a lower element"
3106 #, fuzzy, perl-format
3107 msgid "lowering the section level of @%s appearing after a lower element"
31163108 msgstr "Smanjujem razinu odlomka @%s koja se pojavljuje nakon nižeg elementa"
31173109
31183110 #: tp/Texinfo/Structuring.pm:347
3119 #, perl-format
3120 msgid "No sectioning command associated with @%s"
3111 #, fuzzy, perl-format
3112 msgid "no sectioning command associated with @%s"
31213113 msgstr "Nema naredbe za odlomke pridružene @%s"
31223114
31233115 #: tp/Texinfo/Structuring.pm:568
3124 #, perl-format
3125 msgid "Menu reference to nonexistent node `%s'"
3116 #, fuzzy, perl-format
3117 msgid "menu reference to nonexistent node `%s'"
31263118 msgstr "Referenca izbornika na nepostojeći čvor „%s”"
31273119
31283120 #: tp/Texinfo/Structuring.pm:583
3129 #, perl-format
3130 msgid "Menu entry node name `%s' different from %s name `%s'"
3121 #, fuzzy, perl-format
3122 msgid "menu entry node name `%s' different from %s name `%s'"
31313123 msgstr "Ime čvora stavke izbornika „%s” različito od %s imena „%s”"
31323124
31333125 #: tp/Texinfo/Structuring.pm:619
31363128 msgstr "nereferencirani čvor „%s”"
31373129
31383130 #: tp/Texinfo/Structuring.pm:665
3139 #, perl-format
3140 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3131 #, fuzzy, perl-format
3132 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31413133 msgstr "Čvor „%s” je %s za „%s” u odlomcima, ali ne u izborniku"
31423134
31433135 #: tp/Texinfo/Structuring.pm:672
3144 #, perl-format
3145 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3136 #, fuzzy, perl-format
3137 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31463138 msgstr "Čvor %s „%s” u izborniku „%s” i u odlomcima „%s” se razlikuje"
31473139
31483140 #: tp/Texinfo/Structuring.pm:690
3149 #, perl-format
3150 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3141 #, fuzzy, perl-format
3142 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
31513143 msgstr "Čvor „%s” je %s za „%s” u izborniku, ali ne u odlomcima"
31523144
31533145 #: tp/Texinfo/Structuring.pm:744
31613153 msgstr "%s referencira nepostojeći „%s”"
31623154
31633155 #: tp/Texinfo/Structuring.pm:790
3164 #, perl-format
3165 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3156 #, fuzzy, perl-format
3157 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
31663158 msgstr ""
31673159 "Čvoru „%s” nedostaje stavka izbornika „%s” iako je njegovo gornje odredište"
31683160
31693161 #: tp/Texinfo/Structuring.pm:798
3170 #, perl-format
3171 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3162 #, fuzzy, perl-format
3163 msgid "for `%s', up in menu `%s' and up `%s' don't match"
31723164 msgstr "Za „%s”, gore u izborniku „%s” i gore „%s” su različiti"
31733165
31743166 #: tp/Texinfo/Structuring.pm:1282
31813173 msgid "@%s to `%s', different from %s name `%s'"
31823174 msgstr "@%s za „%s”, različit od %s imena „%s”"
31833175
3184 #: tp/Texinfo/Structuring.pm:1939
3185 #, perl-format
3186 msgid "Empty index key in @%s"
3176 #: tp/Texinfo/Structuring.pm:1959
3177 #, fuzzy, perl-format
3178 msgid "empty index key in @%s"
31873179 msgstr "Prazna tipka indeksa u @%s"
31883180
31893181 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
31903182 #, fuzzy, perl-format
3191 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3183 msgid "chm.pm: could not open %s for writing: %s\n"
31923184 msgstr "Ne mogu otvoriti %s za pisanje: %s\n"
31933185
31943186 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
31953187 #, fuzzy, perl-format
3196 msgid "chm.pm:%s: Error on closing: %s"
3188 msgid "chm.pm: error on closing %s: %s"
31973189 msgstr "Greška pri zatvaranju %s: %s"
31983190
3199 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3200 #, fuzzy, perl-format
3201 msgid "tex4ht.pm:%s: Cannot open: %s"
3191 #: tp/init/latex2html.pm:200
3192 #, fuzzy, perl-format
3193 msgid "l2h: could not open latex file %s for writing: %s"
3194 msgstr "Ne mogu otvoriti %s za pisanje: %s"
3195
3196 #: tp/init/latex2html.pm:341
3197 msgid "l2h: L2H_TMP directory contains a dot"
3198 msgstr ""
3199
3200 #: tp/init/latex2html.pm:346
3201 msgid "l2h: current directory contains a dot"
3202 msgstr ""
3203
3204 #: tp/init/latex2html.pm:374
3205 #, perl-format
3206 msgid "l2h: command did not succeed: %s"
3207 msgstr ""
3208
3209 #: tp/init/latex2html.pm:422
3210 #, perl-format
3211 msgid "l2h: image has invalid extension: %s"
3212 msgstr ""
3213
3214 #: tp/init/latex2html.pm:438
3215 #, fuzzy, perl-format
3216 msgid "l2h: rename %s as %s failed: %s"
3217 msgstr "Preimenovanje %s nije uspjelo: %s"
3218
3219 #: tp/init/latex2html.pm:460
3220 #, fuzzy, perl-format
3221 msgid "l2h: could not open %s: %s"
32023222 msgstr "@%s: Ne mogu otvoriti %s: %s"
32033223
3204 #: tp/init/tex4ht.pm:219
3205 #, fuzzy, perl-format
3206 msgid "tex4ht.pm:%s: chdir failed: %s"
3207 msgstr "Preimenovanje %s nije uspjelo: %s"
3208
3209 #: tp/init/tex4ht.pm:232
3210 #, perl-format
3211 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3212 msgstr ""
3213
3214 #: tp/init/tex4ht.pm:244
3215 #, fuzzy, perl-format
3216 msgid "tex4ht.pm: Output file missing: %s"
3217 msgstr "nedostaje tex4ht izlaz: %s"
3218
3219 #: tp/init/tex4ht.pm:260
3220 #, perl-format
3221 msgid "tex4ht.pm: Command failed: %s"
3222 msgstr ""
3223
3224 #: tp/init/tex4ht.pm:293
3225 #, perl-format
3226 msgid "tex4ht.pm: end of @%s item %d not found"
3227 msgstr ""
3228
3229 #: tp/init/tex4ht.pm:300
3230 #, fuzzy, perl-format
3231 msgid ""
3232 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3233 "items found in the document"
3224 #: tp/init/latex2html.pm:493
3225 #, perl-format
3226 msgid "latex2html.pm: end of @%s item %d not found"
3227 msgstr ""
3228
3229 #: tp/init/latex2html.pm:504
3230 #, fuzzy, perl-format
3231 msgid ""
3232 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3233 "of items found in the document"
32343234 msgstr ""
32353235 "tex4ht obrada je napravila %d elemenata u HTML-u, očekivano je %d, koliko ih "
32363236 "je pronađeno u dokumentu"
32373237
3238 #: tp/init/tex4ht.pm:319
3239 #, fuzzy, perl-format
3240 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3238 #: tp/init/latex2html.pm:534
3239 #, perl-format
3240 msgid "l2h: could not determine the fragment %d for @%s"
3241 msgstr ""
3242
3243 #: tp/init/latex2html.pm:560
3244 #, perl-format
3245 msgid ""
3246 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3247 "HTML"
3248 msgstr ""
3249
3250 #: tp/init/latex2html.pm:621
3251 #, fuzzy, perl-format
3252 msgid "l2h: could not load %s: %s"
3253 msgstr "ne mogu otvoriti --include-file %s: %s"
3254
3255 #: tp/init/latex2html.pm:634
3256 #, fuzzy, perl-format
3257 msgid "l2h: could not open %s for writing: %s"
3258 msgstr "Ne mogu otvoriti %s za pisanje: %s"
3259
3260 #: tp/init/tex4ht.pm:123
3261 #, fuzzy, perl-format
3262 msgid "tex4ht.pm: could not open %s: %s"
3263 msgstr "@%s: Ne mogu otvoriti %s: %s"
3264
3265 #: tp/init/tex4ht.pm:219
3266 #, fuzzy, perl-format
3267 msgid "tex4ht.pm: chdir %s failed: %s"
3268 msgstr "Preimenovanje %s nije uspjelo: %s"
3269
3270 #: tp/init/tex4ht.pm:232
3271 #, perl-format
3272 msgid "tex4ht.pm: unable to return to initial directory: %s"
3273 msgstr ""
3274
3275 #: tp/init/tex4ht.pm:244
3276 #, fuzzy, perl-format
3277 msgid "tex4ht.pm: output file missing: %s"
3278 msgstr "nedostaje tex4ht izlaz: %s"
3279
3280 #: tp/init/tex4ht.pm:260
3281 #, fuzzy, perl-format
3282 msgid "tex4ht.pm: command failed: %s"
3283 msgstr "Preimenovanje %s nije uspjelo: %s"
3284
3285 #: tp/init/tex4ht.pm:267
3286 #, fuzzy, perl-format
3287 msgid "tex4ht.pm: could not open: %s"
3288 msgstr "@%s: Ne mogu otvoriti %s: %s"
3289
3290 #: tp/init/tex4ht.pm:293
3291 #, perl-format
3292 msgid "tex4ht.pm: end of @%s item %d not found"
3293 msgstr ""
3294
3295 #: tp/init/tex4ht.pm:300
3296 #, fuzzy, perl-format
3297 msgid ""
3298 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3299 "items found in the document for @%s"
3300 msgstr ""
3301 "tex4ht obrada je napravila %d elemenata u HTML-u, očekivano je %d, koliko ih "
3302 "je pronađeno u dokumentu"
3303
3304 #: tp/init/tex4ht.pm:320
3305 #, fuzzy, perl-format
3306 msgid "tex4ht.pm: output has no HTML item for @%s %s"
32413307 msgstr "tex4ht izlaz nema HTML elemente za @%s %s"
32423308
3243 #: tp/texi2any.pl:375
3309 #: tp/init/tex4ht.pm:335
3310 #, fuzzy, perl-format
3311 msgid ""
3312 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3313 "items found in the document for @%s"
3314 msgstr ""
3315 "tex4ht obrada je napravila %d elemenata u HTML-u, očekivano je %d, koliko ih "
3316 "je pronađeno u dokumentu"
3317
3318 #: tp/texi2any.pl:379
32443319 #, perl-format
32453320 msgid "error loading %s: %s\n"
32463321 msgstr "greška pri učitavanju %s: %s\n"
32473322
3248 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3249 #, perl-format
3250 msgid "Unknown variable %s\n"
3323 #: tp/texi2any.pl:392
3324 #, fuzzy, perl-format
3325 msgid "%s: unknown variable %s"
32513326 msgstr "Nepoznata varijabla %s\n"
32523327
3253 #: tp/texi2any.pl:468
3254 #, perl-format
3255 msgid "Can't read init file %s"
3328 #: tp/texi2any.pl:396
3329 #, fuzzy, perl-format
3330 msgid "%s: obsolete variable %s\n"
3331 msgstr "Zastarjela varijabla %s\n"
3332
3333 #: tp/texi2any.pl:411
3334 #, fuzzy, perl-format
3335 msgid "%s: unknown variable %s\n"
3336 msgstr "Nepoznata varijabla %s\n"
3337
3338 #: tp/texi2any.pl:415
3339 #, fuzzy, perl-format
3340 msgid "obsolete variable %s\n"
3341 msgstr "Zastarjela varijabla %s\n"
3342
3343 #: tp/texi2any.pl:480
3344 #, fuzzy, perl-format
3345 msgid "could not read init file %s"
32563346 msgstr "Ne mogu čitati datoteku inicijalizacije %s"
32573347
3258 #: tp/texi2any.pl:619
3259 #, perl-format
3260 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3348 #: tp/texi2any.pl:633
3349 #, fuzzy, perl-format
3350 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32613351 msgstr "%s: Zanemarujem neprepoznatu TEXINFO_OUTPUT_FORMAT vrijednost „%s”.\n"
32623352
3263 #: tp/texi2any.pl:691
3353 #: tp/texi2any.pl:710
32643354 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32653355 msgstr "Uporaba: makeinfo [OPCIJA]... TEXINFO-DATOTEKA...\n"
32663356
3267 #: tp/texi2any.pl:692
3357 #: tp/texi2any.pl:711
32683358 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32693359 msgstr " ili: texi2any [OPCIJA]... TEXINFO-DATOTEKA...\n"
32703360
3271 #: tp/texi2any.pl:694
3361 #: tp/texi2any.pl:713
32723362 msgid ""
32733363 "Translate Texinfo source documentation to various other formats, by default\n"
32743364 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32763366 "Prevedi Texinfo izvornu dokumentaciju u razne oblike, uobičajeno u Info\n"
32773367 "datoteke prikladne čitanju programima Emacs ili samostalnim GNU Info.\n"
32783368
3279 #: tp/texi2any.pl:697
3369 #: tp/texi2any.pl:716
32803370 #, perl-format
32813371 msgid ""
32823372 "General options:\n"
33113401 " -v, --verbose pojasni što se događa.\n"
33123402 " --version prikaži informacije o inačici i izađi.\n"
33133403
3314 #: tp/texi2any.pl:712
3404 #: tp/texi2any.pl:731
33153405 msgid ""
33163406 "Output format selection (default is to produce Info):\n"
33173407 " --docbook output Docbook XML rather than Info.\n"
33283418 " --dvi, --dvipdf, --ps, --pdf pozovi texi2dvi za stvaranje odabranog "
33293419 "izlaza.\n"
33303420
3331 #: tp/texi2any.pl:720
3421 #: tp/texi2any.pl:739
33323422 msgid ""
33333423 "General output options:\n"
33343424 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33793469 " U suprotnom, ODREDIŠTE je ime izlazne "
33803470 "datoteke.\n"
33813471
3382 #: tp/texi2any.pl:740
3472 #: tp/texi2any.pl:759
33833473 #, perl-format
33843474 msgid ""
33853475 "Options for Info and plain text:\n"
34163506 " --split-size=BROJ podijeli Info datoteke na veličinu BROJ\n"
34173507 " (zadano %d).\n"
34183508
3419 #: tp/texi2any.pl:757
3509 #: tp/texi2any.pl:776
34203510 msgid ""
34213511 "Options for HTML:\n"
34223512 " --css-include=FILE include FILE in HTML <style> output;\n"
34423532 " sidra, uključeno samo ako se koristi "
34433533 "rastavljanje.\n"
34443534
3445 #: tp/texi2any.pl:768
3535 #: tp/texi2any.pl:787
34463536 msgid ""
34473537 "Options for XML and Docbook:\n"
34483538 " --output-indent=VAL does nothing, retained for compatibility.\n"
34503540 "Opcije za XML i Docbook:\n"
34513541 " --output-indent=VRIJ ne radi ništa, zadržano zbog kompatibilnosti.\n"
34523542
3453 #: tp/texi2any.pl:771
3543 #: tp/texi2any.pl:790
34543544 msgid ""
34553545 "Options for DVI/PS/PDF:\n"
34563546 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34593549 " --Xopt=OPCIJA navedi OPCIJU za texi2dvi, može se "
34603550 "ponavljati.\n"
34613551
3462 #: tp/texi2any.pl:774
3552 #: tp/texi2any.pl:793
34633553 msgid ""
34643554 "Input file options:\n"
34653555 " --commands-in-node-names does nothing, retained for compatibility.\n"
34793569 " -U VAR ukloni definiciju varijable VAR, kao sa "
34803570 "@clear.\n"
34813571
3482 #: tp/texi2any.pl:781
3572 #: tp/texi2any.pl:800
34833573 msgid ""
34843574 "Conditional processing in input:\n"
34853575 " --ifdocbook process @ifdocbook and @docbook even if\n"
35163606 "\n"
35173607 " Također za opcije --no-ifOBLIK ne obrađuj @ifnotOBLIK tekst.\n"
35183608
3519 #: tp/texi2any.pl:798
3609 #: tp/texi2any.pl:817
35203610 msgid ""
35213611 " The defaults for the @if... conditionals depend on the output format:\n"
35223612 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35333623 "isključeni,\n"
35343624 " ako se stvara XML, --ifxml je uključen, a ostali su isključeni.\n"
35353625
3536 #: tp/texi2any.pl:805
3626 #: tp/texi2any.pl:824
35373627 msgid ""
35383628 "Examples:\n"
35393629 " makeinfo foo.texi write Info to foo's @setfilename\n"
35663656 " makeinfo --no-split foo.texi napravi jednu Info datoteku "
35673657 "neovisno o veličini\n"
35683658
3569 #: tp/texi2any.pl:852
3659 #: tp/texi2any.pl:871
35703660 #, perl-format
35713661 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35723662 msgstr ""
35733663 "%s: --footnote-style argument mora biti „separate” ili „end”, ne „%s”.\n"
35743664
3575 #: tp/texi2any.pl:934
3665 #: tp/texi2any.pl:953
35763666 #, perl-format
35773667 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35783668 msgstr ""
35793669 "%s: --paragraph-indent argument mora biti brojčani/„none”/„asis”, ne „%s”.\n"
35803670
3581 #: tp/texi2any.pl:1011
3582 #, perl-format
3583 msgid "when generating %s, only one input FILE may be specified with -o"
3671 #: tp/texi2any.pl:1030
3672 #, fuzzy, perl-format
3673 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
35843674 msgstr ""
35853675 "pri stvaranju %s, opcijom -o može se navesti samo jedna ulazna DATOTEKA"
35863676
3587 #: tp/texi2any.pl:1015
3677 #: tp/texi2any.pl:1034
35883678 msgid "--Xopt option without printed output"
35893679 msgstr "--Xopt opcija bez ispisanog izlaza"
35903680
3591 #: tp/texi2any.pl:1025
3592 #, perl-format
3593 msgid "Unknown tree transformation %s"
3681 #: tp/texi2any.pl:1044
3682 #, fuzzy, perl-format
3683 msgid "unknown tree transformation %s"
35943684 msgstr "Nepoznata transformacija stabla %s"
35953685
3596 #: tp/texi2any.pl:1032
3597 #, perl-format
3598 msgid "Ignoring splitting for format %s"
3686 #: tp/texi2any.pl:1051
3687 #, fuzzy, perl-format
3688 msgid "ignoring splitting for format %s"
35993689 msgstr "Zanemarujem razdvajanje za oblik %s"
36003690
3601 #: tp/texi2any.pl:1081
3691 #: tp/texi2any.pl:1101
36023692 #, perl-format
36033693 msgid "%s: missing file argument.\n"
36043694 msgstr "%s: nedostaje argument datoteke.\n"
36053695
3606 #: tp/texi2any.pl:1082
3696 #: tp/texi2any.pl:1102
36073697 #, perl-format
36083698 msgid "Try `%s --help' for more information.\n"
36093699 msgstr "Pokušajte „%s --help” za više informacija.\n"
36103700
3611 #: tp/texi2any.pl:1153
3701 #: tp/texi2any.pl:1173
36123702 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36133703 msgstr ""
36143704 "fill_gaps_in_sectioning transformacija ne vraća rezultat. Nema odlomka?"
36153705
3616 #: tp/texi2any.pl:1175
3617 #, perl-format
3618 msgid "Error on closing macro expand file %s: %s\n"
3706 #: tp/texi2any.pl:1195
3707 #, fuzzy, perl-format
3708 msgid "error on closing macro expand file %s: %s\n"
36193709 msgstr "Greška pri zatvaranju makro proširene datoteke %s: %s\n"
36203710
3621 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3622 #, perl-format
3623 msgid "Could not open %s for writing: %s\n"
3711 #: tp/texi2any.pl:1201
3712 #, fuzzy, perl-format
3713 msgid "could not open %s for writing: %s\n"
36243714 msgstr "Ne mogu otvoriti %s za pisanje: %s\n"
36253715
3626 #: tp/texi2any.pl:1205
3716 #: tp/texi2any.pl:1226
36273717 msgid ""
36283718 "insert_nodes_for_sectioning_commands transformation return no result. No "
36293719 "section?"
36313721 "insert_nodes_for_sectioning_commands transformacija ne vraća rezultat. Nema "
36323722 "odlomka?"
36333723
3634 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3635 #, perl-format
3636 msgid "Error on closing %s: %s\n"
3724 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3725 #, fuzzy, perl-format
3726 msgid "%s: error on closing %s: %s\n"
36373727 msgstr "Greška pri zatvaranju %s: %s\n"
36383728
3639 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3640 #, perl-format
3641 msgid "Error on closing internal links file %s: %s\n"
3729 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3730 #, fuzzy, perl-format
3731 msgid "%s: error on closing internal links file %s: %s\n"
36423732 msgstr "Greška pri zatvaranju datoteke unutarnjih veza %s: %s\n"
3733
3734 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3735 #, fuzzy, perl-format
3736 msgid "%s: could not open %s for writing: %s\n"
3737 msgstr "Ne mogu otvoriti %s za pisanje: %s\n"
36433738
36443739 #: util/texindex.c:223
36453740 msgid "display this help and exit"
36963791 #, c-format
36973792 msgid "entry %s follows an entry with a secondary name"
36983793 msgstr "stavka %s slijedi nakon stavke sa sekundarnim imenom"
3794
3795 #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
3796 #~ msgstr "protect_hashchar_at_line_beginning ne može zaštititi u @%s"
3797
3798 #~ msgid "Can't read file %s: %s"
3799 #~ msgstr "Ne mogu pročitati datoteku %s: %s"
3800
3801 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3802 #~ msgstr "%s:%d: upozorenje: %s (vjerojatno zbog @%s)\n"
3803
3804 #~ msgid "%s:%d: warning: %s\n"
3805 #~ msgstr "%s:%d: upozorenje: %s\n"
3806
3807 #~ msgid "warning: %s\n"
3808 #~ msgstr "upozorenje: %s\n"
3809
3810 #, fuzzy
3811 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3812 #~ msgstr "Ne mogu otvoriti %s za pisanje: %s\n"
36993813
37003814 #~ msgid "tex4ht error opening %s: %s"
37013815 #~ msgstr "tex4ht greška pri otvaranju %s: %s"
Binary diff not shown
+635
-532
po/hu.po less more
66 msgstr ""
77 "Project-Id-Version: info\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
9 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1010 "PO-Revision-Date: 2006-02-18 16:00+0100\n"
1111 "Last-Translator: Mate LABADI <labadimate@freemail.hu>\n"
1212 "Language-Team: hungarian <hu@li.org>\n"
406406 msgstr "A --help több információt ad.\n"
407407
408408 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
409 #: tp/texi2any.pl:829 util/texindex.c:295
409 #: tp/texi2any.pl:848 util/texindex.c:295
410410 #, c-format, perl-format
411411 msgid ""
412412 "Copyright (C) %s Free Software Foundation, Inc.\n"
21312131 " --version display version information and exit."
21322132 msgstr ""
21332133
2134 #: install-info/install-info.c:598 tp/texi2any.pl:817
2134 #: install-info/install-info.c:598 tp/texi2any.pl:836
21352135 #, fuzzy
21362136 msgid ""
21372137 "Email bug reports to bug-texinfo@gnu.org,\n"
22342234 msgstr "„%s“-hez nem találtam bejegyzést; nincs mit törölni"
22352235
22362236 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2237 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2238 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2239 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2240 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2241 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2242 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2237 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2238 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2239 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2240 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2241 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2242 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
22432243 #: tp/Texinfo/Convert/TexinfoXML.pm:429
22442244 #, fuzzy, perl-format
2245 msgid "Could not open %s for writing: %s"
2245 msgid "could not open %s for writing: %s"
22462246 msgstr "%s: A CSS fájl nem nyitható meg: %s"
22472247
22482248 #: tp/Texinfo/Common.pm:850
22682268 msgid "%s is not a valid split possibility"
22692269 msgstr "%s nem egy ISO 639 szabvány szerinti nyelvkód"
22702270
2271 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2272 #, fuzzy, perl-format
2273 msgid "Cannot read %s: %s"
2271 #: tp/Texinfo/Common.pm:1096
2272 #, fuzzy, perl-format
2273 msgid "could not read %s: %s"
22742274 msgstr "A(z) „%s“ könyvtár nem hozható létre: %s"
22752275
2276 #: tp/Texinfo/Common.pm:1113
2277 #, fuzzy, perl-format
2278 msgid "Error on closing @verbatiminclude file %s: %s"
2276 #: tp/Texinfo/Common.pm:1114
2277 #, fuzzy, perl-format
2278 msgid "error on closing @verbatiminclude file %s: %s"
22792279 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
22802280
22812281 # található / találom
22822282 # a mondatszerkezet miatt itt jó a nem található - sas
2283 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2284 #, fuzzy, perl-format
2285 msgid "@%s: Cannot find %s"
2283 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2284 #, fuzzy, perl-format
2285 msgid "@%s: could not find %s"
22862286 msgstr "„%s“ nem található."
22872287
2288 #: tp/Texinfo/Common.pm:1416
2289 #, fuzzy, perl-format
2290 msgid "Cannot open html refs config file %s: %s"
2288 #: tp/Texinfo/Common.pm:1417
2289 #, fuzzy, perl-format
2290 msgid "could not open html refs config file %s: %s"
22912291 msgstr "Nem törölhető fájl: `%s': %s"
22922292
2293 #: tp/Texinfo/Common.pm:1444
2294 msgid "Missing type"
2295 msgstr ""
2296
2297 #: tp/Texinfo/Common.pm:1447
2298 #, fuzzy, perl-format
2299 msgid "Unrecognized type: %s"
2293 # action=művelet ? LM
2294 # általában az - sas
2295 #: tp/Texinfo/Common.pm:1445
2296 #, fuzzy
2297 msgid "missing type"
2298 msgstr "hiányzó műveletnév"
2299
2300 #: tp/Texinfo/Common.pm:1448
2301 #, fuzzy, perl-format
2302 msgid "unrecognized type: %s"
23002303 msgstr "%s: ismeretlen opció „--%s“\n"
23012304
2302 #: tp/Texinfo/Common.pm:1463
2303 #, fuzzy, perl-format
2304 msgid "Error on closing html refs config file %s: %s"
2305 #: tp/Texinfo/Common.pm:1465
2306 #, fuzzy, perl-format
2307 msgid "error on closing html refs config file %s: %s"
23052308 msgstr "Nem törölhető fájl: `%s': %s"
23062309
2307 #: tp/Texinfo/Common.pm:1498
2308 #, perl-format
2309 msgid "%s:%d: no node to be renamed\n"
2310 msgstr ""
2311
2312 #: tp/Texinfo/Common.pm:1509
2313 #, perl-format
2314 msgid "%s:%d: nodes without a new name at the end of file\n"
2315 msgstr ""
2316
2317 #: tp/Texinfo/Common.pm:2000
2318 #, perl-format
2319 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2310 #: tp/Texinfo/Common.pm:1500
2311 msgid "no node to be renamed"
2312 msgstr ""
2313
2314 #: tp/Texinfo/Common.pm:1511
2315 msgid "nodes without a new name at the end of file"
2316 msgstr ""
2317
2318 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2319 #, fuzzy, perl-format
2320 msgid "could not open %s: %s"
2321 msgstr "%s: A CSS fájl nem nyitható meg: %s"
2322
2323 #: tp/Texinfo/Common.pm:2002
2324 #, perl-format
2325 msgid "could not protect hash character in @%s"
23202326 msgstr ""
23212327
23222328 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2323 #: tp/texi2any.pl:387 tp/texi2any.pl:404
23242329 #, fuzzy, perl-format
23252330 msgid "Obsolete variable %s\n"
23262331 msgstr "Változó beállítása:"
23272332
23282333 #: tp/Texinfo/Convert/Converter.pm:601
23292334 #, fuzzy, perl-format
2330 msgid "Can't create directories `%s' or `%s': %s"
2335 msgid "could not create directories `%s' or `%s': %s"
23312336 msgstr "A(z) „%s“ könyvtár nem hozható létre: %s"
23322337
23332338 #: tp/Texinfo/Convert/Converter.pm:609
23342339 #, fuzzy, perl-format
2335 msgid "Can't create directories `%s': %s"
2340 msgid "could not create directory `%s': %s"
23362341 msgstr "A(z) „%s“ könyvtár nem hozható létre: %s"
23372342
2338 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2339 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2340 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2341 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2342 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2343 #, fuzzy, perl-format
2344 msgid "Error on closing %s: %s"
2343 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2344 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2345 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2346 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2347 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2348 #, fuzzy, perl-format
2349 msgid "error on closing %s: %s"
23452350 msgstr "hiba „%s“ írásakor."
23462351
2347 #: tp/Texinfo/Convert/DocBook.pm:898
2352 #: tp/Texinfo/Convert/DocBook.pm:899
23482353 #, fuzzy, perl-format
23492354 msgid "@image file `%s' not found, using `%s'"
23502355 msgstr "@image a(z) „%s“ fájl nem olvasható: %s"
23512356
2352 #: tp/Texinfo/Convert/HTML.pm:1677
2357 #: tp/Texinfo/Convert/HTML.pm:1678
23532358 #, fuzzy, perl-format
23542359 msgid "@image file `%s' (for HTML) not found, using `%s'"
23552360 msgstr "@image a(z) „%s“ fájl (HTML) nem olvasható: %s"
23562361
2357 #: tp/Texinfo/Convert/HTML.pm:2345
2358 #, perl-format
2359 msgid "Raw format %s is not converted"
2360 msgstr ""
2361
2362 #: tp/Texinfo/Convert/HTML.pm:4814
2363 #, perl-format
2364 msgid "%s:%d: string not closed in css file"
2362 #: tp/Texinfo/Convert/HTML.pm:2347
2363 #, perl-format
2364 msgid "raw format %s is not converted"
23652365 msgstr ""
23662366
23672367 #: tp/Texinfo/Convert/HTML.pm:4816
2368 #, fuzzy, perl-format
2369 msgid "%s:%d: --css-include ended in comment"
2368 msgid "string not closed in css file"
2369 msgstr ""
2370
2371 #: tp/Texinfo/Convert/HTML.pm:4818
2372 #, fuzzy
2373 msgid "--css-include ended in comment"
23702374 msgstr "%s:%d: --css-file kommenttel végződik"
23712375
2372 #: tp/Texinfo/Convert/HTML.pm:4818
2373 #, perl-format
2374 msgid "%s:%d: @import not finished in css file"
2375 msgstr ""
2376
2377 #: tp/Texinfo/Convert/HTML.pm:4844
2378 #, fuzzy, perl-format
2379 msgid "css file %s not found"
2376 #: tp/Texinfo/Convert/HTML.pm:4820
2377 msgid "@import not finished in css file"
2378 msgstr ""
2379
2380 #: tp/Texinfo/Convert/HTML.pm:4846
2381 #, fuzzy, perl-format
2382 msgid "CSS file %s not found"
23802383 msgstr "%cend makró nem található"
23812384
2382 #: tp/Texinfo/Convert/HTML.pm:4850
2385 #: tp/Texinfo/Convert/HTML.pm:4852
23832386 #, fuzzy, perl-format
23842387 msgid "could not open --include-file %s: %s"
23852388 msgstr "%s: A CSS fájl nem nyitható meg: %s"
23862389
2387 #: tp/Texinfo/Convert/HTML.pm:4860
2388 #, fuzzy, perl-format
2389 msgid "Error on closing CSS file %s: %s"
2390 #: tp/Texinfo/Convert/HTML.pm:4862
2391 #, fuzzy, perl-format
2392 msgid "error on closing CSS file %s: %s"
23902393 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
23912394
2392 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2393 #, fuzzy, perl-format
2394 msgid "No htmlxref.cnf entry found for `%s'"
2395 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2396 #, fuzzy, perl-format
2397 msgid "no htmlxref.cnf entry found for `%s'"
23952398 msgstr "Nincs tárgymutató ehhez: %s\n"
23962399
2397 #: tp/Texinfo/Convert/HTML.pm:6495
2398 #, fuzzy, perl-format
2399 msgid "Error on closing frame file %s: %s"
2400 #: tp/Texinfo/Convert/HTML.pm:6506
2401 #, fuzzy, perl-format
2402 msgid "error on closing frame file %s: %s"
24002403 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
24012404
2402 #: tp/Texinfo/Convert/HTML.pm:6519
2403 #, fuzzy, perl-format
2404 msgid "Error on closing TOC frame file %s: %s"
2405 #: tp/Texinfo/Convert/HTML.pm:6530
2406 #, fuzzy, perl-format
2407 msgid "error on closing TOC frame file %s: %s"
24052408 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
24062409
2407 #: tp/Texinfo/Convert/HTML.pm:6634
2408 #, perl-format
2409 msgid "Handler %s of stage %s priority %s failed"
2410 msgstr ""
2411
2412 #: tp/Texinfo/Convert/HTML.pm:6835
2413 msgid "Must specify a title with a title command or @top"
2414 msgstr ""
2415
2416 #: tp/Texinfo/Convert/HTML.pm:7040
2417 #, perl-format
2418 msgid "Error on closing redirection node file %s: %s"
2419 msgstr ""
2410 #: tp/Texinfo/Convert/HTML.pm:6645
2411 #, perl-format
2412 msgid "handler %s of stage %s priority %s failed"
2413 msgstr ""
2414
2415 #: tp/Texinfo/Convert/HTML.pm:6846
2416 msgid "must specify a title with a title command or @top"
2417 msgstr ""
2418
2419 #: tp/Texinfo/Convert/HTML.pm:7055
2420 #, fuzzy, perl-format
2421 msgid "error on closing redirection node file %s: %s"
2422 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
24202423
24212424 # ATNEZNI LM
2422 #: tp/Texinfo/Convert/HTML.pm:7065
2423 #, fuzzy, perl-format
2424 msgid "Old name for `%s' is a node of the document"
2425 #: tp/Texinfo/Convert/HTML.pm:7080
2426 #, fuzzy, perl-format
2427 msgid "old name for `%s' is a node of the document"
24252428 msgstr "Nincs Előző vagy Fel lehetőség e ponthoz e dokumentumban."
24262429
2427 #: tp/Texinfo/Convert/HTML.pm:7069
2428 #, fuzzy, perl-format
2429 msgid "File empty for renamed node `%s'"
2430 #: tp/Texinfo/Convert/HTML.pm:7086
2431 #, fuzzy, perl-format
2432 msgid "file empty for renamed node `%s'"
24302433 msgstr "nem hivatkozott oldal „%s“"
24312434
2432 #: tp/Texinfo/Convert/HTML.pm:7081
2433 #, perl-format
2434 msgid "Target node (new name for `%s') not in document: %s"
2435 msgstr ""
2436
2437 #: tp/Texinfo/Convert/HTML.pm:7113
2438 #, fuzzy, perl-format
2439 msgid "Error on closing renamed node redirection file %s: %s"
2435 #: tp/Texinfo/Convert/HTML.pm:7100
2436 #, perl-format
2437 msgid "target node (new name for `%s') not in document: %s"
2438 msgstr ""
2439
2440 #: tp/Texinfo/Convert/HTML.pm:7132
2441 #, fuzzy, perl-format
2442 msgid "error on closing renamed node redirection file %s: %s"
24402443 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
24412444
2442 #: tp/Texinfo/Convert/HTML.pm:7151
2443 #, fuzzy
2444 msgid "Empty node name"
2445 #: tp/Texinfo/Convert/HTML.pm:7170
2446 #, fuzzy
2447 msgid "empty node name"
24452448 msgstr "Nincs tárgymutató ehhez: %s\n"
24462449
2447 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2448 #, perl-format
2449 msgid "Syntax for an external node used for `%s'"
2450 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2451 #, perl-format
2452 msgid "syntax for an external node used for `%s'"
24502453 msgstr ""
24512454
24522455 # node = csomópont? LM
24532456 # vagy csak pont? sas
24542457 #: tp/Texinfo/Convert/Info.pm:99
24552458 #, fuzzy
2456 msgid "Document without nodes."
2459 msgid "document without nodes"
24572460 msgstr "Nincs menü ezen az oldalon."
24582461
2459 #: tp/Texinfo/Convert/Info.pm:115
2460 msgid "Document without Top node."
2461 msgstr ""
2462
2463 #: tp/Texinfo/Convert/Info.pm:151
2464 #, perl-format
2465 msgid "Rename %s failed: %s"
2466 msgstr ""
2467
2468 #: tp/Texinfo/Convert/Info.pm:226
2462 # node = csomópont? LM
2463 # vagy csak pont? sas
2464 #: tp/Texinfo/Convert/Info.pm:116
2465 #, fuzzy
2466 msgid "document without Top node"
2467 msgstr "Nincs menü ezen az oldalon."
2468
2469 #: tp/Texinfo/Convert/Info.pm:153
2470 #, perl-format
2471 msgid "rename %s failed: %s"
2472 msgstr ""
2473
2474 #: tp/Texinfo/Convert/Info.pm:228
24692475 #, perl-format
24702476 msgid "@%s output more than once: %s"
24712477 msgstr ""
24722478
2473 #: tp/Texinfo/Convert/Info.pm:340
2479 #: tp/Texinfo/Convert/Info.pm:346
24742480 #, fuzzy, perl-format
24752481 msgid "@%s outside of any node"
24762482 msgstr "(az oldalakon kívül)"
24772483
2478 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2479 #, perl-format
2480 msgid "Entry for index `%s' outside of any node"
2484 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2485 #, fuzzy, perl-format
2486 msgid "entry for index `%s' outside of any node"
24812487 msgstr "A(z) „%s“ tárgymutató bejegyzése az oldalakon kívülre esik"
24822488
24832489 #: tp/Texinfo/Convert/Plaintext.pm:1217
24842490 #, fuzzy, perl-format
2485 msgid "Error on closing image text file %s: %s"
2491 msgid "error on closing image text file %s: %s"
24862492 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
24872493
24882494 #: tp/Texinfo/Convert/Plaintext.pm:1222
24902496 msgid "@image file `%s' unreadable: %s"
24912497 msgstr "@image a(z) „%s“ fájl nem olvasható: %s"
24922498
2493 #: tp/Texinfo/Convert/Plaintext.pm:1250
2494 #, fuzzy, perl-format
2495 msgid "Cannot find @image file `%s.txt' nor alternate text"
2499 #: tp/Texinfo/Convert/Plaintext.pm:1251
2500 #, fuzzy, perl-format
2501 msgid "could not find @image file `%s.txt' nor alternate text"
24962502 msgstr "A(z) „%s“ oldal nem található."
24972503
2498 #: tp/Texinfo/Convert/Plaintext.pm:1615
2504 #: tp/Texinfo/Convert/Plaintext.pm:1617
24992505 msgid ""
25002506 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
25012507 "avoid that"
25022508 msgstr ""
25032509
2504 #: tp/Texinfo/Convert/Plaintext.pm:1845
2510 #: tp/Texinfo/Convert/Plaintext.pm:1849
25052511 #, perl-format
25062512 msgid "`.' or `,' must follow @xref, not %s"
25072513 msgstr ""
25082514
2509 #: tp/Texinfo/Convert/Plaintext.pm:1847
2515 #: tp/Texinfo/Convert/Plaintext.pm:1852
25102516 msgid "`.' or `,' must follow @xref"
25112517 msgstr ""
25122518
25152521 msgid "@%s should only appear at beginning or end of document"
25162522 msgstr "%s: A CSS fájl nem nyitható meg: %s"
25172523
2518 #: tp/Texinfo/Parser.pm:837
2519 #, fuzzy, perl-format
2520 msgid "Can't read file %s: %s"
2521 msgstr "Nem törölhető fájl: `%s': %s"
2522
25232524 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
25242525 #, perl-format
2525 msgid "Multiple @%s"
2526 msgid "multiple @%s"
25262527 msgstr ""
25272528
25282529 #: tp/Texinfo/Parser.pm:1100
25292530 #, fuzzy, perl-format
2530 msgid "Bad syntax for @%s argument: %s"
2531 msgid "bad syntax for @%s argument: %s"
25312532 msgstr "Rossz argumentum ide: @%s"
25322533
25332534 #: tp/Texinfo/Parser.pm:1116
2534 #, perl-format
2535 msgid "Bad or empty @%s formal argument: %s"
2536 msgstr ""
2537
2538 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2539 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2540 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2535 #, fuzzy, perl-format
2536 msgid "bad or empty @%s formal argument: %s"
2537 msgstr "Rossz argumentum ide: @%s"
2538
2539 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2540 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2541 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
25412542 #, perl-format
25422543 msgid "%c%s requires a name"
25432544 msgstr "%c%s egy nevet igényel"
25442545
2545 #: tp/Texinfo/Parser.pm:1235
2546 #: tp/Texinfo/Parser.pm:1238
25462547 #, perl-format
25472548 msgid "%c%s missing close brace"
25482549 msgstr "%c%s hiányzó kapcsos bezárójel"
25492550
2550 #: tp/Texinfo/Parser.pm:1238
2551 #: tp/Texinfo/Parser.pm:1241
25512552 #, fuzzy, perl-format
25522553 msgid "@%s missing closing delimiter sequence: %s}"
25532554 msgstr "%c%s hiányzó kapcsos bezárójel"
25542555
2555 #: tp/Texinfo/Parser.pm:1351
2556 #: tp/Texinfo/Parser.pm:1354
25562557 #, fuzzy, perl-format
25572558 msgid "@itemx should not begin @%s"
25582559 msgstr "%s: A CSS fájl nem nyitható meg: %s"
25592560
2560 #: tp/Texinfo/Parser.pm:1419
2561 #: tp/Texinfo/Parser.pm:1422
25612562 msgid "@itemx must follow @item"
25622563 msgstr ""
25632564
2564 #: tp/Texinfo/Parser.pm:1587
2565 #: tp/Texinfo/Parser.pm:1590
25652566 #, perl-format
25662567 msgid "@%s has text but no @item"
25672568 msgstr ""
25682569
2569 #: tp/Texinfo/Parser.pm:1617
2570 #: tp/Texinfo/Parser.pm:1620
25702571 #, perl-format
25712572 msgid "`@end' expected `%s', but saw `%s'"
25722573 msgstr "„@end“-t vártam „%s“, de „%s“-t találtam"
25732574
2574 #: tp/Texinfo/Parser.pm:1620
2575 #: tp/Texinfo/Parser.pm:1623
25752576 #, fuzzy, perl-format
25762577 msgid "@%s seen before @end %s"
25772578 msgstr ""
25782579 "@menu-t találtam az első @node előtt. Létrehozom a „Szülő“ (Top) oldalt"
25792580
2580 #: tp/Texinfo/Parser.pm:1624
2581 #, perl-format
2582 msgid "No matching `%cend %s'"
2581 #: tp/Texinfo/Parser.pm:1627
2582 #, fuzzy, perl-format
2583 msgid "no matching `%cend %s'"
25832584 msgstr "Nincs egyező „%cend %s“"
25842585
2585 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2586 #: tp/Texinfo/Parser.pm:5125
2587 #, perl-format
2588 msgid "Misplaced %c"
2586 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2587 #: tp/Texinfo/Parser.pm:5150
2588 #, fuzzy, perl-format
2589 msgid "misplaced %c"
25892590 msgstr "Rossz helyen levő %c"
25902591
2591 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2592 #, perl-format
2593 msgid "Unmatched `%c%s'"
2592 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2593 #, fuzzy, perl-format
2594 msgid "unmatched `%c%s'"
25942595 msgstr "Nem egyező „%c%s“"
25952596
2596 #: tp/Texinfo/Parser.pm:1972
2597 #, fuzzy, perl-format
2598 msgid "Macro `%s' called with too many args"
2597 #: tp/Texinfo/Parser.pm:1976
2598 #, fuzzy, perl-format
2599 msgid "macro `%s' called with too many args"
25992600 msgstr "A(z) „%s“ makró túl sok argumentummal lett meghívva a %d sorban"
26002601
2601 #: tp/Texinfo/Parser.pm:1994
2602 #: tp/Texinfo/Parser.pm:1998
26022603 #, fuzzy, perl-format
26032604 msgid "@%s missing close brace"
26042605 msgstr "%c%s hiányzó kapcsos bezárójel"
26052606
2606 #: tp/Texinfo/Parser.pm:2001
2607 #, fuzzy, perl-format
2608 msgid "Macro `%s' declared without argument called with an argument"
2607 #: tp/Texinfo/Parser.pm:2006
2608 #, fuzzy, perl-format
2609 msgid "macro `%s' declared without argument called with an argument"
26092610 msgstr "A(z) „%s“ makró túl sok argumentummal lett meghívva a %d sorban"
26102611
2611 #: tp/Texinfo/Parser.pm:2035
2612 #: tp/Texinfo/Parser.pm:2041
26122613 #, perl-format
26132614 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
26142615 msgstr ""
26152616
2616 #: tp/Texinfo/Parser.pm:2430
2617 #: tp/Texinfo/Parser.pm:2436
26172618 #, fuzzy, perl-format
26182619 msgid "@%s `%s' previously defined"
26192620 msgstr "a(z) „%s“ makró már korábban definiált lett"
26202621
2621 #: tp/Texinfo/Parser.pm:2435
2622 #: tp/Texinfo/Parser.pm:2441
26222623 #, fuzzy, perl-format
26232624 msgid "here is the previous definition as @%s"
26242625 msgstr "„%s“ korábbi definíciója"
26252626
2626 #: tp/Texinfo/Parser.pm:2796
2627 #, fuzzy, perl-format
2628 msgid "Missing name for @%s"
2627 #: tp/Texinfo/Parser.pm:2802
2628 #, fuzzy, perl-format
2629 msgid "missing name for @%s"
26292630 msgstr "Hiányzó „}“ a(z) @def arg.-ban"
26302631
2631 #: tp/Texinfo/Parser.pm:2801
2632 #, perl-format
2633 msgid "Missing category for @%s"
2634 msgstr ""
2635
2636 #: tp/Texinfo/Parser.pm:2853
2637 #, fuzzy, perl-format
2638 msgid "Unexpected argument on @%s line: %s"
2632 #: tp/Texinfo/Parser.pm:2807
2633 #, fuzzy, perl-format
2634 msgid "missing category for @%s"
2635 msgstr "Hiányzó „}“ a(z) @def arg.-ban"
2636
2637 #: tp/Texinfo/Parser.pm:2859
2638 #, fuzzy, perl-format
2639 msgid "unexpected argument on @%s line: %s"
26392640 msgstr "Rossz argumentum ide: %s: %s"
26402641
2641 #: tp/Texinfo/Parser.pm:2869
2642 #: tp/Texinfo/Parser.pm:2875
26422643 #, fuzzy
26432644 msgid "empty multitable"
26442645 msgstr "%s: üres fájl"
26452646
2646 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2647 #, fuzzy, perl-format
2648 msgid "Superfluous argument to @%s"
2647 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2648 #, fuzzy, perl-format
2649 msgid "superfluous argument to @%s"
26492650 msgstr "Rossz argumentum ide: @%s"
26502651
2651 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2652 #: tp/Texinfo/Parser.pm:5379
2653 #, perl-format
2654 msgid "Bad argument to @%s"
2652 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2653 #: tp/Texinfo/Parser.pm:5405
2654 #, fuzzy, perl-format
2655 msgid "bad argument to @%s"
26552656 msgstr "Rossz argumentum ide: @%s"
26562657
26572658 # %citem ist ein Texinfo-Befehl
2658 #: tp/Texinfo/Parser.pm:2942
2659 #: tp/Texinfo/Parser.pm:2948
26592660 #, perl-format
26602661 msgid "%s requires an argument: the formatter for %citem"
26612662 msgstr "%s egy argumentumot igényel: %citem formázását"
26622663
2663 #: tp/Texinfo/Parser.pm:2947
2664 #, perl-format
2665 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2666 msgstr ""
2667
2668 #: tp/Texinfo/Parser.pm:2982
2669 #, fuzzy, perl-format
2670 msgid "Accent command `@%s' not allowed as @%s argument"
2664 #: tp/Texinfo/Parser.pm:2953
2665 #, perl-format
2666 msgid "command @%s not accepting argument in brace should not be on @%s line"
2667 msgstr ""
2668
2669 #: tp/Texinfo/Parser.pm:2988
2670 #, fuzzy, perl-format
2671 msgid "accent command `@%s' not allowed as @%s argument"
26712672 msgstr "@item nem szerepelhet az @itemize argumentumaként"
26722673
2673 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2674 #: tp/Texinfo/Parser.pm:5338
2674 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2675 #: tp/Texinfo/Parser.pm:5364
26752676 #, fuzzy, perl-format
26762677 msgid "@%s missing argument"
26772678 msgstr "%s: hiányzó fájl argumentum.\n"
26782679
2679 #: tp/Texinfo/Parser.pm:3072
2680 #, fuzzy, perl-format
2681 msgid "Unknown @end %s"
2680 #: tp/Texinfo/Parser.pm:3078
2681 #, fuzzy, perl-format
2682 msgid "unknown @end %s"
26822683 msgstr "Ismeretlen tárgymutató „%s“"
26832684
2684 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2685 #, fuzzy, perl-format
2686 msgid "Superfluous argument to @%s %s: %s"
2685 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2686 #, fuzzy, perl-format
2687 msgid "superfluous argument to @%s %s: %s"
26872688 msgstr "Rossz argumentum ide: %s: %s"
26882689
2689 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2690 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2691 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2692 #, perl-format
2693 msgid "Bad argument to @%s: %s"
2690 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2691 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2692 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2693 #, fuzzy, perl-format
2694 msgid "bad argument to @%s: %s"
26942695 msgstr "Rossz argumentum ide: %s: %s"
26952696
26962697 # található / találom
26972698 # a mondatszerkezet miatt itt jó a nem található - sas
2698 #: tp/Texinfo/Parser.pm:3118
2699 #, fuzzy, perl-format
2700 msgid "@%s: Cannot open %s: %s"
2699 #: tp/Texinfo/Parser.pm:3124
2700 #, fuzzy, perl-format
2701 msgid "@%s: could not open %s: %s"
27012702 msgstr "„%s“ nem található."
27022703
2703 #: tp/Texinfo/Parser.pm:3130
2704 #, perl-format
2705 msgid "Encoding `%s' is not a canonical texinfo encoding"
2706 msgstr ""
2707
2708 #: tp/Texinfo/Parser.pm:3139
2704 #: tp/Texinfo/Parser.pm:3136
2705 #, perl-format
2706 msgid "encoding `%s' is not a canonical texinfo encoding"
2707 msgstr ""
2708
2709 #: tp/Texinfo/Parser.pm:3145
27092710 #, perl-format
27102711 msgid "unrecognized encoding name `%s'"
27112712 msgstr "ismeretlen kódolási név: „%s“"
27122713
2713 #: tp/Texinfo/Parser.pm:3289
2714 #: tp/Texinfo/Parser.pm:3295
27142715 #, perl-format
27152716 msgid "@%s after the first element"
27162717 msgstr ""
27172718
2718 #: tp/Texinfo/Parser.pm:3296
2719 #: tp/Texinfo/Parser.pm:3302
27192720 #, fuzzy, perl-format
27202721 msgid "@%s only meaningful on a @multitable line"
27212722 msgstr "A(z) @%s -nek nincs értelme a „@titlepage“ környezeten kívül"
27222723
2723 #: tp/Texinfo/Parser.pm:3336
2724 #: tp/Texinfo/Parser.pm:3342
27242725 #, fuzzy, perl-format
27252726 msgid "@%s should not be associated with @top"
27262727 msgstr "%s: A CSS fájl nem nyitható meg: %s"
27272728
2728 #: tp/Texinfo/Parser.pm:3348
2729 #: tp/Texinfo/Parser.pm:3354
27292730 #, fuzzy, perl-format
27302731 msgid "@node precedes @%s, but parts may not be associated with nodes"
27312732 msgstr "%s: A CSS fájl nem nyitható meg: %s"
27322733
2733 #: tp/Texinfo/Parser.pm:3450
2734 #, fuzzy, perl-format
2735 msgid "Empty argument in @%s"
2734 #: tp/Texinfo/Parser.pm:3456
2735 #, fuzzy, perl-format
2736 msgid "empty argument in @%s"
27362737 msgstr "Rossz argumentum ide: @%s"
27372738
2738 #: tp/Texinfo/Parser.pm:3454
2739 #, perl-format
2740 msgid "Empty node name after expansion `%s'"
2741 msgstr ""
2742
2743 #: tp/Texinfo/Parser.pm:3497
2744 #, fuzzy, perl-format
2745 msgid "Empty menu entry name in `%s'"
2739 #: tp/Texinfo/Parser.pm:3460
2740 #, fuzzy, perl-format
2741 msgid "empty node name after expansion `%s'"
27462742 msgstr "Rossz argumentum ide: @%s"
27472743
2748 #: tp/Texinfo/Parser.pm:3505
2749 #, fuzzy
2750 msgid "Empty node name in menu entry"
2744 #: tp/Texinfo/Parser.pm:3503
2745 #, fuzzy, perl-format
2746 msgid "empty menu entry name in `%s'"
2747 msgstr "Rossz argumentum ide: @%s"
2748
2749 #: tp/Texinfo/Parser.pm:3511
2750 #, fuzzy
2751 msgid "empty node name in menu entry"
27512752 msgstr "Nincs tárgymutató ehhez: %s\n"
27522753
2753 #: tp/Texinfo/Parser.pm:3578
2754 #: tp/Texinfo/Parser.pm:3584
27542755 #, fuzzy, perl-format
27552756 msgid "@%s should not appear in @%s"
27562757 msgstr "%s: A CSS fájl nem nyitható meg: %s"
27572758
2758 #: tp/Texinfo/Parser.pm:3710
2759 #: tp/Texinfo/Parser.pm:3716
27592760 #, fuzzy, perl-format
27602761 msgid "@end %s should only appear at a line beginning"
27612762 msgstr "%s: A CSS fájl nem nyitható meg: %s"
27622763
2763 #: tp/Texinfo/Parser.pm:3733
2764 #: tp/Texinfo/Parser.pm:3739
27642765 #, perl-format
27652766 msgid "macro `%s' previously defined"
27662767 msgstr "a(z) „%s“ makró már korábban definiált lett"
27672768
2768 #: tp/Texinfo/Parser.pm:3735
2769 #: tp/Texinfo/Parser.pm:3742
27692770 #, perl-format
27702771 msgid "here is the previous definition of `%s'"
27712772 msgstr "„%s“ korábbi definíciója"
27722773
2773 #: tp/Texinfo/Parser.pm:3739
2774 #, perl-format
2775 msgid "Redefining Texinfo language command: @%s"
2776 msgstr ""
2777
2778 #: tp/Texinfo/Parser.pm:3788
2774 #: tp/Texinfo/Parser.pm:3747
2775 #, perl-format
2776 msgid "redefining Texinfo language command: @%s"
2777 msgstr ""
2778
2779 #: tp/Texinfo/Parser.pm:3796
27792780 #, perl-format
27802781 msgid "@%s without associated character"
27812782 msgstr ""
27822783
2783 #: tp/Texinfo/Parser.pm:3849
2784 #: tp/Texinfo/Parser.pm:3858
27842785 #, perl-format
27852786 msgid ""
27862787 "@%s defined with zero or more than one argument should be invoked with {}"
27872788 msgstr ""
27882789
2789 #: tp/Texinfo/Parser.pm:3872
2790 #, perl-format
2791 msgid ""
2792 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2790 #: tp/Texinfo/Parser.pm:3882
2791 #, perl-format
2792 msgid ""
2793 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
27932794 "value %d)"
27942795 msgstr ""
27952796
2796 #: tp/Texinfo/Parser.pm:3880
2797 #, perl-format
2798 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2799 msgstr ""
2800
2801 #: tp/Texinfo/Parser.pm:3935
2802 #, perl-format
2803 msgid "Accent command `@%s' must not be followed by whitespace"
2804 msgstr ""
2805
2806 #: tp/Texinfo/Parser.pm:3941
2807 #, perl-format
2808 msgid "Use braces to give a command as an argument to @%s"
2797 #: tp/Texinfo/Parser.pm:3891
2798 #, perl-format
2799 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2800 msgstr ""
2801
2802 #: tp/Texinfo/Parser.pm:3947
2803 #, fuzzy, perl-format
2804 msgid "accent command `@%s' must not be followed by whitespace"
2805 msgstr "@item nem szerepelhet az @itemize argumentumaként"
2806
2807 #: tp/Texinfo/Parser.pm:3953
2808 #, fuzzy, perl-format
2809 msgid "use braces to give a command as an argument to @%s"
28092810 msgstr "Kapcsos zárójelekkel egy parancsot is megadhat @%s argumentumaként"
28102811
2811 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2812 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
28122813 #, fuzzy, perl-format
28132814 msgid "%c%s expects `i' or `j' as argument, not `%s'"
28142815 msgstr "%c%s „i“-t vagy „j“-t vár argumentumként, nem „%c“-t"
28152816
2816 #: tp/Texinfo/Parser.pm:3966
2817 #, perl-format
2818 msgid "Accent command `@%s' must not be followed by new line"
2819 msgstr ""
2820
2821 #: tp/Texinfo/Parser.pm:3977
2817 #: tp/Texinfo/Parser.pm:3978
2818 #, fuzzy, perl-format
2819 msgid "accent command `@%s' must not be followed by new line"
2820 msgstr "@item nem szerepelhet az @itemize argumentumaként"
2821
2822 #: tp/Texinfo/Parser.pm:3989
28222823 #, fuzzy, perl-format
28232824 msgid "@%s expected braces"
28242825 msgstr "%c%s kapcsos zárójelpárt vár"
28252826
28262827 # flag ? LM
2827 #: tp/Texinfo/Parser.pm:4136
2828 #: tp/Texinfo/Parser.pm:4148
28282829 #, perl-format
28292830 msgid "undefined flag: %s"
28302831 msgstr "ismeretlen flag: %s"
28312832
2832 #: tp/Texinfo/Parser.pm:4139
2833 msgid "Bad syntax for @value"
2834 msgstr ""
2835
2836 #: tp/Texinfo/Parser.pm:4146
2833 #: tp/Texinfo/Parser.pm:4151
2834 #, fuzzy
2835 msgid "bad syntax for @value"
2836 msgstr "Rossz argumentum ide: @%s"
2837
2838 #: tp/Texinfo/Parser.pm:4158
28372839 #, fuzzy, perl-format
28382840 msgid "%c%s is obsolete."
28392841 msgstr "%c%s elavult"
28402842
2841 #: tp/Texinfo/Parser.pm:4149
2843 #: tp/Texinfo/Parser.pm:4161
28422844 #, fuzzy, perl-format
28432845 msgid "%c%s is obsolete; %s"
28442846 msgstr "%c%s elavult"
28452847
2846 #: tp/Texinfo/Parser.pm:4157
2848 #: tp/Texinfo/Parser.pm:4170
28472849 #, fuzzy, perl-format
28482850 msgid "@%s should only appear at a line beginning"
28492851 msgstr "%s: A CSS fájl nem nyitható meg: %s"
28502852
2851 #: tp/Texinfo/Parser.pm:4247
2853 #: tp/Texinfo/Parser.pm:4261
28522854 #, fuzzy, perl-format
28532855 msgid "@%s not allowed inside `@%s' block"
28542856 msgstr "@%s -nek nincs jelentése a(z) „@%s“ blokkon belül"
28552857
2856 #: tp/Texinfo/Parser.pm:4255
2858 #: tp/Texinfo/Parser.pm:4270
28572859 #, fuzzy, perl-format
28582860 msgid "@%s should only appear in heading or footing"
28592861 msgstr "%s: A CSS fájl nem nyitható meg: %s"
28602862
2861 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2862 #: tp/Texinfo/Parser.pm:4437
2863 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2864 #: tp/Texinfo/Parser.pm:4458
28632865 #, perl-format
28642866 msgid "@%s not meaningful inside `@%s' block"
28652867 msgstr "@%s -nek nincs jelentése a(z) „@%s“ blokkon belül"
28662868
2867 #: tp/Texinfo/Parser.pm:4398
2869 #: tp/Texinfo/Parser.pm:4418
28682870 #, fuzzy, perl-format
28692871 msgid "@%s in empty multitable"
28702872 msgstr "%s: üres fájl"
28712873
2872 #: tp/Texinfo/Parser.pm:4403
2874 #: tp/Texinfo/Parser.pm:4424
28732875 msgid "@tab before @item"
28742876 msgstr ""
28752877
2876 #: tp/Texinfo/Parser.pm:4406
2877 #, perl-format
2878 msgid "Too many columns in multitable item (max %d)"
2878 #: tp/Texinfo/Parser.pm:4427
2879 #, fuzzy, perl-format
2880 msgid "too many columns in multitable item (max %d)"
28792881 msgstr "Túl sok oszlop szerepel a multitable elemben (max %d)"
28802882
2881 #: tp/Texinfo/Parser.pm:4443
2883 #: tp/Texinfo/Parser.pm:4464
28822884 msgid "ignoring @tab outside of multitable"
28832885 msgstr "figyelmen kívül hagyom a multitable-n kívül eső @tab-ot"
28842886
2885 #: tp/Texinfo/Parser.pm:4447
2887 #: tp/Texinfo/Parser.pm:4468
28862888 #, perl-format
28872889 msgid "@%s outside of table or list"
28882890 msgstr ""
28892891
2890 #: tp/Texinfo/Parser.pm:4482
2891 #, fuzzy, perl-format
2892 msgid "Must be after `@%s' to use `@%s'"
2892 #: tp/Texinfo/Parser.pm:4503
2893 #, fuzzy, perl-format
2894 msgid "must be after `@%s' to use `@%s'"
28932895 msgstr "Csak a(z) „@%s“ környezetben használható a(z) „@%s“"
28942896
2895 #: tp/Texinfo/Parser.pm:4524
2897 #: tp/Texinfo/Parser.pm:4545
28962898 #, perl-format
28972899 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
28982900 msgstr ""
28992901 "A(z) @%s -nek nincs értelme a „@titlepage“ és a „@quotation“ környezeten "
29002902 "kívül"
29012903
2902 #: tp/Texinfo/Parser.pm:4528
2904 #: tp/Texinfo/Parser.pm:4549
29032905 #, fuzzy
29042906 msgid "@dircategory after first node"
29052907 msgstr ""
29062908 "@menu-t találtam az első @node előtt. Létrehozom a „Szülő“ (Top) oldalt"
29072909
2908 #: tp/Texinfo/Parser.pm:4686
2909 #, fuzzy, perl-format
2910 msgid "Region %s inside region %s is not allowed"
2910 #: tp/Texinfo/Parser.pm:4708
2911 #, fuzzy, perl-format
2912 msgid "region %s inside region %s is not allowed"
29112913 msgstr "Lábjegyzetben nem lehet lábjegyzet"
29122914
2913 #: tp/Texinfo/Parser.pm:4704
2915 #: tp/Texinfo/Parser.pm:4726
29142916 #, fuzzy
29152917 msgid "@direntry after first node"
29162918 msgstr ""
29172919 "@menu-t találtam az első @node előtt. Létrehozom a „Szülő“ (Top) oldalt"
29182920
2919 #: tp/Texinfo/Parser.pm:4712
2921 #: tp/Texinfo/Parser.pm:4734
29202922 #, fuzzy, perl-format
29212923 msgid "@%s seen before first @node"
29222924 msgstr ""
29232925 "@menu-t találtam az első @node előtt. Létrehozom a „Szülő“ (Top) oldalt"
29242926
2925 #: tp/Texinfo/Parser.pm:4714
2927 #: tp/Texinfo/Parser.pm:4737
29262928 msgid ""
29272929 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
29282930 msgstr "esetleg a @top oldalt @ifnottex-be kellene tenni, @ifinfo helyett"
29292931
2930 #: tp/Texinfo/Parser.pm:4776
2932 #: tp/Texinfo/Parser.pm:4799
29312933 #, fuzzy, perl-format
29322934 msgid "@%s should only appear in math context"
29332935 msgstr "%s: A CSS fájl nem nyitható meg: %s"
29342936
2935 #: tp/Texinfo/Parser.pm:4784
2936 #, perl-format
2937 msgid "Unknown command `%s'"
2937 #: tp/Texinfo/Parser.pm:4807
2938 #, fuzzy, perl-format
2939 msgid "unknown command `%s'"
29382940 msgstr "Ismeretlen parancs: „%s“"
29392941
2940 #: tp/Texinfo/Parser.pm:4794
2941 #, fuzzy
2942 msgid "Unexpected @"
2942 #: tp/Texinfo/Parser.pm:4817
2943 #, fuzzy
2944 msgid "unexpected @"
29432945 msgstr "„%s“-t várok"
29442946
2945 #: tp/Texinfo/Parser.pm:4822
2947 #: tp/Texinfo/Parser.pm:4846
29462948 #, fuzzy, perl-format
29472949 msgid "@%s is not meaningful outside `@float' environment"
29482950 msgstr "A(z) @%s -nek nincs értelme a „@float“ környezeten kívül"
29492951
2950 #: tp/Texinfo/Parser.pm:4826
2952 #: tp/Texinfo/Parser.pm:4851
29512953 #, perl-format
29522954 msgid "@%s should be right below `@float'"
29532955 msgstr ""
29542956
2955 #: tp/Texinfo/Parser.pm:4834
2956 #, perl-format
2957 msgid "Ignoring multiple @%s"
2958 msgstr ""
2959
2960 #: tp/Texinfo/Parser.pm:4950
2961 #, perl-format
2962 msgid "Command @%s does not accept arguments"
2963 msgstr ""
2964
2965 #: tp/Texinfo/Parser.pm:4974
2966 #, fuzzy, perl-format
2967 msgid "Command @%s missing a node or external manual argument"
2957 #: tp/Texinfo/Parser.pm:4859
2958 #, perl-format
2959 msgid "ignoring multiple @%s"
2960 msgstr ""
2961
2962 #: tp/Texinfo/Parser.pm:4975
2963 #, fuzzy, perl-format
2964 msgid "command @%s does not accept arguments"
2965 msgstr "@item nem szerepelhet az @itemize argumentumaként"
2966
2967 #: tp/Texinfo/Parser.pm:4999
2968 #, fuzzy, perl-format
2969 msgid "command @%s missing a node or external manual argument"
29682970 msgstr "%s: hiányzó fájl argumentum.\n"
29692971
2970 #: tp/Texinfo/Parser.pm:4993
2971 #, perl-format
2972 msgid "In @%s empty cross reference name after expansion `%s'"
2973 msgstr ""
2974
2975 #: tp/Texinfo/Parser.pm:5004
2976 #, perl-format
2977 msgid "In @%s empty cross reference title after expansion `%s'"
2978 msgstr ""
2979
2980 #: tp/Texinfo/Parser.pm:5017
2972 #: tp/Texinfo/Parser.pm:5018
2973 #, perl-format
2974 msgid "in @%s empty cross reference name after expansion `%s'"
2975 msgstr ""
2976
2977 #: tp/Texinfo/Parser.pm:5029
2978 #, perl-format
2979 msgid "in @%s empty cross reference title after expansion `%s'"
2980 msgstr ""
2981
2982 #: tp/Texinfo/Parser.pm:5042
29812983 msgid "@image missing filename argument"
29822984 msgstr "@image hiányzó fájlnév argumentum"
29832985
2984 #: tp/Texinfo/Parser.pm:5047
2986 #: tp/Texinfo/Parser.pm:5072
29852987 #, fuzzy, perl-format
29862988 msgid "@%s missing first argument"
29872989 msgstr "%s: hiányzó fájl argumentum.\n"
29882990
2989 #: tp/Texinfo/Parser.pm:5169
2990 msgid "Superfluous arguments for node"
2991 msgstr ""
2992
2993 #: tp/Texinfo/Parser.pm:5208
2994 #, fuzzy, perl-format
2995 msgid "Expected @end %s"
2991 #: tp/Texinfo/Parser.pm:5194
2992 #, fuzzy
2993 msgid "superfluous arguments for node"
2994 msgstr "Rossz argumentum ide: @%s"
2995
2996 #: tp/Texinfo/Parser.pm:5233
2997 #, fuzzy, perl-format
2998 msgid "expected @end %s"
29962999 msgstr "„%s“-t várok"
29973000
2998 #: tp/Texinfo/Parser.pm:5283
2999 #, fuzzy, perl-format
3000 msgid "Remaining argument on @%s line: %s"
3001 #: tp/Texinfo/Parser.pm:5309
3002 #, fuzzy, perl-format
3003 msgid "remaining argument on @%s line: %s"
30013004 msgstr "Rossz argumentum ide: %s: %s"
30023005
3003 #: tp/Texinfo/Parser.pm:5287
3006 #: tp/Texinfo/Parser.pm:5313
30043007 #, fuzzy, perl-format
30053008 msgid "@%s should only accept a @-command as argument, not `%s'"
30063009 msgstr "Kapcsos zárójelekkel egy parancsot is megadhat @%s argumentumaként"
30073010
3008 #: tp/Texinfo/Parser.pm:5362
3009 #, fuzzy, perl-format
3010 msgid "Environment command %s as argument to @%s"
3011 #: tp/Texinfo/Parser.pm:5388
3012 #, fuzzy, perl-format
3013 msgid "environment command %s as argument to @%s"
30113014 msgstr "Kapcsos zárójelekkel egy parancsot is megadhat @%s argumentumaként"
30123015
3013 #: tp/Texinfo/Parser.pm:5384
3014 #, perl-format
3015 msgid "Empty @%s"
3016 msgstr ""
3017
3018 #: tp/Texinfo/Parser.pm:5392
3016 #: tp/Texinfo/Parser.pm:5410
3017 #, perl-format
3018 msgid "empty @%s"
3019 msgstr ""
3020
3021 #: tp/Texinfo/Parser.pm:5418
30193022 #, perl-format
30203023 msgid "column fraction not a number: %s"
30213024 msgstr ""
30223025
3023 #: tp/Texinfo/Parser.pm:5401
3026 #: tp/Texinfo/Parser.pm:5427
30243027 #, fuzzy, perl-format
30253028 msgid "@sp arg must be numeric, not `%s'"
30263029 msgstr "%s: a(z) %s argumentumának numerikusnak kell lennie, „%s“ helyett.\n"
30273030
3028 #: tp/Texinfo/Parser.pm:5409
3029 #, perl-format
3030 msgid "Reserved index name %s"
3031 msgstr ""
3032
3033 #: tp/Texinfo/Parser.pm:5428
3034 #, fuzzy, perl-format
3035 msgid "Unknown source index in @%s: %s"
3031 #: tp/Texinfo/Parser.pm:5436
3032 #, perl-format
3033 msgid "reserved index name %s"
3034 msgstr ""
3035
3036 #: tp/Texinfo/Parser.pm:5455
3037 #, fuzzy, perl-format
3038 msgid "unknown source index in @%s: %s"
30363039 msgstr "Ismeretlen tárgymutató „%s“"
30373040
3038 #: tp/Texinfo/Parser.pm:5431
3039 #, fuzzy, perl-format
3040 msgid "Unknown destination index in @%s: %s"
3041 #: tp/Texinfo/Parser.pm:5458
3042 #, fuzzy, perl-format
3043 msgid "unknown destination index in @%s: %s"
30413044 msgstr "Ismeretlen tárgymutató „%s“"
30423045
3043 #: tp/Texinfo/Parser.pm:5461
3046 #: tp/Texinfo/Parser.pm:5488
30443047 #, perl-format
30453048 msgid "@%s leads to a merging of %s in itself, ignoring"
30463049 msgstr ""
30473050
3048 #: tp/Texinfo/Parser.pm:5474
3049 #, perl-format
3050 msgid "Unknown index `%s' in @printindex"
3051 #: tp/Texinfo/Parser.pm:5501
3052 #, fuzzy, perl-format
3053 msgid "unknown index `%s' in @printindex"
30513054 msgstr "Ismeretlen tárgymutató „%s“ itt: @printindex"
30523055
3053 #: tp/Texinfo/Parser.pm:5480
3054 #, perl-format
3055 msgid "Printing an index `%s' merged in another one `%s'"
3056 msgstr ""
3057
3058 #: tp/Texinfo/Parser.pm:5488
3059 #, perl-format
3060 msgid "Printindex before document beginning: @printindex %s"
3061 msgstr ""
3062
3063 #: tp/Texinfo/Parser.pm:5504
3056 #: tp/Texinfo/Parser.pm:5507
3057 #, perl-format
3058 msgid "printing an index `%s' merged in another one `%s'"
3059 msgstr ""
3060
3061 #: tp/Texinfo/Parser.pm:5515
3062 #, perl-format
3063 msgid "printindex before document beginning: @printindex %s"
3064 msgstr ""
3065
3066 #: tp/Texinfo/Parser.pm:5531
30643067 #, fuzzy, perl-format
30653068 msgid "@%s arg must be `top' or `bottom', not `%s'"
30663069 msgstr "%s: a(z) %s argumentumának numerikusnak kell lennie, „%s“ helyett.\n"
30673070
3068 #: tp/Texinfo/Parser.pm:5512
3071 #: tp/Texinfo/Parser.pm:5539
30693072 #, perl-format
30703073 msgid "Only @%s 10 or 11 is supported, not `%s'"
30713074 msgstr ""
30723075
3073 #: tp/Texinfo/Parser.pm:5520
3076 #: tp/Texinfo/Parser.pm:5547
30743077 #, fuzzy, perl-format
30753078 msgid "@%s arg must be `separate' or `end', not `%s'"
30763079 msgstr ""
30773080 "%s: a --footnote-style argumentumának „separate“-nek vagy „end“-nek kell "
30783081 "lennie, „%s“ helyett.\n"
30793082
3080 #: tp/Texinfo/Parser.pm:5528
3083 #: tp/Texinfo/Parser.pm:5555
30813084 #, fuzzy, perl-format
30823085 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
30833086 msgstr "%s: a(z) %s argumentumának numerikusnak kell lennie, „%s“ helyett.\n"
30843087
3085 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3088 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
30863089 #, fuzzy, perl-format
30873090 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
30883091 msgstr ""
30893092 "%s: a --paragraph-indent argumentumának numerikusnak, „none“-nak vagy "
30903093 "„asis“-nek kell lennie, „%s“ helyett.\n"
30913094
3092 #: tp/Texinfo/Parser.pm:5559
3095 #: tp/Texinfo/Parser.pm:5586
30933096 #, fuzzy, perl-format
30943097 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
30953098 msgstr ""
30963099 "%s: a --paragraph-indent argumentumának numerikusnak, „none“-nak vagy "
30973100 "„asis“-nek kell lennie, „%s“ helyett.\n"
30983101
3099 #: tp/Texinfo/Parser.pm:5569
3102 #: tp/Texinfo/Parser.pm:5596
31003103 #, fuzzy, perl-format
31013104 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
31023105 msgstr ""
31033106 "%s: a --paragraph-indent argumentumának numerikusnak, „none“-nak vagy "
31043107 "„asis“-nek kell lennie, „%s“ helyett.\n"
31053108
3106 #: tp/Texinfo/Parser.pm:5580
3107 #, perl-format
3108 msgid "Expected @%s on or off, not `%s'"
3109 #: tp/Texinfo/Parser.pm:5607
3110 #, fuzzy, perl-format
3111 msgid "expected @%s on or off, not `%s'"
31093112 msgstr "@%s on vagy off-t vártam, „%s“ helyett"
31103113
3111 #: tp/Texinfo/Parser.pm:5590
3114 #: tp/Texinfo/Parser.pm:5617
31123115 #, perl-format
31133116 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
31143117 msgstr ""
31153118
3116 #: tp/Texinfo/Parser.pm:5598
3119 #: tp/Texinfo/Parser.pm:5625
31173120 #, fuzzy, perl-format
31183121 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
31193122 msgstr ""
31203123 "%s: a --footnote-style argumentumának „separate“-nek vagy „end“-nek kell "
31213124 "lennie, „%s“ helyett.\n"
31223125
3123 #: tp/Texinfo/Parser.pm:5606
3126 #: tp/Texinfo/Parser.pm:5633
31243127 #, fuzzy, perl-format
31253128 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
31263129 msgstr ""
31273130 "%s: a --footnote-style argumentumának „separate“-nek vagy „end“-nek kell "
31283131 "lennie, „%s“ helyett.\n"
31293132
3130 #: tp/Texinfo/Report.pm:100
3131 #, fuzzy, perl-format
3132 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3133 msgstr "%s:%d: figyelem: "
3134
3135 #: tp/Texinfo/Report.pm:103
3136 #, fuzzy, perl-format
3137 msgid "%s:%d: warning: %s\n"
3138 msgstr "%s:%d: figyelem: "
3139
3140 #: tp/Texinfo/Report.pm:146
3141 #, fuzzy, perl-format
3142 msgid "warning: %s\n"
3143 msgstr "%s:%d: figyelem: "
3144
31453133 #: tp/Texinfo/Structuring.pm:231
31463134 #, perl-format
3147 msgid "Raising the section level of @%s which is too low"
3135 msgid "raising the section level of @%s which is too low"
31483136 msgstr ""
31493137
31503138 #: tp/Texinfo/Structuring.pm:263
31513139 #, perl-format
3152 msgid "No chapter-level command before @%s"
3140 msgid "no chapter-level command before @%s"
31533141 msgstr ""
31543142
31553143 #: tp/Texinfo/Structuring.pm:268
31563144 #, perl-format
3157 msgid "Lowering the section level of @%s appearing after a lower element"
3145 msgid "lowering the section level of @%s appearing after a lower element"
31583146 msgstr ""
31593147
31603148 #: tp/Texinfo/Structuring.pm:347
31613149 #, perl-format
3162 msgid "No sectioning command associated with @%s"
3150 msgid "no sectioning command associated with @%s"
31633151 msgstr ""
31643152
31653153 #: tp/Texinfo/Structuring.pm:568
31663154 #, fuzzy, perl-format
3167 msgid "Menu reference to nonexistent node `%s'"
3155 msgid "menu reference to nonexistent node `%s'"
31683156 msgstr "nem hivatkozott oldal „%s“"
31693157
31703158 #: tp/Texinfo/Structuring.pm:583
31713159 #, perl-format
3172 msgid "Menu entry node name `%s' different from %s name `%s'"
3160 msgid "menu entry node name `%s' different from %s name `%s'"
31733161 msgstr ""
31743162
31753163 #: tp/Texinfo/Structuring.pm:619
31793167
31803168 #: tp/Texinfo/Structuring.pm:665
31813169 #, perl-format
3182 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3170 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31833171 msgstr ""
31843172
31853173 #: tp/Texinfo/Structuring.pm:672
31863174 #, perl-format
3187 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3175 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31883176 msgstr ""
31893177
31903178 #: tp/Texinfo/Structuring.pm:690
31913179 #, perl-format
3192 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3180 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
31933181 msgstr ""
31943182
31953183 #: tp/Texinfo/Structuring.pm:744
32033191 msgstr "nem hivatkozott oldal „%s“"
32043192
32053193 #: tp/Texinfo/Structuring.pm:790
3206 #, perl-format
3207 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3194 #, fuzzy, perl-format
3195 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
32083196 msgstr ""
32093197 "A(z) „%s“ oldal nem tartalmaz menüelemet „%s“-hez, bár ez uóbbi a szülője"
32103198
32113199 #: tp/Texinfo/Structuring.pm:798
32123200 #, perl-format
3213 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3201 msgid "for `%s', up in menu `%s' and up `%s' don't match"
32143202 msgstr ""
32153203
32163204 #: tp/Texinfo/Structuring.pm:1282
32243212 msgid "@%s to `%s', different from %s name `%s'"
32253213 msgstr ""
32263214
3227 #: tp/Texinfo/Structuring.pm:1939
3228 #, fuzzy, perl-format
3229 msgid "Empty index key in @%s"
3215 #: tp/Texinfo/Structuring.pm:1959
3216 #, fuzzy, perl-format
3217 msgid "empty index key in @%s"
32303218 msgstr "Nincs tárgymutató ehhez: %s\n"
32313219
32323220 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
32333221 #, fuzzy, perl-format
3234 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3222 msgid "chm.pm: could not open %s for writing: %s\n"
32353223 msgstr "%s: A CSS fájl nem nyitható meg: %s"
32363224
32373225 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
32383226 #, fuzzy, perl-format
3239 msgid "chm.pm:%s: Error on closing: %s"
3227 msgid "chm.pm: error on closing %s: %s"
32403228 msgstr "hiba „%s“ írásakor."
3229
3230 #: tp/init/latex2html.pm:200
3231 #, fuzzy, perl-format
3232 msgid "l2h: could not open latex file %s for writing: %s"
3233 msgstr "%s: A CSS fájl nem nyitható meg: %s"
3234
3235 #: tp/init/latex2html.pm:341
3236 msgid "l2h: L2H_TMP directory contains a dot"
3237 msgstr ""
3238
3239 #: tp/init/latex2html.pm:346
3240 msgid "l2h: current directory contains a dot"
3241 msgstr ""
3242
3243 #: tp/init/latex2html.pm:374
3244 #, perl-format
3245 msgid "l2h: command did not succeed: %s"
3246 msgstr ""
3247
3248 #: tp/init/latex2html.pm:422
3249 #, perl-format
3250 msgid "l2h: image has invalid extension: %s"
3251 msgstr ""
3252
3253 #: tp/init/latex2html.pm:438
3254 #, perl-format
3255 msgid "l2h: rename %s as %s failed: %s"
3256 msgstr ""
3257
3258 #: tp/init/latex2html.pm:460
3259 #, fuzzy, perl-format
3260 msgid "l2h: could not open %s: %s"
3261 msgstr "%s: A CSS fájl nem nyitható meg: %s"
3262
3263 #: tp/init/latex2html.pm:493
3264 #, perl-format
3265 msgid "latex2html.pm: end of @%s item %d not found"
3266 msgstr ""
3267
3268 #: tp/init/latex2html.pm:504
3269 #, perl-format
3270 msgid ""
3271 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3272 "of items found in the document"
3273 msgstr ""
3274
3275 #: tp/init/latex2html.pm:534
3276 #, perl-format
3277 msgid "l2h: could not determine the fragment %d for @%s"
3278 msgstr ""
3279
3280 #: tp/init/latex2html.pm:560
3281 #, perl-format
3282 msgid ""
3283 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3284 "HTML"
3285 msgstr ""
3286
3287 #: tp/init/latex2html.pm:621
3288 #, fuzzy, perl-format
3289 msgid "l2h: could not load %s: %s"
3290 msgstr "%s: A CSS fájl nem nyitható meg: %s"
3291
3292 #: tp/init/latex2html.pm:634
3293 #, fuzzy, perl-format
3294 msgid "l2h: could not open %s for writing: %s"
3295 msgstr "%s: A CSS fájl nem nyitható meg: %s"
32413296
32423297 # található / találom
32433298 # a mondatszerkezet miatt itt jó a nem található - sas
3244 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3245 #, fuzzy, perl-format
3246 msgid "tex4ht.pm:%s: Cannot open: %s"
3299 #: tp/init/tex4ht.pm:123
3300 #, fuzzy, perl-format
3301 msgid "tex4ht.pm: could not open %s: %s"
32473302 msgstr "„%s“ nem található."
32483303
3304 # található / találom
3305 # a mondatszerkezet miatt itt jó a nem található - sas
32493306 #: tp/init/tex4ht.pm:219
3250 #, perl-format
3251 msgid "tex4ht.pm:%s: chdir failed: %s"
3252 msgstr ""
3307 #, fuzzy, perl-format
3308 msgid "tex4ht.pm: chdir %s failed: %s"
3309 msgstr "„%s“ nem található."
32533310
32543311 #: tp/init/tex4ht.pm:232
32553312 #, perl-format
3256 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3313 msgid "tex4ht.pm: unable to return to initial directory: %s"
32573314 msgstr ""
32583315
32593316 #: tp/init/tex4ht.pm:244
32603317 #, fuzzy, perl-format
3261 msgid "tex4ht.pm: Output file missing: %s"
3318 msgid "tex4ht.pm: output file missing: %s"
32623319 msgstr "a(z) „%s“ output fájl nem hozható létre."
32633320
3321 # található / találom
3322 # a mondatszerkezet miatt itt jó a nem található - sas
32643323 #: tp/init/tex4ht.pm:260
3265 #, perl-format
3266 msgid "tex4ht.pm: Command failed: %s"
3267 msgstr ""
3324 #, fuzzy, perl-format
3325 msgid "tex4ht.pm: command failed: %s"
3326 msgstr "„%s“ nem található."
3327
3328 # található / találom
3329 # a mondatszerkezet miatt itt jó a nem található - sas
3330 #: tp/init/tex4ht.pm:267
3331 #, fuzzy, perl-format
3332 msgid "tex4ht.pm: could not open: %s"
3333 msgstr "„%s“ nem található."
32683334
32693335 #: tp/init/tex4ht.pm:293
32703336 #, perl-format
32753341 #, perl-format
32763342 msgid ""
32773343 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3278 "items found in the document"
3279 msgstr ""
3280
3281 #: tp/init/tex4ht.pm:319
3282 #, perl-format
3283 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3284 msgstr ""
3285
3286 #: tp/texi2any.pl:375
3344 "items found in the document for @%s"
3345 msgstr ""
3346
3347 #: tp/init/tex4ht.pm:320
3348 #, fuzzy, perl-format
3349 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3350 msgstr "a(z) „%s“ output fájl nem hozható létre."
3351
3352 #: tp/init/tex4ht.pm:335
3353 #, perl-format
3354 msgid ""
3355 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3356 "items found in the document for @%s"
3357 msgstr ""
3358
3359 #: tp/texi2any.pl:379
32873360 #, fuzzy, perl-format
32883361 msgid "error loading %s: %s\n"
32893362 msgstr "hiba „%s“ írásakor."
32903363
3291 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3292 #, fuzzy, perl-format
3293 msgid "Unknown variable %s\n"
3364 #: tp/texi2any.pl:392
3365 #, fuzzy, perl-format
3366 msgid "%s: unknown variable %s"
32943367 msgstr "Ismeretlen parancs: „%s“"
32953368
3296 #: tp/texi2any.pl:468
3297 #, fuzzy, perl-format
3298 msgid "Can't read init file %s"
3369 #: tp/texi2any.pl:396
3370 #, fuzzy, perl-format
3371 msgid "%s: obsolete variable %s\n"
3372 msgstr "Változó beállítása:"
3373
3374 #: tp/texi2any.pl:411
3375 #, fuzzy, perl-format
3376 msgid "%s: unknown variable %s\n"
3377 msgstr "Ismeretlen parancs: „%s“"
3378
3379 #: tp/texi2any.pl:415
3380 #, fuzzy, perl-format
3381 msgid "obsolete variable %s\n"
3382 msgstr "Változó beállítása:"
3383
3384 #: tp/texi2any.pl:480
3385 #, fuzzy, perl-format
3386 msgid "could not read init file %s"
32993387 msgstr "a(z) „%s“ input fájl nem nyitható meg."
33003388
3301 #: tp/texi2any.pl:619
3302 #, perl-format
3303 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3389 #: tp/texi2any.pl:633
3390 #, fuzzy, perl-format
3391 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
33043392 msgstr ""
33053393 "%s: Figyelmen kívül hagyom a fel nem ismert TEXINFO_OUTPUT_FORMAT értéket "
33063394 "(„%s“).\n"
33073395
3308 #: tp/texi2any.pl:691
3396 #: tp/texi2any.pl:710
33093397 #, fuzzy
33103398 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
33113399 msgstr "Használat: %s [OPCIÓK] ... TEXINFO-FÁJL...\n"
33123400
3313 #: tp/texi2any.pl:692
3401 #: tp/texi2any.pl:711
33143402 #, fuzzy
33153403 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
33163404 msgstr "Használat: %s [OPCIÓK] ... TEXINFO-FÁJL...\n"
33173405
3318 #: tp/texi2any.pl:694
3406 #: tp/texi2any.pl:713
33193407 msgid ""
33203408 "Translate Texinfo source documentation to various other formats, by default\n"
33213409 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
33223410 msgstr ""
33233411
3324 #: tp/texi2any.pl:697
3412 #: tp/texi2any.pl:716
33253413 #, perl-format
33263414 msgid ""
33273415 "General options:\n"
33403428 " --version display version information and exit.\n"
33413429 msgstr ""
33423430
3343 #: tp/texi2any.pl:712
3431 #: tp/texi2any.pl:731
33443432 #, fuzzy
33453433 msgid ""
33463434 "Output format selection (default is to produce Info):\n"
33563444 " --xml Texinfo XML kimenet Info helyett\n"
33573445 " --plaintext sima szöveg kimenet Info helyett\n"
33583446
3359 #: tp/texi2any.pl:720
3447 #: tp/texi2any.pl:739
33603448 msgid ""
33613449 "General output options:\n"
33623450 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33833471 " Otherwise, DEST names the output file.\n"
33843472 msgstr ""
33853473
3386 #: tp/texi2any.pl:740
3474 #: tp/texi2any.pl:759
33873475 #, perl-format
33883476 msgid ""
33893477 "Options for Info and plain text:\n"
34053493 " --split-size=NUM split Info files at size NUM (default %d).\n"
34063494 msgstr ""
34073495
3408 #: tp/texi2any.pl:757
3496 #: tp/texi2any.pl:776
34093497 msgid ""
34103498 "Options for HTML:\n"
34113499 " --css-include=FILE include FILE in HTML <style> output;\n"
34193507 " anchors; default is set only if split.\n"
34203508 msgstr ""
34213509
3422 #: tp/texi2any.pl:768
3510 #: tp/texi2any.pl:787
34233511 msgid ""
34243512 "Options for XML and Docbook:\n"
34253513 " --output-indent=VAL does nothing, retained for compatibility.\n"
34263514 msgstr ""
34273515
3428 #: tp/texi2any.pl:771
3516 #: tp/texi2any.pl:790
34293517 msgid ""
34303518 "Options for DVI/PS/PDF:\n"
34313519 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34323520 msgstr ""
34333521
3434 #: tp/texi2any.pl:774
3522 #: tp/texi2any.pl:793
34353523 msgid ""
34363524 "Input file options:\n"
34373525 " --commands-in-node-names does nothing, retained for compatibility.\n"
34413529 " -U VAR undefine the variable VAR, as with @clear.\n"
34423530 msgstr ""
34433531
3444 #: tp/texi2any.pl:781
3532 #: tp/texi2any.pl:800
34453533 msgid ""
34463534 "Conditional processing in input:\n"
34473535 " --ifdocbook process @ifdocbook and @docbook even if\n"
34613549 " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
34623550 msgstr ""
34633551
3464 #: tp/texi2any.pl:798
3552 #: tp/texi2any.pl:817
34653553 msgid ""
34663554 " The defaults for the @if... conditionals depend on the output format:\n"
34673555 " if generating Docbook, --ifdocbook is on and the others are off;\n"
34713559 " if generating XML, --ifxml is on and the others are off.\n"
34723560 msgstr ""
34733561
3474 #: tp/texi2any.pl:805
3562 #: tp/texi2any.pl:824
34753563 msgid ""
34763564 "Examples:\n"
34773565 " makeinfo foo.texi write Info to foo's @setfilename\n"
34883576 " makeinfo --no-split foo.texi write one Info file however big\n"
34893577 msgstr ""
34903578
3491 #: tp/texi2any.pl:852
3579 #: tp/texi2any.pl:871
34923580 #, perl-format
34933581 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34943582 msgstr ""
34953583 "%s: a --footnote-style argumentumának „separate“-nek vagy „end“-nek kell "
34963584 "lennie, „%s“ helyett.\n"
34973585
3498 #: tp/texi2any.pl:934
3586 #: tp/texi2any.pl:953
34993587 #, perl-format
35003588 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35013589 msgstr ""
35023590 "%s: a --paragraph-indent argumentumának numerikusnak, „none“-nak vagy "
35033591 "„asis“-nek kell lennie, „%s“ helyett.\n"
35043592
3505 #: tp/texi2any.pl:1011
3506 #, perl-format
3507 msgid "when generating %s, only one input FILE may be specified with -o"
3508 msgstr ""
3509
3510 #: tp/texi2any.pl:1015
3593 #: tp/texi2any.pl:1030
3594 #, perl-format
3595 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3596 msgstr ""
3597
3598 #: tp/texi2any.pl:1034
35113599 msgid "--Xopt option without printed output"
35123600 msgstr ""
35133601
3514 #: tp/texi2any.pl:1025
3515 #, fuzzy, perl-format
3516 msgid "Unknown tree transformation %s"
3602 #: tp/texi2any.pl:1044
3603 #, fuzzy, perl-format
3604 msgid "unknown tree transformation %s"
35173605 msgstr "Ismeretlen parancs: „%s“"
35183606
3519 #: tp/texi2any.pl:1032
3520 #, perl-format
3521 msgid "Ignoring splitting for format %s"
3522 msgstr ""
3523
3524 #: tp/texi2any.pl:1081
3607 #: tp/texi2any.pl:1051
3608 #, perl-format
3609 msgid "ignoring splitting for format %s"
3610 msgstr ""
3611
3612 #: tp/texi2any.pl:1101
35253613 #, perl-format
35263614 msgid "%s: missing file argument.\n"
35273615 msgstr "%s: hiányzó fájl argumentum.\n"
35283616
3529 #: tp/texi2any.pl:1082
3617 #: tp/texi2any.pl:1102
35303618 #, perl-format
35313619 msgid "Try `%s --help' for more information.\n"
35323620 msgstr "További információért próbálja meg a „%s --help“-t.\n"
35333621
3534 #: tp/texi2any.pl:1153
3622 #: tp/texi2any.pl:1173
35353623 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35363624 msgstr ""
35373625
3538 #: tp/texi2any.pl:1175
3539 #, fuzzy, perl-format
3540 msgid "Error on closing macro expand file %s: %s\n"
3626 #: tp/texi2any.pl:1195
3627 #, fuzzy, perl-format
3628 msgid "error on closing macro expand file %s: %s\n"
35413629 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
35423630
3543 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3544 #, fuzzy, perl-format
3545 msgid "Could not open %s for writing: %s\n"
3631 #: tp/texi2any.pl:1201
3632 #, fuzzy, perl-format
3633 msgid "could not open %s for writing: %s\n"
35463634 msgstr "%s: A CSS fájl nem nyitható meg: %s"
35473635
3548 #: tp/texi2any.pl:1205
3636 #: tp/texi2any.pl:1226
35493637 msgid ""
35503638 "insert_nodes_for_sectioning_commands transformation return no result. No "
35513639 "section?"
35523640 msgstr ""
35533641
3554 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3555 #, fuzzy, perl-format
3556 msgid "Error on closing %s: %s\n"
3642 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3643 #, fuzzy, perl-format
3644 msgid "%s: error on closing %s: %s\n"
35573645 msgstr "hiba „%s“ írásakor."
35583646
3559 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3560 #, perl-format
3561 msgid "Error on closing internal links file %s: %s\n"
3562 msgstr ""
3647 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3648 #, fuzzy, perl-format
3649 msgid "%s: error on closing internal links file %s: %s\n"
3650 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
3651
3652 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3653 #, fuzzy, perl-format
3654 msgid "%s: could not open %s for writing: %s\n"
3655 msgstr "%s: A CSS fájl nem nyitható meg: %s"
35633656
35643657 #: util/texindex.c:223
35653658 msgid "display this help and exit"
36183711 msgstr "a(z) %s bejegyzés egy másodlagos névvel rendelkező bejegyzést követ"
36193712
36203713 #, fuzzy
3714 #~ msgid "Can't create directories `%s': %s"
3715 #~ msgstr "A(z) „%s“ könyvtár nem hozható létre: %s"
3716
3717 #, fuzzy
3718 #~ msgid "Can't read file %s: %s"
3719 #~ msgstr "Nem törölhető fájl: `%s': %s"
3720
3721 #, fuzzy
3722 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3723 #~ msgstr "%s:%d: figyelem: "
3724
3725 #, fuzzy
3726 #~ msgid "%s:%d: warning: %s\n"
3727 #~ msgstr "%s:%d: figyelem: "
3728
3729 #, fuzzy
3730 #~ msgid "warning: %s\n"
3731 #~ msgstr "%s:%d: figyelem: "
3732
3733 #, fuzzy
3734 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3735 #~ msgstr "%s: A CSS fájl nem nyitható meg: %s"
3736
3737 #, fuzzy
36213738 #~ msgid "tex4ht error opening %s: %s"
36223739 #~ msgstr "hiba „%s“ írásakor."
36233740
36243741 #, fuzzy
3625 #~ msgid "Error on closing renamed nodes file %s: %s"
3626 #~ msgstr "hiba a(z) „%s“ output fájl bezárásakor"
3627
3628 #, fuzzy
36293742 #~ msgid "Node `%s' that is to be renamed exists"
36303743 #~ msgstr "„%s“ tárgymutató már létezik"
3631
3632 #, fuzzy
3633 #~ msgid "Unknown variable %s"
3634 #~ msgstr "Ismeretlen parancs: „%s“"
36353744
36363745 #~ msgid "arguments to @%s ignored"
36373746 #~ msgstr "@%s argumentuma(i) figyelmen kívül lett(ek) hagyva"
37323841 # HTML
37333842 #~ msgid "Footnotes"
37343843 #~ msgstr "Lábjegyzetek"
3735
3736 #~ msgid "%s: could not open --css-file: %s"
3737 #~ msgstr "%s: A CSS fájl nem nyitható meg: %s"
37383844
37393845 #~ msgid "[unexpected] no html tag to pop"
37403846 #~ msgstr "[váratlan] nincs html tag, amit ki lehetne venni"
38673973 #~ msgid "Expected `%s'"
38683974 #~ msgstr "„%s“-t várok"
38693975
3870 #~ msgid "Can't create directory `%s': %s"
3871 #~ msgstr "A(z) „%s“ könyvtár nem hozható létre: %s"
3872
38733976 #~ msgid "No `%s' found in `%s'"
38743977 #~ msgstr "Nem található „%s“ ebben: „%s“"
38753978
Binary diff not shown
+626
-533
po/id.po less more
66 msgstr ""
77 "Project-Id-Version: texinfo 4.12.94\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
9 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1010 "PO-Revision-Date: 2008-11-11 17:30+0700\n"
1111 "Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n"
1212 "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
410410 msgstr "Coba --help untuk informasi lebih lanjut.\n"
411411
412412 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
413 #: tp/texi2any.pl:829 util/texindex.c:295
413 #: tp/texi2any.pl:848 util/texindex.c:295
414414 #, c-format, perl-format
415415 msgid ""
416416 "Copyright (C) %s Free Software Foundation, Inc.\n"
21352135 " --test tekang pengupdatan dari BERKAS-DIR.\n"
21362136 " --version tampilkan informasi versi dan keluar."
21372137
2138 #: install-info/install-info.c:598 tp/texi2any.pl:817
2138 #: install-info/install-info.c:598 tp/texi2any.pl:836
21392139 msgid ""
21402140 "Email bug reports to bug-texinfo@gnu.org,\n"
21412141 "general questions and discussion to help-texinfo@gnu.org.\n"
22522252 msgstr "tidak ada masukan ditemukan untuk `%s'; tidak ada yang dihapus"
22532253
22542254 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2255 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2256 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2257 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2258 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2259 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2260 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2255 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2256 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2257 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2258 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2259 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2260 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
22612261 #: tp/Texinfo/Convert/TexinfoXML.pm:429
22622262 #, fuzzy, perl-format
2263 msgid "Could not open %s for writing: %s"
2263 msgid "could not open %s for writing: %s"
22642264 msgstr "%s: tidak dapat membuka --css-file: %s"
22652265
22662266 #: tp/Texinfo/Common.pm:850
22872287 msgid "%s is not a valid split possibility"
22882288 msgstr "%s bukan sebuah kode bahasa ISO 639 yang valid"
22892289
2290 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2291 #, fuzzy, perl-format
2292 msgid "Cannot read %s: %s"
2290 #: tp/Texinfo/Common.pm:1096
2291 #, fuzzy, perl-format
2292 msgid "could not read %s: %s"
22932293 msgstr "Tidak dapat membuat direktori `%s': %s"
22942294
2295 #: tp/Texinfo/Common.pm:1113
2296 #, fuzzy, perl-format
2297 msgid "Error on closing @verbatiminclude file %s: %s"
2295 #: tp/Texinfo/Common.pm:1114
2296 #, fuzzy, perl-format
2297 msgid "error on closing @verbatiminclude file %s: %s"
22982298 msgstr "error menutup berkas keluaran `%s'"
22992299
2300 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2301 #, fuzzy, perl-format
2302 msgid "@%s: Cannot find %s"
2300 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2301 #, fuzzy, perl-format
2302 msgid "@%s: could not find %s"
23032303 msgstr "Tidak dapat menemukan `%s'."
23042304
2305 #: tp/Texinfo/Common.pm:1416
2306 #, fuzzy, perl-format
2307 msgid "Cannot open html refs config file %s: %s"
2305 #: tp/Texinfo/Common.pm:1417
2306 #, fuzzy, perl-format
2307 msgid "could not open html refs config file %s: %s"
23082308 msgstr "Tidak dapat menghapus berkas `%s': %s"
23092309
2310 #: tp/Texinfo/Common.pm:1444
2311 msgid "Missing type"
2312 msgstr ""
2313
2314 #: tp/Texinfo/Common.pm:1447
2315 #, fuzzy, perl-format
2316 msgid "Unrecognized type: %s"
2310 #: tp/Texinfo/Common.pm:1445
2311 #, fuzzy
2312 msgid "missing type"
2313 msgstr "hilang nama aksi"
2314
2315 #: tp/Texinfo/Common.pm:1448
2316 #, fuzzy, perl-format
2317 msgid "unrecognized type: %s"
23172318 msgstr "%s: opsi tidak dikenal `--%s'\n"
23182319
2319 #: tp/Texinfo/Common.pm:1463
2320 #, fuzzy, perl-format
2321 msgid "Error on closing html refs config file %s: %s"
2320 #: tp/Texinfo/Common.pm:1465
2321 #, fuzzy, perl-format
2322 msgid "error on closing html refs config file %s: %s"
23222323 msgstr "Tidak dapat menghapus berkas `%s': %s"
23232324
2324 #: tp/Texinfo/Common.pm:1498
2325 #, perl-format
2326 msgid "%s:%d: no node to be renamed\n"
2327 msgstr ""
2328
2329 #: tp/Texinfo/Common.pm:1509
2330 #, perl-format
2331 msgid "%s:%d: nodes without a new name at the end of file\n"
2332 msgstr ""
2333
2334 #: tp/Texinfo/Common.pm:2000
2335 #, perl-format
2336 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2325 #: tp/Texinfo/Common.pm:1500
2326 msgid "no node to be renamed"
2327 msgstr ""
2328
2329 #: tp/Texinfo/Common.pm:1511
2330 msgid "nodes without a new name at the end of file"
2331 msgstr ""
2332
2333 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2334 #, fuzzy, perl-format
2335 msgid "could not open %s: %s"
2336 msgstr "%s: tidak dapat membuka --css-file: %s"
2337
2338 #: tp/Texinfo/Common.pm:2002
2339 #, perl-format
2340 msgid "could not protect hash character in @%s"
23372341 msgstr ""
23382342
23392343 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2340 #: tp/texi2any.pl:387 tp/texi2any.pl:404
23412344 #, fuzzy, perl-format
23422345 msgid "Obsolete variable %s\n"
23432346 msgstr "Set variabel: "
23442347
23452348 #: tp/Texinfo/Convert/Converter.pm:601
23462349 #, fuzzy, perl-format
2347 msgid "Can't create directories `%s' or `%s': %s"
2350 msgid "could not create directories `%s' or `%s': %s"
23482351 msgstr "Tidak dapat membuat direktori `%s': %s"
23492352
23502353 #: tp/Texinfo/Convert/Converter.pm:609
23512354 #, fuzzy, perl-format
2352 msgid "Can't create directories `%s': %s"
2355 msgid "could not create directory `%s': %s"
23532356 msgstr "Tidak dapat membuat direktori `%s': %s"
23542357
2355 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2356 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2357 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2358 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2359 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2360 #, fuzzy, perl-format
2361 msgid "Error on closing %s: %s"
2358 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2359 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2360 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2361 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2362 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2363 #, fuzzy, perl-format
2364 msgid "error on closing %s: %s"
23622365 msgstr "error menulis ke `%s'"
23632366
2364 #: tp/Texinfo/Convert/DocBook.pm:898
2367 #: tp/Texinfo/Convert/DocBook.pm:899
23652368 #, fuzzy, perl-format
23662369 msgid "@image file `%s' not found, using `%s'"
23672370 msgstr "@image berkas `%s' tidak dapat dibaca: %s"
23682371
2369 #: tp/Texinfo/Convert/HTML.pm:1677
2372 #: tp/Texinfo/Convert/HTML.pm:1678
23702373 #, fuzzy, perl-format
23712374 msgid "@image file `%s' (for HTML) not found, using `%s'"
23722375 msgstr "@image berkas `%s' (untuk HTML) tidak dapat dibaca: %s"
23732376
2374 #: tp/Texinfo/Convert/HTML.pm:2345
2375 #, perl-format
2376 msgid "Raw format %s is not converted"
2377 msgstr ""
2378
2379 #: tp/Texinfo/Convert/HTML.pm:4814
2380 #, perl-format
2381 msgid "%s:%d: string not closed in css file"
2377 #: tp/Texinfo/Convert/HTML.pm:2347
2378 #, perl-format
2379 msgid "raw format %s is not converted"
23822380 msgstr ""
23832381
23842382 #: tp/Texinfo/Convert/HTML.pm:4816
2385 #, fuzzy, perl-format
2386 msgid "%s:%d: --css-include ended in comment"
2383 msgid "string not closed in css file"
2384 msgstr ""
2385
2386 #: tp/Texinfo/Convert/HTML.pm:4818
2387 #, fuzzy
2388 msgid "--css-include ended in comment"
23872389 msgstr "%s:%d: --css-file berakhir dalam komentar"
23882390
2389 #: tp/Texinfo/Convert/HTML.pm:4818
2390 #, perl-format
2391 msgid "%s:%d: @import not finished in css file"
2392 msgstr ""
2393
2394 #: tp/Texinfo/Convert/HTML.pm:4844
2395 #, fuzzy, perl-format
2396 msgid "css file %s not found"
2391 #: tp/Texinfo/Convert/HTML.pm:4820
2392 msgid "@import not finished in css file"
2393 msgstr ""
2394
2395 #: tp/Texinfo/Convert/HTML.pm:4846
2396 #, fuzzy, perl-format
2397 msgid "CSS file %s not found"
23972398 msgstr "%cend makro tidak ditemukan"
23982399
2399 #: tp/Texinfo/Convert/HTML.pm:4850
2400 #: tp/Texinfo/Convert/HTML.pm:4852
24002401 #, fuzzy, perl-format
24012402 msgid "could not open --include-file %s: %s"
24022403 msgstr "%s: tidak dapat membuka --css-file: %s"
24032404
2404 #: tp/Texinfo/Convert/HTML.pm:4860
2405 #, fuzzy, perl-format
2406 msgid "Error on closing CSS file %s: %s"
2405 #: tp/Texinfo/Convert/HTML.pm:4862
2406 #, fuzzy, perl-format
2407 msgid "error on closing CSS file %s: %s"
24072408 msgstr "error menutup berkas keluaran `%s'"
24082409
2409 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2410 #, fuzzy, perl-format
2411 msgid "No htmlxref.cnf entry found for `%s'"
2410 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2411 #, fuzzy, perl-format
2412 msgid "no htmlxref.cnf entry found for `%s'"
24122413 msgstr "tidak ada masukan indeks ditemukan untuk `%s'\n"
24132414
2414 #: tp/Texinfo/Convert/HTML.pm:6495
2415 #, fuzzy, perl-format
2416 msgid "Error on closing frame file %s: %s"
2415 #: tp/Texinfo/Convert/HTML.pm:6506
2416 #, fuzzy, perl-format
2417 msgid "error on closing frame file %s: %s"
24172418 msgstr "error menutup berkas keluaran `%s'"
24182419
2419 #: tp/Texinfo/Convert/HTML.pm:6519
2420 #, fuzzy, perl-format
2421 msgid "Error on closing TOC frame file %s: %s"
2420 #: tp/Texinfo/Convert/HTML.pm:6530
2421 #, fuzzy, perl-format
2422 msgid "error on closing TOC frame file %s: %s"
24222423 msgstr "error menutup berkas keluaran `%s'"
24232424
2424 #: tp/Texinfo/Convert/HTML.pm:6634
2425 #, perl-format
2426 msgid "Handler %s of stage %s priority %s failed"
2427 msgstr ""
2428
2429 #: tp/Texinfo/Convert/HTML.pm:6835
2430 msgid "Must specify a title with a title command or @top"
2431 msgstr ""
2432
2433 #: tp/Texinfo/Convert/HTML.pm:7040
2434 #, perl-format
2435 msgid "Error on closing redirection node file %s: %s"
2436 msgstr ""
2437
2438 #: tp/Texinfo/Convert/HTML.pm:7065
2439 #, fuzzy, perl-format
2440 msgid "Old name for `%s' is a node of the document"
2425 #: tp/Texinfo/Convert/HTML.pm:6645
2426 #, perl-format
2427 msgid "handler %s of stage %s priority %s failed"
2428 msgstr ""
2429
2430 #: tp/Texinfo/Convert/HTML.pm:6846
2431 msgid "must specify a title with a title command or @top"
2432 msgstr ""
2433
2434 #: tp/Texinfo/Convert/HTML.pm:7055
2435 #, fuzzy, perl-format
2436 msgid "error on closing redirection node file %s: %s"
2437 msgstr "error menutup berkas keluaran `%s'"
2438
2439 #: tp/Texinfo/Convert/HTML.pm:7080
2440 #, fuzzy, perl-format
2441 msgid "old name for `%s' is a node of the document"
24412442 msgstr "Tidak ada `Prev' atau `Up' untuk titik ini didalam dokumen ini."
24422443
2443 #: tp/Texinfo/Convert/HTML.pm:7069
2444 #, fuzzy, perl-format
2445 msgid "File empty for renamed node `%s'"
2444 #: tp/Texinfo/Convert/HTML.pm:7086
2445 #, fuzzy, perl-format
2446 msgid "file empty for renamed node `%s'"
24462447 msgstr "titik `%s' tidak tereferensi"
24472448
2448 #: tp/Texinfo/Convert/HTML.pm:7081
2449 #, perl-format
2450 msgid "Target node (new name for `%s') not in document: %s"
2451 msgstr ""
2452
2453 #: tp/Texinfo/Convert/HTML.pm:7113
2454 #, fuzzy, perl-format
2455 msgid "Error on closing renamed node redirection file %s: %s"
2449 #: tp/Texinfo/Convert/HTML.pm:7100
2450 #, perl-format
2451 msgid "target node (new name for `%s') not in document: %s"
2452 msgstr ""
2453
2454 #: tp/Texinfo/Convert/HTML.pm:7132
2455 #, fuzzy, perl-format
2456 msgid "error on closing renamed node redirection file %s: %s"
24562457 msgstr "error menutup berkas keluaran `%s'"
24572458
2458 #: tp/Texinfo/Convert/HTML.pm:7151
2459 #, fuzzy
2460 msgid "Empty node name"
2459 #: tp/Texinfo/Convert/HTML.pm:7170
2460 #, fuzzy
2461 msgid "empty node name"
24612462 msgstr "tidak ada masukan indeks ditemukan untuk `%s'\n"
24622463
2463 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2464 #, perl-format
2465 msgid "Syntax for an external node used for `%s'"
2464 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2465 #, perl-format
2466 msgid "syntax for an external node used for `%s'"
24662467 msgstr ""
24672468
24682469 #: tp/Texinfo/Convert/Info.pm:99
24692470 #, fuzzy
2470 msgid "Document without nodes."
2471 msgid "document without nodes"
24712472 msgstr "Tidak ada menu di titik ini."
24722473
2473 #: tp/Texinfo/Convert/Info.pm:115
2474 msgid "Document without Top node."
2475 msgstr ""
2476
2477 #: tp/Texinfo/Convert/Info.pm:151
2478 #, perl-format
2479 msgid "Rename %s failed: %s"
2480 msgstr ""
2481
2482 #: tp/Texinfo/Convert/Info.pm:226
2474 #: tp/Texinfo/Convert/Info.pm:116
2475 #, fuzzy
2476 msgid "document without Top node"
2477 msgstr "Tidak ada menu di titik ini."
2478
2479 #: tp/Texinfo/Convert/Info.pm:153
2480 #, perl-format
2481 msgid "rename %s failed: %s"
2482 msgstr ""
2483
2484 #: tp/Texinfo/Convert/Info.pm:228
24832485 #, perl-format
24842486 msgid "@%s output more than once: %s"
24852487 msgstr ""
24862488
2487 #: tp/Texinfo/Convert/Info.pm:340
2489 #: tp/Texinfo/Convert/Info.pm:346
24882490 #, fuzzy, perl-format
24892491 msgid "@%s outside of any node"
24902492 msgstr "(diluar dari titik apapun)"
24912493
2492 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2493 #, perl-format
2494 msgid "Entry for index `%s' outside of any node"
2494 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2495 #, fuzzy, perl-format
2496 msgid "entry for index `%s' outside of any node"
24952497 msgstr "Masukan untuk indeks `%s' diluar dari titik apapun"
24962498
24972499 #: tp/Texinfo/Convert/Plaintext.pm:1217
24982500 #, fuzzy, perl-format
2499 msgid "Error on closing image text file %s: %s"
2501 msgid "error on closing image text file %s: %s"
25002502 msgstr "error menutup berkas keluaran `%s'"
25012503
25022504 #: tp/Texinfo/Convert/Plaintext.pm:1222
25042506 msgid "@image file `%s' unreadable: %s"
25052507 msgstr "@image berkas `%s' tidak dapat dibaca: %s"
25062508
2507 #: tp/Texinfo/Convert/Plaintext.pm:1250
2508 #, fuzzy, perl-format
2509 msgid "Cannot find @image file `%s.txt' nor alternate text"
2509 #: tp/Texinfo/Convert/Plaintext.pm:1251
2510 #, fuzzy, perl-format
2511 msgid "could not find @image file `%s.txt' nor alternate text"
25102512 msgstr "Tidak dapat menemukan titik `%s'."
25112513
2512 #: tp/Texinfo/Convert/Plaintext.pm:1615
2514 #: tp/Texinfo/Convert/Plaintext.pm:1617
25132515 msgid ""
25142516 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
25152517 "avoid that"
25172519 "@strong{Note...} menghasilkan sebuah referensi silang spurious dalam Info; "
25182520 "reword ke untuk menghindari"
25192521
2520 #: tp/Texinfo/Convert/Plaintext.pm:1845
2522 #: tp/Texinfo/Convert/Plaintext.pm:1849
25212523 #, fuzzy, perl-format
25222524 msgid "`.' or `,' must follow @xref, not %s"
25232525 msgstr "`.' atau `,' harus mengikuti @%s, bukan `%c'"
25242526
2525 #: tp/Texinfo/Convert/Plaintext.pm:1847
2527 #: tp/Texinfo/Convert/Plaintext.pm:1852
25262528 #, fuzzy
25272529 msgid "`.' or `,' must follow @xref"
25282530 msgstr "`.' atau `,' harus mengikuti @%s, bukan `%c'"
25322534 msgid "@%s should only appear at beginning or end of document"
25332535 msgstr "%s: tidak dapat membuka --css-file: %s"
25342536
2535 #: tp/Texinfo/Parser.pm:837
2536 #, fuzzy, perl-format
2537 msgid "Can't read file %s: %s"
2538 msgstr "Tidak dapat menghapus berkas `%s': %s"
2539
25402537 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
25412538 #, perl-format
2542 msgid "Multiple @%s"
2539 msgid "multiple @%s"
25432540 msgstr ""
25442541
25452542 #: tp/Texinfo/Parser.pm:1100
25462543 #, fuzzy, perl-format
2547 msgid "Bad syntax for @%s argument: %s"
2544 msgid "bad syntax for @%s argument: %s"
25482545 msgstr "Argumen ke @%s buruk"
25492546
25502547 #: tp/Texinfo/Parser.pm:1116
2551 #, perl-format
2552 msgid "Bad or empty @%s formal argument: %s"
2553 msgstr ""
2554
2555 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2556 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2557 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2548 #, fuzzy, perl-format
2549 msgid "bad or empty @%s formal argument: %s"
2550 msgstr "Argumen ke @%s buruk"
2551
2552 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2553 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2554 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
25582555 #, perl-format
25592556 msgid "%c%s requires a name"
25602557 msgstr "%c%s membutuhkan sebuah nama"
25612558
2562 #: tp/Texinfo/Parser.pm:1235
2559 #: tp/Texinfo/Parser.pm:1238
25632560 #, perl-format
25642561 msgid "%c%s missing close brace"
25652562 msgstr "%c%s hilang kurung penutup"
25662563
2567 #: tp/Texinfo/Parser.pm:1238
2564 #: tp/Texinfo/Parser.pm:1241
25682565 #, fuzzy, perl-format
25692566 msgid "@%s missing closing delimiter sequence: %s}"
25702567 msgstr "%c%s hilang kurung penutup"
25712568
2572 #: tp/Texinfo/Parser.pm:1351
2569 #: tp/Texinfo/Parser.pm:1354
25732570 #, fuzzy, perl-format
25742571 msgid "@itemx should not begin @%s"
25752572 msgstr "%s: tidak dapat membuka --css-file: %s"
25762573
2577 #: tp/Texinfo/Parser.pm:1419
2574 #: tp/Texinfo/Parser.pm:1422
25782575 msgid "@itemx must follow @item"
25792576 msgstr ""
25802577
2581 #: tp/Texinfo/Parser.pm:1587
2578 #: tp/Texinfo/Parser.pm:1590
25822579 #, perl-format
25832580 msgid "@%s has text but no @item"
25842581 msgstr ""
25852582
2586 #: tp/Texinfo/Parser.pm:1617
2583 #: tp/Texinfo/Parser.pm:1620
25872584 #, perl-format
25882585 msgid "`@end' expected `%s', but saw `%s'"
25892586 msgstr "`@end' diduga `%s', tetapi terlihat `%s'"
25902587
2591 #: tp/Texinfo/Parser.pm:1620
2588 #: tp/Texinfo/Parser.pm:1623
25922589 #, fuzzy, perl-format
25932590 msgid "@%s seen before @end %s"
25942591 msgstr "@menu terlihat sebelum @node pertama, membuat titik `Top'"
25952592
2596 #: tp/Texinfo/Parser.pm:1624
2597 #, perl-format
2598 msgid "No matching `%cend %s'"
2593 #: tp/Texinfo/Parser.pm:1627
2594 #, fuzzy, perl-format
2595 msgid "no matching `%cend %s'"
25992596 msgstr "Tidak cocok `%cend %s'"
26002597
2601 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2602 #: tp/Texinfo/Parser.pm:5125
2603 #, perl-format
2604 msgid "Misplaced %c"
2598 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2599 #: tp/Texinfo/Parser.pm:5150
2600 #, fuzzy, perl-format
2601 msgid "misplaced %c"
26052602 msgstr "Salah tempat %c"
26062603
2607 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2608 #, perl-format
2609 msgid "Unmatched `%c%s'"
2604 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2605 #, fuzzy, perl-format
2606 msgid "unmatched `%c%s'"
26102607 msgstr "Tidak cocok `%c%s'"
26112608
2612 #: tp/Texinfo/Parser.pm:1972
2613 #, fuzzy, perl-format
2614 msgid "Macro `%s' called with too many args"
2609 #: tp/Texinfo/Parser.pm:1976
2610 #, fuzzy, perl-format
2611 msgid "macro `%s' called with too many args"
26152612 msgstr "Makro `%s' dipanggil di baris %d dengan terlalu banyak args"
26162613
2617 #: tp/Texinfo/Parser.pm:1994
2614 #: tp/Texinfo/Parser.pm:1998
26182615 #, fuzzy, perl-format
26192616 msgid "@%s missing close brace"
26202617 msgstr "%c%s hilang kurung penutup"
26212618
2622 #: tp/Texinfo/Parser.pm:2001
2623 #, fuzzy, perl-format
2624 msgid "Macro `%s' declared without argument called with an argument"
2619 #: tp/Texinfo/Parser.pm:2006
2620 #, fuzzy, perl-format
2621 msgid "macro `%s' declared without argument called with an argument"
26252622 msgstr "Makro `%s' dipanggil di baris %d dengan terlalu banyak args"
26262623
2627 #: tp/Texinfo/Parser.pm:2035
2624 #: tp/Texinfo/Parser.pm:2041
26282625 #, fuzzy, perl-format
26292626 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
26302627 msgstr "\\ dalam ekspansi makro diikuti oleh `%s' daripada nama parameter"
26312628
2632 #: tp/Texinfo/Parser.pm:2430
2629 #: tp/Texinfo/Parser.pm:2436
26332630 #, fuzzy, perl-format
26342631 msgid "@%s `%s' previously defined"
26352632 msgstr "makro `%s' telah didefinisikan sebelumnya"
26362633
2637 #: tp/Texinfo/Parser.pm:2435
2634 #: tp/Texinfo/Parser.pm:2441
26382635 #, fuzzy, perl-format
26392636 msgid "here is the previous definition as @%s"
26402637 msgstr "disini adalah definisi sebelumnya dari `%s'"
26412638
2642 #: tp/Texinfo/Parser.pm:2796
2643 #, fuzzy, perl-format
2644 msgid "Missing name for @%s"
2639 #: tp/Texinfo/Parser.pm:2802
2640 #, fuzzy, perl-format
2641 msgid "missing name for @%s"
26452642 msgstr "Hilang `}' dalam @def arg"
26462643
2647 #: tp/Texinfo/Parser.pm:2801
2648 #, perl-format
2649 msgid "Missing category for @%s"
2650 msgstr ""
2651
2652 #: tp/Texinfo/Parser.pm:2853
2653 #, fuzzy, perl-format
2654 msgid "Unexpected argument on @%s line: %s"
2644 #: tp/Texinfo/Parser.pm:2807
2645 #, fuzzy, perl-format
2646 msgid "missing category for @%s"
2647 msgstr "Hilang `}' dalam @def arg"
2648
2649 #: tp/Texinfo/Parser.pm:2859
2650 #, fuzzy, perl-format
2651 msgid "unexpected argument on @%s line: %s"
26552652 msgstr "Argumen ke @%s: %s buruk"
26562653
2657 #: tp/Texinfo/Parser.pm:2869
2654 #: tp/Texinfo/Parser.pm:2875
26582655 #, fuzzy
26592656 msgid "empty multitable"
26602657 msgstr "%s: berkas kosong"
26612658
2662 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2663 #, fuzzy, perl-format
2664 msgid "Superfluous argument to @%s"
2659 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2660 #, fuzzy, perl-format
2661 msgid "superfluous argument to @%s"
26652662 msgstr "Argumen ke @%s buruk"
26662663
2667 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2668 #: tp/Texinfo/Parser.pm:5379
2669 #, perl-format
2670 msgid "Bad argument to @%s"
2664 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2665 #: tp/Texinfo/Parser.pm:5405
2666 #, fuzzy, perl-format
2667 msgid "bad argument to @%s"
26712668 msgstr "Argumen ke @%s buruk"
26722669
2673 #: tp/Texinfo/Parser.pm:2942
2670 #: tp/Texinfo/Parser.pm:2948
26742671 #, perl-format
26752672 msgid "%s requires an argument: the formatter for %citem"
26762673 msgstr "%s membutuhkan sebuah argumen: peformat untuk %c item"
26772674
2678 #: tp/Texinfo/Parser.pm:2947
2679 #, perl-format
2680 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2681 msgstr ""
2682
2683 #: tp/Texinfo/Parser.pm:2982
2684 #, fuzzy, perl-format
2685 msgid "Accent command `@%s' not allowed as @%s argument"
2675 #: tp/Texinfo/Parser.pm:2953
2676 #, perl-format
2677 msgid "command @%s not accepting argument in brace should not be on @%s line"
2678 msgstr ""
2679
2680 #: tp/Texinfo/Parser.pm:2988
2681 #, fuzzy, perl-format
2682 msgid "accent command `@%s' not allowed as @%s argument"
26862683 msgstr "@item tidak diijinkan dalam argume ke @itemize"
26872684
2688 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2689 #: tp/Texinfo/Parser.pm:5338
2685 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2686 #: tp/Texinfo/Parser.pm:5364
26902687 #, fuzzy, perl-format
26912688 msgid "@%s missing argument"
26922689 msgstr "%s: hilang argumen berkas.\n"
26932690
2694 #: tp/Texinfo/Parser.pm:3072
2695 #, fuzzy, perl-format
2696 msgid "Unknown @end %s"
2691 #: tp/Texinfo/Parser.pm:3078
2692 #, fuzzy, perl-format
2693 msgid "unknown @end %s"
26972694 msgstr "Indeks `%s' tidak diketahui"
26982695
2699 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2700 #, fuzzy, perl-format
2701 msgid "Superfluous argument to @%s %s: %s"
2696 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2697 #, fuzzy, perl-format
2698 msgid "superfluous argument to @%s %s: %s"
27022699 msgstr "Argumen ke @%s: %s buruk"
27032700
2704 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2705 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2706 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2707 #, perl-format
2708 msgid "Bad argument to @%s: %s"
2701 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2702 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2703 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2704 #, fuzzy, perl-format
2705 msgid "bad argument to @%s: %s"
27092706 msgstr "Argumen ke @%s: %s buruk"
27102707
2711 #: tp/Texinfo/Parser.pm:3118
2712 #, fuzzy, perl-format
2713 msgid "@%s: Cannot open %s: %s"
2708 #: tp/Texinfo/Parser.pm:3124
2709 #, fuzzy, perl-format
2710 msgid "@%s: could not open %s: %s"
27142711 msgstr "Tidak dapat menemukan `%s'."
27152712
2716 #: tp/Texinfo/Parser.pm:3130
2717 #, perl-format
2718 msgid "Encoding `%s' is not a canonical texinfo encoding"
2719 msgstr ""
2720
2721 #: tp/Texinfo/Parser.pm:3139
2713 #: tp/Texinfo/Parser.pm:3136
2714 #, perl-format
2715 msgid "encoding `%s' is not a canonical texinfo encoding"
2716 msgstr ""
2717
2718 #: tp/Texinfo/Parser.pm:3145
27222719 #, perl-format
27232720 msgid "unrecognized encoding name `%s'"
27242721 msgstr "nama pengkodean `%s' tidak diketahui"
27252722
2726 #: tp/Texinfo/Parser.pm:3289
2723 #: tp/Texinfo/Parser.pm:3295
27272724 #, perl-format
27282725 msgid "@%s after the first element"
27292726 msgstr ""
27302727
2731 #: tp/Texinfo/Parser.pm:3296
2728 #: tp/Texinfo/Parser.pm:3302
27322729 #, fuzzy, perl-format
27332730 msgid "@%s only meaningful on a @multitable line"
27342731 msgstr "@%s tidak berarti diluar lingkungan `@titlepage'"
27352732
2736 #: tp/Texinfo/Parser.pm:3336
2733 #: tp/Texinfo/Parser.pm:3342
27372734 #, fuzzy, perl-format
27382735 msgid "@%s should not be associated with @top"
27392736 msgstr "%s: tidak dapat membuka --css-file: %s"
27402737
2741 #: tp/Texinfo/Parser.pm:3348
2738 #: tp/Texinfo/Parser.pm:3354
27422739 #, fuzzy, perl-format
27432740 msgid "@node precedes @%s, but parts may not be associated with nodes"
27442741 msgstr "%s: tidak dapat membuka --css-file: %s"
27452742
2746 #: tp/Texinfo/Parser.pm:3450
2747 #, fuzzy, perl-format
2748 msgid "Empty argument in @%s"
2743 #: tp/Texinfo/Parser.pm:3456
2744 #, fuzzy, perl-format
2745 msgid "empty argument in @%s"
27492746 msgstr "Argumen ke @%s buruk"
27502747
2751 #: tp/Texinfo/Parser.pm:3454
2752 #, perl-format
2753 msgid "Empty node name after expansion `%s'"
2754 msgstr ""
2755
2756 #: tp/Texinfo/Parser.pm:3497
2757 #, fuzzy, perl-format
2758 msgid "Empty menu entry name in `%s'"
2748 #: tp/Texinfo/Parser.pm:3460
2749 #, fuzzy, perl-format
2750 msgid "empty node name after expansion `%s'"
27592751 msgstr "Argumen ke @%s buruk"
27602752
2761 #: tp/Texinfo/Parser.pm:3505
2762 #, fuzzy
2763 msgid "Empty node name in menu entry"
2753 #: tp/Texinfo/Parser.pm:3503
2754 #, fuzzy, perl-format
2755 msgid "empty menu entry name in `%s'"
2756 msgstr "Argumen ke @%s buruk"
2757
2758 #: tp/Texinfo/Parser.pm:3511
2759 #, fuzzy
2760 msgid "empty node name in menu entry"
27642761 msgstr "tidak ada masukan indeks ditemukan untuk `%s'\n"
27652762
2766 #: tp/Texinfo/Parser.pm:3578
2763 #: tp/Texinfo/Parser.pm:3584
27672764 #, fuzzy, perl-format
27682765 msgid "@%s should not appear in @%s"
27692766 msgstr "%s: tidak dapat membuka --css-file: %s"
27702767
2771 #: tp/Texinfo/Parser.pm:3710
2768 #: tp/Texinfo/Parser.pm:3716
27722769 #, fuzzy, perl-format
27732770 msgid "@end %s should only appear at a line beginning"
27742771 msgstr "%s: tidak dapat membuka --css-file: %s"
27752772
2776 #: tp/Texinfo/Parser.pm:3733
2773 #: tp/Texinfo/Parser.pm:3739
27772774 #, perl-format
27782775 msgid "macro `%s' previously defined"
27792776 msgstr "makro `%s' telah didefinisikan sebelumnya"
27802777
2781 #: tp/Texinfo/Parser.pm:3735
2778 #: tp/Texinfo/Parser.pm:3742
27822779 #, perl-format
27832780 msgid "here is the previous definition of `%s'"
27842781 msgstr "disini adalah definisi sebelumnya dari `%s'"
27852782
2786 #: tp/Texinfo/Parser.pm:3739
2787 #, perl-format
2788 msgid "Redefining Texinfo language command: @%s"
2789 msgstr ""
2790
2791 #: tp/Texinfo/Parser.pm:3788
2783 #: tp/Texinfo/Parser.pm:3747
2784 #, perl-format
2785 msgid "redefining Texinfo language command: @%s"
2786 msgstr ""
2787
2788 #: tp/Texinfo/Parser.pm:3796
27922789 #, perl-format
27932790 msgid "@%s without associated character"
27942791 msgstr ""
27952792
2796 #: tp/Texinfo/Parser.pm:3849
2793 #: tp/Texinfo/Parser.pm:3858
27972794 #, perl-format
27982795 msgid ""
27992796 "@%s defined with zero or more than one argument should be invoked with {}"
28002797 msgstr ""
28012798
2802 #: tp/Texinfo/Parser.pm:3872
2803 #, perl-format
2804 msgid ""
2805 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2799 #: tp/Texinfo/Parser.pm:3882
2800 #, perl-format
2801 msgid ""
2802 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
28062803 "value %d)"
28072804 msgstr ""
28082805
2809 #: tp/Texinfo/Parser.pm:3880
2810 #, perl-format
2811 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2812 msgstr ""
2813
2814 #: tp/Texinfo/Parser.pm:3935
2815 #, perl-format
2816 msgid "Accent command `@%s' must not be followed by whitespace"
2817 msgstr ""
2818
2819 #: tp/Texinfo/Parser.pm:3941
2820 #, perl-format
2821 msgid "Use braces to give a command as an argument to @%s"
2806 #: tp/Texinfo/Parser.pm:3891
2807 #, perl-format
2808 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2809 msgstr ""
2810
2811 #: tp/Texinfo/Parser.pm:3947
2812 #, fuzzy, perl-format
2813 msgid "accent command `@%s' must not be followed by whitespace"
2814 msgstr "@item tidak diijinkan dalam argume ke @itemize"
2815
2816 #: tp/Texinfo/Parser.pm:3953
2817 #, fuzzy, perl-format
2818 msgid "use braces to give a command as an argument to @%s"
28222819 msgstr ""
28232820 "Gunakan kurung untuk memberi sebuah perintah sebagai sebuah argumen ke @%s"
28242821
2825 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2822 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
28262823 #, fuzzy, perl-format
28272824 msgid "%c%s expects `i' or `j' as argument, not `%s'"
28282825 msgstr "%c%s diduga `i' atau `j' sebagai sebuah argumen, bukan `%c'"
28292826
2830 #: tp/Texinfo/Parser.pm:3966
2831 #, perl-format
2832 msgid "Accent command `@%s' must not be followed by new line"
2833 msgstr ""
2834
2835 #: tp/Texinfo/Parser.pm:3977
2827 #: tp/Texinfo/Parser.pm:3978
2828 #, fuzzy, perl-format
2829 msgid "accent command `@%s' must not be followed by new line"
2830 msgstr "@item tidak diijinkan dalam argume ke @itemize"
2831
2832 #: tp/Texinfo/Parser.pm:3989
28362833 #, fuzzy, perl-format
28372834 msgid "@%s expected braces"
28382835 msgstr "%c%s diduga kurung"
28392836
2840 #: tp/Texinfo/Parser.pm:4136
2837 #: tp/Texinfo/Parser.pm:4148
28412838 #, perl-format
28422839 msgid "undefined flag: %s"
28432840 msgstr "opsi tidak terdefinisi: %s"
28442841
2845 #: tp/Texinfo/Parser.pm:4139
2846 msgid "Bad syntax for @value"
2847 msgstr ""
2848
2849 #: tp/Texinfo/Parser.pm:4146
2842 #: tp/Texinfo/Parser.pm:4151
2843 #, fuzzy
2844 msgid "bad syntax for @value"
2845 msgstr "Argumen ke @%s buruk"
2846
2847 #: tp/Texinfo/Parser.pm:4158
28502848 #, fuzzy, perl-format
28512849 msgid "%c%s is obsolete."
28522850 msgstr "%c%s sudah ditinggalkan"
28532851
2854 #: tp/Texinfo/Parser.pm:4149
2852 #: tp/Texinfo/Parser.pm:4161
28552853 #, fuzzy, perl-format
28562854 msgid "%c%s is obsolete; %s"
28572855 msgstr "%c%s sudah ditinggalkan"
28582856
2859 #: tp/Texinfo/Parser.pm:4157
2857 #: tp/Texinfo/Parser.pm:4170
28602858 #, fuzzy, perl-format
28612859 msgid "@%s should only appear at a line beginning"
28622860 msgstr "%s: tidak dapat membuka --css-file: %s"
28632861
2864 #: tp/Texinfo/Parser.pm:4247
2862 #: tp/Texinfo/Parser.pm:4261
28652863 #, fuzzy, perl-format
28662864 msgid "@%s not allowed inside `@%s' block"
28672865 msgstr "@%s tidak berarti didalam blok `@%s'"
28682866
2869 #: tp/Texinfo/Parser.pm:4255
2867 #: tp/Texinfo/Parser.pm:4270
28702868 #, fuzzy, perl-format
28712869 msgid "@%s should only appear in heading or footing"
28722870 msgstr "%s: tidak dapat membuka --css-file: %s"
28732871
2874 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2875 #: tp/Texinfo/Parser.pm:4437
2872 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2873 #: tp/Texinfo/Parser.pm:4458
28762874 #, perl-format
28772875 msgid "@%s not meaningful inside `@%s' block"
28782876 msgstr "@%s tidak berarti didalam blok `@%s'"
28792877
2880 #: tp/Texinfo/Parser.pm:4398
2878 #: tp/Texinfo/Parser.pm:4418
28812879 #, fuzzy, perl-format
28822880 msgid "@%s in empty multitable"
28832881 msgstr "%s: berkas kosong"
28842882
2885 #: tp/Texinfo/Parser.pm:4403
2883 #: tp/Texinfo/Parser.pm:4424
28862884 msgid "@tab before @item"
28872885 msgstr ""
28882886
2889 #: tp/Texinfo/Parser.pm:4406
2890 #, perl-format
2891 msgid "Too many columns in multitable item (max %d)"
2887 #: tp/Texinfo/Parser.pm:4427
2888 #, fuzzy, perl-format
2889 msgid "too many columns in multitable item (max %d)"
28922890 msgstr "Terlalu banyak kolom dalam multitable item (maksimal %d)"
28932891
2894 #: tp/Texinfo/Parser.pm:4443
2892 #: tp/Texinfo/Parser.pm:4464
28952893 msgid "ignoring @tab outside of multitable"
28962894 msgstr "mengabaikan @tab diluar dari multitabel"
28972895
2898 #: tp/Texinfo/Parser.pm:4447
2896 #: tp/Texinfo/Parser.pm:4468
28992897 #, perl-format
29002898 msgid "@%s outside of table or list"
29012899 msgstr ""
29022900
2903 #: tp/Texinfo/Parser.pm:4482
2904 #, fuzzy, perl-format
2905 msgid "Must be after `@%s' to use `@%s'"
2901 #: tp/Texinfo/Parser.pm:4503
2902 #, fuzzy, perl-format
2903 msgid "must be after `@%s' to use `@%s'"
29062904 msgstr "Harus berada dalam lingkungan `@%s' untuk menggunakan `@%s'"
29072905
2908 #: tp/Texinfo/Parser.pm:4524
2906 #: tp/Texinfo/Parser.pm:4545
29092907 #, perl-format
29102908 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
29112909 msgstr "@%s tidak berarti diluar lingkunga `@titlepage' dan `@quotation'"
29122910
2913 #: tp/Texinfo/Parser.pm:4528
2911 #: tp/Texinfo/Parser.pm:4549
29142912 #, fuzzy
29152913 msgid "@dircategory after first node"
29162914 msgstr "@menu terlihat sebelum @node pertama, membuat titik `Top'"
29172915
2918 #: tp/Texinfo/Parser.pm:4686
2919 #, fuzzy, perl-format
2920 msgid "Region %s inside region %s is not allowed"
2916 #: tp/Texinfo/Parser.pm:4708
2917 #, fuzzy, perl-format
2918 msgid "region %s inside region %s is not allowed"
29212919 msgstr "Catatan kaki didalam catatan kaki tidak diijinkan"
29222920
2923 #: tp/Texinfo/Parser.pm:4704
2921 #: tp/Texinfo/Parser.pm:4726
29242922 #, fuzzy
29252923 msgid "@direntry after first node"
29262924 msgstr "@menu terlihat sebelum @node pertama, membuat titik `Top'"
29272925
2928 #: tp/Texinfo/Parser.pm:4712
2926 #: tp/Texinfo/Parser.pm:4734
29292927 #, fuzzy, perl-format
29302928 msgid "@%s seen before first @node"
29312929 msgstr "@menu terlihat sebelum @node pertama, membuat titik `Top'"
29322930
2933 #: tp/Texinfo/Parser.pm:4714
2931 #: tp/Texinfo/Parser.pm:4737
29342932 msgid ""
29352933 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
29362934 msgstr ""
29372935 "mungkin titik @top anda seharusnya wrapped dalam @ifnottex daripada @ifinfo?"
29382936
2939 #: tp/Texinfo/Parser.pm:4776
2937 #: tp/Texinfo/Parser.pm:4799
29402938 #, fuzzy, perl-format
29412939 msgid "@%s should only appear in math context"
29422940 msgstr "%s: tidak dapat membuka --css-file: %s"
29432941
2944 #: tp/Texinfo/Parser.pm:4784
2945 #, perl-format
2946 msgid "Unknown command `%s'"
2942 #: tp/Texinfo/Parser.pm:4807
2943 #, fuzzy, perl-format
2944 msgid "unknown command `%s'"
29472945 msgstr "Perintah `%s' tidak diketahui"
29482946
2949 #: tp/Texinfo/Parser.pm:4794
2950 #, fuzzy
2951 msgid "Unexpected @"
2947 #: tp/Texinfo/Parser.pm:4817
2948 #, fuzzy
2949 msgid "unexpected @"
29522950 msgstr "Diduga `%s'"
29532951
2954 #: tp/Texinfo/Parser.pm:4822
2952 #: tp/Texinfo/Parser.pm:4846
29552953 #, fuzzy, perl-format
29562954 msgid "@%s is not meaningful outside `@float' environment"
29572955 msgstr "@%s tidak berarti diluar lingkungan `@float'"
29582956
2959 #: tp/Texinfo/Parser.pm:4826
2957 #: tp/Texinfo/Parser.pm:4851
29602958 #, perl-format
29612959 msgid "@%s should be right below `@float'"
29622960 msgstr ""
29632961
2964 #: tp/Texinfo/Parser.pm:4834
2965 #, perl-format
2966 msgid "Ignoring multiple @%s"
2967 msgstr ""
2968
2969 #: tp/Texinfo/Parser.pm:4950
2970 #, perl-format
2971 msgid "Command @%s does not accept arguments"
2972 msgstr ""
2973
2974 #: tp/Texinfo/Parser.pm:4974
2975 #, fuzzy, perl-format
2976 msgid "Command @%s missing a node or external manual argument"
2962 #: tp/Texinfo/Parser.pm:4859
2963 #, perl-format
2964 msgid "ignoring multiple @%s"
2965 msgstr ""
2966
2967 #: tp/Texinfo/Parser.pm:4975
2968 #, fuzzy, perl-format
2969 msgid "command @%s does not accept arguments"
2970 msgstr "@item tidak diijinkan dalam argume ke @itemize"
2971
2972 #: tp/Texinfo/Parser.pm:4999
2973 #, fuzzy, perl-format
2974 msgid "command @%s missing a node or external manual argument"
29772975 msgstr "%s: hilang argumen berkas.\n"
29782976
2979 #: tp/Texinfo/Parser.pm:4993
2980 #, perl-format
2981 msgid "In @%s empty cross reference name after expansion `%s'"
2982 msgstr ""
2983
2984 #: tp/Texinfo/Parser.pm:5004
2985 #, perl-format
2986 msgid "In @%s empty cross reference title after expansion `%s'"
2987 msgstr ""
2988
2989 #: tp/Texinfo/Parser.pm:5017
2977 #: tp/Texinfo/Parser.pm:5018
2978 #, perl-format
2979 msgid "in @%s empty cross reference name after expansion `%s'"
2980 msgstr ""
2981
2982 #: tp/Texinfo/Parser.pm:5029
2983 #, perl-format
2984 msgid "in @%s empty cross reference title after expansion `%s'"
2985 msgstr ""
2986
2987 #: tp/Texinfo/Parser.pm:5042
29902988 msgid "@image missing filename argument"
29912989 msgstr "@image hilang argumen nama berkas"
29922990
2993 #: tp/Texinfo/Parser.pm:5047
2991 #: tp/Texinfo/Parser.pm:5072
29942992 #, fuzzy, perl-format
29952993 msgid "@%s missing first argument"
29962994 msgstr "%s: hilang argumen berkas.\n"
29972995
2998 #: tp/Texinfo/Parser.pm:5169
2999 msgid "Superfluous arguments for node"
3000 msgstr ""
3001
3002 #: tp/Texinfo/Parser.pm:5208
3003 #, fuzzy, perl-format
3004 msgid "Expected @end %s"
2996 #: tp/Texinfo/Parser.pm:5194
2997 #, fuzzy
2998 msgid "superfluous arguments for node"
2999 msgstr "Argumen ke @%s buruk"
3000
3001 #: tp/Texinfo/Parser.pm:5233
3002 #, fuzzy, perl-format
3003 msgid "expected @end %s"
30053004 msgstr "Diduga `%s'"
30063005
3007 #: tp/Texinfo/Parser.pm:5283
3008 #, fuzzy, perl-format
3009 msgid "Remaining argument on @%s line: %s"
3006 #: tp/Texinfo/Parser.pm:5309
3007 #, fuzzy, perl-format
3008 msgid "remaining argument on @%s line: %s"
30103009 msgstr "Argumen ke @%s: %s buruk"
30113010
3012 #: tp/Texinfo/Parser.pm:5287
3011 #: tp/Texinfo/Parser.pm:5313
30133012 #, fuzzy, perl-format
30143013 msgid "@%s should only accept a @-command as argument, not `%s'"
30153014 msgstr ""
30163015 "Gunakan kurung untuk memberi sebuah perintah sebagai sebuah argumen ke @%s"
30173016
3018 #: tp/Texinfo/Parser.pm:5362
3019 #, fuzzy, perl-format
3020 msgid "Environment command %s as argument to @%s"
3017 #: tp/Texinfo/Parser.pm:5388
3018 #, fuzzy, perl-format
3019 msgid "environment command %s as argument to @%s"
30213020 msgstr ""
30223021 "Gunakan kurung untuk memberi sebuah perintah sebagai sebuah argumen ke @%s"
30233022
3024 #: tp/Texinfo/Parser.pm:5384
3025 #, perl-format
3026 msgid "Empty @%s"
3027 msgstr ""
3028
3029 #: tp/Texinfo/Parser.pm:5392
3023 #: tp/Texinfo/Parser.pm:5410
3024 #, perl-format
3025 msgid "empty @%s"
3026 msgstr ""
3027
3028 #: tp/Texinfo/Parser.pm:5418
30303029 #, perl-format
30313030 msgid "column fraction not a number: %s"
30323031 msgstr ""
30333032
3034 #: tp/Texinfo/Parser.pm:5401
3033 #: tp/Texinfo/Parser.pm:5427
30353034 #, fuzzy, perl-format
30363035 msgid "@sp arg must be numeric, not `%s'"
30373036 msgstr "%s: %s arg harus berupa numerik, bukan `%s'.\n"
30383037
3039 #: tp/Texinfo/Parser.pm:5409
3040 #, perl-format
3041 msgid "Reserved index name %s"
3042 msgstr ""
3043
3044 #: tp/Texinfo/Parser.pm:5428
3045 #, fuzzy, perl-format
3046 msgid "Unknown source index in @%s: %s"
3038 #: tp/Texinfo/Parser.pm:5436
3039 #, perl-format
3040 msgid "reserved index name %s"
3041 msgstr ""
3042
3043 #: tp/Texinfo/Parser.pm:5455
3044 #, fuzzy, perl-format
3045 msgid "unknown source index in @%s: %s"
30473046 msgstr "Indeks `%s' tidak diketahui"
30483047
3049 #: tp/Texinfo/Parser.pm:5431
3050 #, fuzzy, perl-format
3051 msgid "Unknown destination index in @%s: %s"
3048 #: tp/Texinfo/Parser.pm:5458
3049 #, fuzzy, perl-format
3050 msgid "unknown destination index in @%s: %s"
30523051 msgstr "Indeks `%s' tidak diketahui"
30533052
3054 #: tp/Texinfo/Parser.pm:5461
3053 #: tp/Texinfo/Parser.pm:5488
30553054 #, perl-format
30563055 msgid "@%s leads to a merging of %s in itself, ignoring"
30573056 msgstr ""
30583057
3059 #: tp/Texinfo/Parser.pm:5474
3060 #, perl-format
3061 msgid "Unknown index `%s' in @printindex"
3058 #: tp/Texinfo/Parser.pm:5501
3059 #, fuzzy, perl-format
3060 msgid "unknown index `%s' in @printindex"
30623061 msgstr "Indeks `%s' tidak diketahui dalam @printindex"
30633062
3064 #: tp/Texinfo/Parser.pm:5480
3065 #, perl-format
3066 msgid "Printing an index `%s' merged in another one `%s'"
3067 msgstr ""
3068
3069 #: tp/Texinfo/Parser.pm:5488
3070 #, perl-format
3071 msgid "Printindex before document beginning: @printindex %s"
3072 msgstr ""
3073
3074 #: tp/Texinfo/Parser.pm:5504
3063 #: tp/Texinfo/Parser.pm:5507
3064 #, perl-format
3065 msgid "printing an index `%s' merged in another one `%s'"
3066 msgstr ""
3067
3068 #: tp/Texinfo/Parser.pm:5515
3069 #, perl-format
3070 msgid "printindex before document beginning: @printindex %s"
3071 msgstr ""
3072
3073 #: tp/Texinfo/Parser.pm:5531
30753074 #, fuzzy, perl-format
30763075 msgid "@%s arg must be `top' or `bottom', not `%s'"
30773076 msgstr "%s: %s arg harus berupa numerik, bukan `%s'.\n"
30783077
3079 #: tp/Texinfo/Parser.pm:5512
3078 #: tp/Texinfo/Parser.pm:5539
30803079 #, perl-format
30813080 msgid "Only @%s 10 or 11 is supported, not `%s'"
30823081 msgstr "Hanya @%s 10 atau 11 yang didukung, bukan `%s'"
30833082
3084 #: tp/Texinfo/Parser.pm:5520
3083 #: tp/Texinfo/Parser.pm:5547
30853084 #, fuzzy, perl-format
30863085 msgid "@%s arg must be `separate' or `end', not `%s'"
30873086 msgstr ""
30883087 "%s: --footnote-style arg harus berupa `separate' atau `end', bukan `%s'.\n"
30893088
3090 #: tp/Texinfo/Parser.pm:5528
3089 #: tp/Texinfo/Parser.pm:5555
30913090 #, fuzzy, perl-format
30923091 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
30933092 msgstr "%s: %s arg harus berupa numerik, bukan `%s'.\n"
30943093
3095 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3094 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
30963095 #, fuzzy, perl-format
30973096 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
30983097 msgstr ""
30993098 "%s: --paragraph-indent arg harus berupa numerik/`none'/`asis', bukan `%s'.\n"
31003099
3101 #: tp/Texinfo/Parser.pm:5559
3100 #: tp/Texinfo/Parser.pm:5586
31023101 #, fuzzy, perl-format
31033102 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
31043103 msgstr ""
31053104 "%s: --paragraph-indent arg harus berupa numerik/`none'/`asis', bukan `%s'.\n"
31063105
3107 #: tp/Texinfo/Parser.pm:5569
3106 #: tp/Texinfo/Parser.pm:5596
31083107 #, fuzzy, perl-format
31093108 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
31103109 msgstr ""
31113110 "%s: --paragraph-indent arg harus berupa numerik/`none'/`asis', bukan `%s'.\n"
31123111
3113 #: tp/Texinfo/Parser.pm:5580
3114 #, perl-format
3115 msgid "Expected @%s on or off, not `%s'"
3112 #: tp/Texinfo/Parser.pm:5607
3113 #, fuzzy, perl-format
3114 msgid "expected @%s on or off, not `%s'"
31163115 msgstr "Diduga @%s on atau off, bukan `%s'"
31173116
3118 #: tp/Texinfo/Parser.pm:5590
3117 #: tp/Texinfo/Parser.pm:5617
31193118 #, perl-format
31203119 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
31213120 msgstr ""
31223121
3123 #: tp/Texinfo/Parser.pm:5598
3122 #: tp/Texinfo/Parser.pm:5625
31243123 #, fuzzy, perl-format
31253124 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
31263125 msgstr ""
31273126 "%s: --footnote-style arg harus berupa `separate' atau `end', bukan `%s'.\n"
31283127
3129 #: tp/Texinfo/Parser.pm:5606
3128 #: tp/Texinfo/Parser.pm:5633
31303129 #, fuzzy, perl-format
31313130 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
31323131 msgstr ""
31333132 "%s: --footnote-style arg harus berupa `separate' atau `end', bukan `%s'.\n"
31343133
3135 #: tp/Texinfo/Report.pm:100
3136 #, fuzzy, perl-format
3137 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3138 msgstr "%s:%d: peringatan: "
3139
3140 #: tp/Texinfo/Report.pm:103
3141 #, fuzzy, perl-format
3142 msgid "%s:%d: warning: %s\n"
3143 msgstr "%s:%d: peringatan: "
3144
3145 #: tp/Texinfo/Report.pm:146
3146 #, fuzzy, perl-format
3147 msgid "warning: %s\n"
3148 msgstr "%s:%d: peringatan: "
3149
31503134 #: tp/Texinfo/Structuring.pm:231
31513135 #, perl-format
3152 msgid "Raising the section level of @%s which is too low"
3136 msgid "raising the section level of @%s which is too low"
31533137 msgstr ""
31543138
31553139 #: tp/Texinfo/Structuring.pm:263
31563140 #, perl-format
3157 msgid "No chapter-level command before @%s"
3141 msgid "no chapter-level command before @%s"
31583142 msgstr ""
31593143
31603144 #: tp/Texinfo/Structuring.pm:268
31613145 #, perl-format
3162 msgid "Lowering the section level of @%s appearing after a lower element"
3146 msgid "lowering the section level of @%s appearing after a lower element"
31633147 msgstr ""
31643148
31653149 #: tp/Texinfo/Structuring.pm:347
31663150 #, perl-format
3167 msgid "No sectioning command associated with @%s"
3151 msgid "no sectioning command associated with @%s"
31683152 msgstr ""
31693153
31703154 #: tp/Texinfo/Structuring.pm:568
31713155 #, fuzzy, perl-format
3172 msgid "Menu reference to nonexistent node `%s'"
3156 msgid "menu reference to nonexistent node `%s'"
31733157 msgstr "titik `%s' tidak tereferensi"
31743158
31753159 #: tp/Texinfo/Structuring.pm:583
31763160 #, perl-format
3177 msgid "Menu entry node name `%s' different from %s name `%s'"
3161 msgid "menu entry node name `%s' different from %s name `%s'"
31783162 msgstr ""
31793163
31803164 #: tp/Texinfo/Structuring.pm:619
31843168
31853169 #: tp/Texinfo/Structuring.pm:665
31863170 #, perl-format
3187 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3171 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31883172 msgstr ""
31893173
31903174 #: tp/Texinfo/Structuring.pm:672
31913175 #, perl-format
3192 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3176 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31933177 msgstr ""
31943178
31953179 #: tp/Texinfo/Structuring.pm:690
31963180 #, perl-format
3197 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3181 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
31983182 msgstr ""
31993183
32003184 #: tp/Texinfo/Structuring.pm:744
32083192 msgstr "titik `%s' tidak tereferensi"
32093193
32103194 #: tp/Texinfo/Structuring.pm:790
3211 #, perl-format
3212 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3195 #, fuzzy, perl-format
3196 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
32133197 msgstr "Titik `%s' kurang item menu untuk `%s' dariapda target Up nya"
32143198
32153199 #: tp/Texinfo/Structuring.pm:798
32163200 #, perl-format
3217 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3201 msgid "for `%s', up in menu `%s' and up `%s' don't match"
32183202 msgstr ""
32193203
32203204 #: tp/Texinfo/Structuring.pm:1282
32283212 msgid "@%s to `%s', different from %s name `%s'"
32293213 msgstr ""
32303214
3231 #: tp/Texinfo/Structuring.pm:1939
3232 #, fuzzy, perl-format
3233 msgid "Empty index key in @%s"
3215 #: tp/Texinfo/Structuring.pm:1959
3216 #, fuzzy, perl-format
3217 msgid "empty index key in @%s"
32343218 msgstr "tidak ada masukan indeks ditemukan untuk `%s'\n"
32353219
32363220 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
32373221 #, fuzzy, perl-format
3238 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3222 msgid "chm.pm: could not open %s for writing: %s\n"
32393223 msgstr "%s: tidak dapat membuka --css-file: %s"
32403224
32413225 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
32423226 #, fuzzy, perl-format
3243 msgid "chm.pm:%s: Error on closing: %s"
3227 msgid "chm.pm: error on closing %s: %s"
32443228 msgstr "error menulis ke `%s'"
32453229
3246 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3247 #, fuzzy, perl-format
3248 msgid "tex4ht.pm:%s: Cannot open: %s"
3230 #: tp/init/latex2html.pm:200
3231 #, fuzzy, perl-format
3232 msgid "l2h: could not open latex file %s for writing: %s"
3233 msgstr "%s: tidak dapat membuka --css-file: %s"
3234
3235 #: tp/init/latex2html.pm:341
3236 msgid "l2h: L2H_TMP directory contains a dot"
3237 msgstr ""
3238
3239 #: tp/init/latex2html.pm:346
3240 msgid "l2h: current directory contains a dot"
3241 msgstr ""
3242
3243 #: tp/init/latex2html.pm:374
3244 #, perl-format
3245 msgid "l2h: command did not succeed: %s"
3246 msgstr ""
3247
3248 #: tp/init/latex2html.pm:422
3249 #, perl-format
3250 msgid "l2h: image has invalid extension: %s"
3251 msgstr ""
3252
3253 #: tp/init/latex2html.pm:438
3254 #, perl-format
3255 msgid "l2h: rename %s as %s failed: %s"
3256 msgstr ""
3257
3258 #: tp/init/latex2html.pm:460
3259 #, fuzzy, perl-format
3260 msgid "l2h: could not open %s: %s"
3261 msgstr "%s: tidak dapat membuka --css-file: %s"
3262
3263 #: tp/init/latex2html.pm:493
3264 #, perl-format
3265 msgid "latex2html.pm: end of @%s item %d not found"
3266 msgstr ""
3267
3268 #: tp/init/latex2html.pm:504
3269 #, perl-format
3270 msgid ""
3271 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3272 "of items found in the document"
3273 msgstr ""
3274
3275 #: tp/init/latex2html.pm:534
3276 #, perl-format
3277 msgid "l2h: could not determine the fragment %d for @%s"
3278 msgstr ""
3279
3280 #: tp/init/latex2html.pm:560
3281 #, perl-format
3282 msgid ""
3283 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3284 "HTML"
3285 msgstr ""
3286
3287 #: tp/init/latex2html.pm:621
3288 #, fuzzy, perl-format
3289 msgid "l2h: could not load %s: %s"
3290 msgstr "%s: tidak dapat membuka --css-file: %s"
3291
3292 #: tp/init/latex2html.pm:634
3293 #, fuzzy, perl-format
3294 msgid "l2h: could not open %s for writing: %s"
3295 msgstr "%s: tidak dapat membuka --css-file: %s"
3296
3297 #: tp/init/tex4ht.pm:123
3298 #, fuzzy, perl-format
3299 msgid "tex4ht.pm: could not open %s: %s"
32493300 msgstr "Tidak dapat menemukan `%s'."
32503301
32513302 #: tp/init/tex4ht.pm:219
3252 #, perl-format
3253 msgid "tex4ht.pm:%s: chdir failed: %s"
3254 msgstr ""
3303 #, fuzzy, perl-format
3304 msgid "tex4ht.pm: chdir %s failed: %s"
3305 msgstr "Tidak dapat menemukan `%s'."
32553306
32563307 #: tp/init/tex4ht.pm:232
32573308 #, perl-format
3258 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3309 msgid "tex4ht.pm: unable to return to initial directory: %s"
32593310 msgstr ""
32603311
32613312 #: tp/init/tex4ht.pm:244
32623313 #, fuzzy, perl-format
3263 msgid "tex4ht.pm: Output file missing: %s"
3314 msgid "tex4ht.pm: output file missing: %s"
32643315 msgstr "tidak dapat membuat berkas keluaran `%s'"
32653316
32663317 #: tp/init/tex4ht.pm:260
3267 #, perl-format
3268 msgid "tex4ht.pm: Command failed: %s"
3269 msgstr ""
3318 #, fuzzy, perl-format
3319 msgid "tex4ht.pm: command failed: %s"
3320 msgstr "Tidak dapat menemukan `%s'."
3321
3322 #: tp/init/tex4ht.pm:267
3323 #, fuzzy, perl-format
3324 msgid "tex4ht.pm: could not open: %s"
3325 msgstr "Tidak dapat menemukan `%s'."
32703326
32713327 #: tp/init/tex4ht.pm:293
32723328 #, perl-format
32773333 #, perl-format
32783334 msgid ""
32793335 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3280 "items found in the document"
3281 msgstr ""
3282
3283 #: tp/init/tex4ht.pm:319
3284 #, perl-format
3285 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3286 msgstr ""
3287
3288 #: tp/texi2any.pl:375
3336 "items found in the document for @%s"
3337 msgstr ""
3338
3339 #: tp/init/tex4ht.pm:320
3340 #, fuzzy, perl-format
3341 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3342 msgstr "tidak dapat membuat berkas keluaran `%s'"
3343
3344 #: tp/init/tex4ht.pm:335
3345 #, perl-format
3346 msgid ""
3347 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3348 "items found in the document for @%s"
3349 msgstr ""
3350
3351 #: tp/texi2any.pl:379
32893352 #, fuzzy, perl-format
32903353 msgid "error loading %s: %s\n"
32913354 msgstr "error menulis ke `%s'"
32923355
3293 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3294 #, fuzzy, perl-format
3295 msgid "Unknown variable %s\n"
3356 #: tp/texi2any.pl:392
3357 #, fuzzy, perl-format
3358 msgid "%s: unknown variable %s"
32963359 msgstr "Perintah `%s' tidak diketahui"
32973360
3298 #: tp/texi2any.pl:468
3299 #, fuzzy, perl-format
3300 msgid "Can't read init file %s"
3361 #: tp/texi2any.pl:396
3362 #, fuzzy, perl-format
3363 msgid "%s: obsolete variable %s\n"
3364 msgstr "Set variabel: "
3365
3366 #: tp/texi2any.pl:411
3367 #, fuzzy, perl-format
3368 msgid "%s: unknown variable %s\n"
3369 msgstr "Perintah `%s' tidak diketahui"
3370
3371 #: tp/texi2any.pl:415
3372 #, fuzzy, perl-format
3373 msgid "obsolete variable %s\n"
3374 msgstr "Set variabel: "
3375
3376 #: tp/texi2any.pl:480
3377 #, fuzzy, perl-format
3378 msgid "could not read init file %s"
33013379 msgstr "tidak dapat membuka berkas masukan `%s'"
33023380
3303 #: tp/texi2any.pl:619
3304 #, perl-format
3305 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3381 #: tp/texi2any.pl:633
3382 #, fuzzy, perl-format
3383 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
33063384 msgstr "%s: Mengabaikan nilai TEXINFO_OUTPUT_FORMAT tidak dikenal `%s'.\n"
33073385
3308 #: tp/texi2any.pl:691
3386 #: tp/texi2any.pl:710
33093387 #, fuzzy
33103388 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
33113389 msgstr "Penggunaan: %s [OPSI]... BERKAS-TEXINFO...\n"
33123390
3313 #: tp/texi2any.pl:692
3391 #: tp/texi2any.pl:711
33143392 #, fuzzy
33153393 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
33163394 msgstr "Penggunaan: %s [OPSI]... BERKAS-TEXINFO...\n"
33173395
3318 #: tp/texi2any.pl:694
3396 #: tp/texi2any.pl:713
33193397 msgid ""
33203398 "Translate Texinfo source documentation to various other formats, by default\n"
33213399 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
33243402 "Berkas info yang sesuai untuk pembacaan online dengan Emacs atau standalone "
33253403 "GNU Info.\n"
33263404
3327 #: tp/texi2any.pl:697
3405 #: tp/texi2any.pl:716
33283406 #, fuzzy, perl-format
33293407 msgid ""
33303408 "General options:\n"
33543432 " -v, --verbose jelaskan apa yang sedang dilakukan.\n"
33553433 " --version tampilkan informasi versi dan keluar.\n"
33563434
3357 #: tp/texi2any.pl:712
3435 #: tp/texi2any.pl:731
33583436 #, fuzzy
33593437 msgid ""
33603438 "Output format selection (default is to produce Info):\n"
33703448 " --xml keluarkan Texinfo XML daripada Info.\n"
33713449 " --plaintext keluarkan plain teks daripada Info.\n"
33723450
3373 #: tp/texi2any.pl:720
3451 #: tp/texi2any.pl:739
33743452 #, fuzzy
33753453 msgid ""
33763454 "General output options:\n"
34123490 " -o, --output=BERKAS keluarkan ke BERKAS (atau direktori jika split "
34133491 "HTML).\n"
34143492
3415 #: tp/texi2any.pl:740
3493 #: tp/texi2any.pl:759
34163494 #, perl-format
34173495 msgid ""
34183496 "Options for Info and plain text:\n"
34543532 " `asis', jaga indentasi yang sudah ada.\n"
34553533 " --split-size=NUM pisah berkas Info di ukuran NUM (baku %d).\n"
34563534
3457 #: tp/texi2any.pl:757
3535 #: tp/texi2any.pl:776
34583536 #, fuzzy
34593537 msgid ""
34603538 "Options for HTML:\n"
34783556 " hasilkan nama berkas dalam transliterasi "
34793557 "ASCII.\n"
34803558
3481 #: tp/texi2any.pl:768
3559 #: tp/texi2any.pl:787
34823560 msgid ""
34833561 "Options for XML and Docbook:\n"
34843562 " --output-indent=VAL does nothing, retained for compatibility.\n"
34853563 msgstr ""
34863564
3487 #: tp/texi2any.pl:771
3565 #: tp/texi2any.pl:790
34883566 msgid ""
34893567 "Options for DVI/PS/PDF:\n"
34903568 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34913569 msgstr ""
34923570
3493 #: tp/texi2any.pl:774
3571 #: tp/texi2any.pl:793
34943572 #, fuzzy
34953573 msgid ""
34963574 "Input file options:\n"
35083586 " -U VAR tidak definisikan variabel VAR, sama dengan "
35093587 "@clear.\n"
35103588
3511 #: tp/texi2any.pl:781
3589 #: tp/texi2any.pl:800
35123590 #, fuzzy
35133591 msgid ""
35143592 "Conditional processing in input:\n"
35473625 "\n"
35483626 " Juga, untuk opsi --no-ifFORMAT, jangan proses @ifnotFORMAT teks.\n"
35493627
3550 #: tp/texi2any.pl:798
3628 #: tp/texi2any.pl:817
35513629 #, fuzzy
35523630 msgid ""
35533631 " The defaults for the @if... conditionals depend on the output format:\n"
35643642 "off;\n"
35653643 " jika menghasilkan XML, --ifxml adalah on dan yang lain adalah off.\n"
35663644
3567 #: tp/texi2any.pl:805
3645 #: tp/texi2any.pl:824
35683646 #, fuzzy
35693647 msgid ""
35703648 "Examples:\n"
35943672 " makeinfo --no-split foo.texi tulis satu berkas Info walaupun "
35953673 "besar\n"
35963674
3597 #: tp/texi2any.pl:852
3675 #: tp/texi2any.pl:871
35983676 #, perl-format
35993677 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
36003678 msgstr ""
36013679 "%s: --footnote-style arg harus berupa `separate' atau `end', bukan `%s'.\n"
36023680
3603 #: tp/texi2any.pl:934
3681 #: tp/texi2any.pl:953
36043682 #, perl-format
36053683 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
36063684 msgstr ""
36073685 "%s: --paragraph-indent arg harus berupa numerik/`none'/`asis', bukan `%s'.\n"
36083686
3609 #: tp/texi2any.pl:1011
3610 #, perl-format
3611 msgid "when generating %s, only one input FILE may be specified with -o"
3612 msgstr ""
3613
3614 #: tp/texi2any.pl:1015
3687 #: tp/texi2any.pl:1030
3688 #, perl-format
3689 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3690 msgstr ""
3691
3692 #: tp/texi2any.pl:1034
36153693 msgid "--Xopt option without printed output"
36163694 msgstr ""
36173695
3618 #: tp/texi2any.pl:1025
3619 #, fuzzy, perl-format
3620 msgid "Unknown tree transformation %s"
3696 #: tp/texi2any.pl:1044
3697 #, fuzzy, perl-format
3698 msgid "unknown tree transformation %s"
36213699 msgstr "Perintah `%s' tidak diketahui"
36223700
3623 #: tp/texi2any.pl:1032
3624 #, perl-format
3625 msgid "Ignoring splitting for format %s"
3626 msgstr ""
3627
3628 #: tp/texi2any.pl:1081
3701 #: tp/texi2any.pl:1051
3702 #, perl-format
3703 msgid "ignoring splitting for format %s"
3704 msgstr ""
3705
3706 #: tp/texi2any.pl:1101
36293707 #, perl-format
36303708 msgid "%s: missing file argument.\n"
36313709 msgstr "%s: hilang argumen berkas.\n"
36323710
3633 #: tp/texi2any.pl:1082
3711 #: tp/texi2any.pl:1102
36343712 #, perl-format
36353713 msgid "Try `%s --help' for more information.\n"
36363714 msgstr "Coba `%s --help' untuk informasi lebih lanjut.\n"
36373715
3638 #: tp/texi2any.pl:1153
3716 #: tp/texi2any.pl:1173
36393717 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36403718 msgstr ""
36413719
3642 #: tp/texi2any.pl:1175
3643 #, fuzzy, perl-format
3644 msgid "Error on closing macro expand file %s: %s\n"
3720 #: tp/texi2any.pl:1195
3721 #, fuzzy, perl-format
3722 msgid "error on closing macro expand file %s: %s\n"
36453723 msgstr "error menutup berkas keluaran `%s'"
36463724
3647 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3648 #, fuzzy, perl-format
3649 msgid "Could not open %s for writing: %s\n"
3725 #: tp/texi2any.pl:1201
3726 #, fuzzy, perl-format
3727 msgid "could not open %s for writing: %s\n"
36503728 msgstr "%s: tidak dapat membuka --css-file: %s"
36513729
3652 #: tp/texi2any.pl:1205
3730 #: tp/texi2any.pl:1226
36533731 msgid ""
36543732 "insert_nodes_for_sectioning_commands transformation return no result. No "
36553733 "section?"
36563734 msgstr ""
36573735
3658 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3659 #, fuzzy, perl-format
3660 msgid "Error on closing %s: %s\n"
3736 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3737 #, fuzzy, perl-format
3738 msgid "%s: error on closing %s: %s\n"
36613739 msgstr "error menulis ke `%s'"
36623740
3663 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3664 #, perl-format
3665 msgid "Error on closing internal links file %s: %s\n"
3666 msgstr ""
3741 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3742 #, fuzzy, perl-format
3743 msgid "%s: error on closing internal links file %s: %s\n"
3744 msgstr "error menutup berkas keluaran `%s'"
3745
3746 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3747 #, fuzzy, perl-format
3748 msgid "%s: could not open %s for writing: %s\n"
3749 msgstr "%s: tidak dapat membuka --css-file: %s"
36673750
36683751 #: util/texindex.c:223
36693752 msgid "display this help and exit"
37243807 msgstr "masukan %s mengikuti sebuah masukan dengan nama cadangan"
37253808
37263809 #, fuzzy
3810 #~ msgid "Can't create directories `%s': %s"
3811 #~ msgstr "Tidak dapat membuat direktori `%s': %s"
3812
3813 #, fuzzy
3814 #~ msgid "Can't read file %s: %s"
3815 #~ msgstr "Tidak dapat menghapus berkas `%s': %s"
3816
3817 #, fuzzy
3818 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3819 #~ msgstr "%s:%d: peringatan: "
3820
3821 #, fuzzy
3822 #~ msgid "%s:%d: warning: %s\n"
3823 #~ msgstr "%s:%d: peringatan: "
3824
3825 #, fuzzy
3826 #~ msgid "warning: %s\n"
3827 #~ msgstr "%s:%d: peringatan: "
3828
3829 #, fuzzy
3830 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3831 #~ msgstr "%s: tidak dapat membuka --css-file: %s"
3832
3833 #, fuzzy
37273834 #~ msgid "tex4ht error opening %s: %s"
37283835 #~ msgstr "error menulis ke `%s'"
37293836
37303837 #, fuzzy
3731 #~ msgid "Error on closing renamed nodes file %s: %s"
3732 #~ msgstr "error menutup berkas keluaran `%s'"
3733
3734 #, fuzzy
37353838 #~ msgid "Node `%s' that is to be renamed exists"
37363839 #~ msgstr "Indeks `%s' telah ada"
37373840
3738 #, fuzzy
3739 #~ msgid "Unknown variable %s"
3740 #~ msgstr "Perintah `%s' tidak diketahui"
3741
37423841 #~ msgid "ferror on stdout\n"
37433842 #~ msgstr "ferror dalam stdout\n"
37443843
38523951
38533952 #~ msgid "Footnotes"
38543953 #~ msgstr "Catatan kaki"
3855
3856 #~ msgid "%s: could not open --css-file: %s"
3857 #~ msgstr "%s: tidak dapat membuka --css-file: %s"
38583954
38593955 #~ msgid "[unexpected] no html tag to pop"
38603956 #~ msgstr "[unexpected] tidak ada tag html untuk pop"
41564252
41574253 #~ msgid "Expected `%s'"
41584254 #~ msgstr "Diduga `%s'"
4159
4160 #~ msgid "Can't create directory `%s': %s"
4161 #~ msgstr "Tidak dapat membuat direktori `%s': %s"
41624255
41634256 #~ msgid "No `%s' found in `%s'"
41644257 #~ msgstr "Tidak ada `%s' ditemukan dalam `%s'"
Binary diff not shown
+599
-485
po/it.po less more
66 msgstr ""
77 "Project-Id-Version: texinfo 4.13.92\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
9 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1010 "PO-Revision-Date: 2013-01-07 11:26+0100\n"
1111 "Last-Translator: Francesco Groccia <frgroccia@gmail.com>\n"
1212 "Language-Team: Italian <tp@lists.linux.it>\n"
397397 msgstr "Usare «--help» per maggiori informazioni.\n"
398398
399399 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
400 #: tp/texi2any.pl:829 util/texindex.c:295
400 #: tp/texi2any.pl:848 util/texindex.c:295
401401 #, c-format, perl-format
402402 msgid ""
403403 "Copyright (C) %s Free Software Foundation, Inc.\n"
21422142 " --test ignora l'aggiornamento del DIR-FILE.\n"
21432143 " --version mostra le informazioni di versione ed esce."
21442144
2145 #: install-info/install-info.c:598 tp/texi2any.pl:817
2145 #: install-info/install-info.c:598 tp/texi2any.pl:836
21462146 msgid ""
21472147 "Email bug reports to bug-texinfo@gnu.org,\n"
21482148 "general questions and discussion to help-texinfo@gnu.org.\n"
22582258 msgstr "nessuna voce trovata per «%s»; nulla da eliminare"
22592259
22602260 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2261 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2262 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2263 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2264 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2265 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2266 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2261 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2262 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2263 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2264 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2265 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2266 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
22672267 #: tp/Texinfo/Convert/TexinfoXML.pm:429
2268 #, perl-format
2269 msgid "Could not open %s for writing: %s"
2268 #, fuzzy, perl-format
2269 msgid "could not open %s for writing: %s"
22702270 msgstr "Impossibile aprire %s per la scrittura: %s"
22712271
22722272 #: tp/Texinfo/Common.pm:850
22922292 msgid "%s is not a valid split possibility"
22932293 msgstr "%s non è una valida possibilità di divisione"
22942294
2295 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2296 #, perl-format
2297 msgid "Cannot read %s: %s"
2295 #: tp/Texinfo/Common.pm:1096
2296 #, fuzzy, perl-format
2297 msgid "could not read %s: %s"
22982298 msgstr "Impossibile leggere %s: %s"
22992299
2300 #: tp/Texinfo/Common.pm:1113
2301 #, fuzzy, perl-format
2302 msgid "Error on closing @verbatiminclude file %s: %s"
2300 #: tp/Texinfo/Common.pm:1114
2301 #, fuzzy, perl-format
2302 msgid "error on closing @verbatiminclude file %s: %s"
23032303 msgstr "Errore durante la chiusura del file @verbatiminclude %s: %s"
23042304
2305 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2306 #, perl-format
2307 msgid "@%s: Cannot find %s"
2305 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2306 #, fuzzy, perl-format
2307 msgid "@%s: could not find %s"
23082308 msgstr "@%s: Impossibile trovare «%s»"
23092309
2310 #: tp/Texinfo/Common.pm:1416
2311 #, perl-format
2312 msgid "Cannot open html refs config file %s: %s"
2310 #: tp/Texinfo/Common.pm:1417
2311 #, fuzzy, perl-format
2312 msgid "could not open html refs config file %s: %s"
23132313 msgstr ""
23142314 "Impossibile aprire il file di configurazione dei riferimenti HTML %s: %s"
23152315
2316 #: tp/Texinfo/Common.pm:1444
2317 msgid "Missing type"
2316 #: tp/Texinfo/Common.pm:1445
2317 #, fuzzy
2318 msgid "missing type"
23182319 msgstr "Tipo mancante"
23192320
2320 #: tp/Texinfo/Common.pm:1447
2321 #, perl-format
2322 msgid "Unrecognized type: %s"
2321 #: tp/Texinfo/Common.pm:1448
2322 #, fuzzy, perl-format
2323 msgid "unrecognized type: %s"
23232324 msgstr "Tipo non riconosciuto: %s"
23242325
2325 #: tp/Texinfo/Common.pm:1463
2326 #, perl-format
2327 msgid "Error on closing html refs config file %s: %s"
2326 #: tp/Texinfo/Common.pm:1465
2327 #, fuzzy, perl-format
2328 msgid "error on closing html refs config file %s: %s"
23282329 msgstr ""
23292330 "Errore durante la chiusura del file di configurazione dei riferimenti HTML "
23302331 "%s: %s"
23312332
2332 #: tp/Texinfo/Common.pm:1498
2333 #, perl-format
2334 msgid "%s:%d: no node to be renamed\n"
2333 #: tp/Texinfo/Common.pm:1500
2334 #, fuzzy
2335 msgid "no node to be renamed"
23352336 msgstr "%s:%d: nessun nodo da rinominare\n"
23362337
2337 #: tp/Texinfo/Common.pm:1509
2338 #, perl-format
2339 msgid "%s:%d: nodes without a new name at the end of file\n"
2338 #: tp/Texinfo/Common.pm:1511
2339 #, fuzzy
2340 msgid "nodes without a new name at the end of file"
23402341 msgstr "%s:%d: nodi senza un nuovo nome alla fine del file\n"
23412342
2342 #: tp/Texinfo/Common.pm:2000
2343 #, perl-format
2344 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2345 msgstr "protect_hashchar_at_line_beginning non protetto in @%s"
2343 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2344 #, fuzzy, perl-format
2345 msgid "could not open %s: %s"
2346 msgstr "Impossibile aprire %s per la scrittura: %s"
2347
2348 #: tp/Texinfo/Common.pm:2002
2349 #, perl-format
2350 msgid "could not protect hash character in @%s"
2351 msgstr ""
23462352
23472353 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2348 #: tp/texi2any.pl:387 tp/texi2any.pl:404
23492354 #, perl-format
23502355 msgid "Obsolete variable %s\n"
23512356 msgstr "Variabile %s obsoleta\n"
23522357
23532358 #: tp/Texinfo/Convert/Converter.pm:601
2354 #, perl-format
2355 msgid "Can't create directories `%s' or `%s': %s"
2359 #, fuzzy, perl-format
2360 msgid "could not create directories `%s' or `%s': %s"
23562361 msgstr "Impossibile creare le directory «%s» o «%s»: %s"
23572362
23582363 #: tp/Texinfo/Convert/Converter.pm:609
2359 #, perl-format
2360 msgid "Can't create directories `%s': %s"
2364 #, fuzzy, perl-format
2365 msgid "could not create directory `%s': %s"
23612366 msgstr "Impossibile creare le directory «%s»: %s"
23622367
2363 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2364 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2365 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2366 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2367 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2368 #, perl-format
2369 msgid "Error on closing %s: %s"
2368 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2369 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2370 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2371 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2372 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2373 #, fuzzy, perl-format
2374 msgid "error on closing %s: %s"
23702375 msgstr "Errore durante la chiusura di %s: %s"
23712376
2372 #: tp/Texinfo/Convert/DocBook.pm:898
2377 #: tp/Texinfo/Convert/DocBook.pm:899
23732378 #, perl-format
23742379 msgid "@image file `%s' not found, using `%s'"
23752380 msgstr "file @image «%s» non trovato, verrà usato «%s»"
23762381
2377 #: tp/Texinfo/Convert/HTML.pm:1677
2382 #: tp/Texinfo/Convert/HTML.pm:1678
23782383 #, perl-format
23792384 msgid "@image file `%s' (for HTML) not found, using `%s'"
23802385 msgstr "File immagine «%s» (per il formato HTML) non trovato, verrà usato «%s»"
23812386
2382 #: tp/Texinfo/Convert/HTML.pm:2345
2383 #, perl-format
2384 msgid "Raw format %s is not converted"
2387 #: tp/Texinfo/Convert/HTML.pm:2347
2388 #, fuzzy, perl-format
2389 msgid "raw format %s is not converted"
23852390 msgstr "Il formato grezzo %s non è convertito"
23862391
2387 #: tp/Texinfo/Convert/HTML.pm:4814
2388 #, perl-format
2389 msgid "%s:%d: string not closed in css file"
2392 #: tp/Texinfo/Convert/HTML.pm:4816
2393 #, fuzzy
2394 msgid "string not closed in css file"
23902395 msgstr "%s:%d: stringa non chiusa nel file CSS"
23912396
2392 #: tp/Texinfo/Convert/HTML.pm:4816
2393 #, perl-format
2394 msgid "%s:%d: --css-include ended in comment"
2397 #: tp/Texinfo/Convert/HTML.pm:4818
2398 #, fuzzy
2399 msgid "--css-include ended in comment"
23952400 msgstr "%s:%d: --css-include termina con un commento"
23962401
2397 #: tp/Texinfo/Convert/HTML.pm:4818
2398 #, fuzzy, perl-format
2399 msgid "%s:%d: @import not finished in css file"
2402 #: tp/Texinfo/Convert/HTML.pm:4820
2403 #, fuzzy
2404 msgid "@import not finished in css file"
24002405 msgstr "%s:%d @import non terminato nel file CSS"
24012406
2402 #: tp/Texinfo/Convert/HTML.pm:4844
2403 #, perl-format
2404 msgid "css file %s not found"
2407 #: tp/Texinfo/Convert/HTML.pm:4846
2408 #, fuzzy, perl-format
2409 msgid "CSS file %s not found"
24052410 msgstr "File CSS %s non trovato"
24062411
2407 #: tp/Texinfo/Convert/HTML.pm:4850
2412 #: tp/Texinfo/Convert/HTML.pm:4852
24082413 #, perl-format
24092414 msgid "could not open --include-file %s: %s"
24102415 msgstr "impossibile aprire --include-file %s: %s"
24112416
2412 #: tp/Texinfo/Convert/HTML.pm:4860
2413 #, perl-format
2414 msgid "Error on closing CSS file %s: %s"
2417 #: tp/Texinfo/Convert/HTML.pm:4862
2418 #, fuzzy, perl-format
2419 msgid "error on closing CSS file %s: %s"
24152420 msgstr "Errore durante la chiusura del file CSS %s: %s"
24162421
2417 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2418 #, perl-format
2419 msgid "No htmlxref.cnf entry found for `%s'"
2422 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2423 #, fuzzy, perl-format
2424 msgid "no htmlxref.cnf entry found for `%s'"
24202425 msgstr "Nessuna voce htmlxref.cnf trovata per «%s»"
24212426
2422 #: tp/Texinfo/Convert/HTML.pm:6495
2423 #, perl-format
2424 msgid "Error on closing frame file %s: %s"
2427 #: tp/Texinfo/Convert/HTML.pm:6506
2428 #, fuzzy, perl-format
2429 msgid "error on closing frame file %s: %s"
24252430 msgstr "Errore durante la chiusura del file frame %s: %s"
24262431
2427 #: tp/Texinfo/Convert/HTML.pm:6519
2428 #, perl-format
2429 msgid "Error on closing TOC frame file %s: %s"
2432 #: tp/Texinfo/Convert/HTML.pm:6530
2433 #, fuzzy, perl-format
2434 msgid "error on closing TOC frame file %s: %s"
24302435 msgstr "Errore durante la chiusura del file TOC frame %s: %s"
24312436
2432 #: tp/Texinfo/Convert/HTML.pm:6634
2433 #, perl-format
2434 msgid "Handler %s of stage %s priority %s failed"
2437 #: tp/Texinfo/Convert/HTML.pm:6645
2438 #, fuzzy, perl-format
2439 msgid "handler %s of stage %s priority %s failed"
24352440 msgstr "Gestore %s dello stage %s con priorità %s fallito"
24362441
2437 #: tp/Texinfo/Convert/HTML.pm:6835
2438 msgid "Must specify a title with a title command or @top"
2442 #: tp/Texinfo/Convert/HTML.pm:6846
2443 #, fuzzy
2444 msgid "must specify a title with a title command or @top"
24392445 msgstr "È necessario specificare un titolo con un comando «title» o @top"
24402446
2441 #: tp/Texinfo/Convert/HTML.pm:7040
2442 #, perl-format
2443 msgid "Error on closing redirection node file %s: %s"
2447 #: tp/Texinfo/Convert/HTML.pm:7055
2448 #, fuzzy, perl-format
2449 msgid "error on closing redirection node file %s: %s"
24442450 msgstr "Errore durante la chiusura del file del nodo di redirezione %s: %s"
24452451
2446 #: tp/Texinfo/Convert/HTML.pm:7065
2447 #, perl-format
2448 msgid "Old name for `%s' is a node of the document"
2452 #: tp/Texinfo/Convert/HTML.pm:7080
2453 #, fuzzy, perl-format
2454 msgid "old name for `%s' is a node of the document"
24492455 msgstr "Il vecchio nome per «%s» è un nodo del documento"
24502456
2451 #: tp/Texinfo/Convert/HTML.pm:7069
2452 #, perl-format
2453 msgid "File empty for renamed node `%s'"
2457 #: tp/Texinfo/Convert/HTML.pm:7086
2458 #, fuzzy, perl-format
2459 msgid "file empty for renamed node `%s'"
24542460 msgstr "File vuoto per il nodo rinominato «%s»"
24552461
2456 #: tp/Texinfo/Convert/HTML.pm:7081
2457 #, perl-format
2458 msgid "Target node (new name for `%s') not in document: %s"
2462 #: tp/Texinfo/Convert/HTML.pm:7100
2463 #, fuzzy, perl-format
2464 msgid "target node (new name for `%s') not in document: %s"
24592465 msgstr "Il nodo di riferimento (nuovo nome per «%s») non è nel documento: %s"
24602466
2461 #: tp/Texinfo/Convert/HTML.pm:7113
2462 #, perl-format
2463 msgid "Error on closing renamed node redirection file %s: %s"
2467 #: tp/Texinfo/Convert/HTML.pm:7132
2468 #, fuzzy, perl-format
2469 msgid "error on closing renamed node redirection file %s: %s"
24642470 msgstr "Errore durante la chiusura del file dei nodi rinominato %s: %s"
24652471
2466 #: tp/Texinfo/Convert/HTML.pm:7151
2467 msgid "Empty node name"
2472 #: tp/Texinfo/Convert/HTML.pm:7170
2473 #, fuzzy
2474 msgid "empty node name"
24682475 msgstr "Nome del nodo vuoto"
24692476
2470 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2471 #, perl-format
2472 msgid "Syntax for an external node used for `%s'"
2477 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2478 #, fuzzy, perl-format
2479 msgid "syntax for an external node used for `%s'"
24732480 msgstr "Sintassi per un nodo esterno usata per «%s»"
24742481
24752482 #: tp/Texinfo/Convert/Info.pm:99
2476 msgid "Document without nodes."
2483 #, fuzzy
2484 msgid "document without nodes"
24772485 msgstr "Documento senza nodi."
24782486
2479 #: tp/Texinfo/Convert/Info.pm:115
2480 msgid "Document without Top node."
2487 #: tp/Texinfo/Convert/Info.pm:116
2488 #, fuzzy
2489 msgid "document without Top node"
24812490 msgstr "Documento senza il nodo «Top»."
24822491
2483 #: tp/Texinfo/Convert/Info.pm:151
2484 #, perl-format
2485 msgid "Rename %s failed: %s"
2492 #: tp/Texinfo/Convert/Info.pm:153
2493 #, fuzzy, perl-format
2494 msgid "rename %s failed: %s"
24862495 msgstr "Rinomina di %s fallita: %s"
24872496
2488 #: tp/Texinfo/Convert/Info.pm:226
2497 #: tp/Texinfo/Convert/Info.pm:228
24892498 #, perl-format
24902499 msgid "@%s output more than once: %s"
24912500 msgstr "output di @%s «%s» più di una volta"
24922501
2493 #: tp/Texinfo/Convert/Info.pm:340
2502 #: tp/Texinfo/Convert/Info.pm:346
24942503 #, perl-format
24952504 msgid "@%s outside of any node"
24962505 msgstr "@%s non presente in alcun nodo"
24972506
2498 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2499 #, perl-format
2500 msgid "Entry for index `%s' outside of any node"
2507 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2508 #, fuzzy, perl-format
2509 msgid "entry for index `%s' outside of any node"
25012510 msgstr "Voce per l'indice «%s» non presente in alcun nodo"
25022511
25032512 #: tp/Texinfo/Convert/Plaintext.pm:1217
25042513 #, fuzzy, perl-format
2505 msgid "Error on closing image text file %s: %s"
2514 msgid "error on closing image text file %s: %s"
25062515 msgstr "Errore durante la chiusura del file testo dell'immagine %s: %s"
25072516
25082517 #: tp/Texinfo/Convert/Plaintext.pm:1222
25102519 msgid "@image file `%s' unreadable: %s"
25112520 msgstr "file @image «%s» non leggibile: %s"
25122521
2513 #: tp/Texinfo/Convert/Plaintext.pm:1250
2514 #, perl-format
2515 msgid "Cannot find @image file `%s.txt' nor alternate text"
2522 #: tp/Texinfo/Convert/Plaintext.pm:1251
2523 #, fuzzy, perl-format
2524 msgid "could not find @image file `%s.txt' nor alternate text"
25162525 msgstr "Impossibile trovare il file @image «%s.txt» né testo alternativo"
25172526
2518 #: tp/Texinfo/Convert/Plaintext.pm:1615
2527 #: tp/Texinfo/Convert/Plaintext.pm:1617
25192528 msgid ""
25202529 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
25212530 "avoid that"
25232532 "@strong{Nota...} produce un riferimento falso; riscrivilo per evitare che "
25242533 "non succeda"
25252534
2526 #: tp/Texinfo/Convert/Plaintext.pm:1845
2535 #: tp/Texinfo/Convert/Plaintext.pm:1849
25272536 #, perl-format
25282537 msgid "`.' or `,' must follow @xref, not %s"
25292538 msgstr "«.» o «,» devono seguire @xref, non %s"
25302539
2531 #: tp/Texinfo/Convert/Plaintext.pm:1847
2540 #: tp/Texinfo/Convert/Plaintext.pm:1852
25322541 msgid "`.' or `,' must follow @xref"
25332542 msgstr "«.» o «,» devono seguire @xref"
25342543
25372546 msgid "@%s should only appear at beginning or end of document"
25382547 msgstr "@%s dovrebbe apparire solo all'inizio o alla fine del documento"
25392548
2540 #: tp/Texinfo/Parser.pm:837
2541 #, perl-format
2542 msgid "Can't read file %s: %s"
2543 msgstr "Impossibile leggere il file «%s»: %s"
2544
25452549 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
2546 #, perl-format
2547 msgid "Multiple @%s"
2550 #, fuzzy, perl-format
2551 msgid "multiple @%s"
25482552 msgstr "@%s multiplo"
25492553
25502554 #: tp/Texinfo/Parser.pm:1100
2551 #, perl-format
2552 msgid "Bad syntax for @%s argument: %s"
2555 #, fuzzy, perl-format
2556 msgid "bad syntax for @%s argument: %s"
25532557 msgstr "Sintassi errata per l'argomento @%s: %s"
25542558
25552559 #: tp/Texinfo/Parser.pm:1116
2556 #, perl-format
2557 msgid "Bad or empty @%s formal argument: %s"
2560 #, fuzzy, perl-format
2561 msgid "bad or empty @%s formal argument: %s"
25582562 msgstr "Errato o vuoto argomento formale @%s: %s"
25592563
2560 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2561 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2562 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2564 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2565 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2566 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
25632567 #, perl-format
25642568 msgid "%c%s requires a name"
25652569 msgstr "%c%s richiede un nome"
25662570
2567 #: tp/Texinfo/Parser.pm:1235
2571 #: tp/Texinfo/Parser.pm:1238
25682572 #, perl-format
25692573 msgid "%c%s missing close brace"
25702574 msgstr "%c%s parentesi di chiusura mancante"
25712575
2572 #: tp/Texinfo/Parser.pm:1238
2576 #: tp/Texinfo/Parser.pm:1241
25732577 #, perl-format
25742578 msgid "@%s missing closing delimiter sequence: %s}"
25752579 msgstr "sequenza di delimitazione di chiusura mancante in @%s: %s}"
25762580
2577 #: tp/Texinfo/Parser.pm:1351
2581 #: tp/Texinfo/Parser.pm:1354
25782582 #, perl-format
25792583 msgid "@itemx should not begin @%s"
25802584 msgstr "@itemx non dovrebbe iniziare @%s"
25812585
2582 #: tp/Texinfo/Parser.pm:1419
2586 #: tp/Texinfo/Parser.pm:1422
25832587 msgid "@itemx must follow @item"
25842588 msgstr "@itemx deve seguire @item"
25852589
2586 #: tp/Texinfo/Parser.pm:1587
2590 #: tp/Texinfo/Parser.pm:1590
25872591 #, perl-format
25882592 msgid "@%s has text but no @item"
25892593 msgstr "@%s ha testo ma non @item"
25902594
2591 #: tp/Texinfo/Parser.pm:1617
2595 #: tp/Texinfo/Parser.pm:1620
25922596 #, perl-format
25932597 msgid "`@end' expected `%s', but saw `%s'"
25942598 msgstr ""
25952599 "«@end» si aspettava il carattere «%s», ma è stato letto il carattere «%s»"
25962600
2597 #: tp/Texinfo/Parser.pm:1620
2601 #: tp/Texinfo/Parser.pm:1623
25982602 #, perl-format
25992603 msgid "@%s seen before @end %s"
26002604 msgstr "@%s visto prima di @end %s"
26012605
2602 #: tp/Texinfo/Parser.pm:1624
2603 #, perl-format
2604 msgid "No matching `%cend %s'"
2606 #: tp/Texinfo/Parser.pm:1627
2607 #, fuzzy, perl-format
2608 msgid "no matching `%cend %s'"
26052609 msgstr "Nessun corrispondente «%cend %s»"
26062610
2607 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2608 #: tp/Texinfo/Parser.pm:5125
2609 #, perl-format
2610 msgid "Misplaced %c"
2611 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2612 #: tp/Texinfo/Parser.pm:5150
2613 #, fuzzy, perl-format
2614 msgid "misplaced %c"
26112615 msgstr "%c fuori luogo"
26122616
2613 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2614 #, perl-format
2615 msgid "Unmatched `%c%s'"
2617 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2618 #, fuzzy, perl-format
2619 msgid "unmatched `%c%s'"
26162620 msgstr "«%c%s» senza corrispondenza"
26172621
2618 #: tp/Texinfo/Parser.pm:1972
2619 #, perl-format
2620 msgid "Macro `%s' called with too many args"
2622 #: tp/Texinfo/Parser.pm:1976
2623 #, fuzzy, perl-format
2624 msgid "macro `%s' called with too many args"
26212625 msgstr "Macro «%s» chiamata con troppi argomenti"
26222626
2623 #: tp/Texinfo/Parser.pm:1994
2627 #: tp/Texinfo/Parser.pm:1998
26242628 #, perl-format
26252629 msgid "@%s missing close brace"
26262630 msgstr "%s parentesi di chiusura mancante"
26272631
2628 #: tp/Texinfo/Parser.pm:2001
2629 #, perl-format
2630 msgid "Macro `%s' declared without argument called with an argument"
2632 #: tp/Texinfo/Parser.pm:2006
2633 #, fuzzy, perl-format
2634 msgid "macro `%s' declared without argument called with an argument"
26312635 msgstr ""
26322636 "La macro «%s» dichiarata senza argomenti è stata chiamata con un argomento"
26332637
2634 #: tp/Texinfo/Parser.pm:2035
2638 #: tp/Texinfo/Parser.pm:2041
26352639 #, perl-format
26362640 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
26372641 msgstr ""
26382642 "\\ nell'espansione della macro @%s seguita da «%s» anziché dal nome del "
26392643 "parametro opppure \\"
26402644
2641 #: tp/Texinfo/Parser.pm:2430
2645 #: tp/Texinfo/Parser.pm:2436
26422646 #, perl-format
26432647 msgid "@%s `%s' previously defined"
26442648 msgstr "@%s «%s» già definita precedentemente"
26452649
2646 #: tp/Texinfo/Parser.pm:2435
2650 #: tp/Texinfo/Parser.pm:2441
26472651 #, perl-format
26482652 msgid "here is the previous definition as @%s"
26492653 msgstr "ecco la definizione precedente come @%s"
26502654
2651 #: tp/Texinfo/Parser.pm:2796
2652 #, perl-format
2653 msgid "Missing name for @%s"
2655 #: tp/Texinfo/Parser.pm:2802
2656 #, fuzzy, perl-format
2657 msgid "missing name for @%s"
26542658 msgstr "Nome mancante per @%s"
26552659
2656 #: tp/Texinfo/Parser.pm:2801
2657 #, perl-format
2658 msgid "Missing category for @%s"
2660 #: tp/Texinfo/Parser.pm:2807
2661 #, fuzzy, perl-format
2662 msgid "missing category for @%s"
26592663 msgstr "Categoria mancante per @%s"
26602664
2661 #: tp/Texinfo/Parser.pm:2853
2662 #, perl-format
2663 msgid "Unexpected argument on @%s line: %s"
2665 #: tp/Texinfo/Parser.pm:2859
2666 #, fuzzy, perl-format
2667 msgid "unexpected argument on @%s line: %s"
26642668 msgstr "Argomento inaspettato nella riga @%s: %s"
26652669
2666 #: tp/Texinfo/Parser.pm:2869
2670 #: tp/Texinfo/Parser.pm:2875
26672671 msgid "empty multitable"
26682672 msgstr "multitabella vuota"
26692673
2670 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2671 #, perl-format
2672 msgid "Superfluous argument to @%s"
2674 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2675 #, fuzzy, perl-format
2676 msgid "superfluous argument to @%s"
26732677 msgstr "Argomento superfluo per @%s"
26742678
2675 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2676 #: tp/Texinfo/Parser.pm:5379
2677 #, perl-format
2678 msgid "Bad argument to @%s"
2679 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2680 #: tp/Texinfo/Parser.pm:5405
2681 #, fuzzy, perl-format
2682 msgid "bad argument to @%s"
26792683 msgstr "Argomento errato per @%s"
26802684
2681 #: tp/Texinfo/Parser.pm:2942
2685 #: tp/Texinfo/Parser.pm:2948
26822686 #, perl-format
26832687 msgid "%s requires an argument: the formatter for %citem"
26842688 msgstr "%s richiede un argomento: formattatore per %citem"
26852689
2686 #: tp/Texinfo/Parser.pm:2947
2687 #, perl-format
2688 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2690 #: tp/Texinfo/Parser.pm:2953
2691 #, fuzzy, perl-format
2692 msgid "command @%s not accepting argument in brace should not be on @%s line"
26892693 msgstr ""
26902694 "Il comando @%s che non accetta argomento in parentesi graffe, non dovrebbe "
26912695 "essere sulla riga @%s"
26922696
2693 #: tp/Texinfo/Parser.pm:2982
2694 #, perl-format
2695 msgid "Accent command `@%s' not allowed as @%s argument"
2697 #: tp/Texinfo/Parser.pm:2988
2698 #, fuzzy, perl-format
2699 msgid "accent command `@%s' not allowed as @%s argument"
26962700 msgstr ""
26972701 "Il comando per accentare «@%s» non è stato accettato come argomento @%s"
26982702
2699 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2700 #: tp/Texinfo/Parser.pm:5338
2703 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2704 #: tp/Texinfo/Parser.pm:5364
27012705 #, perl-format
27022706 msgid "@%s missing argument"
27032707 msgstr "argomento mancante per @%s"
27042708
2705 #: tp/Texinfo/Parser.pm:3072
2706 #, perl-format
2707 msgid "Unknown @end %s"
2709 #: tp/Texinfo/Parser.pm:3078
2710 #, fuzzy, perl-format
2711 msgid "unknown @end %s"
27082712 msgstr "@end %s sconosciuto"
27092713
2710 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2711 #, perl-format
2712 msgid "Superfluous argument to @%s %s: %s"
2714 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2715 #, fuzzy, perl-format
2716 msgid "superfluous argument to @%s %s: %s"
27132717 msgstr "Argomento superfluo per @%s %s: %s"
27142718
2715 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2716 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2717 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2718 #, perl-format
2719 msgid "Bad argument to @%s: %s"
2719 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2720 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2721 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2722 #, fuzzy, perl-format
2723 msgid "bad argument to @%s: %s"
27202724 msgstr "Argomento errato per @%s: %s"
27212725
2722 #: tp/Texinfo/Parser.pm:3118
2723 #, perl-format
2724 msgid "@%s: Cannot open %s: %s"
2726 #: tp/Texinfo/Parser.pm:3124
2727 #, fuzzy, perl-format
2728 msgid "@%s: could not open %s: %s"
27252729 msgstr "%s: impossibile aprire %s: %s"
27262730
2727 #: tp/Texinfo/Parser.pm:3130
2728 #, perl-format
2729 msgid "Encoding `%s' is not a canonical texinfo encoding"
2731 #: tp/Texinfo/Parser.pm:3136
2732 #, fuzzy, perl-format
2733 msgid "encoding `%s' is not a canonical texinfo encoding"
27302734 msgstr "La codifica «%s» non è una codifica texinfo canonica"
27312735
2732 #: tp/Texinfo/Parser.pm:3139
2736 #: tp/Texinfo/Parser.pm:3145
27332737 #, perl-format
27342738 msgid "unrecognized encoding name `%s'"
27352739 msgstr "il nome «%s» non corrisponde ad alcun nome di codifica"
27362740
2737 #: tp/Texinfo/Parser.pm:3289
2741 #: tp/Texinfo/Parser.pm:3295
27382742 #, perl-format
27392743 msgid "@%s after the first element"
27402744 msgstr "@%s dopo il primo elemento"
27412745
2742 #: tp/Texinfo/Parser.pm:3296
2746 #: tp/Texinfo/Parser.pm:3302
27432747 #, perl-format
27442748 msgid "@%s only meaningful on a @multitable line"
27452749 msgstr "@%s ha senso solo su una riga @multitable"
27462750
2747 #: tp/Texinfo/Parser.pm:3336
2751 #: tp/Texinfo/Parser.pm:3342
27482752 #, perl-format
27492753 msgid "@%s should not be associated with @top"
27502754 msgstr "@%s non dovrebbe esssere associato con @top"
27512755
2752 #: tp/Texinfo/Parser.pm:3348
2756 #: tp/Texinfo/Parser.pm:3354
27532757 #, perl-format
27542758 msgid "@node precedes @%s, but parts may not be associated with nodes"
27552759 msgstr ""
27562760 "@node precede @%s, ma alcune parti potrebbero non essere associati con dei "
27572761 "nodi"
27582762
2759 #: tp/Texinfo/Parser.pm:3450
2760 #, perl-format
2761 msgid "Empty argument in @%s"
2763 #: tp/Texinfo/Parser.pm:3456
2764 #, fuzzy, perl-format
2765 msgid "empty argument in @%s"
27622766 msgstr "Argomento vuoto in @%s"
27632767
2764 #: tp/Texinfo/Parser.pm:3454
2765 #, perl-format
2766 msgid "Empty node name after expansion `%s'"
2768 #: tp/Texinfo/Parser.pm:3460
2769 #, fuzzy, perl-format
2770 msgid "empty node name after expansion `%s'"
27672771 msgstr "Nome del nodo vuoto dopo l'espansione «%s»"
27682772
2769 #: tp/Texinfo/Parser.pm:3497
2770 #, perl-format
2771 msgid "Empty menu entry name in `%s'"
2773 #: tp/Texinfo/Parser.pm:3503
2774 #, fuzzy, perl-format
2775 msgid "empty menu entry name in `%s'"
27722776 msgstr "Nome della voce del menù vuoto in «%s»"
27732777
2774 #: tp/Texinfo/Parser.pm:3505
2778 #: tp/Texinfo/Parser.pm:3511
27752779 #, fuzzy
2776 msgid "Empty node name in menu entry"
2780 msgid "empty node name in menu entry"
27772781 msgstr "Nodo vuoto nella voce di menù"
27782782
2779 #: tp/Texinfo/Parser.pm:3578
2783 #: tp/Texinfo/Parser.pm:3584
27802784 #, perl-format
27812785 msgid "@%s should not appear in @%s"
27822786 msgstr "@%s non dovrebbe apparire in @%s"
27832787
2784 #: tp/Texinfo/Parser.pm:3710
2788 #: tp/Texinfo/Parser.pm:3716
27852789 #, perl-format
27862790 msgid "@end %s should only appear at a line beginning"
27872791 msgstr "@end %s dovrebbe apparire solo a inizio riga"
27882792
2789 #: tp/Texinfo/Parser.pm:3733
2793 #: tp/Texinfo/Parser.pm:3739
27902794 #, perl-format
27912795 msgid "macro `%s' previously defined"
27922796 msgstr "macro «%s» già definita precedentemente"
27932797
2794 #: tp/Texinfo/Parser.pm:3735
2798 #: tp/Texinfo/Parser.pm:3742
27952799 #, perl-format
27962800 msgid "here is the previous definition of `%s'"
27972801 msgstr "ecco la definizione precedente di «%s»"
27982802
2799 #: tp/Texinfo/Parser.pm:3739
2800 #, perl-format
2801 msgid "Redefining Texinfo language command: @%s"
2803 #: tp/Texinfo/Parser.pm:3747
2804 #, fuzzy, perl-format
2805 msgid "redefining Texinfo language command: @%s"
28022806 msgstr "Ridefinizione del comando del linguaggio Texinfo: @%s"
28032807
2804 #: tp/Texinfo/Parser.pm:3788
2808 #: tp/Texinfo/Parser.pm:3796
28052809 #, perl-format
28062810 msgid "@%s without associated character"
28072811 msgstr "@%s senza carattere associato"
28082812
2809 #: tp/Texinfo/Parser.pm:3849
2813 #: tp/Texinfo/Parser.pm:3858
28102814 #, perl-format
28112815 msgid ""
28122816 "@%s defined with zero or more than one argument should be invoked with {}"
28132817 msgstr ""
28142818 "@%s definito con zero o più di un argomento dovrebbe essere invocato con {}"
28152819
2816 #: tp/Texinfo/Parser.pm:3872
2817 #, perl-format
2818 msgid ""
2819 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2820 #: tp/Texinfo/Parser.pm:3882
2821 #, fuzzy, perl-format
2822 msgid ""
2823 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
28202824 "value %d)"
28212825 msgstr ""
28222826 "Troppe chiamate a macro annidate (impostare MAX_NESTED_MACROS per ignorare; "
28232827 "valore attuale %d)"
28242828
2825 #: tp/Texinfo/Parser.pm:3880
2826 #, perl-format
2827 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2829 #: tp/Texinfo/Parser.pm:3891
2830 #, fuzzy, perl-format
2831 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
28282832 msgstr ""
28292833 "Chiamata ricorsiva della macro %s non accettata; usare @rmacro se necessario"
28302834
2831 #: tp/Texinfo/Parser.pm:3935
2832 #, perl-format
2833 msgid "Accent command `@%s' must not be followed by whitespace"
2835 #: tp/Texinfo/Parser.pm:3947
2836 #, fuzzy, perl-format
2837 msgid "accent command `@%s' must not be followed by whitespace"
28342838 msgstr "Il comando per accentare «@%s» non deve essere seguito da spazi"
28352839
2836 #: tp/Texinfo/Parser.pm:3941
2837 #, perl-format
2838 msgid "Use braces to give a command as an argument to @%s"
2840 #: tp/Texinfo/Parser.pm:3953
2841 #, fuzzy, perl-format
2842 msgid "use braces to give a command as an argument to @%s"
28392843 msgstr "Usa le parentesi graffe per dare un comando come argomento a @%s"
28402844
2841 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2845 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
28422846 #, perl-format
28432847 msgid "%c%s expects `i' or `j' as argument, not `%s'"
28442848 msgstr "%c%s si aspettava «i» o «j» come argomento, non «%s»"
28452849
2846 #: tp/Texinfo/Parser.pm:3966
2847 #, perl-format
2848 msgid "Accent command `@%s' must not be followed by new line"
2850 #: tp/Texinfo/Parser.pm:3978
2851 #, fuzzy, perl-format
2852 msgid "accent command `@%s' must not be followed by new line"
28492853 msgstr ""
28502854 "Il comando per accentare «@%s» non deve essere seguito da una nuova riga"
28512855
2852 #: tp/Texinfo/Parser.pm:3977
2856 #: tp/Texinfo/Parser.pm:3989
28532857 #, perl-format
28542858 msgid "@%s expected braces"
28552859 msgstr "@%s si aspettava le parentesi graffe"
28562860
2857 #: tp/Texinfo/Parser.pm:4136
2861 #: tp/Texinfo/Parser.pm:4148
28582862 #, perl-format
28592863 msgid "undefined flag: %s"
28602864 msgstr "indicatore non definito: %s"
28612865
2862 #: tp/Texinfo/Parser.pm:4139
2863 msgid "Bad syntax for @value"
2866 #: tp/Texinfo/Parser.pm:4151
2867 #, fuzzy
2868 msgid "bad syntax for @value"
28642869 msgstr "Sintassi errata per @value"
28652870
2866 #: tp/Texinfo/Parser.pm:4146
2871 #: tp/Texinfo/Parser.pm:4158
28672872 #, perl-format
28682873 msgid "%c%s is obsolete."
28692874 msgstr "%c%s è obsoleto."
28702875
2871 #: tp/Texinfo/Parser.pm:4149
2876 #: tp/Texinfo/Parser.pm:4161
28722877 #, perl-format
28732878 msgid "%c%s is obsolete; %s"
28742879 msgstr "%c%s è obsoleto; %s"
28752880
2876 #: tp/Texinfo/Parser.pm:4157
2881 #: tp/Texinfo/Parser.pm:4170
28772882 #, perl-format
28782883 msgid "@%s should only appear at a line beginning"
28792884 msgstr "@%s dovrebbe apparire solo a inizio riga"
28802885
2881 #: tp/Texinfo/Parser.pm:4247
2886 #: tp/Texinfo/Parser.pm:4261
28822887 #, perl-format
28832888 msgid "@%s not allowed inside `@%s' block"
28842889 msgstr "@%s non accettato all'interno del blocco «@%s»"
28852890
2886 #: tp/Texinfo/Parser.pm:4255
2891 #: tp/Texinfo/Parser.pm:4270
28872892 #, perl-format
28882893 msgid "@%s should only appear in heading or footing"
28892894 msgstr "@%s dovrebbe apparire solo in intestazione o a piè di pagina"
28902895
2891 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2892 #: tp/Texinfo/Parser.pm:4437
2896 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2897 #: tp/Texinfo/Parser.pm:4458
28932898 #, perl-format
28942899 msgid "@%s not meaningful inside `@%s' block"
28952900 msgstr "@%s è privo di significato all'interno del blocco «@%s»"
28962901
2897 #: tp/Texinfo/Parser.pm:4398
2902 #: tp/Texinfo/Parser.pm:4418
28982903 #, perl-format
28992904 msgid "@%s in empty multitable"
29002905 msgstr "@%s nella multitabella vuota"
29012906
2902 #: tp/Texinfo/Parser.pm:4403
2907 #: tp/Texinfo/Parser.pm:4424
29032908 msgid "@tab before @item"
29042909 msgstr "@tab prima di @item"
29052910
2906 #: tp/Texinfo/Parser.pm:4406
2907 #, perl-format
2908 msgid "Too many columns in multitable item (max %d)"
2911 #: tp/Texinfo/Parser.pm:4427
2912 #, fuzzy, perl-format
2913 msgid "too many columns in multitable item (max %d)"
29092914 msgstr "Troppe colonne nell'elemento multitabella (max %d)"
29102915
2911 #: tp/Texinfo/Parser.pm:4443
2916 #: tp/Texinfo/Parser.pm:4464
29122917 msgid "ignoring @tab outside of multitable"
29132918 msgstr "ignora @tab fuori della multitabella"
29142919
2915 #: tp/Texinfo/Parser.pm:4447
2920 #: tp/Texinfo/Parser.pm:4468
29162921 #, perl-format
29172922 msgid "@%s outside of table or list"
29182923 msgstr "@%s fuori da tabella o lista"
29192924
2920 #: tp/Texinfo/Parser.pm:4482
2921 #, perl-format
2922 msgid "Must be after `@%s' to use `@%s'"
2925 #: tp/Texinfo/Parser.pm:4503
2926 #, fuzzy, perl-format
2927 msgid "must be after `@%s' to use `@%s'"
29232928 msgstr "Deve essere dopo «@%s» per usare «@%s»"
29242929
2925 #: tp/Texinfo/Parser.pm:4524
2930 #: tp/Texinfo/Parser.pm:4545
29262931 #, perl-format
29272932 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
29282933 msgstr ""
29292934 "@%s è privo di significato aldifuori degli ambienti «@titlepage» e "
29302935 "«@quotation»"
29312936
2932 #: tp/Texinfo/Parser.pm:4528
2937 #: tp/Texinfo/Parser.pm:4549
29332938 msgid "@dircategory after first node"
29342939 msgstr "@dircategory dopo il primo nodo"
29352940
2936 #: tp/Texinfo/Parser.pm:4686
2937 #, perl-format
2938 msgid "Region %s inside region %s is not allowed"
2941 #: tp/Texinfo/Parser.pm:4708
2942 #, fuzzy, perl-format
2943 msgid "region %s inside region %s is not allowed"
29392944 msgstr "Regione %s all'interno della regione %s non permessa"
29402945
2941 #: tp/Texinfo/Parser.pm:4704
2946 #: tp/Texinfo/Parser.pm:4726
29422947 msgid "@direntry after first node"
29432948 msgstr "@direntry dopo il primo nodo"
29442949
2945 #: tp/Texinfo/Parser.pm:4712
2950 #: tp/Texinfo/Parser.pm:4734
29462951 #, perl-format
29472952 msgid "@%s seen before first @node"
29482953 msgstr "@%s visto prima del primo @node"
29492954
2950 #: tp/Texinfo/Parser.pm:4714
2955 #: tp/Texinfo/Parser.pm:4737
29512956 msgid ""
29522957 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
29532958 msgstr ""
29542959 "forse, il nodo @top dovrebbe essere sotto un blocco @ifnottex piuttosto che "
29552960 "sotto @ifinfo?"
29562961
2957 #: tp/Texinfo/Parser.pm:4776
2962 #: tp/Texinfo/Parser.pm:4799
29582963 #, perl-format
29592964 msgid "@%s should only appear in math context"
29602965 msgstr "@%s dovrebbe apparire solo in contesti matematici"
29612966
2962 #: tp/Texinfo/Parser.pm:4784
2963 #, perl-format
2964 msgid "Unknown command `%s'"
2967 #: tp/Texinfo/Parser.pm:4807
2968 #, fuzzy, perl-format
2969 msgid "unknown command `%s'"
29652970 msgstr "Comando «%s» sconosciuto"
29662971
2967 #: tp/Texinfo/Parser.pm:4794
2968 msgid "Unexpected @"
2972 #: tp/Texinfo/Parser.pm:4817
2973 #, fuzzy
2974 msgid "unexpected @"
29692975 msgstr "@ inaspettato"
29702976
2971 #: tp/Texinfo/Parser.pm:4822
2977 #: tp/Texinfo/Parser.pm:4846
29722978 #, perl-format
29732979 msgid "@%s is not meaningful outside `@float' environment"
29742980 msgstr "@%s non è significativo aldifuori dell'ambiente «@float»"
29752981
2976 #: tp/Texinfo/Parser.pm:4826
2982 #: tp/Texinfo/Parser.pm:4851
29772983 #, perl-format
29782984 msgid "@%s should be right below `@float'"
29792985 msgstr "@%s dovrebbe essere subito sotto «@float»"
29802986
2981 #: tp/Texinfo/Parser.pm:4834
2982 #, perl-format
2983 msgid "Ignoring multiple @%s"
2987 #: tp/Texinfo/Parser.pm:4859
2988 #, fuzzy, perl-format
2989 msgid "ignoring multiple @%s"
29842990 msgstr "@%s multipli ignorati"
29852991
2986 #: tp/Texinfo/Parser.pm:4950
2987 #, perl-format
2988 msgid "Command @%s does not accept arguments"
2992 #: tp/Texinfo/Parser.pm:4975
2993 #, fuzzy, perl-format
2994 msgid "command @%s does not accept arguments"
29892995 msgstr "Il comando @%s non accetta argomenti"
29902996
2991 #: tp/Texinfo/Parser.pm:4974
2992 #, perl-format
2993 msgid "Command @%s missing a node or external manual argument"
2997 #: tp/Texinfo/Parser.pm:4999
2998 #, fuzzy, perl-format
2999 msgid "command @%s missing a node or external manual argument"
29943000 msgstr "Nodo o argomento manuale esterno mancante per il comando @%s"
29953001
2996 #: tp/Texinfo/Parser.pm:4993
2997 #, perl-format
2998 msgid "In @%s empty cross reference name after expansion `%s'"
3002 #: tp/Texinfo/Parser.pm:5018
3003 #, fuzzy, perl-format
3004 msgid "in @%s empty cross reference name after expansion `%s'"
29993005 msgstr "Nome del riferimento incrociato vuoto in @%s dopo l'espansione «%s»"
30003006
3001 #: tp/Texinfo/Parser.pm:5004
3002 #, perl-format
3003 msgid "In @%s empty cross reference title after expansion `%s'"
3007 #: tp/Texinfo/Parser.pm:5029
3008 #, fuzzy, perl-format
3009 msgid "in @%s empty cross reference title after expansion `%s'"
30043010 msgstr "Titolo del riferimento incrociato vuoto in @%s dopo l'espansione «%s»"
30053011
3006 #: tp/Texinfo/Parser.pm:5017
3012 #: tp/Texinfo/Parser.pm:5042
30073013 msgid "@image missing filename argument"
30083014 msgstr "@image non ha riferimento ad alcun file"
30093015
3010 #: tp/Texinfo/Parser.pm:5047
3016 #: tp/Texinfo/Parser.pm:5072
30113017 #, perl-format
30123018 msgid "@%s missing first argument"
30133019 msgstr "primo argomento mancante per @%s"
30143020
3015 #: tp/Texinfo/Parser.pm:5169
3016 msgid "Superfluous arguments for node"
3021 #: tp/Texinfo/Parser.pm:5194
3022 #, fuzzy
3023 msgid "superfluous arguments for node"
30173024 msgstr "Argomenti superflui per il nodo"
30183025
3019 #: tp/Texinfo/Parser.pm:5208
3020 #, perl-format
3021 msgid "Expected @end %s"
3026 #: tp/Texinfo/Parser.pm:5233
3027 #, fuzzy, perl-format
3028 msgid "expected @end %s"
30223029 msgstr "Si aspettava @end %s"
30233030
3024 #: tp/Texinfo/Parser.pm:5283
3025 #, perl-format
3026 msgid "Remaining argument on @%s line: %s"
3031 #: tp/Texinfo/Parser.pm:5309
3032 #, fuzzy, perl-format
3033 msgid "remaining argument on @%s line: %s"
30273034 msgstr "Argomento restante sulla riga @%s: %s"
30283035
3029 #: tp/Texinfo/Parser.pm:5287
3036 #: tp/Texinfo/Parser.pm:5313
30303037 #, perl-format
30313038 msgid "@%s should only accept a @-command as argument, not `%s'"
30323039 msgstr "@%s dovrebbe accettare solo un @-comando come argomento, non «%s»"
30333040
3034 #: tp/Texinfo/Parser.pm:5362
3035 #, perl-format
3036 msgid "Environment command %s as argument to @%s"
3041 #: tp/Texinfo/Parser.pm:5388
3042 #, fuzzy, perl-format
3043 msgid "environment command %s as argument to @%s"
30373044 msgstr "Comando d'ambiente %s come argomento per @%s"
30383045
3039 #: tp/Texinfo/Parser.pm:5384
3040 #, perl-format
3041 msgid "Empty @%s"
3046 #: tp/Texinfo/Parser.pm:5410
3047 #, fuzzy, perl-format
3048 msgid "empty @%s"
30423049 msgstr "@%s vuoto"
30433050
3044 #: tp/Texinfo/Parser.pm:5392
3051 #: tp/Texinfo/Parser.pm:5418
30453052 #, perl-format
30463053 msgid "column fraction not a number: %s"
30473054 msgstr "la frazione di colonna non è un numero: %s"
30483055
3049 #: tp/Texinfo/Parser.pm:5401
3056 #: tp/Texinfo/Parser.pm:5427
30503057 #, perl-format
30513058 msgid "@sp arg must be numeric, not `%s'"
30523059 msgstr "l'argomento @sp deve essere un numero, non «%s»"
30533060
3054 #: tp/Texinfo/Parser.pm:5409
3055 #, perl-format
3056 msgid "Reserved index name %s"
3061 #: tp/Texinfo/Parser.pm:5436
3062 #, fuzzy, perl-format
3063 msgid "reserved index name %s"
30573064 msgstr "Nome indice %s riservato"
30583065
3059 #: tp/Texinfo/Parser.pm:5428
3060 #, perl-format
3061 msgid "Unknown source index in @%s: %s"
3066 #: tp/Texinfo/Parser.pm:5455
3067 #, fuzzy, perl-format
3068 msgid "unknown source index in @%s: %s"
30623069 msgstr "Indice sorgente sconosciuto in «%s»: %s"
30633070
3064 #: tp/Texinfo/Parser.pm:5431
3065 #, perl-format
3066 msgid "Unknown destination index in @%s: %s"
3071 #: tp/Texinfo/Parser.pm:5458
3072 #, fuzzy, perl-format
3073 msgid "unknown destination index in @%s: %s"
30673074 msgstr "Indice di destinazione sconosciuto in @%s: %s"
30683075
3069 #: tp/Texinfo/Parser.pm:5461
3076 #: tp/Texinfo/Parser.pm:5488
30703077 #, perl-format
30713078 msgid "@%s leads to a merging of %s in itself, ignoring"
30723079 msgstr "@%s porta %s a unirsi in se stesso, ignorato"
30733080
3074 #: tp/Texinfo/Parser.pm:5474
3075 #, perl-format
3076 msgid "Unknown index `%s' in @printindex"
3081 #: tp/Texinfo/Parser.pm:5501
3082 #, fuzzy, perl-format
3083 msgid "unknown index `%s' in @printindex"
30773084 msgstr "Indice «%s» sconosciuto in @printindex"
30783085
3079 #: tp/Texinfo/Parser.pm:5480
3080 #, perl-format
3081 msgid "Printing an index `%s' merged in another one `%s'"
3086 #: tp/Texinfo/Parser.pm:5507
3087 #, fuzzy, perl-format
3088 msgid "printing an index `%s' merged in another one `%s'"
30823089 msgstr "Stampa di un indice «%s» unito in un altro indice «%s»"
30833090
3084 #: tp/Texinfo/Parser.pm:5488
3085 #, fuzzy, perl-format
3086 msgid "Printindex before document beginning: @printindex %s"
3091 #: tp/Texinfo/Parser.pm:5515
3092 #, fuzzy, perl-format
3093 msgid "printindex before document beginning: @printindex %s"
30873094 msgstr "Printindex prima dell'inizio del documento: @printindex %s"
30883095
3089 #: tp/Texinfo/Parser.pm:5504
3096 #: tp/Texinfo/Parser.pm:5531
30903097 #, perl-format
30913098 msgid "@%s arg must be `top' or `bottom', not `%s'"
30923099 msgstr "L'argomento @%s deve essere «top» o «bottom», non «%s»"
30933100
3094 #: tp/Texinfo/Parser.pm:5512
3101 #: tp/Texinfo/Parser.pm:5539
30953102 #, perl-format
30963103 msgid "Only @%s 10 or 11 is supported, not `%s'"
30973104 msgstr "Solo @%s \"10\" o \"11\" è supportata, non «%s»"
30983105
3099 #: tp/Texinfo/Parser.pm:5520
3106 #: tp/Texinfo/Parser.pm:5547
31003107 #, perl-format
31013108 msgid "@%s arg must be `separate' or `end', not `%s'"
31023109 msgstr "L'argomento @%s deve essere «separate» o «end», non «%s»"
31033110
3104 #: tp/Texinfo/Parser.pm:5528
3111 #: tp/Texinfo/Parser.pm:5555
31053112 #, perl-format
31063113 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
31073114 msgstr "L'argomento @%s deve essere «on», «off» oppure «odd», non «%s»"
31083115
3109 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3116 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
31103117 #, perl-format
31113118 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
31123119 msgstr ""
31133120 "L'argomento @paragraphindent deve essere numerico/«none»/«asis», non «%s»"
31143121
3115 #: tp/Texinfo/Parser.pm:5559
3122 #: tp/Texinfo/Parser.pm:5586
31163123 #, perl-format
31173124 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
31183125 msgstr ""
31193126 "L'argomento @firstparagraphindent deve essere «none» o «insert», non «%s»"
31203127
3121 #: tp/Texinfo/Parser.pm:5569
3128 #: tp/Texinfo/Parser.pm:5596
31223129 #, perl-format
31233130 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
31243131 msgstr "L'argomento @exampleindent deve essere numerico/«asis», non «%s»"
31253132
3126 #: tp/Texinfo/Parser.pm:5580
3127 #, perl-format
3128 msgid "Expected @%s on or off, not `%s'"
3133 #: tp/Texinfo/Parser.pm:5607
3134 #, fuzzy, perl-format
3135 msgid "expected @%s on or off, not `%s'"
31293136 msgstr "Si aspettava la lettura @%s \"on\" oppure \"off\", non «%s»"
31303137
3131 #: tp/Texinfo/Parser.pm:5590
3138 #: tp/Texinfo/Parser.pm:5617
31323139 #, perl-format
31333140 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
31343141 msgstr ""
31353142 "L'argomento @kbdinputstyle deve essere «code»/«example»/«distinct», non «%s»"
31363143
3137 #: tp/Texinfo/Parser.pm:5598
3144 #: tp/Texinfo/Parser.pm:5625
31383145 #, perl-format
31393146 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
31403147 msgstr "L'argomento @allowcodebreaks deve essere «true» o «false», non «%s»"
31413148
3142 #: tp/Texinfo/Parser.pm:5606
3149 #: tp/Texinfo/Parser.pm:5633
31433150 #, perl-format
31443151 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
31453152 msgstr ""
31463153 "L'argomento @urefbreakstyle deve essere «after»/«before»/«none», non «%s»"
31473154
3148 #: tp/Texinfo/Report.pm:100
3149 #, perl-format
3150 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3151 msgstr "%s:%d: avvertimento: %s (forse implica @%s)\n"
3152
3153 #: tp/Texinfo/Report.pm:103
3154 #, perl-format
3155 msgid "%s:%d: warning: %s\n"
3156 msgstr "%s:%d: avvertimento: %s\n"
3157
3158 #: tp/Texinfo/Report.pm:146
3159 #, perl-format
3160 msgid "warning: %s\n"
3161 msgstr "avvertimento: %s\n"
3162
31633155 #: tp/Texinfo/Structuring.pm:231
3164 #, perl-format
3165 msgid "Raising the section level of @%s which is too low"
3156 #, fuzzy, perl-format
3157 msgid "raising the section level of @%s which is too low"
31663158 msgstr "Il livello della sezione di @%s che è troppo basso verrà alzato"
31673159
31683160 #: tp/Texinfo/Structuring.pm:263
3169 #, perl-format
3170 msgid "No chapter-level command before @%s"
3161 #, fuzzy, perl-format
3162 msgid "no chapter-level command before @%s"
31713163 msgstr "Nessun comando a livello di capitolo prima di @%s"
31723164
31733165 #: tp/Texinfo/Structuring.pm:268
3174 #, perl-format
3175 msgid "Lowering the section level of @%s appearing after a lower element"
3166 #, fuzzy, perl-format
3167 msgid "lowering the section level of @%s appearing after a lower element"
31763168 msgstr ""
31773169 "Il livello della sezione di @%s che appare dopo un elemente più basso verrà "
31783170 "abbassato"
31793171
31803172 #: tp/Texinfo/Structuring.pm:347
3181 #, perl-format
3182 msgid "No sectioning command associated with @%s"
3173 #, fuzzy, perl-format
3174 msgid "no sectioning command associated with @%s"
31833175 msgstr "Nessun comando di sezionamento associato con @%s"
31843176
31853177 #: tp/Texinfo/Structuring.pm:568
3186 #, perl-format
3187 msgid "Menu reference to nonexistent node `%s'"
3178 #, fuzzy, perl-format
3179 msgid "menu reference to nonexistent node `%s'"
31883180 msgstr "Riferimento del menù all'inesistente nodo «%s»"
31893181
31903182 #: tp/Texinfo/Structuring.pm:583
3191 #, perl-format
3192 msgid "Menu entry node name `%s' different from %s name `%s'"
3183 #, fuzzy, perl-format
3184 msgid "menu entry node name `%s' different from %s name `%s'"
31933185 msgstr "Nome del nodo della voce di menù «%s» diverso dal nome %s «%s»"
31943186
31953187 #: tp/Texinfo/Structuring.pm:619
31983190 msgstr "nodo «%s» non referenziato"
31993191
32003192 #: tp/Texinfo/Structuring.pm:665
3201 #, perl-format
3202 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3193 #, fuzzy, perl-format
3194 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
32033195 msgstr "Il nodo «%s» è %s per «%s» nel sezionamento, ma non nel menù"
32043196
32053197 #: tp/Texinfo/Structuring.pm:672
3206 #, perl-format
3207 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3198 #, fuzzy, perl-format
3199 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
32083200 msgstr "I nodi %s «%s» nel menù «%s» e nel sezionamento «%s» sono diversi"
32093201
32103202 #: tp/Texinfo/Structuring.pm:690
3211 #, perl-format
3212 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3203 #, fuzzy, perl-format
3204 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
32133205 msgstr "Il nodo «%s» è %s per «%s» nel menù, ma non nel sezionamento"
32143206
32153207 #: tp/Texinfo/Structuring.pm:744
32233215 msgstr "%s si riferisce all'inesistente «%s»"
32243216
32253217 #: tp/Texinfo/Structuring.pm:790
3226 #, perl-format
3227 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3218 #, fuzzy, perl-format
3219 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
32283220 msgstr ""
32293221 "Il nodo «%s» non ha alcuna voce di menù per «%s», nonostante sia destinata "
32303222 "ad «Up»"
32313223
32323224 #: tp/Texinfo/Structuring.pm:798
3233 #, perl-format
3234 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3225 #, fuzzy, perl-format
3226 msgid "for `%s', up in menu `%s' and up `%s' don't match"
32353227 msgstr "Per «%s», «Up» nel menù «%s» e «%s» «Up» non coincidono"
32363228
32373229 #: tp/Texinfo/Structuring.pm:1282
32443236 msgid "@%s to `%s', different from %s name `%s'"
32453237 msgstr "@%s a «%s», diverso dal nome %s «%s»"
32463238
3247 #: tp/Texinfo/Structuring.pm:1939
3248 #, perl-format
3249 msgid "Empty index key in @%s"
3239 #: tp/Texinfo/Structuring.pm:1959
3240 #, fuzzy, perl-format
3241 msgid "empty index key in @%s"
32503242 msgstr "Chiave indice vuota in @%s"
32513243
32523244 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
32533245 #, fuzzy, perl-format
3254 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3246 msgid "chm.pm: could not open %s for writing: %s\n"
32553247 msgstr "Impossibile aprire %s per la scrittura: %s\n"
32563248
32573249 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
32583250 #, fuzzy, perl-format
3259 msgid "chm.pm:%s: Error on closing: %s"
3251 msgid "chm.pm: error on closing %s: %s"
32603252 msgstr "Errore durante la chiusura di %s: %s"
32613253
3262 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3263 #, fuzzy, perl-format
3264 msgid "tex4ht.pm:%s: Cannot open: %s"
3254 #: tp/init/latex2html.pm:200
3255 #, fuzzy, perl-format
3256 msgid "l2h: could not open latex file %s for writing: %s"
3257 msgstr "Impossibile aprire %s per la scrittura: %s"
3258
3259 #: tp/init/latex2html.pm:341
3260 msgid "l2h: L2H_TMP directory contains a dot"
3261 msgstr ""
3262
3263 #: tp/init/latex2html.pm:346
3264 msgid "l2h: current directory contains a dot"
3265 msgstr ""
3266
3267 #: tp/init/latex2html.pm:374
3268 #, perl-format
3269 msgid "l2h: command did not succeed: %s"
3270 msgstr ""
3271
3272 #: tp/init/latex2html.pm:422
3273 #, perl-format
3274 msgid "l2h: image has invalid extension: %s"
3275 msgstr ""
3276
3277 #: tp/init/latex2html.pm:438
3278 #, fuzzy, perl-format
3279 msgid "l2h: rename %s as %s failed: %s"
3280 msgstr "Rinomina di %s fallita: %s"
3281
3282 #: tp/init/latex2html.pm:460
3283 #, fuzzy, perl-format
3284 msgid "l2h: could not open %s: %s"
32653285 msgstr "%s: impossibile aprire %s: %s"
32663286
3267 #: tp/init/tex4ht.pm:219
3268 #, fuzzy, perl-format
3269 msgid "tex4ht.pm:%s: chdir failed: %s"
3270 msgstr "Rinomina di %s fallita: %s"
3271
3272 #: tp/init/tex4ht.pm:232
3273 #, perl-format
3274 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3275 msgstr ""
3276
3277 #: tp/init/tex4ht.pm:244
3278 #, fuzzy, perl-format
3279 msgid "tex4ht.pm: Output file missing: %s"
3280 msgstr "File output di tex4ht mancante: %s"
3281
3282 #: tp/init/tex4ht.pm:260
3283 #, perl-format
3284 msgid "tex4ht.pm: Command failed: %s"
3285 msgstr ""
3286
3287 #: tp/init/tex4ht.pm:293
3288 #, perl-format
3289 msgid "tex4ht.pm: end of @%s item %d not found"
3290 msgstr ""
3291
3292 #: tp/init/tex4ht.pm:300
3293 #, fuzzy, perl-format
3294 msgid ""
3295 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3296 "items found in the document"
3287 #: tp/init/latex2html.pm:493
3288 #, perl-format
3289 msgid "latex2html.pm: end of @%s item %d not found"
3290 msgstr ""
3291
3292 #: tp/init/latex2html.pm:504
3293 #, fuzzy, perl-format
3294 msgid ""
3295 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3296 "of items found in the document"
32973297 msgstr ""
32983298 "L'elaborazioine di tex4ht ha prodotto %d voci in HTML; si aspettava %d, il "
32993299 "numero di voci trovate nel documento"
33003300
3301 #: tp/init/tex4ht.pm:319
3302 #, fuzzy, perl-format
3303 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3301 #: tp/init/latex2html.pm:534
3302 #, perl-format
3303 msgid "l2h: could not determine the fragment %d for @%s"
3304 msgstr ""
3305
3306 #: tp/init/latex2html.pm:560
3307 #, perl-format
3308 msgid ""
3309 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3310 "HTML"
3311 msgstr ""
3312
3313 #: tp/init/latex2html.pm:621
3314 #, fuzzy, perl-format
3315 msgid "l2h: could not load %s: %s"
3316 msgstr "impossibile aprire --include-file %s: %s"
3317
3318 #: tp/init/latex2html.pm:634
3319 #, fuzzy, perl-format
3320 msgid "l2h: could not open %s for writing: %s"
3321 msgstr "Impossibile aprire %s per la scrittura: %s"
3322
3323 #: tp/init/tex4ht.pm:123
3324 #, fuzzy, perl-format
3325 msgid "tex4ht.pm: could not open %s: %s"
3326 msgstr "%s: impossibile aprire %s: %s"
3327
3328 #: tp/init/tex4ht.pm:219
3329 #, fuzzy, perl-format
3330 msgid "tex4ht.pm: chdir %s failed: %s"
3331 msgstr "Rinomina di %s fallita: %s"
3332
3333 #: tp/init/tex4ht.pm:232
3334 #, perl-format
3335 msgid "tex4ht.pm: unable to return to initial directory: %s"
3336 msgstr ""
3337
3338 #: tp/init/tex4ht.pm:244
3339 #, fuzzy, perl-format
3340 msgid "tex4ht.pm: output file missing: %s"
3341 msgstr "File output di tex4ht mancante: %s"
3342
3343 #: tp/init/tex4ht.pm:260
3344 #, fuzzy, perl-format
3345 msgid "tex4ht.pm: command failed: %s"
3346 msgstr "Rinomina di %s fallita: %s"
3347
3348 #: tp/init/tex4ht.pm:267
3349 #, fuzzy, perl-format
3350 msgid "tex4ht.pm: could not open: %s"
3351 msgstr "%s: impossibile aprire %s: %s"
3352
3353 #: tp/init/tex4ht.pm:293
3354 #, perl-format
3355 msgid "tex4ht.pm: end of @%s item %d not found"
3356 msgstr ""
3357
3358 #: tp/init/tex4ht.pm:300
3359 #, fuzzy, perl-format
3360 msgid ""
3361 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3362 "items found in the document for @%s"
3363 msgstr ""
3364 "L'elaborazioine di tex4ht ha prodotto %d voci in HTML; si aspettava %d, il "
3365 "numero di voci trovate nel documento"
3366
3367 #: tp/init/tex4ht.pm:320
3368 #, fuzzy, perl-format
3369 msgid "tex4ht.pm: output has no HTML item for @%s %s"
33043370 msgstr "L'output di tex4ht non ha nessuna voce HTML per @%s %s"
33053371
3306 #: tp/texi2any.pl:375
3372 #: tp/init/tex4ht.pm:335
3373 #, fuzzy, perl-format
3374 msgid ""
3375 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3376 "items found in the document for @%s"
3377 msgstr ""
3378 "L'elaborazioine di tex4ht ha prodotto %d voci in HTML; si aspettava %d, il "
3379 "numero di voci trovate nel documento"
3380
3381 #: tp/texi2any.pl:379
33073382 #, perl-format
33083383 msgid "error loading %s: %s\n"
33093384 msgstr "errore durante il carimento di %s: %s\n"
33103385
3311 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3312 #, perl-format
3313 msgid "Unknown variable %s\n"
3386 #: tp/texi2any.pl:392
3387 #, fuzzy, perl-format
3388 msgid "%s: unknown variable %s"
33143389 msgstr "Variabile %s sconosciuta\n"
33153390
3316 #: tp/texi2any.pl:468
3317 #, perl-format
3318 msgid "Can't read init file %s"
3391 #: tp/texi2any.pl:396
3392 #, fuzzy, perl-format
3393 msgid "%s: obsolete variable %s\n"
3394 msgstr "Variabile %s obsoleta\n"
3395
3396 #: tp/texi2any.pl:411
3397 #, fuzzy, perl-format
3398 msgid "%s: unknown variable %s\n"
3399 msgstr "Variabile %s sconosciuta\n"
3400
3401 #: tp/texi2any.pl:415
3402 #, fuzzy, perl-format
3403 msgid "obsolete variable %s\n"
3404 msgstr "Variabile %s obsoleta\n"
3405
3406 #: tp/texi2any.pl:480
3407 #, fuzzy, perl-format
3408 msgid "could not read init file %s"
33193409 msgstr "Impossibile leggere il file di inizializzazione %s"
33203410
3321 #: tp/texi2any.pl:619
3322 #, perl-format
3323 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3411 #: tp/texi2any.pl:633
3412 #, fuzzy, perl-format
3413 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
33243414 msgstr "%s: ignora il valore sconosciuto di TEXINFO_OUTPUT_FORMAT («%s»)\n"
33253415
3326 #: tp/texi2any.pl:691
3416 #: tp/texi2any.pl:710
33273417 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
33283418 msgstr "Uso: makeinfo [OPZIONE]... FILE-TEXINFO...\n"
33293419
3330 #: tp/texi2any.pl:692
3420 #: tp/texi2any.pl:711
33313421 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
33323422 msgstr " oppure: texi2any [OPZIONE]... FILE-TEXINFO...\n"
33333423
3334 #: tp/texi2any.pl:694
3424 #: tp/texi2any.pl:713
33353425 msgid ""
33363426 "Translate Texinfo source documentation to various other formats, by default\n"
33373427 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
33403430 "per impostazione predefinita i file Info sono adatti alla lettura con Emacs\n"
33413431 "oppure con GNU Info.\n"
33423432
3343 #: tp/texi2any.pl:697
3433 #: tp/texi2any.pl:716
33443434 #, perl-format
33453435 msgid ""
33463436 "General options:\n"
33803470 " -v, --verbose spiega cosa sta facendo.\n"
33813471 " --version mostra le informazioni di versione ed esce.\n"
33823472
3383 #: tp/texi2any.pl:712
3473 #: tp/texi2any.pl:731
33843474 msgid ""
33853475 "Output format selection (default is to produce Info):\n"
33863476 " --docbook output Docbook XML rather than Info.\n"
33973487 " --dvi, --dvipdf, --ps, --pdf chiama texi2dvi per generare l'output "
33983488 "passato.\n"
33993489
3400 #: tp/texi2any.pl:720
3490 #: tp/texi2any.pl:739
34013491 msgid ""
34023492 "General output options:\n"
34033493 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
34503540 " Altrimenti, DEST dà il nome al file\n"
34513541 " di output.\n"
34523542
3453 #: tp/texi2any.pl:740
3543 #: tp/texi2any.pl:759
34543544 #, perl-format
34553545 msgid ""
34563546 "Options for Info and plain text:\n"
34933583 " --split-size=NUM genera un documento multipagina di dimensioni "
34943584 "NUM (predefinito %d).\n"
34953585
3496 #: tp/texi2any.pl:757
3586 #: tp/texi2any.pl:776
34973587 msgid ""
34983588 "Options for HTML:\n"
34993589 " --css-include=FILE include FILE in HTML <style> output;\n"
35213611 " ancore; in modo predefinito\n"
35223612 " è abilitato solo con l'opzione «--split».\n"
35233613
3524 #: tp/texi2any.pl:768
3614 #: tp/texi2any.pl:787
35253615 msgid ""
35263616 "Options for XML and Docbook:\n"
35273617 " --output-indent=VAL does nothing, retained for compatibility.\n"
35293619 "Opzioni per XML e Docbook:\n"
35303620 " --output-indent=VAL non fare nulla, mantenuto per compatibilità.\n"
35313621
3532 #: tp/texi2any.pl:771
3622 #: tp/texi2any.pl:790
35333623 msgid ""
35343624 "Options for DVI/PS/PDF:\n"
35353625 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
35373627 "Opzioni per DVI/PS/PDF:\n"
35383628 " --Xopt=OPT passa OPT a texi2dvi; può essere ripetuto.\n"
35393629
3540 #: tp/texi2any.pl:774
3630 #: tp/texi2any.pl:793
35413631 msgid ""
35423632 "Input file options:\n"
35433633 " --commands-in-node-names does nothing, retained for compatibility.\n"
35573647 " -U VAR rimuovi la definizione della variabile VAR, "
35583648 "simile a @clear.\n"
35593649
3560 #: tp/texi2any.pl:781
3650 #: tp/texi2any.pl:800
35613651 msgid ""
35623652 "Conditional processing in input:\n"
35633653 " --ifdocbook process @ifdocbook and @docbook even if\n"
35953685 "\n"
35963686 " Inoltre, per le opzioni «--no-ifFORMAT» processa il testo @ifnotFORMAT.\n"
35973687
3598 #: tp/texi2any.pl:798
3688 #: tp/texi2any.pl:817
35993689 msgid ""
36003690 " The defaults for the @if... conditionals depend on the output format:\n"
36013691 " if generating Docbook, --ifdocbook is on and the others are off;\n"
36123702 " se è testo semplice, --ifplaintext è attiva e tutte le altre no;\n"
36133703 " se è XML, --ifxml è attiva e tutte le altre no;\n"
36143704
3615 #: tp/texi2any.pl:805
3705 #: tp/texi2any.pl:824
36163706 msgid ""
36173707 "Examples:\n"
36183708 " makeinfo foo.texi write Info to foo's @setfilename\n"
36483738 "sezioni numerate\n"
36493739 " makeinfo --no-split foo.texi scrive in un solo file Info\n"
36503740
3651 #: tp/texi2any.pl:852
3741 #: tp/texi2any.pl:871
36523742 #, perl-format
36533743 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
36543744 msgstr ""
36553745 "%s: l'argomento --footnote-style deve essere «separate» o «end», non «%s».\n"
36563746
3657 #: tp/texi2any.pl:934
3747 #: tp/texi2any.pl:953
36583748 #, perl-format
36593749 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
36603750 msgstr ""
36613751 "%s: l'argomento --paragraph-indent deve essere numerico/«none»/«asis», non "
36623752 "«%s».\n"
36633753
3664 #: tp/texi2any.pl:1011
3665 #, perl-format
3666 msgid "when generating %s, only one input FILE may be specified with -o"
3754 #: tp/texi2any.pl:1030
3755 #, fuzzy, perl-format
3756 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
36673757 msgstr ""
36683758 "Quando si produce %s, può essere specificato con l'opzione «-o» un solo FILE "
36693759 "di input"
36703760
3671 #: tp/texi2any.pl:1015
3761 #: tp/texi2any.pl:1034
36723762 msgid "--Xopt option without printed output"
36733763 msgstr "Opzione --Xopt senza stampa dell'output"
36743764
3675 #: tp/texi2any.pl:1025
3676 #, perl-format
3677 msgid "Unknown tree transformation %s"
3765 #: tp/texi2any.pl:1044
3766 #, fuzzy, perl-format
3767 msgid "unknown tree transformation %s"
36783768 msgstr "Trasformazione albero %s sconosciuta"
36793769
3680 #: tp/texi2any.pl:1032
3681 #, perl-format
3682 msgid "Ignoring splitting for format %s"
3770 #: tp/texi2any.pl:1051
3771 #, fuzzy, perl-format
3772 msgid "ignoring splitting for format %s"
36833773 msgstr "Scrittura multipagina per il formato %s ignorata"
36843774
3685 #: tp/texi2any.pl:1081
3775 #: tp/texi2any.pl:1101
36863776 #, perl-format
36873777 msgid "%s: missing file argument.\n"
36883778 msgstr "%s: nome file mancante.\n"
36893779
3690 #: tp/texi2any.pl:1082
3780 #: tp/texi2any.pl:1102
36913781 #, perl-format
36923782 msgid "Try `%s --help' for more information.\n"
36933783 msgstr "Usare «%s --help» per maggiori informazioni.\n"
36943784
3695 #: tp/texi2any.pl:1153
3785 #: tp/texi2any.pl:1173
36963786 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36973787 msgstr ""
36983788 "La trasformazione fill_gaps_in_sectioning non ha restituito alcun risultato. "
36993789 "Nessuna sezione?"
37003790
3701 #: tp/texi2any.pl:1175
3702 #, perl-format
3703 msgid "Error on closing macro expand file %s: %s\n"
3791 #: tp/texi2any.pl:1195
3792 #, fuzzy, perl-format
3793 msgid "error on closing macro expand file %s: %s\n"
37043794 msgstr "Errore durante la chiusura del file di espansione della macro %s: %s\n"
37053795
3706 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3707 #, perl-format
3708 msgid "Could not open %s for writing: %s\n"
3796 #: tp/texi2any.pl:1201
3797 #, fuzzy, perl-format
3798 msgid "could not open %s for writing: %s\n"
37093799 msgstr "Impossibile aprire %s per la scrittura: %s\n"
37103800
3711 #: tp/texi2any.pl:1205
3801 #: tp/texi2any.pl:1226
37123802 msgid ""
37133803 "insert_nodes_for_sectioning_commands transformation return no result. No "
37143804 "section?"
37163806 "La trasformazione insert_nodes_for_sectioning_commands non ha restituito "
37173807 "alcun risultato. Nessuna sezione?"
37183808
3719 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3720 #, perl-format
3721 msgid "Error on closing %s: %s\n"
3809 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3810 #, fuzzy, perl-format
3811 msgid "%s: error on closing %s: %s\n"
37223812 msgstr "Errore durante la chiusura %s: %s\n"
37233813
3724 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3725 #, perl-format
3726 msgid "Error on closing internal links file %s: %s\n"
3814 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3815 #, fuzzy, perl-format
3816 msgid "%s: error on closing internal links file %s: %s\n"
37273817 msgstr "Errore durante la chiusura del file dei collegamenti interni %s: %s\n"
3818
3819 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3820 #, fuzzy, perl-format
3821 msgid "%s: could not open %s for writing: %s\n"
3822 msgstr "Impossibile aprire %s per la scrittura: %s\n"
37283823
37293824 #: util/texindex.c:223
37303825 msgid "display this help and exit"
37833878 #, c-format
37843879 msgid "entry %s follows an entry with a secondary name"
37853880 msgstr "la voce %s segue un elemento con un nome secondario"
3881
3882 #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
3883 #~ msgstr "protect_hashchar_at_line_beginning non protetto in @%s"
3884
3885 #~ msgid "Can't read file %s: %s"
3886 #~ msgstr "Impossibile leggere il file «%s»: %s"
3887
3888 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3889 #~ msgstr "%s:%d: avvertimento: %s (forse implica @%s)\n"
3890
3891 #~ msgid "%s:%d: warning: %s\n"
3892 #~ msgstr "%s:%d: avvertimento: %s\n"
3893
3894 #~ msgid "warning: %s\n"
3895 #~ msgstr "avvertimento: %s\n"
3896
3897 #, fuzzy
3898 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3899 #~ msgstr "Impossibile aprire %s per la scrittura: %s\n"
37863900
37873901 #~ msgid "tex4ht error opening %s: %s"
37883902 #~ msgstr "Errore di tex4ht durante l'apertura di %s: %s"
Binary diff not shown
+610
-520
po/ja.po less more
1212 msgstr ""
1313 "Project-Id-Version: texinfo 4.13.91\n"
1414 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
15 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
15 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1616 "PO-Revision-Date: 2012-11-29 07:15+0900\n"
1717 "Last-Translator: Takeshi Hamasaki <hmatrjp@users.sourceforge.jp>\n"
1818 "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
400400 msgstr "詳しくは --help オプションを試してみてください。\n"
401401
402402 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
403 #: tp/texi2any.pl:829 util/texindex.c:295
403 #: tp/texi2any.pl:848 util/texindex.c:295
404404 #, c-format, perl-format
405405 msgid ""
406406 "Copyright (C) %s Free Software Foundation, Inc.\n"
21022102 " --test DIR-FILE の更新を抑止する。\n"
21032103 " --version バージョン情報を表示して終了する。"
21042104
2105 #: install-info/install-info.c:598 tp/texi2any.pl:817
2105 #: install-info/install-info.c:598 tp/texi2any.pl:836
21062106 msgid ""
21072107 "Email bug reports to bug-texinfo@gnu.org,\n"
21082108 "general questions and discussion to help-texinfo@gnu.org.\n"
22202220 msgstr "`%s' 項目が見つかりません -- 何も削除しませんでした"
22212221
22222222 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2223 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2224 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2225 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2226 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2227 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2228 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2223 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2224 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2225 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2226 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2227 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2228 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
22292229 #: tp/Texinfo/Convert/TexinfoXML.pm:429
22302230 #, fuzzy, perl-format
2231 msgid "Could not open %s for writing: %s"
2231 msgid "could not open %s for writing: %s"
22322232 msgstr "%s: --css-file %s を開くことができません"
22332233
22342234 #: tp/Texinfo/Common.pm:850
22552255 msgid "%s is not a valid split possibility"
22562256 msgstr "%u は妥当な通知 ID ではありません"
22572257
2258 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2259 #, fuzzy, perl-format
2260 msgid "Cannot read %s: %s"
2258 #: tp/Texinfo/Common.pm:1096
2259 #, fuzzy, perl-format
2260 msgid "could not read %s: %s"
22612261 msgstr " @FILE オプションを FILE から読み込む\n"
22622262
2263 #: tp/Texinfo/Common.pm:1113
2264 #, fuzzy, perl-format
2265 msgid "Error on closing @verbatiminclude file %s: %s"
2263 #: tp/Texinfo/Common.pm:1114
2264 #, fuzzy, perl-format
2265 msgid "error on closing @verbatiminclude file %s: %s"
22662266 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
22672267
2268 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2269 #, perl-format
2270 msgid "@%s: Cannot find %s"
2268 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2269 #, fuzzy, perl-format
2270 msgid "@%s: could not find %s"
22712271 msgstr "@%s: `%s' が見つかりません"
22722272
2273 #: tp/Texinfo/Common.pm:1416
2274 #, fuzzy, perl-format
2275 msgid "Cannot open html refs config file %s: %s"
2273 #: tp/Texinfo/Common.pm:1417
2274 #, fuzzy, perl-format
2275 msgid "could not open html refs config file %s: %s"
22762276 msgstr "ファイル `%s' を削除できません: %s"
22772277
2278 #: tp/Texinfo/Common.pm:1444
2278 #: tp/Texinfo/Common.pm:1445
22792279 #, fuzzy
2280 msgid "Missing type"
2280 msgid "missing type"
22812281 msgstr "設定ファイルの欠落。"
22822282
2283 #: tp/Texinfo/Common.pm:1447
2284 #, perl-format
2285 msgid "Unrecognized type: %s"
2283 #: tp/Texinfo/Common.pm:1448
2284 #, fuzzy, perl-format
2285 msgid "unrecognized type: %s"
22862286 msgstr "認識できない型です: %s"
22872287
2288 #: tp/Texinfo/Common.pm:1463
2289 #, perl-format
2290 msgid "Error on closing html refs config file %s: %s"
2291 msgstr ""
2292
2293 #: tp/Texinfo/Common.pm:1498
2294 #, perl-format
2295 msgid "%s:%d: no node to be renamed\n"
2296 msgstr ""
2297
2298 #: tp/Texinfo/Common.pm:1509
2299 #, perl-format
2300 msgid "%s:%d: nodes without a new name at the end of file\n"
2301 msgstr ""
2302
2303 #: tp/Texinfo/Common.pm:2000
2304 #, perl-format
2305 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2288 #: tp/Texinfo/Common.pm:1465
2289 #, fuzzy, perl-format
2290 msgid "error on closing html refs config file %s: %s"
2291 msgstr "ファイル `%s' を削除できません: %s"
2292
2293 #: tp/Texinfo/Common.pm:1500
2294 msgid "no node to be renamed"
2295 msgstr ""
2296
2297 #: tp/Texinfo/Common.pm:1511
2298 msgid "nodes without a new name at the end of file"
2299 msgstr ""
2300
2301 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2302 #, fuzzy, perl-format
2303 msgid "could not open %s: %s"
2304 msgstr "%s: --css-file %s を開くことができません"
2305
2306 #: tp/Texinfo/Common.pm:2002
2307 #, perl-format
2308 msgid "could not protect hash character in @%s"
23062309 msgstr ""
23072310
23082311 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2309 #: tp/texi2any.pl:387 tp/texi2any.pl:404
23102312 #, fuzzy, perl-format
23112313 msgid "Obsolete variable %s\n"
23122314 msgstr "変数を設定: "
23132315
23142316 #: tp/Texinfo/Convert/Converter.pm:601
2315 #, perl-format
2316 msgid "Can't create directories `%s' or `%s': %s"
2317 #, fuzzy, perl-format
2318 msgid "could not create directories `%s' or `%s': %s"
23172319 msgstr "ディレクトリ `%s' または `%s'を作成できません: %s"
23182320
23192321 #: tp/Texinfo/Convert/Converter.pm:609
23202322 #, fuzzy, perl-format
2321 msgid "Can't create directories `%s': %s"
2323 msgid "could not create directory `%s': %s"
23222324 msgstr "%s/linux シンボリックリンクを作成できませんでした!"
23232325
2324 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2325 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2326 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2327 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2328 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2329 #, fuzzy, perl-format
2330 msgid "Error on closing %s: %s"
2326 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2327 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2328 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2329 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2330 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2331 #, fuzzy, perl-format
2332 msgid "error on closing %s: %s"
23312333 msgstr "%(service)s on %(device)s"
23322334
2333 #: tp/Texinfo/Convert/DocBook.pm:898
2335 #: tp/Texinfo/Convert/DocBook.pm:899
23342336 #, fuzzy, perl-format
23352337 msgid "@image file `%s' not found, using `%s'"
23362338 msgstr "@image ファイル `%s' が読めません: %s"
23372339
2338 #: tp/Texinfo/Convert/HTML.pm:1677
2340 #: tp/Texinfo/Convert/HTML.pm:1678
23392341 #, fuzzy, perl-format
23402342 msgid "@image file `%s' (for HTML) not found, using `%s'"
23412343 msgstr "@image ファイル `%s' (HTML 用) が読めません: %s"
23422344
2343 #: tp/Texinfo/Convert/HTML.pm:2345
2344 #, perl-format
2345 msgid "Raw format %s is not converted"
2346 msgstr ""
2347
2348 #: tp/Texinfo/Convert/HTML.pm:4814
2349 #, perl-format
2350 msgid "%s:%d: string not closed in css file"
2345 #: tp/Texinfo/Convert/HTML.pm:2347
2346 #, perl-format
2347 msgid "raw format %s is not converted"
23512348 msgstr ""
23522349
23532350 #: tp/Texinfo/Convert/HTML.pm:4816
2354 #, perl-format
2355 msgid "%s:%d: --css-include ended in comment"
2351 #, fuzzy
2352 msgid "string not closed in css file"
2353 msgstr "文字列の比較に失敗しました"
2354
2355 #: tp/Texinfo/Convert/HTML.pm:4818
2356 #, fuzzy
2357 msgid "--css-include ended in comment"
23562358 msgstr "%s:%d: --css-include がコメント内で終了しています"
23572359
2358 #: tp/Texinfo/Convert/HTML.pm:4818
2359 #, perl-format
2360 msgid "%s:%d: @import not finished in css file"
2361 msgstr ""
2362
2363 #: tp/Texinfo/Convert/HTML.pm:4844
2364 #, perl-format
2365 msgid "css file %s not found"
2360 #: tp/Texinfo/Convert/HTML.pm:4820
2361 msgid "@import not finished in css file"
2362 msgstr ""
2363
2364 #: tp/Texinfo/Convert/HTML.pm:4846
2365 #, fuzzy, perl-format
2366 msgid "CSS file %s not found"
23662367 msgstr "css ファイル %s が見つかりません"
23672368
2368 #: tp/Texinfo/Convert/HTML.pm:4850
2369 #: tp/Texinfo/Convert/HTML.pm:4852
23692370 #, fuzzy, perl-format
23702371 msgid "could not open --include-file %s: %s"
23712372 msgstr "%s: --css-file %s を開くことができません"
23722373
2373 #: tp/Texinfo/Convert/HTML.pm:4860
2374 #, fuzzy, perl-format
2375 msgid "Error on closing CSS file %s: %s"
2374 #: tp/Texinfo/Convert/HTML.pm:4862
2375 #, fuzzy, perl-format
2376 msgid "error on closing CSS file %s: %s"
23762377 msgstr "ファイルクローズエラー"
23772378
2378 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2379 #, fuzzy, perl-format
2380 msgid "No htmlxref.cnf entry found for `%s'"
2379 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2380 #, fuzzy, perl-format
2381 msgid "no htmlxref.cnf entry found for `%s'"
23812382 msgstr "`%s' に対する項目が見つかりません\n"
23822383
2383 #: tp/Texinfo/Convert/HTML.pm:6495
2384 #, fuzzy, perl-format
2385 msgid "Error on closing frame file %s: %s"
2384 #: tp/Texinfo/Convert/HTML.pm:6506
2385 #, fuzzy, perl-format
2386 msgid "error on closing frame file %s: %s"
23862387 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
23872388
2388 #: tp/Texinfo/Convert/HTML.pm:6519
2389 #, fuzzy, perl-format
2390 msgid "Error on closing TOC frame file %s: %s"
2389 #: tp/Texinfo/Convert/HTML.pm:6530
2390 #, fuzzy, perl-format
2391 msgid "error on closing TOC frame file %s: %s"
23912392 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
23922393
2393 #: tp/Texinfo/Convert/HTML.pm:6634
2394 #, perl-format
2395 msgid "Handler %s of stage %s priority %s failed"
2396 msgstr ""
2397
2398 #: tp/Texinfo/Convert/HTML.pm:6835
2399 msgid "Must specify a title with a title command or @top"
2400 msgstr ""
2401
2402 #: tp/Texinfo/Convert/HTML.pm:7040
2403 #, perl-format
2404 msgid "Error on closing redirection node file %s: %s"
2405 msgstr ""
2406
2407 #: tp/Texinfo/Convert/HTML.pm:7065
2408 #, fuzzy, perl-format
2409 msgid "Old name for `%s' is a node of the document"
2394 #: tp/Texinfo/Convert/HTML.pm:6645
2395 #, perl-format
2396 msgid "handler %s of stage %s priority %s failed"
2397 msgstr ""
2398
2399 #: tp/Texinfo/Convert/HTML.pm:6846
2400 msgid "must specify a title with a title command or @top"
2401 msgstr ""
2402
2403 #: tp/Texinfo/Convert/HTML.pm:7055
2404 #, fuzzy, perl-format
2405 msgid "error on closing redirection node file %s: %s"
2406 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
2407
2408 #: tp/Texinfo/Convert/HTML.pm:7080
2409 #, fuzzy, perl-format
2410 msgid "old name for `%s' is a node of the document"
24102411 msgstr "このドキュメントでは、このノードの `前' や `上' はありません。"
24112412
2412 #: tp/Texinfo/Convert/HTML.pm:7069
2413 #, fuzzy, perl-format
2414 msgid "File empty for renamed node `%s'"
2413 #: tp/Texinfo/Convert/HTML.pm:7086
2414 #, fuzzy, perl-format
2415 msgid "file empty for renamed node `%s'"
24152416 msgstr "参照されていないノード `%s'"
24162417
2417 #: tp/Texinfo/Convert/HTML.pm:7081
2418 #, perl-format
2419 msgid "Target node (new name for `%s') not in document: %s"
2420 msgstr ""
2421
2422 #: tp/Texinfo/Convert/HTML.pm:7113
2423 #, fuzzy, perl-format
2424 msgid "Error on closing renamed node redirection file %s: %s"
2418 #: tp/Texinfo/Convert/HTML.pm:7100
2419 #, perl-format
2420 msgid "target node (new name for `%s') not in document: %s"
2421 msgstr ""
2422
2423 #: tp/Texinfo/Convert/HTML.pm:7132
2424 #, fuzzy, perl-format
2425 msgid "error on closing renamed node redirection file %s: %s"
24252426 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
24262427
2427 #: tp/Texinfo/Convert/HTML.pm:7151
2428 #: tp/Texinfo/Convert/HTML.pm:7170
24282429 #, fuzzy
2429 msgid "Empty node name"
2430 msgid "empty node name"
24302431 msgstr "認識できないエミュレーション名 `%s' です"
24312432
2432 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2433 #, perl-format
2434 msgid "Syntax for an external node used for `%s'"
2433 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2434 #, perl-format
2435 msgid "syntax for an external node used for `%s'"
24352436 msgstr ""
24362437
24372438 #: tp/Texinfo/Convert/Info.pm:99
24382439 #, fuzzy
2439 msgid "Document without nodes."
2440 msgid "document without nodes"
24402441 msgstr "このノードにメニューはありません。"
24412442
2442 #: tp/Texinfo/Convert/Info.pm:115
2443 msgid "Document without Top node."
2444 msgstr ""
2445
2446 #: tp/Texinfo/Convert/Info.pm:151
2447 #, fuzzy, perl-format
2448 msgid "Rename %s failed: %s"
2443 #: tp/Texinfo/Convert/Info.pm:116
2444 #, fuzzy
2445 msgid "document without Top node"
2446 msgstr "このノードにメニューはありません。"
2447
2448 #: tp/Texinfo/Convert/Info.pm:153
2449 #, fuzzy, perl-format
2450 msgid "rename %s failed: %s"
24492451 msgstr "%s: `%s' のアンマウントに失敗\n"
24502452
2451 #: tp/Texinfo/Convert/Info.pm:226
2453 #: tp/Texinfo/Convert/Info.pm:228
24522454 #, perl-format
24532455 msgid "@%s output more than once: %s"
24542456 msgstr ""
24552457
2456 #: tp/Texinfo/Convert/Info.pm:340
2458 #: tp/Texinfo/Convert/Info.pm:346
24572459 #, fuzzy, perl-format
24582460 msgid "@%s outside of any node"
24592461 msgstr "(あらゆるノードの外側)"
24602462
2461 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2462 #, perl-format
2463 msgid "Entry for index `%s' outside of any node"
2463 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2464 #, fuzzy, perl-format
2465 msgid "entry for index `%s' outside of any node"
24642466 msgstr "`%s' 見出し項目があらゆるノードの外側にあります"
24652467
24662468 #: tp/Texinfo/Convert/Plaintext.pm:1217
24672469 #, fuzzy, perl-format
2468 msgid "Error on closing image text file %s: %s"
2470 msgid "error on closing image text file %s: %s"
24692471 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
24702472
24712473 #: tp/Texinfo/Convert/Plaintext.pm:1222
24732475 msgid "@image file `%s' unreadable: %s"
24742476 msgstr "@image ファイル `%s' が読めません: %s"
24752477
2476 #: tp/Texinfo/Convert/Plaintext.pm:1250
2477 #, perl-format
2478 msgid "Cannot find @image file `%s.txt' nor alternate text"
2479 msgstr ""
2480
2481 #: tp/Texinfo/Convert/Plaintext.pm:1615
2478 #: tp/Texinfo/Convert/Plaintext.pm:1251
2479 #, perl-format
2480 msgid "could not find @image file `%s.txt' nor alternate text"
2481 msgstr ""
2482
2483 #: tp/Texinfo/Convert/Plaintext.pm:1617
24822484 msgid ""
24832485 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
24842486 "avoid that"
24862488 "@strong{Note...} は Info 内に疑似的な相互参照を生成します。使用は避けてくださ"
24872489 "い"
24882490
2489 #: tp/Texinfo/Convert/Plaintext.pm:1845
2491 #: tp/Texinfo/Convert/Plaintext.pm:1849
24902492 #, fuzzy, perl-format
24912493 msgid "`.' or `,' must follow @xref, not %s"
24922494 msgstr "`.' または `,' には `%2$c' では無く @%1$s が続かなければいけません。"
24932495
2494 #: tp/Texinfo/Convert/Plaintext.pm:1847
2496 #: tp/Texinfo/Convert/Plaintext.pm:1852
24952497 #, fuzzy
24962498 msgid "`.' or `,' must follow @xref"
24972499 msgstr "`.' または `,' には `%2$c' では無く @%1$s が続かなければいけません。"
25012503 msgid "@%s should only appear at beginning or end of document"
25022504 msgstr ""
25032505
2504 #: tp/Texinfo/Parser.pm:837
2505 #, fuzzy, perl-format
2506 msgid "Can't read file %s: %s"
2507 msgstr " @FILE オプションを FILE から読み込む\n"
2508
25092506 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
25102507 #, perl-format
2511 msgid "Multiple @%s"
2508 msgid "multiple @%s"
25122509 msgstr ""
25132510
25142511 #: tp/Texinfo/Parser.pm:1100
25152512 #, fuzzy, perl-format
2516 msgid "Bad syntax for @%s argument: %s"
2513 msgid "bad syntax for @%s argument: %s"
25172514 msgstr "引数 `%3$s' に対して %1$s%2$s が無効です"
25182515
25192516 #: tp/Texinfo/Parser.pm:1116
2520 #, perl-format
2521 msgid "Bad or empty @%s formal argument: %s"
2522 msgstr ""
2523
2524 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2525 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2526 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2517 #, fuzzy, perl-format
2518 msgid "bad or empty @%s formal argument: %s"
2519 msgstr "引数 `%3$s' に対して %1$s%2$s が無効です"
2520
2521 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2522 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2523 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
25272524 #, perl-format
25282525 msgid "%c%s requires a name"
25292526 msgstr "%c%s には名前が必要です"
25302527
2531 #: tp/Texinfo/Parser.pm:1235
2528 #: tp/Texinfo/Parser.pm:1238
25322529 #, perl-format
25332530 msgid "%c%s missing close brace"
25342531 msgstr "閉じる中括弧のない %c%s"
25352532
2536 #: tp/Texinfo/Parser.pm:1238
2533 #: tp/Texinfo/Parser.pm:1241
25372534 #, perl-format
25382535 msgid "@%s missing closing delimiter sequence: %s}"
25392536 msgstr ""
25402537
2541 #: tp/Texinfo/Parser.pm:1351
2538 #: tp/Texinfo/Parser.pm:1354
25422539 #, perl-format
25432540 msgid "@itemx should not begin @%s"
25442541 msgstr ""
25452542
2546 #: tp/Texinfo/Parser.pm:1419
2543 #: tp/Texinfo/Parser.pm:1422
25472544 msgid "@itemx must follow @item"
25482545 msgstr ""
25492546
2550 #: tp/Texinfo/Parser.pm:1587
2547 #: tp/Texinfo/Parser.pm:1590
25512548 #, perl-format
25522549 msgid "@%s has text but no @item"
25532550 msgstr ""
25542551
2555 #: tp/Texinfo/Parser.pm:1617
2552 #: tp/Texinfo/Parser.pm:1620
25562553 #, perl-format
25572554 msgid "`@end' expected `%s', but saw `%s'"
25582555 msgstr "`@end' には `%s' が必要ですが、`%s' が見つかりました"
25592556
2560 #: tp/Texinfo/Parser.pm:1620
2557 #: tp/Texinfo/Parser.pm:1623
25612558 #, fuzzy, perl-format
25622559 msgid "@%s seen before @end %s"
25632560 msgstr "コメント内でファイル終端 (EOF) に達しました"
25642561
2565 #: tp/Texinfo/Parser.pm:1624
2566 #, perl-format
2567 msgid "No matching `%cend %s'"
2562 #: tp/Texinfo/Parser.pm:1627
2563 #, fuzzy, perl-format
2564 msgid "no matching `%cend %s'"
25682565 msgstr "`%cend %s' との対応が見つかりません"
25692566
2570 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2571 #: tp/Texinfo/Parser.pm:5125
2572 #, perl-format
2573 msgid "Misplaced %c"
2567 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2568 #: tp/Texinfo/Parser.pm:5150
2569 #, fuzzy, perl-format
2570 msgid "misplaced %c"
25742571 msgstr "間違った位置に %c があります"
25752572
2576 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2577 #, perl-format
2578 msgid "Unmatched `%c%s'"
2573 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2574 #, fuzzy, perl-format
2575 msgid "unmatched `%c%s'"
25792576 msgstr "`%c%s' との対応が見つかりません"
25802577
2581 #: tp/Texinfo/Parser.pm:1972
2582 #, perl-format
2583 msgid "Macro `%s' called with too many args"
2578 #: tp/Texinfo/Parser.pm:1976
2579 #, fuzzy, perl-format
2580 msgid "macro `%s' called with too many args"
25842581 msgstr "マクロ `%s' 呼び出しの引数が多すぎます"
25852582
2586 #: tp/Texinfo/Parser.pm:1994
2583 #: tp/Texinfo/Parser.pm:1998
25872584 #, fuzzy, perl-format
25882585 msgid "@%s missing close brace"
25892586 msgstr "設定ファイルの欠落。"
25902587
2591 #: tp/Texinfo/Parser.pm:2001
2592 #, perl-format
2593 msgid "Macro `%s' declared without argument called with an argument"
2588 #: tp/Texinfo/Parser.pm:2006
2589 #, fuzzy, perl-format
2590 msgid "macro `%s' declared without argument called with an argument"
25942591 msgstr "マクロ `%s' は引数なしで宣言され、引数をつけて呼び出されました"
25952592
2596 #: tp/Texinfo/Parser.pm:2035
2593 #: tp/Texinfo/Parser.pm:2041
25972594 #, fuzzy, perl-format
25982595 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
25992596 msgstr "後ろに `%s' が続くマクロ展開内でパラメータ名ではなく \\ があります"
26002597
2601 #: tp/Texinfo/Parser.pm:2430
2598 #: tp/Texinfo/Parser.pm:2436
26022599 #, perl-format
26032600 msgid "@%s `%s' previously defined"
26042601 msgstr "@%s `%s' は以前に定義されています"
26052602
2606 #: tp/Texinfo/Parser.pm:2435
2603 #: tp/Texinfo/Parser.pm:2441
26072604 #, fuzzy, perl-format
26082605 msgid "here is the previous definition as @%s"
26092606 msgstr "ここは、`%s' の前の定義です"
26102607
2611 #: tp/Texinfo/Parser.pm:2796
2612 #, fuzzy, perl-format
2613 msgid "Missing name for @%s"
2608 #: tp/Texinfo/Parser.pm:2802
2609 #, fuzzy, perl-format
2610 msgid "missing name for @%s"
26142611 msgstr "エミュレーションモード名がありません"
26152612
2616 #: tp/Texinfo/Parser.pm:2801
2617 #, fuzzy, perl-format
2618 msgid "Missing category for @%s"
2613 #: tp/Texinfo/Parser.pm:2807
2614 #, fuzzy, perl-format
2615 msgid "missing category for @%s"
26192616 msgstr "設定ファイルの欠落。"
26202617
2621 #: tp/Texinfo/Parser.pm:2853
2622 #, fuzzy, perl-format
2623 msgid "Unexpected argument on @%s line: %s"
2618 #: tp/Texinfo/Parser.pm:2859
2619 #, fuzzy, perl-format
2620 msgid "unexpected argument on @%s line: %s"
26242621 msgstr "@%s に対する誤った引数です: %s"
26252622
2626 #: tp/Texinfo/Parser.pm:2869
2623 #: tp/Texinfo/Parser.pm:2875
26272624 #, fuzzy
26282625 msgid "empty multitable"
26292626 msgstr "%s: 空のファイル"
26302627
2631 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2632 #, fuzzy, perl-format
2633 msgid "Superfluous argument to @%s"
2628 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2629 #, fuzzy, perl-format
2630 msgid "superfluous argument to @%s"
26342631 msgstr "%s: --auto/-a オプションに対して不当な引数\n"
26352632
2636 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2637 #: tp/Texinfo/Parser.pm:5379
2638 #, perl-format
2639 msgid "Bad argument to @%s"
2633 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2634 #: tp/Texinfo/Parser.pm:5405
2635 #, fuzzy, perl-format
2636 msgid "bad argument to @%s"
26402637 msgstr "@%s に対する誤った引数です"
26412638
2642 #: tp/Texinfo/Parser.pm:2942
2639 #: tp/Texinfo/Parser.pm:2948
26432640 #, perl-format
26442641 msgid "%s requires an argument: the formatter for %citem"
26452642 msgstr "%s には引数が必要です: %citem を整形するため"
26462643
2647 #: tp/Texinfo/Parser.pm:2947
2648 #, perl-format
2649 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2650 msgstr ""
2651
2652 #: tp/Texinfo/Parser.pm:2982
2653 #, fuzzy, perl-format
2654 msgid "Accent command `@%s' not allowed as @%s argument"
2644 #: tp/Texinfo/Parser.pm:2953
2645 #, perl-format
2646 msgid "command @%s not accepting argument in brace should not be on @%s line"
2647 msgstr ""
2648
2649 #: tp/Texinfo/Parser.pm:2988
2650 #, fuzzy, perl-format
2651 msgid "accent command `@%s' not allowed as @%s argument"
26552652 msgstr "%s: オプション `--%s' は引数が不要です\n"
26562653
2657 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2658 #: tp/Texinfo/Parser.pm:5338
2654 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2655 #: tp/Texinfo/Parser.pm:5364
26592656 #, fuzzy, perl-format
26602657 msgid "@%s missing argument"
26612658 msgstr "設定ファイルの欠落。"
26622659
2663 #: tp/Texinfo/Parser.pm:3072
2664 #, fuzzy, perl-format
2665 msgid "Unknown @end %s"
2660 #: tp/Texinfo/Parser.pm:3078
2661 #, fuzzy, perl-format
2662 msgid "unknown @end %s"
26662663 msgstr "終了インデックス"
26672664
2668 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2669 #, fuzzy, perl-format
2670 msgid "Superfluous argument to @%s %s: %s"
2665 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2666 #, fuzzy, perl-format
2667 msgid "superfluous argument to @%s %s: %s"
26712668 msgstr "%s: --auto/-a オプションに対して不当な引数\n"
26722669
2673 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2674 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2675 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2676 #, perl-format
2677 msgid "Bad argument to @%s: %s"
2670 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2671 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2672 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2673 #, fuzzy, perl-format
2674 msgid "bad argument to @%s: %s"
26782675 msgstr "@%s に対する誤った引数です: %s"
26792676
2680 #: tp/Texinfo/Parser.pm:3118
2681 #, perl-format
2682 msgid "@%s: Cannot open %s: %s"
2677 #: tp/Texinfo/Parser.pm:3124
2678 #, fuzzy, perl-format
2679 msgid "@%s: could not open %s: %s"
26832680 msgstr "@%s: %s を開くことができません: %s"
26842681
2685 #: tp/Texinfo/Parser.pm:3130
2686 #, perl-format
2687 msgid "Encoding `%s' is not a canonical texinfo encoding"
2688 msgstr ""
2689
2690 #: tp/Texinfo/Parser.pm:3139
2682 #: tp/Texinfo/Parser.pm:3136
2683 #, perl-format
2684 msgid "encoding `%s' is not a canonical texinfo encoding"
2685 msgstr ""
2686
2687 #: tp/Texinfo/Parser.pm:3145
26912688 #, perl-format
26922689 msgid "unrecognized encoding name `%s'"
26932690 msgstr "認識できないエンコード名 `%s' です"
26942691
2695 #: tp/Texinfo/Parser.pm:3289
2692 #: tp/Texinfo/Parser.pm:3295
26962693 #, perl-format
26972694 msgid "@%s after the first element"
26982695 msgstr ""
26992696
2700 #: tp/Texinfo/Parser.pm:3296
2697 #: tp/Texinfo/Parser.pm:3302
27012698 #, fuzzy, perl-format
27022699 msgid "@%s only meaningful on a @multitable line"
27032700 msgstr "`@titlepage' 環境の外側では @%s は意味がありません"
27042701
2705 #: tp/Texinfo/Parser.pm:3336
2702 #: tp/Texinfo/Parser.pm:3342
27062703 #, perl-format
27072704 msgid "@%s should not be associated with @top"
27082705 msgstr ""
27092706
2710 #: tp/Texinfo/Parser.pm:3348
2707 #: tp/Texinfo/Parser.pm:3354
27112708 #, perl-format
27122709 msgid "@node precedes @%s, but parts may not be associated with nodes"
27132710 msgstr ""
27142711
2715 #: tp/Texinfo/Parser.pm:3450
2716 #, fuzzy, perl-format
2717 msgid "Empty argument in @%s"
2712 #: tp/Texinfo/Parser.pm:3456
2713 #, fuzzy, perl-format
2714 msgid "empty argument in @%s"
27182715 msgstr "コメント内でファイル終端 (EOF) に達しました"
27192716
2720 #: tp/Texinfo/Parser.pm:3454
2721 #, perl-format
2722 msgid "Empty node name after expansion `%s'"
2723 msgstr ""
2724
2725 #: tp/Texinfo/Parser.pm:3497
2726 #, fuzzy, perl-format
2727 msgid "Empty menu entry name in `%s'"
2717 #: tp/Texinfo/Parser.pm:3460
2718 #, fuzzy, perl-format
2719 msgid "empty node name after expansion `%s'"
27282720 msgstr "ノード `%s' にメニューがありません。"
27292721
2730 #: tp/Texinfo/Parser.pm:3505
2722 #: tp/Texinfo/Parser.pm:3503
2723 #, fuzzy, perl-format
2724 msgid "empty menu entry name in `%s'"
2725 msgstr "ノード `%s' にメニューがありません。"
2726
2727 #: tp/Texinfo/Parser.pm:3511
27312728 #, fuzzy
2732 msgid "Empty node name in menu entry"
2729 msgid "empty node name in menu entry"
27332730 msgstr "認識できないエミュレーション名 `%s' です"
27342731
2735 #: tp/Texinfo/Parser.pm:3578
2732 #: tp/Texinfo/Parser.pm:3584
27362733 #, fuzzy, perl-format
27372734 msgid "@%s should not appear in @%s"
27382735 msgstr "%s: --css-file %s を開くことができません"
27392736
2740 #: tp/Texinfo/Parser.pm:3710
2737 #: tp/Texinfo/Parser.pm:3716
27412738 #, perl-format
27422739 msgid "@end %s should only appear at a line beginning"
27432740 msgstr ""
27442741
2745 #: tp/Texinfo/Parser.pm:3733
2742 #: tp/Texinfo/Parser.pm:3739
27462743 #, perl-format
27472744 msgid "macro `%s' previously defined"
27482745 msgstr "マクロ `%s' は以前に定義されています"
27492746
2750 #: tp/Texinfo/Parser.pm:3735
2747 #: tp/Texinfo/Parser.pm:3742
27512748 #, perl-format
27522749 msgid "here is the previous definition of `%s'"
27532750 msgstr "ここは、`%s' の前の定義です"
27542751
2755 #: tp/Texinfo/Parser.pm:3739
2756 #, perl-format
2757 msgid "Redefining Texinfo language command: @%s"
2758 msgstr ""
2759
2760 #: tp/Texinfo/Parser.pm:3788
2752 #: tp/Texinfo/Parser.pm:3747
2753 #, perl-format
2754 msgid "redefining Texinfo language command: @%s"
2755 msgstr ""
2756
2757 #: tp/Texinfo/Parser.pm:3796
27612758 #, fuzzy, perl-format
27622759 msgid "@%s without associated character"
27632760 msgstr "エスケープ文字内でファイル終端 (EOF) に達しました"
27642761
2765 #: tp/Texinfo/Parser.pm:3849
2762 #: tp/Texinfo/Parser.pm:3858
27662763 #, perl-format
27672764 msgid ""
27682765 "@%s defined with zero or more than one argument should be invoked with {}"
27692766 msgstr ""
27702767
2771 #: tp/Texinfo/Parser.pm:3872
2772 #, perl-format
2773 msgid ""
2774 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2768 #: tp/Texinfo/Parser.pm:3882
2769 #, fuzzy, perl-format
2770 msgid ""
2771 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
27752772 "value %d)"
27762773 msgstr ""
27772774 "マクロ呼び出しのネストが深すぎます(MAX_NESTED_MACROS を設定して上限を変更でき"
27782775 "ます; 現在は %d)"
27792776
2780 #: tp/Texinfo/Parser.pm:3880
2781 #, perl-format
2782 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2783 msgstr ""
2784
2785 #: tp/Texinfo/Parser.pm:3935
2786 #, perl-format
2787 msgid "Accent command `@%s' must not be followed by whitespace"
2788 msgstr ""
2789
2790 #: tp/Texinfo/Parser.pm:3941
2791 #, perl-format
2792 msgid "Use braces to give a command as an argument to @%s"
2777 #: tp/Texinfo/Parser.pm:3891
2778 #, perl-format
2779 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2780 msgstr ""
2781
2782 #: tp/Texinfo/Parser.pm:3947
2783 #, fuzzy, perl-format
2784 msgid "accent command `@%s' must not be followed by whitespace"
2785 msgstr "%s: オプション `--%s' は引数が不要です\n"
2786
2787 #: tp/Texinfo/Parser.pm:3953
2788 #, fuzzy, perl-format
2789 msgid "use braces to give a command as an argument to @%s"
27932790 msgstr "@%s への引数としてコマンドを与えるには、ブレースを使いましょう"
27942791
2795 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2792 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
27962793 #, perl-format
27972794 msgid "%c%s expects `i' or `j' as argument, not `%s'"
27982795 msgstr "%c%s は `%s' ではなく、`i' か `j' を引数として必要とします"
27992796
2800 #: tp/Texinfo/Parser.pm:3966
2801 #, perl-format
2802 msgid "Accent command `@%s' must not be followed by new line"
2803 msgstr ""
2804
2805 #: tp/Texinfo/Parser.pm:3977
2797 #: tp/Texinfo/Parser.pm:3978
2798 #, fuzzy, perl-format
2799 msgid "accent command `@%s' must not be followed by new line"
2800 msgstr "%s: オプション `--%s' は引数が不要です\n"
2801
2802 #: tp/Texinfo/Parser.pm:3989
28062803 #, fuzzy, perl-format
28072804 msgid "@%s expected braces"
28082805 msgstr "%c%s には中括弧が予期されます"
28092806
2810 #: tp/Texinfo/Parser.pm:4136
2807 #: tp/Texinfo/Parser.pm:4148
28112808 #, perl-format
28122809 msgid "undefined flag: %s"
28132810 msgstr "定義されていないフラグ: %s"
28142811
2815 #: tp/Texinfo/Parser.pm:4139
2816 msgid "Bad syntax for @value"
2817 msgstr ""
2818
2819 #: tp/Texinfo/Parser.pm:4146
2812 #: tp/Texinfo/Parser.pm:4151
2813 #, fuzzy
2814 msgid "bad syntax for @value"
2815 msgstr "引数 `%3$s' に対して %1$s%2$s が無効です"
2816
2817 #: tp/Texinfo/Parser.pm:4158
28202818 #, perl-format
28212819 msgid "%c%s is obsolete."
28222820 msgstr "%c%s は廃止予定 (または廃止済み) です。"
28232821
2824 #: tp/Texinfo/Parser.pm:4149
2822 #: tp/Texinfo/Parser.pm:4161
28252823 #, perl-format
28262824 msgid "%c%s is obsolete; %s"
28272825 msgstr "%c%s は廃止予定 (または廃止済み) です; %s"
28282826
2829 #: tp/Texinfo/Parser.pm:4157
2827 #: tp/Texinfo/Parser.pm:4170
28302828 #, perl-format
28312829 msgid "@%s should only appear at a line beginning"
28322830 msgstr ""
28332831
2834 #: tp/Texinfo/Parser.pm:4247
2832 #: tp/Texinfo/Parser.pm:4261
28352833 #, fuzzy, perl-format
28362834 msgid "@%s not allowed inside `@%s' block"
28372835 msgstr "`@%2$s' ブロックの内側では `@%1$s' は意味がありません"
28382836
2839 #: tp/Texinfo/Parser.pm:4255
2837 #: tp/Texinfo/Parser.pm:4270
28402838 #, perl-format
28412839 msgid "@%s should only appear in heading or footing"
28422840 msgstr ""
28432841
2844 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2845 #: tp/Texinfo/Parser.pm:4437
2842 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2843 #: tp/Texinfo/Parser.pm:4458
28462844 #, perl-format
28472845 msgid "@%s not meaningful inside `@%s' block"
28482846 msgstr "`@%2$s' ブロックの内側では `@%1$s' は意味がありません"
28492847
2850 #: tp/Texinfo/Parser.pm:4398
2848 #: tp/Texinfo/Parser.pm:4418
28512849 #, fuzzy, perl-format
28522850 msgid "@%s in empty multitable"
28532851 msgstr "コメント内でファイル終端 (EOF) に達しました"
28542852
2855 #: tp/Texinfo/Parser.pm:4403
2853 #: tp/Texinfo/Parser.pm:4424
28562854 #, fuzzy
28572855 msgid "@tab before @item"
28582856 msgstr "チェック・メニュー項目"
28592857
2860 #: tp/Texinfo/Parser.pm:4406
2861 #, perl-format
2862 msgid "Too many columns in multitable item (max %d)"
2858 #: tp/Texinfo/Parser.pm:4427
2859 #, fuzzy, perl-format
2860 msgid "too many columns in multitable item (max %d)"
28632861 msgstr "マルチテーブル項目内のカラム数が多すぎます(最大 %d)"
28642862
2865 #: tp/Texinfo/Parser.pm:4443
2863 #: tp/Texinfo/Parser.pm:4464
28662864 msgid "ignoring @tab outside of multitable"
28672865 msgstr "マルチテーブルの外側の @tab を無視します"
28682866
2869 #: tp/Texinfo/Parser.pm:4447
2867 #: tp/Texinfo/Parser.pm:4468
28702868 #, perl-format
28712869 msgid "@%s outside of table or list"
28722870 msgstr ""
28732871
2874 #: tp/Texinfo/Parser.pm:4482
2875 #, fuzzy, perl-format
2876 msgid "Must be after `@%s' to use `@%s'"
2872 #: tp/Texinfo/Parser.pm:4503
2873 #, fuzzy, perl-format
2874 msgid "must be after `@%s' to use `@%s'"
28772875 msgstr "`@%2$s' を使用するためには `@%1$s' 環境でなければいけません"
28782876
2879 #: tp/Texinfo/Parser.pm:4524
2877 #: tp/Texinfo/Parser.pm:4545
28802878 #, perl-format
28812879 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
28822880 msgstr "@%s は `@titlepage' および `@quotation' 環境の外側では意味がありません"
28832881
2884 #: tp/Texinfo/Parser.pm:4528
2882 #: tp/Texinfo/Parser.pm:4549
28852883 msgid "@dircategory after first node"
28862884 msgstr ""
28872885
2888 #: tp/Texinfo/Parser.pm:4686
2889 #, fuzzy, perl-format
2890 msgid "Region %s inside region %s is not allowed"
2886 #: tp/Texinfo/Parser.pm:4708
2887 #, fuzzy, perl-format
2888 msgid "region %s inside region %s is not allowed"
28912889 msgstr "脚注に脚注を含めることはできません"
28922890
2893 #: tp/Texinfo/Parser.pm:4704
2891 #: tp/Texinfo/Parser.pm:4726
28942892 msgid "@direntry after first node"
28952893 msgstr ""
28962894
2897 #: tp/Texinfo/Parser.pm:4712
2895 #: tp/Texinfo/Parser.pm:4734
28982896 #, fuzzy, perl-format
28992897 msgid "@%s seen before first @node"
29002898 msgstr "@menu が最初の @node 以前に現れました。`Top' ノードをつくります"
29012899
2902 #: tp/Texinfo/Parser.pm:4714
2900 #: tp/Texinfo/Parser.pm:4737
29032901 msgid ""
29042902 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
29052903 msgstr "多分 @top ノードは @ifinfo よりは @ifnottex に覆われるべきでは?"
29062904
2907 #: tp/Texinfo/Parser.pm:4776
2905 #: tp/Texinfo/Parser.pm:4799
29082906 #, perl-format
29092907 msgid "@%s should only appear in math context"
29102908 msgstr ""
29112909
2912 #: tp/Texinfo/Parser.pm:4784
2913 #, perl-format
2914 msgid "Unknown command `%s'"
2910 #: tp/Texinfo/Parser.pm:4807
2911 #, fuzzy, perl-format
2912 msgid "unknown command `%s'"
29152913 msgstr "不明なコマンド `%s'"
29162914
2917 #: tp/Texinfo/Parser.pm:4794
2918 msgid "Unexpected @"
2915 #: tp/Texinfo/Parser.pm:4817
2916 #, fuzzy
2917 msgid "unexpected @"
29192918 msgstr "予期されない @ です"
29202919
2921 #: tp/Texinfo/Parser.pm:4822
2920 #: tp/Texinfo/Parser.pm:4846
29222921 #, fuzzy, perl-format
29232922 msgid "@%s is not meaningful outside `@float' environment"
29242923 msgstr "`@float' 環境の外側では @%s は意味がありません"
29252924
2926 #: tp/Texinfo/Parser.pm:4826
2925 #: tp/Texinfo/Parser.pm:4851
29272926 #, perl-format
29282927 msgid "@%s should be right below `@float'"
29292928 msgstr ""
29302929
2931 #: tp/Texinfo/Parser.pm:4834
2932 #, perl-format
2933 msgid "Ignoring multiple @%s"
2934 msgstr ""
2935
2936 #: tp/Texinfo/Parser.pm:4950
2937 #, perl-format
2938 msgid "Command @%s does not accept arguments"
2939 msgstr ""
2940
2941 #: tp/Texinfo/Parser.pm:4974
2942 #, perl-format
2943 msgid "Command @%s missing a node or external manual argument"
2944 msgstr ""
2945
2946 #: tp/Texinfo/Parser.pm:4993
2947 #, perl-format
2948 msgid "In @%s empty cross reference name after expansion `%s'"
2949 msgstr ""
2950
2951 #: tp/Texinfo/Parser.pm:5004
2952 #, perl-format
2953 msgid "In @%s empty cross reference title after expansion `%s'"
2954 msgstr ""
2955
2956 #: tp/Texinfo/Parser.pm:5017
2930 #: tp/Texinfo/Parser.pm:4859
2931 #, perl-format
2932 msgid "ignoring multiple @%s"
2933 msgstr ""
2934
2935 #: tp/Texinfo/Parser.pm:4975
2936 #, fuzzy, perl-format
2937 msgid "command @%s does not accept arguments"
2938 msgstr "%s: オプション `--%s' は引数が不要です\n"
2939
2940 #: tp/Texinfo/Parser.pm:4999
2941 #, perl-format
2942 msgid "command @%s missing a node or external manual argument"
2943 msgstr ""
2944
2945 #: tp/Texinfo/Parser.pm:5018
2946 #, perl-format
2947 msgid "in @%s empty cross reference name after expansion `%s'"
2948 msgstr ""
2949
2950 #: tp/Texinfo/Parser.pm:5029
2951 #, perl-format
2952 msgid "in @%s empty cross reference title after expansion `%s'"
2953 msgstr ""
2954
2955 #: tp/Texinfo/Parser.pm:5042
29572956 msgid "@image missing filename argument"
29582957 msgstr "@image にファイル名が与えられていません"
29592958
2960 #: tp/Texinfo/Parser.pm:5047
2959 #: tp/Texinfo/Parser.pm:5072
29612960 #, fuzzy, perl-format
29622961 msgid "@%s missing first argument"
29632962 msgstr "設定ファイルの欠落。"
29642963
2965 #: tp/Texinfo/Parser.pm:5169
2964 #: tp/Texinfo/Parser.pm:5194
29662965 #, fuzzy
2967 msgid "Superfluous arguments for node"
2966 msgid "superfluous arguments for node"
29682967 msgstr "%2$s に対する引数 %1$s が曖昧です"
29692968
2970 #: tp/Texinfo/Parser.pm:5208
2971 #, fuzzy, perl-format
2972 msgid "Expected @end %s"
2969 #: tp/Texinfo/Parser.pm:5233
2970 #, fuzzy, perl-format
2971 msgid "expected @end %s"
29732972 msgstr "終了インデックス"
29742973
2975 #: tp/Texinfo/Parser.pm:5283
2976 #, fuzzy, perl-format
2977 msgid "Remaining argument on @%s line: %s"
2974 #: tp/Texinfo/Parser.pm:5309
2975 #, fuzzy, perl-format
2976 msgid "remaining argument on @%s line: %s"
29782977 msgstr "@%s に対する誤った引数です: %s"
29792978
2980 #: tp/Texinfo/Parser.pm:5287
2979 #: tp/Texinfo/Parser.pm:5313
29812980 #, fuzzy, perl-format
29822981 msgid "@%s should only accept a @-command as argument, not `%s'"
29832982 msgstr "@%s への引数としてコマンドを与えるには、ブレースを使いましょう"
29842983
2985 #: tp/Texinfo/Parser.pm:5362
2986 #, fuzzy, perl-format
2987 msgid "Environment command %s as argument to @%s"
2984 #: tp/Texinfo/Parser.pm:5388
2985 #, fuzzy, perl-format
2986 msgid "environment command %s as argument to @%s"
29882987 msgstr "@%s への引数としてコマンドを与えるには、ブレースを使いましょう"
29892988
2990 #: tp/Texinfo/Parser.pm:5384
2991 #, perl-format
2992 msgid "Empty @%s"
2993 msgstr ""
2994
2995 #: tp/Texinfo/Parser.pm:5392
2989 #: tp/Texinfo/Parser.pm:5410
2990 #, perl-format
2991 msgid "empty @%s"
2992 msgstr ""
2993
2994 #: tp/Texinfo/Parser.pm:5418
29962995 #, fuzzy, perl-format
29972996 msgid "column fraction not a number: %s"
29982997 msgstr "iconv 関数が使えません"
29992998
3000 #: tp/Texinfo/Parser.pm:5401
2999 #: tp/Texinfo/Parser.pm:5427
30013000 #, fuzzy, perl-format
30023001 msgid "@sp arg must be numeric, not `%s'"
30033002 msgstr "%s: %s 引数は `%s' ではなくて、数値でなければなりません。\n"
30043003
3005 #: tp/Texinfo/Parser.pm:5409
3006 #, fuzzy, perl-format
3007 msgid "Reserved index name %s"
3004 #: tp/Texinfo/Parser.pm:5436
3005 #, fuzzy, perl-format
3006 msgid "reserved index name %s"
30083007 msgstr "認識できないエミュレーション名 `%s' です"
30093008
3010 #: tp/Texinfo/Parser.pm:5428
3011 #, fuzzy, perl-format
3012 msgid "Unknown source index in @%s: %s"
3009 #: tp/Texinfo/Parser.pm:5455
3010 #, fuzzy, perl-format
3011 msgid "unknown source index in @%s: %s"
30133012 msgstr "不明なエスケープ '\\%c' が文字列内にあります。無視されました"
30143013
3015 #: tp/Texinfo/Parser.pm:5431
3016 #, fuzzy, perl-format
3017 msgid "Unknown destination index in @%s: %s"
3014 #: tp/Texinfo/Parser.pm:5458
3015 #, fuzzy, perl-format
3016 msgid "unknown destination index in @%s: %s"
30183017 msgstr "不明な索引 `%s' です"
30193018
3020 #: tp/Texinfo/Parser.pm:5461
3019 #: tp/Texinfo/Parser.pm:5488
30213020 #, perl-format
30223021 msgid "@%s leads to a merging of %s in itself, ignoring"
30233022 msgstr ""
30243023
3025 #: tp/Texinfo/Parser.pm:5474
3026 #, perl-format
3027 msgid "Unknown index `%s' in @printindex"
3024 #: tp/Texinfo/Parser.pm:5501
3025 #, fuzzy, perl-format
3026 msgid "unknown index `%s' in @printindex"
30283027 msgstr "@printindex に不明な見出し `%s' があります"
30293028
3030 #: tp/Texinfo/Parser.pm:5480
3031 #, perl-format
3032 msgid "Printing an index `%s' merged in another one `%s'"
3033 msgstr ""
3034
3035 #: tp/Texinfo/Parser.pm:5488
3036 #, perl-format
3037 msgid "Printindex before document beginning: @printindex %s"
3038 msgstr ""
3039
3040 #: tp/Texinfo/Parser.pm:5504
3029 #: tp/Texinfo/Parser.pm:5507
3030 #, perl-format
3031 msgid "printing an index `%s' merged in another one `%s'"
3032 msgstr ""
3033
3034 #: tp/Texinfo/Parser.pm:5515
3035 #, perl-format
3036 msgid "printindex before document beginning: @printindex %s"
3037 msgstr ""
3038
3039 #: tp/Texinfo/Parser.pm:5531
30413040 #, fuzzy, perl-format
30423041 msgid "@%s arg must be `top' or `bottom', not `%s'"
30433042 msgstr "%s: %s 引数は `%s' ではなくて、数値でなければなりません。\n"
30443043
3045 #: tp/Texinfo/Parser.pm:5512
3044 #: tp/Texinfo/Parser.pm:5539
30463045 #, perl-format
30473046 msgid "Only @%s 10 or 11 is supported, not `%s'"
30483047 msgstr "@%s 10 または 11 がサポートされています。`%s' はサポートされていません"
30493048
3050 #: tp/Texinfo/Parser.pm:5520
3049 #: tp/Texinfo/Parser.pm:5547
30513050 #, fuzzy, perl-format
30523051 msgid "@%s arg must be `separate' or `end', not `%s'"
30533052 msgstr ""
30543053 "%s: --footnote-style 引数は `%s' ではなく、`separate' 又は `end' でなければ\n"
30553054 " なりません。\n"
30563055
3057 #: tp/Texinfo/Parser.pm:5528
3056 #: tp/Texinfo/Parser.pm:5555
30583057 #, fuzzy, perl-format
30593058 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
30603059 msgstr "%s: %s 引数は `%s' ではなくて、数値でなければなりません。\n"
30613060
3062 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3061 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
30633062 #, fuzzy, perl-format
30643063 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
30653064 msgstr ""
30663065 "%s: --paragraph-indent 引数は `%s' ではなく、数値/`none'/`asis' でなければ\n"
30673066 " なりません。\n"
30683067
3069 #: tp/Texinfo/Parser.pm:5559
3068 #: tp/Texinfo/Parser.pm:5586
30703069 #, fuzzy, perl-format
30713070 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
30723071 msgstr ""
30733072 "%s: --paragraph-indent 引数は `%s' ではなく、数値/`none'/`asis' でなければ\n"
30743073 " なりません。\n"
30753074
3076 #: tp/Texinfo/Parser.pm:5569
3075 #: tp/Texinfo/Parser.pm:5596
30773076 #, fuzzy, perl-format
30783077 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
30793078 msgstr ""
30803079 "%s: --paragraph-indent 引数は `%s' ではなく、数値/`none'/`asis' でなければ\n"
30813080 " なりません。\n"
30823081
3083 #: tp/Texinfo/Parser.pm:5580
3084 #, perl-format
3085 msgid "Expected @%s on or off, not `%s'"
3082 #: tp/Texinfo/Parser.pm:5607
3083 #, fuzzy, perl-format
3084 msgid "expected @%s on or off, not `%s'"
30863085 msgstr "@%s は on または off が予期されます。`%s' ではありません"
30873086
3088 #: tp/Texinfo/Parser.pm:5590
3087 #: tp/Texinfo/Parser.pm:5617
30893088 #, perl-format
30903089 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
30913090 msgstr ""
30923091
3093 #: tp/Texinfo/Parser.pm:5598
3092 #: tp/Texinfo/Parser.pm:5625
30943093 #, fuzzy, perl-format
30953094 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
30963095 msgstr ""
30973096 "%s: --footnote-style 引数は `%s' ではなく、`separate' 又は `end' でなければ\n"
30983097 " なりません。\n"
30993098
3100 #: tp/Texinfo/Parser.pm:5606
3099 #: tp/Texinfo/Parser.pm:5633
31013100 #, fuzzy, perl-format
31023101 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
31033102 msgstr ""
31043103 "%s: --footnote-style 引数は `%s' ではなく、`separate' 又は `end' でなければ\n"
31053104 " なりません。\n"
31063105
3107 #: tp/Texinfo/Report.pm:100
3108 #, perl-format
3109 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3110 msgstr ""
3111
3112 #: tp/Texinfo/Report.pm:103
3113 #, perl-format
3114 msgid "%s:%d: warning: %s\n"
3115 msgstr "%s:%d: 警告: %s\n"
3116
3117 #: tp/Texinfo/Report.pm:146
3118 #, perl-format
3119 msgid "warning: %s\n"
3120 msgstr "警告: %s\n"
3121
31223106 #: tp/Texinfo/Structuring.pm:231
31233107 #, perl-format
3124 msgid "Raising the section level of @%s which is too low"
3108 msgid "raising the section level of @%s which is too low"
31253109 msgstr ""
31263110
31273111 #: tp/Texinfo/Structuring.pm:263
31283112 #, perl-format
3129 msgid "No chapter-level command before @%s"
3113 msgid "no chapter-level command before @%s"
31303114 msgstr ""
31313115
31323116 #: tp/Texinfo/Structuring.pm:268
31333117 #, perl-format
3134 msgid "Lowering the section level of @%s appearing after a lower element"
3118 msgid "lowering the section level of @%s appearing after a lower element"
31353119 msgstr ""
31363120
31373121 #: tp/Texinfo/Structuring.pm:347
31383122 #, fuzzy, perl-format
3139 msgid "No sectioning command associated with @%s"
3123 msgid "no sectioning command associated with @%s"
31403124 msgstr "ホスト名にアドレスが割り当てられていません"
31413125
31423126 #: tp/Texinfo/Structuring.pm:568
31433127 #, fuzzy, perl-format
3144 msgid "Menu reference to nonexistent node `%s'"
3128 msgid "menu reference to nonexistent node `%s'"
31453129 msgstr "参照されていないノード `%s'"
31463130
31473131 #: tp/Texinfo/Structuring.pm:583
3148 #, perl-format
3149 msgid "Menu entry node name `%s' different from %s name `%s'"
3150 msgstr ""
3132 #, fuzzy, perl-format
3133 msgid "menu entry node name `%s' different from %s name `%s'"
3134 msgstr "名前の取得に失敗しました: %s"
31513135
31523136 #: tp/Texinfo/Structuring.pm:619
31533137 #, perl-format
31563140
31573141 #: tp/Texinfo/Structuring.pm:665
31583142 #, perl-format
3159 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3143 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31603144 msgstr ""
31613145
31623146 #: tp/Texinfo/Structuring.pm:672
31633147 #, perl-format
3164 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3148 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31653149 msgstr ""
31663150
31673151 #: tp/Texinfo/Structuring.pm:690
31683152 #, perl-format
3169 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3153 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
31703154 msgstr ""
31713155
31723156 #: tp/Texinfo/Structuring.pm:744
31803164 msgstr "%s は存在しない `%s' を参照しています"
31813165
31823166 #: tp/Texinfo/Structuring.pm:790
3183 #, perl-format
3184 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3167 #, fuzzy, perl-format
3168 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
31853169 msgstr ""
31863170 "ノード `%s' には 上位項目があるのに、`%s' へのメニューアイテムを欠いています"
31873171
31883172 #: tp/Texinfo/Structuring.pm:798
31893173 #, perl-format
3190 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3174 msgid "for `%s', up in menu `%s' and up `%s' don't match"
31913175 msgstr ""
31923176
31933177 #: tp/Texinfo/Structuring.pm:1282
32023186 msgid "@%s to `%s', different from %s name `%s'"
32033187 msgstr "名前の取得に失敗しました: %s"
32043188
3205 #: tp/Texinfo/Structuring.pm:1939
3206 #, perl-format
3207 msgid "Empty index key in @%s"
3208 msgstr ""
3189 #: tp/Texinfo/Structuring.pm:1959
3190 #, fuzzy, perl-format
3191 msgid "empty index key in @%s"
3192 msgstr "コメント内でファイル終端 (EOF) に達しました"
32093193
32103194 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
32113195 #, fuzzy, perl-format
3212 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3213 msgstr "書込み用バックアップファイル\"%s\"を開くことができません"
3196 msgid "chm.pm: could not open %s for writing: %s\n"
3197 msgstr "%s: --css-file %s を開くことができません"
32143198
32153199 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
32163200 #, fuzzy, perl-format
3217 msgid "chm.pm:%s: Error on closing: %s"
3201 msgid "chm.pm: error on closing %s: %s"
32183202 msgstr "%(service)s on %(device)s"
32193203
3220 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3221 #, fuzzy, perl-format
3222 msgid "tex4ht.pm:%s: Cannot open: %s"
3204 #: tp/init/latex2html.pm:200
3205 #, fuzzy, perl-format
3206 msgid "l2h: could not open latex file %s for writing: %s"
3207 msgstr "%s: --css-file %s を開くことができません"
3208
3209 #: tp/init/latex2html.pm:341
3210 msgid "l2h: L2H_TMP directory contains a dot"
3211 msgstr ""
3212
3213 #: tp/init/latex2html.pm:346
3214 msgid "l2h: current directory contains a dot"
3215 msgstr ""
3216
3217 #: tp/init/latex2html.pm:374
3218 #, perl-format
3219 msgid "l2h: command did not succeed: %s"
3220 msgstr ""
3221
3222 #: tp/init/latex2html.pm:422
3223 #, perl-format
3224 msgid "l2h: image has invalid extension: %s"
3225 msgstr ""
3226
3227 #: tp/init/latex2html.pm:438
3228 #, fuzzy, perl-format
3229 msgid "l2h: rename %s as %s failed: %s"
3230 msgstr "%s: `%s' のアンマウントに失敗\n"
3231
3232 #: tp/init/latex2html.pm:460
3233 #, fuzzy, perl-format
3234 msgid "l2h: could not open %s: %s"
32233235 msgstr "@%s: %s を開くことができません: %s"
32243236
3237 #: tp/init/latex2html.pm:493
3238 #, perl-format
3239 msgid "latex2html.pm: end of @%s item %d not found"
3240 msgstr ""
3241
3242 #: tp/init/latex2html.pm:504
3243 #, perl-format
3244 msgid ""
3245 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3246 "of items found in the document"
3247 msgstr ""
3248
3249 #: tp/init/latex2html.pm:534
3250 #, perl-format
3251 msgid "l2h: could not determine the fragment %d for @%s"
3252 msgstr ""
3253
3254 #: tp/init/latex2html.pm:560
3255 #, perl-format
3256 msgid ""
3257 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3258 "HTML"
3259 msgstr ""
3260
3261 #: tp/init/latex2html.pm:621
3262 #, fuzzy, perl-format
3263 msgid "l2h: could not load %s: %s"
3264 msgstr "%s: --css-file %s を開くことができません"
3265
3266 #: tp/init/latex2html.pm:634
3267 #, fuzzy, perl-format
3268 msgid "l2h: could not open %s for writing: %s"
3269 msgstr "%s: --css-file %s を開くことができません"
3270
3271 #: tp/init/tex4ht.pm:123
3272 #, fuzzy, perl-format
3273 msgid "tex4ht.pm: could not open %s: %s"
3274 msgstr "@%s: %s を開くことができません: %s"
3275
32253276 #: tp/init/tex4ht.pm:219
32263277 #, fuzzy, perl-format
3227 msgid "tex4ht.pm:%s: chdir failed: %s"
3278 msgid "tex4ht.pm: chdir %s failed: %s"
32283279 msgstr "%s: `%s' のアンマウントに失敗\n"
32293280
32303281 #: tp/init/tex4ht.pm:232
32313282 #, fuzzy, perl-format
3232 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3283 msgid "tex4ht.pm: unable to return to initial directory: %s"
32333284 msgstr "初期作業ディレクトリに戻るのに失敗しました"
32343285
32353286 #: tp/init/tex4ht.pm:244
32363287 #, fuzzy, perl-format
3237 msgid "tex4ht.pm: Output file missing: %s"
3288 msgid "tex4ht.pm: output file missing: %s"
32383289 msgstr "設定ファイルの欠落。"
32393290
32403291 #: tp/init/tex4ht.pm:260
3241 #, perl-format
3242 msgid "tex4ht.pm: Command failed: %s"
3243 msgstr ""
3292 #, fuzzy, perl-format
3293 msgid "tex4ht.pm: command failed: %s"
3294 msgstr "%s: `%s' のアンマウントに失敗\n"
3295
3296 #: tp/init/tex4ht.pm:267
3297 #, fuzzy, perl-format
3298 msgid "tex4ht.pm: could not open: %s"
3299 msgstr "@%s: %s を開くことができません: %s"
32443300
32453301 #: tp/init/tex4ht.pm:293
32463302 #, perl-format
32513307 #, perl-format
32523308 msgid ""
32533309 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3254 "items found in the document"
3255 msgstr ""
3256
3257 #: tp/init/tex4ht.pm:319
3258 #, perl-format
3259 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3260 msgstr ""
3261
3262 #: tp/texi2any.pl:375
3310 "items found in the document for @%s"
3311 msgstr ""
3312
3313 #: tp/init/tex4ht.pm:320
3314 #, fuzzy, perl-format
3315 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3316 msgstr "設定ファイルの欠落。"
3317
3318 #: tp/init/tex4ht.pm:335
3319 #, perl-format
3320 msgid ""
3321 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3322 "items found in the document for @%s"
3323 msgstr ""
3324
3325 #: tp/texi2any.pl:379
32633326 #, perl-format
32643327 msgid "error loading %s: %s\n"
32653328 msgstr "%sの読込み中にエラーが発生しました: %s\n"
32663329
3267 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3268 #, fuzzy, perl-format
3269 msgid "Unknown variable %s\n"
3330 #: tp/texi2any.pl:392
3331 #, fuzzy, perl-format
3332 msgid "%s: unknown variable %s"
32703333 msgstr "不明なシグナル %d"
32713334
3272 #: tp/texi2any.pl:468
3273 #, fuzzy, perl-format
3274 msgid "Can't read init file %s"
3335 #: tp/texi2any.pl:396
3336 #, fuzzy, perl-format
3337 msgid "%s: obsolete variable %s\n"
3338 msgstr "変数を設定: "
3339
3340 #: tp/texi2any.pl:411
3341 #, fuzzy, perl-format
3342 msgid "%s: unknown variable %s\n"
3343 msgstr "不明なシグナル %d"
3344
3345 #: tp/texi2any.pl:415
3346 #, fuzzy, perl-format
3347 msgid "obsolete variable %s\n"
3348 msgstr "変数を設定: "
3349
3350 #: tp/texi2any.pl:480
3351 #, fuzzy, perl-format
3352 msgid "could not read init file %s"
32753353 msgstr " @FILE オプションを FILE から読み込む\n"
32763354
3277 #: tp/texi2any.pl:619
3278 #, perl-format
3279 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3355 #: tp/texi2any.pl:633
3356 #, fuzzy, perl-format
3357 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32803358 msgstr "%s: 認識できない TEXINFO_OUTPUT_FORMAT の値 `%s' を無視しています。\n"
32813359
3282 #: tp/texi2any.pl:691
3360 #: tp/texi2any.pl:710
32833361 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32843362 msgstr "使用法: makeinfo [OPTION]... TEXINFO-FILE...\n"
32853363
3286 #: tp/texi2any.pl:692
3364 #: tp/texi2any.pl:711
32873365 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32883366 msgstr " または: texi2any [OPTION]... TEXINFO-FILE...\n"
32893367
3290 #: tp/texi2any.pl:694
3368 #: tp/texi2any.pl:713
32913369 msgid ""
32923370 "Translate Texinfo source documentation to various other formats, by default\n"
32933371 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32953373 "Texinfo ソース文書を様々な形式で読めるように変換します。デフォルトでは\n"
32963374 "オンラインで Emacs や単独の GNU Info で読むのに適した Info ファイルです。\n"
32973375
3298 #: tp/texi2any.pl:697
3376 #: tp/texi2any.pl:716
32993377 #, fuzzy, perl-format
33003378 msgid ""
33013379 "General options:\n"
33303408 " -v, --verbose 行なわれる事を説明する。\n"
33313409 " --version バージョン情報を表示して終了する。\n"
33323410
3333 #: tp/texi2any.pl:712
3411 #: tp/texi2any.pl:731
33343412 msgid ""
33353413 "Output format selection (default is to produce Info):\n"
33363414 " --docbook output Docbook XML rather than Info.\n"
33473425 " --dvi, --dvipdf, --ps, --pdf texi2dvi を呼び出して指定された出力を生成"
33483426 "する。\n"
33493427
3350 #: tp/texi2any.pl:720
3428 #: tp/texi2any.pl:739
33513429 #, fuzzy
33523430 msgid ""
33533431 "General output options:\n"
33903468 " -o, --output=FILE FILE へ出力する (分割 HTML の場合ディレクト"
33913469 "リ)。\n"
33923470
3393 #: tp/texi2any.pl:740
3471 #: tp/texi2any.pl:759
33943472 #, perl-format
33953473 msgid ""
33963474 "Options for Info and plain text:\n"
34303508 " --split-size=NUM Info ファイルをサイズ NUM で分割する (default "
34313509 "%d)。\n"
34323510
3433 #: tp/texi2any.pl:757
3511 #: tp/texi2any.pl:776
34343512 msgid ""
34353513 "Options for HTML:\n"
34363514 " --css-include=FILE include FILE in HTML <style> output;\n"
34573535 "成する;\n"
34583536 " デフォルトでは分割時にのみ設定される。\n"
34593537
3460 #: tp/texi2any.pl:768
3538 #: tp/texi2any.pl:787
34613539 msgid ""
34623540 "Options for XML and Docbook:\n"
34633541 " --output-indent=VAL does nothing, retained for compatibility.\n"
34643542 msgstr ""
34653543
3466 #: tp/texi2any.pl:771
3544 #: tp/texi2any.pl:790
34673545 msgid ""
34683546 "Options for DVI/PS/PDF:\n"
34693547 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34703548 msgstr ""
34713549
3472 #: tp/texi2any.pl:774
3550 #: tp/texi2any.pl:793
34733551 msgid ""
34743552 "Input file options:\n"
34753553 " --commands-in-node-names does nothing, retained for compatibility.\n"
34853563 " -P DIR @include 探索パスの先頭に DIR を挿入する。\n"
34863564 " -U VAR 変数 VAR を未定義にする。@clear と同じ。\n"
34873565
3488 #: tp/texi2any.pl:781
3566 #: tp/texi2any.pl:800
34893567 #, fuzzy
34903568 msgid ""
34913569 "Conditional processing in input:\n"
35273605 " また、--no-ifFORMAT オプションを指定すると @ifnotFORMAT テキストを処理す"
35283606 "る。\n"
35293607
3530 #: tp/texi2any.pl:798
3608 #: tp/texi2any.pl:817
35313609 msgid ""
35323610 " The defaults for the @if... conditionals depend on the output format:\n"
35333611 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35433621 " 平文テキストを生成する場合、--ifplaintext が有効で、他は無効になります。\n"
35443622 " XML を生成する場合、--ifxml が有効で、他は無効になります。\n"
35453623
3546 #: tp/texi2any.pl:805
3624 #: tp/texi2any.pl:824
35473625 #, fuzzy
35483626 msgid ""
35493627 "Examples:\n"
35793657 " makeinfo --no-split foo.texi 大きさにかかわらず一つの Info ファイ"
35803658 "ルに書き込む\n"
35813659
3582 #: tp/texi2any.pl:852
3660 #: tp/texi2any.pl:871
35833661 #, perl-format
35843662 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35853663 msgstr ""
35863664 "%s: --footnote-style 引数は `%s' ではなく、`separate' 又は `end' でなければ\n"
35873665 " なりません。\n"
35883666
3589 #: tp/texi2any.pl:934
3667 #: tp/texi2any.pl:953
35903668 #, perl-format
35913669 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35923670 msgstr ""
35933671 "%s: --paragraph-indent 引数は `%s' ではなく、数値/`none'/`asis' でなければ\n"
35943672 " なりません。\n"
35953673
3596 #: tp/texi2any.pl:1011
3597 #, perl-format
3598 msgid "when generating %s, only one input FILE may be specified with -o"
3674 #: tp/texi2any.pl:1030
3675 #, fuzzy, perl-format
3676 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
35993677 msgstr "%s を生成するときに、-o には入力ファイルを1つだけ指定します。"
36003678
3601 #: tp/texi2any.pl:1015
3679 #: tp/texi2any.pl:1034
36023680 msgid "--Xopt option without printed output"
36033681 msgstr ""
36043682
3605 #: tp/texi2any.pl:1025
3606 #, fuzzy, perl-format
3607 msgid "Unknown tree transformation %s"
3683 #: tp/texi2any.pl:1044
3684 #, fuzzy, perl-format
3685 msgid "unknown tree transformation %s"
36083686 msgstr "不明なエスケープ '\\%c' が文字列内にあります。無視されました"
36093687
3610 #: tp/texi2any.pl:1032
3611 #, perl-format
3612 msgid "Ignoring splitting for format %s"
3613 msgstr ""
3614
3615 #: tp/texi2any.pl:1081
3688 #: tp/texi2any.pl:1051
3689 #, perl-format
3690 msgid "ignoring splitting for format %s"
3691 msgstr ""
3692
3693 #: tp/texi2any.pl:1101
36163694 #, perl-format
36173695 msgid "%s: missing file argument.\n"
36183696 msgstr "%s: ファイル引数を忘れていますよ\n"
36193697
3620 #: tp/texi2any.pl:1082
3698 #: tp/texi2any.pl:1102
36213699 #, perl-format
36223700 msgid "Try `%s --help' for more information.\n"
36233701 msgstr "詳しくは `%s --help' を実行してください。\n"
36243702
3625 #: tp/texi2any.pl:1153
3703 #: tp/texi2any.pl:1173
36263704 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36273705 msgstr ""
36283706
3629 #: tp/texi2any.pl:1175
3630 #, fuzzy, perl-format
3631 msgid "Error on closing macro expand file %s: %s\n"
3707 #: tp/texi2any.pl:1195
3708 #, fuzzy, perl-format
3709 msgid "error on closing macro expand file %s: %s\n"
36323710 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
36333711
3634 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3635 #, fuzzy, perl-format
3636 msgid "Could not open %s for writing: %s\n"
3712 #: tp/texi2any.pl:1201
3713 #, fuzzy, perl-format
3714 msgid "could not open %s for writing: %s\n"
36373715 msgstr "%s: --css-file %s を開くことができません"
36383716
3639 #: tp/texi2any.pl:1205
3717 #: tp/texi2any.pl:1226
36403718 msgid ""
36413719 "insert_nodes_for_sectioning_commands transformation return no result. No "
36423720 "section?"
36433721 msgstr ""
36443722
3645 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3646 #, fuzzy, perl-format
3647 msgid "Error on closing %s: %s\n"
3723 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3724 #, fuzzy, perl-format
3725 msgid "%s: error on closing %s: %s\n"
36483726 msgstr "%(service)s on %(device)s"
36493727
3650 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3651 #, perl-format
3652 msgid "Error on closing internal links file %s: %s\n"
3653 msgstr ""
3728 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3729 #, fuzzy, perl-format
3730 msgid "%s: error on closing internal links file %s: %s\n"
3731 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
3732
3733 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3734 #, fuzzy, perl-format
3735 msgid "%s: could not open %s for writing: %s\n"
3736 msgstr "%s: --css-file %s を開くことができません"
36543737
36553738 #: util/texindex.c:223
36563739 msgid "display this help and exit"
37093792 msgstr "%s 項目に二つ目の項目名が続いています"
37103793
37113794 #, fuzzy
3795 #~ msgid "Can't read file %s: %s"
3796 #~ msgstr " @FILE オプションを FILE から読み込む\n"
3797
3798 #~ msgid "%s:%d: warning: %s\n"
3799 #~ msgstr "%s:%d: 警告: %s\n"
3800
3801 #~ msgid "warning: %s\n"
3802 #~ msgstr "警告: %s\n"
3803
3804 #, fuzzy
3805 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3806 #~ msgstr "書込み用バックアップファイル\"%s\"を開くことができません"
3807
3808 #, fuzzy
37123809 #~ msgid "tex4ht error opening %s: %s"
37133810 #~ msgstr "libnotify の初期化に失敗しました"
37143811
37153812 #, fuzzy
37163813 #~ msgid "chdir to %s failed"
37173814 #~ msgstr "名前の取得に失敗しました: %s"
3718
3719 #, fuzzy
3720 #~ msgid "Error on closing renamed nodes file %s: %s"
3721 #~ msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
37223815
37233816 #, fuzzy
37243817 #~ msgid "Node `%s' that is to be renamed exists"
46944787
46954788 #~ msgid "failed to reopen %s with mode %s"
46964789 #~ msgstr "%s をモード %s で再度開くことに失敗しました"
4697
4698 #~ msgid "string comparison failed"
4699 #~ msgstr "文字列の比較に失敗しました"
47004790
47014791 #~ msgid "Set LC_ALL='C' to work around the problem."
47024792 #~ msgstr "問題を回避するために LC_ALL='C' を指定してください."
Binary diff not shown
+628
-535
po/nb.po less more
2020 msgstr ""
2121 "Project-Id-Version: texinfo 4.7.90\n"
2222 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
23 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
23 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
2424 "PO-Revision-Date: 2004-12-05 15:37+0100\n"
2525 "Last-Translator: Trond Endrestøl <Trond.Endrestol@gtf.ol.no>\n"
2626 "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
417417 msgstr "Prøv --help for mer informasjon.\n"
418418
419419 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
420 #: tp/texi2any.pl:829 util/texindex.c:295
420 #: tp/texi2any.pl:848 util/texindex.c:295
421421 #, c-format, perl-format
422422 msgid ""
423423 "Copyright (C) %s Free Software Foundation, Inc.\n"
20402040 " --version display version information and exit."
20412041 msgstr ""
20422042
2043 #: install-info/install-info.c:598 tp/texi2any.pl:817
2043 #: install-info/install-info.c:598 tp/texi2any.pl:836
20442044 #, fuzzy
20452045 msgid ""
20462046 "Email bug reports to bug-texinfo@gnu.org,\n"
21542154 msgstr "fant ingen oppføringer for «%s»; ingenting slettet"
21552155
21562156 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2157 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2158 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2159 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2160 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2161 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2162 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2157 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2158 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2159 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2160 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2161 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2162 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
21632163 #: tp/Texinfo/Convert/TexinfoXML.pm:429
21642164 #, fuzzy, perl-format
2165 msgid "Could not open %s for writing: %s"
2165 msgid "could not open %s for writing: %s"
21662166 msgstr "%s: kunne ikke åpne --css-file: %s"
21672167
21682168 #: tp/Texinfo/Common.pm:850
21882188 msgid "%s is not a valid split possibility"
21892189 msgstr "%s er ikke en gyldig ISO 639-språkkode"
21902190
2191 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2192 #, fuzzy, perl-format
2193 msgid "Cannot read %s: %s"
2191 #: tp/Texinfo/Common.pm:1096
2192 #, fuzzy, perl-format
2193 msgid "could not read %s: %s"
21942194 msgstr "Kan ikke opprette katalogen «%s»: %s"
21952195
2196 #: tp/Texinfo/Common.pm:1113
2197 #, fuzzy, perl-format
2198 msgid "Error on closing @verbatiminclude file %s: %s"
2196 #: tp/Texinfo/Common.pm:1114
2197 #, fuzzy, perl-format
2198 msgid "error on closing @verbatiminclude file %s: %s"
21992199 msgstr "Feil ved lukking av outputfila «%s»"
22002200
2201 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2202 #, fuzzy, perl-format
2203 msgid "@%s: Cannot find %s"
2201 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2202 #, fuzzy, perl-format
2203 msgid "@%s: could not find %s"
22042204 msgstr "Kan ikke finne «%s»."
22052205
2206 #: tp/Texinfo/Common.pm:1416
2207 #, fuzzy, perl-format
2208 msgid "Cannot open html refs config file %s: %s"
2206 #: tp/Texinfo/Common.pm:1417
2207 #, fuzzy, perl-format
2208 msgid "could not open html refs config file %s: %s"
22092209 msgstr "Kan ikke slette filen «%s»: %s"
22102210
2211 #: tp/Texinfo/Common.pm:1444
2212 msgid "Missing type"
2213 msgstr ""
2214
2215 #: tp/Texinfo/Common.pm:1447
2216 #, fuzzy, perl-format
2217 msgid "Unrecognized type: %s"
2211 #: tp/Texinfo/Common.pm:1445
2212 #, fuzzy
2213 msgid "missing type"
2214 msgstr "manglende handlingsnavn"
2215
2216 #: tp/Texinfo/Common.pm:1448
2217 #, fuzzy, perl-format
2218 msgid "unrecognized type: %s"
22182219 msgstr "%s: ukjent valg «--%s»\n"
22192220
2220 #: tp/Texinfo/Common.pm:1463
2221 #, fuzzy, perl-format
2222 msgid "Error on closing html refs config file %s: %s"
2221 #: tp/Texinfo/Common.pm:1465
2222 #, fuzzy, perl-format
2223 msgid "error on closing html refs config file %s: %s"
22232224 msgstr "Kan ikke slette filen «%s»: %s"
22242225
2225 #: tp/Texinfo/Common.pm:1498
2226 #, perl-format
2227 msgid "%s:%d: no node to be renamed\n"
2228 msgstr ""
2229
2230 #: tp/Texinfo/Common.pm:1509
2231 #, perl-format
2232 msgid "%s:%d: nodes without a new name at the end of file\n"
2233 msgstr ""
2234
2235 #: tp/Texinfo/Common.pm:2000
2236 #, perl-format
2237 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2226 #: tp/Texinfo/Common.pm:1500
2227 msgid "no node to be renamed"
2228 msgstr ""
2229
2230 #: tp/Texinfo/Common.pm:1511
2231 msgid "nodes without a new name at the end of file"
2232 msgstr ""
2233
2234 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2235 #, fuzzy, perl-format
2236 msgid "could not open %s: %s"
2237 msgstr "%s: kunne ikke åpne --css-file: %s"
2238
2239 #: tp/Texinfo/Common.pm:2002
2240 #, perl-format
2241 msgid "could not protect hash character in @%s"
22382242 msgstr ""
22392243
22402244 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2241 #: tp/texi2any.pl:387 tp/texi2any.pl:404
22422245 #, fuzzy, perl-format
22432246 msgid "Obsolete variable %s\n"
22442247 msgstr "Sett variabel: "
22452248
22462249 #: tp/Texinfo/Convert/Converter.pm:601
22472250 #, fuzzy, perl-format
2248 msgid "Can't create directories `%s' or `%s': %s"
2251 msgid "could not create directories `%s' or `%s': %s"
22492252 msgstr "Kan ikke opprette katalogen «%s»: %s"
22502253
22512254 #: tp/Texinfo/Convert/Converter.pm:609
22522255 #, fuzzy, perl-format
2253 msgid "Can't create directories `%s': %s"
2256 msgid "could not create directory `%s': %s"
22542257 msgstr "Kan ikke opprette katalogen «%s»: %s"
22552258
2256 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2257 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2258 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2259 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2260 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2261 #, fuzzy, perl-format
2262 msgid "Error on closing %s: %s"
2259 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2260 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2261 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2262 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2263 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2264 #, fuzzy, perl-format
2265 msgid "error on closing %s: %s"
22632266 msgstr "feil ved skriving til «%s»"
22642267
2265 #: tp/Texinfo/Convert/DocBook.pm:898
2268 #: tp/Texinfo/Convert/DocBook.pm:899
22662269 #, fuzzy, perl-format
22672270 msgid "@image file `%s' not found, using `%s'"
22682271 msgstr "@image-fil «%s» er uleselig: %s"
22692272
2270 #: tp/Texinfo/Convert/HTML.pm:1677
2273 #: tp/Texinfo/Convert/HTML.pm:1678
22712274 #, fuzzy, perl-format
22722275 msgid "@image file `%s' (for HTML) not found, using `%s'"
22732276 msgstr "@image-fil «%s» (for HTML) er uleselig: %s"
22742277
2275 #: tp/Texinfo/Convert/HTML.pm:2345
2276 #, perl-format
2277 msgid "Raw format %s is not converted"
2278 msgstr ""
2279
2280 #: tp/Texinfo/Convert/HTML.pm:4814
2281 #, perl-format
2282 msgid "%s:%d: string not closed in css file"
2278 #: tp/Texinfo/Convert/HTML.pm:2347
2279 #, perl-format
2280 msgid "raw format %s is not converted"
22832281 msgstr ""
22842282
22852283 #: tp/Texinfo/Convert/HTML.pm:4816
2286 #, fuzzy, perl-format
2287 msgid "%s:%d: --css-include ended in comment"
2284 msgid "string not closed in css file"
2285 msgstr ""
2286
2287 #: tp/Texinfo/Convert/HTML.pm:4818
2288 #, fuzzy
2289 msgid "--css-include ended in comment"
22882290 msgstr "%s:%d: --css-file endte i en kommentar"
22892291
2290 #: tp/Texinfo/Convert/HTML.pm:4818
2291 #, perl-format
2292 msgid "%s:%d: @import not finished in css file"
2293 msgstr ""
2294
2295 #: tp/Texinfo/Convert/HTML.pm:4844
2296 #, fuzzy, perl-format
2297 msgid "css file %s not found"
2292 #: tp/Texinfo/Convert/HTML.pm:4820
2293 msgid "@import not finished in css file"
2294 msgstr ""
2295
2296 #: tp/Texinfo/Convert/HTML.pm:4846
2297 #, fuzzy, perl-format
2298 msgid "CSS file %s not found"
22982299 msgstr "%cend macro ikke funnet"
22992300
2300 #: tp/Texinfo/Convert/HTML.pm:4850
2301 #: tp/Texinfo/Convert/HTML.pm:4852
23012302 #, fuzzy, perl-format
23022303 msgid "could not open --include-file %s: %s"
23032304 msgstr "%s: kunne ikke åpne --css-file: %s"
23042305
2305 #: tp/Texinfo/Convert/HTML.pm:4860
2306 #, fuzzy, perl-format
2307 msgid "Error on closing CSS file %s: %s"
2306 #: tp/Texinfo/Convert/HTML.pm:4862
2307 #, fuzzy, perl-format
2308 msgid "error on closing CSS file %s: %s"
23082309 msgstr "Feil ved lukking av outputfila «%s»"
23092310
2310 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2311 #, fuzzy, perl-format
2312 msgid "No htmlxref.cnf entry found for `%s'"
2311 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2312 #, fuzzy, perl-format
2313 msgid "no htmlxref.cnf entry found for `%s'"
23132314 msgstr "ingen innslag funnet for «%s»\n"
23142315
2315 #: tp/Texinfo/Convert/HTML.pm:6495
2316 #, fuzzy, perl-format
2317 msgid "Error on closing frame file %s: %s"
2316 #: tp/Texinfo/Convert/HTML.pm:6506
2317 #, fuzzy, perl-format
2318 msgid "error on closing frame file %s: %s"
23182319 msgstr "Feil ved lukking av outputfila «%s»"
23192320
2320 #: tp/Texinfo/Convert/HTML.pm:6519
2321 #, fuzzy, perl-format
2322 msgid "Error on closing TOC frame file %s: %s"
2321 #: tp/Texinfo/Convert/HTML.pm:6530
2322 #, fuzzy, perl-format
2323 msgid "error on closing TOC frame file %s: %s"
23232324 msgstr "Feil ved lukking av outputfila «%s»"
23242325
2325 #: tp/Texinfo/Convert/HTML.pm:6634
2326 #, perl-format
2327 msgid "Handler %s of stage %s priority %s failed"
2328 msgstr ""
2329
2330 #: tp/Texinfo/Convert/HTML.pm:6835
2331 msgid "Must specify a title with a title command or @top"
2332 msgstr ""
2333
2334 #: tp/Texinfo/Convert/HTML.pm:7040
2335 #, perl-format
2336 msgid "Error on closing redirection node file %s: %s"
2337 msgstr ""
2338
2339 #: tp/Texinfo/Convert/HTML.pm:7065
2340 #, fuzzy, perl-format
2341 msgid "Old name for `%s' is a node of the document"
2326 #: tp/Texinfo/Convert/HTML.pm:6645
2327 #, perl-format
2328 msgid "handler %s of stage %s priority %s failed"
2329 msgstr ""
2330
2331 #: tp/Texinfo/Convert/HTML.pm:6846
2332 msgid "must specify a title with a title command or @top"
2333 msgstr ""
2334
2335 #: tp/Texinfo/Convert/HTML.pm:7055
2336 #, fuzzy, perl-format
2337 msgid "error on closing redirection node file %s: %s"
2338 msgstr "Feil ved lukking av outputfila «%s»"
2339
2340 #: tp/Texinfo/Convert/HTML.pm:7080
2341 #, fuzzy, perl-format
2342 msgid "old name for `%s' is a node of the document"
23422343 msgstr "Ingen «forrige» eller «opp» for denne noden i dette dokumentet."
23432344
2344 #: tp/Texinfo/Convert/HTML.pm:7069
2345 #, fuzzy, perl-format
2346 msgid "File empty for renamed node `%s'"
2345 #: tp/Texinfo/Convert/HTML.pm:7086
2346 #, fuzzy, perl-format
2347 msgid "file empty for renamed node `%s'"
23472348 msgstr "ureferert node «%s»"
23482349
2349 #: tp/Texinfo/Convert/HTML.pm:7081
2350 #, perl-format
2351 msgid "Target node (new name for `%s') not in document: %s"
2352 msgstr ""
2353
2354 #: tp/Texinfo/Convert/HTML.pm:7113
2355 #, fuzzy, perl-format
2356 msgid "Error on closing renamed node redirection file %s: %s"
2350 #: tp/Texinfo/Convert/HTML.pm:7100
2351 #, perl-format
2352 msgid "target node (new name for `%s') not in document: %s"
2353 msgstr ""
2354
2355 #: tp/Texinfo/Convert/HTML.pm:7132
2356 #, fuzzy, perl-format
2357 msgid "error on closing renamed node redirection file %s: %s"
23572358 msgstr "Feil ved lukking av outputfila «%s»"
23582359
2359 #: tp/Texinfo/Convert/HTML.pm:7151
2360 #, fuzzy
2361 msgid "Empty node name"
2360 #: tp/Texinfo/Convert/HTML.pm:7170
2361 #, fuzzy
2362 msgid "empty node name"
23622363 msgstr "ingen innslag funnet for «%s»\n"
23632364
2364 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2365 #, perl-format
2366 msgid "Syntax for an external node used for `%s'"
2365 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2366 #, perl-format
2367 msgid "syntax for an external node used for `%s'"
23672368 msgstr ""
23682369
23692370 #: tp/Texinfo/Convert/Info.pm:99
23702371 #, fuzzy
2371 msgid "Document without nodes."
2372 msgid "document without nodes"
23722373 msgstr "Ingen meny i denne noden."
23732374
2374 #: tp/Texinfo/Convert/Info.pm:115
2375 msgid "Document without Top node."
2376 msgstr ""
2377
2378 #: tp/Texinfo/Convert/Info.pm:151
2379 #, perl-format
2380 msgid "Rename %s failed: %s"
2381 msgstr ""
2382
2383 #: tp/Texinfo/Convert/Info.pm:226
2375 #: tp/Texinfo/Convert/Info.pm:116
2376 #, fuzzy
2377 msgid "document without Top node"
2378 msgstr "Ingen meny i denne noden."
2379
2380 #: tp/Texinfo/Convert/Info.pm:153
2381 #, perl-format
2382 msgid "rename %s failed: %s"
2383 msgstr ""
2384
2385 #: tp/Texinfo/Convert/Info.pm:228
23842386 #, perl-format
23852387 msgid "@%s output more than once: %s"
23862388 msgstr ""
23872389
2388 #: tp/Texinfo/Convert/Info.pm:340
2390 #: tp/Texinfo/Convert/Info.pm:346
23892391 #, fuzzy, perl-format
23902392 msgid "@%s outside of any node"
23912393 msgstr "(utenfor noder)"
23922394
2393 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2394 #, perl-format
2395 msgid "Entry for index `%s' outside of any node"
2395 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2396 #, fuzzy, perl-format
2397 msgid "entry for index `%s' outside of any node"
23962398 msgstr "Innslag for indeksen «%s» utenfor node"
23972399
23982400 #: tp/Texinfo/Convert/Plaintext.pm:1217
23992401 #, fuzzy, perl-format
2400 msgid "Error on closing image text file %s: %s"
2402 msgid "error on closing image text file %s: %s"
24012403 msgstr "Feil ved lukking av outputfila «%s»"
24022404
24032405 #: tp/Texinfo/Convert/Plaintext.pm:1222
24052407 msgid "@image file `%s' unreadable: %s"
24062408 msgstr "@image-fil «%s» er uleselig: %s"
24072409
2408 #: tp/Texinfo/Convert/Plaintext.pm:1250
2409 #, fuzzy, perl-format
2410 msgid "Cannot find @image file `%s.txt' nor alternate text"
2410 #: tp/Texinfo/Convert/Plaintext.pm:1251
2411 #, fuzzy, perl-format
2412 msgid "could not find @image file `%s.txt' nor alternate text"
24112413 msgstr "Kan ikke finne noden «%s»."
24122414
2413 #: tp/Texinfo/Convert/Plaintext.pm:1615
2415 #: tp/Texinfo/Convert/Plaintext.pm:1617
24142416 msgid ""
24152417 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
24162418 "avoid that"
24182420 "@strong{Note...} lager en overflødig kryssreferanse i Info; skriv om for å "
24192421 "unngå dette"
24202422
2421 #: tp/Texinfo/Convert/Plaintext.pm:1845
2423 #: tp/Texinfo/Convert/Plaintext.pm:1849
24222424 #, perl-format
24232425 msgid "`.' or `,' must follow @xref, not %s"
24242426 msgstr ""
24252427
2426 #: tp/Texinfo/Convert/Plaintext.pm:1847
2428 #: tp/Texinfo/Convert/Plaintext.pm:1852
24272429 msgid "`.' or `,' must follow @xref"
24282430 msgstr ""
24292431
24322434 msgid "@%s should only appear at beginning or end of document"
24332435 msgstr "%s: kunne ikke åpne --css-file: %s"
24342436
2435 #: tp/Texinfo/Parser.pm:837
2436 #, fuzzy, perl-format
2437 msgid "Can't read file %s: %s"
2438 msgstr "Kan ikke slette filen «%s»: %s"
2439
24402437 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
24412438 #, perl-format
2442 msgid "Multiple @%s"
2439 msgid "multiple @%s"
24432440 msgstr ""
24442441
24452442 #: tp/Texinfo/Parser.pm:1100
24462443 #, fuzzy, perl-format
2447 msgid "Bad syntax for @%s argument: %s"
2444 msgid "bad syntax for @%s argument: %s"
24482445 msgstr "Ugyldig argument til @%s"
24492446
24502447 #: tp/Texinfo/Parser.pm:1116
2451 #, perl-format
2452 msgid "Bad or empty @%s formal argument: %s"
2453 msgstr ""
2454
2455 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2456 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2457 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2448 #, fuzzy, perl-format
2449 msgid "bad or empty @%s formal argument: %s"
2450 msgstr "Ugyldig argument til @%s"
2451
2452 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2453 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2454 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
24582455 #, perl-format
24592456 msgid "%c%s requires a name"
24602457 msgstr "%c%s krever et navn"
24612458
2462 #: tp/Texinfo/Parser.pm:1235
2459 #: tp/Texinfo/Parser.pm:1238
24632460 #, perl-format
24642461 msgid "%c%s missing close brace"
24652462 msgstr "%c%s mangler avsluttende krøllparentes"
24662463
2467 #: tp/Texinfo/Parser.pm:1238
2464 #: tp/Texinfo/Parser.pm:1241
24682465 #, fuzzy, perl-format
24692466 msgid "@%s missing closing delimiter sequence: %s}"
24702467 msgstr "%c%s mangler avsluttende krøllparentes"
24712468
2472 #: tp/Texinfo/Parser.pm:1351
2469 #: tp/Texinfo/Parser.pm:1354
24732470 #, fuzzy, perl-format
24742471 msgid "@itemx should not begin @%s"
24752472 msgstr "%s: kunne ikke åpne --css-file: %s"
24762473
2477 #: tp/Texinfo/Parser.pm:1419
2474 #: tp/Texinfo/Parser.pm:1422
24782475 msgid "@itemx must follow @item"
24792476 msgstr ""
24802477
2481 #: tp/Texinfo/Parser.pm:1587
2478 #: tp/Texinfo/Parser.pm:1590
24822479 #, perl-format
24832480 msgid "@%s has text but no @item"
24842481 msgstr ""
24852482
2486 #: tp/Texinfo/Parser.pm:1617
2483 #: tp/Texinfo/Parser.pm:1620
24872484 #, perl-format
24882485 msgid "`@end' expected `%s', but saw `%s'"
24892486 msgstr "`@end' forventet «%s», men så «%s»"
24902487
2491 #: tp/Texinfo/Parser.pm:1620
2488 #: tp/Texinfo/Parser.pm:1623
24922489 #, fuzzy, perl-format
24932490 msgid "@%s seen before @end %s"
24942491 msgstr "@menu sett før første @node, oppretter «Top»-noden"
24952492
2496 #: tp/Texinfo/Parser.pm:1624
2497 #, perl-format
2498 msgid "No matching `%cend %s'"
2493 #: tp/Texinfo/Parser.pm:1627
2494 #, fuzzy, perl-format
2495 msgid "no matching `%cend %s'"
24992496 msgstr "Ingen tilsvarende «%cend %s»"
25002497
2501 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2502 #: tp/Texinfo/Parser.pm:5125
2503 #, perl-format
2504 msgid "Misplaced %c"
2498 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2499 #: tp/Texinfo/Parser.pm:5150
2500 #, fuzzy, perl-format
2501 msgid "misplaced %c"
25052502 msgstr "Feilplassert %c"
25062503
2507 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2508 #, perl-format
2509 msgid "Unmatched `%c%s'"
2504 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2505 #, fuzzy, perl-format
2506 msgid "unmatched `%c%s'"
25102507 msgstr "Umatchet «%c%s»"
25112508
2512 #: tp/Texinfo/Parser.pm:1972
2513 #, fuzzy, perl-format
2514 msgid "Macro `%s' called with too many args"
2509 #: tp/Texinfo/Parser.pm:1976
2510 #, fuzzy, perl-format
2511 msgid "macro `%s' called with too many args"
25152512 msgstr "Makroen «%s» kalt på linje %d med for mange argumenter"
25162513
2517 #: tp/Texinfo/Parser.pm:1994
2514 #: tp/Texinfo/Parser.pm:1998
25182515 #, fuzzy, perl-format
25192516 msgid "@%s missing close brace"
25202517 msgstr "%c%s mangler avsluttende krøllparentes"
25212518
2522 #: tp/Texinfo/Parser.pm:2001
2523 #, fuzzy, perl-format
2524 msgid "Macro `%s' declared without argument called with an argument"
2519 #: tp/Texinfo/Parser.pm:2006
2520 #, fuzzy, perl-format
2521 msgid "macro `%s' declared without argument called with an argument"
25252522 msgstr "Makroen «%s» kalt på linje %d med for mange argumenter"
25262523
2527 #: tp/Texinfo/Parser.pm:2035
2524 #: tp/Texinfo/Parser.pm:2041
25282525 #, fuzzy, perl-format
25292526 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
25302527 msgstr "\\ i makroekspansjon fulgt av «%s» istedet for parameternavn"
25312528
2532 #: tp/Texinfo/Parser.pm:2430
2529 #: tp/Texinfo/Parser.pm:2436
25332530 #, fuzzy, perl-format
25342531 msgid "@%s `%s' previously defined"
25352532 msgstr "makroen «%s» er tidligere definert"
25362533
2537 #: tp/Texinfo/Parser.pm:2435
2534 #: tp/Texinfo/Parser.pm:2441
25382535 #, fuzzy, perl-format
25392536 msgid "here is the previous definition as @%s"
25402537 msgstr "her er den tidligere definisjonen av «%s»"
25412538
2542 #: tp/Texinfo/Parser.pm:2796
2543 #, fuzzy, perl-format
2544 msgid "Missing name for @%s"
2539 #: tp/Texinfo/Parser.pm:2802
2540 #, fuzzy, perl-format
2541 msgid "missing name for @%s"
25452542 msgstr "Manglende «}» i @def-arg"
25462543
2547 #: tp/Texinfo/Parser.pm:2801
2548 #, perl-format
2549 msgid "Missing category for @%s"
2550 msgstr ""
2551
2552 #: tp/Texinfo/Parser.pm:2853
2553 #, fuzzy, perl-format
2554 msgid "Unexpected argument on @%s line: %s"
2544 #: tp/Texinfo/Parser.pm:2807
2545 #, fuzzy, perl-format
2546 msgid "missing category for @%s"
2547 msgstr "Manglende «}» i @def-arg"
2548
2549 #: tp/Texinfo/Parser.pm:2859
2550 #, fuzzy, perl-format
2551 msgid "unexpected argument on @%s line: %s"
25552552 msgstr "Ugyldig argument til @%s"
25562553
2557 #: tp/Texinfo/Parser.pm:2869
2554 #: tp/Texinfo/Parser.pm:2875
25582555 #, fuzzy
25592556 msgid "empty multitable"
25602557 msgstr "%s: tom fil"
25612558
2562 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2563 #, fuzzy, perl-format
2564 msgid "Superfluous argument to @%s"
2559 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2560 #, fuzzy, perl-format
2561 msgid "superfluous argument to @%s"
25652562 msgstr "Ugyldig argument til @%s"
25662563
2567 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2568 #: tp/Texinfo/Parser.pm:5379
2569 #, perl-format
2570 msgid "Bad argument to @%s"
2564 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2565 #: tp/Texinfo/Parser.pm:5405
2566 #, fuzzy, perl-format
2567 msgid "bad argument to @%s"
25712568 msgstr "Ugyldig argument til @%s"
25722569
2573 #: tp/Texinfo/Parser.pm:2942
2570 #: tp/Texinfo/Parser.pm:2948
25742571 #, perl-format
25752572 msgid "%s requires an argument: the formatter for %citem"
25762573 msgstr "%s krever et argument: formattereren for %citem"
25772574
2578 #: tp/Texinfo/Parser.pm:2947
2579 #, perl-format
2580 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2581 msgstr ""
2582
2583 #: tp/Texinfo/Parser.pm:2982
2584 #, fuzzy, perl-format
2585 msgid "Accent command `@%s' not allowed as @%s argument"
2575 #: tp/Texinfo/Parser.pm:2953
2576 #, perl-format
2577 msgid "command @%s not accepting argument in brace should not be on @%s line"
2578 msgstr ""
2579
2580 #: tp/Texinfo/Parser.pm:2988
2581 #, fuzzy, perl-format
2582 msgid "accent command `@%s' not allowed as @%s argument"
25862583 msgstr "@item er ikke tillatt som argument til @itemize"
25872584
2588 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2589 #: tp/Texinfo/Parser.pm:5338
2585 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2586 #: tp/Texinfo/Parser.pm:5364
25902587 #, fuzzy, perl-format
25912588 msgid "@%s missing argument"
25922589 msgstr "%s: mangler filargument.\n"
25932590
2594 #: tp/Texinfo/Parser.pm:3072
2595 #, fuzzy, perl-format
2596 msgid "Unknown @end %s"
2591 #: tp/Texinfo/Parser.pm:3078
2592 #, fuzzy, perl-format
2593 msgid "unknown @end %s"
25972594 msgstr "Ukjent indeks «%s»"
25982595
2599 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2600 #, fuzzy, perl-format
2601 msgid "Superfluous argument to @%s %s: %s"
2596 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2597 #, fuzzy, perl-format
2598 msgid "superfluous argument to @%s %s: %s"
26022599 msgstr "Ugyldig argument til @%s"
26032600
2604 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2605 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2606 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2607 #, fuzzy, perl-format
2608 msgid "Bad argument to @%s: %s"
2601 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2602 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2603 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2604 #, fuzzy, perl-format
2605 msgid "bad argument to @%s: %s"
26092606 msgstr "Ugyldig argument til @%s"
26102607
2611 #: tp/Texinfo/Parser.pm:3118
2612 #, fuzzy, perl-format
2613 msgid "@%s: Cannot open %s: %s"
2608 #: tp/Texinfo/Parser.pm:3124
2609 #, fuzzy, perl-format
2610 msgid "@%s: could not open %s: %s"
26142611 msgstr "Kan ikke finne «%s»."
26152612
2616 #: tp/Texinfo/Parser.pm:3130
2617 #, perl-format
2618 msgid "Encoding `%s' is not a canonical texinfo encoding"
2619 msgstr ""
2620
2621 #: tp/Texinfo/Parser.pm:3139
2613 #: tp/Texinfo/Parser.pm:3136
2614 #, perl-format
2615 msgid "encoding `%s' is not a canonical texinfo encoding"
2616 msgstr ""
2617
2618 #: tp/Texinfo/Parser.pm:3145
26222619 #, perl-format
26232620 msgid "unrecognized encoding name `%s'"
26242621 msgstr "ugjenkjennelig kodingsnavn «%s»"
26252622
2626 #: tp/Texinfo/Parser.pm:3289
2623 #: tp/Texinfo/Parser.pm:3295
26272624 #, perl-format
26282625 msgid "@%s after the first element"
26292626 msgstr ""
26302627
2631 #: tp/Texinfo/Parser.pm:3296
2628 #: tp/Texinfo/Parser.pm:3302
26322629 #, fuzzy, perl-format
26332630 msgid "@%s only meaningful on a @multitable line"
26342631 msgstr "@%s er meningsløs utenfor et «@titlepage»-miljø"
26352632
2636 #: tp/Texinfo/Parser.pm:3336
2633 #: tp/Texinfo/Parser.pm:3342
26372634 #, fuzzy, perl-format
26382635 msgid "@%s should not be associated with @top"
26392636 msgstr "%s: kunne ikke åpne --css-file: %s"
26402637
2641 #: tp/Texinfo/Parser.pm:3348
2638 #: tp/Texinfo/Parser.pm:3354
26422639 #, fuzzy, perl-format
26432640 msgid "@node precedes @%s, but parts may not be associated with nodes"
26442641 msgstr "%s: kunne ikke åpne --css-file: %s"
26452642
2646 #: tp/Texinfo/Parser.pm:3450
2647 #, fuzzy, perl-format
2648 msgid "Empty argument in @%s"
2643 #: tp/Texinfo/Parser.pm:3456
2644 #, fuzzy, perl-format
2645 msgid "empty argument in @%s"
26492646 msgstr "Ugyldig argument til @%s"
26502647
2651 #: tp/Texinfo/Parser.pm:3454
2652 #, perl-format
2653 msgid "Empty node name after expansion `%s'"
2654 msgstr ""
2655
2656 #: tp/Texinfo/Parser.pm:3497
2657 #, fuzzy, perl-format
2658 msgid "Empty menu entry name in `%s'"
2648 #: tp/Texinfo/Parser.pm:3460
2649 #, fuzzy, perl-format
2650 msgid "empty node name after expansion `%s'"
26592651 msgstr "Ugyldig argument til @%s"
26602652
2661 #: tp/Texinfo/Parser.pm:3505
2662 #, fuzzy
2663 msgid "Empty node name in menu entry"
2653 #: tp/Texinfo/Parser.pm:3503
2654 #, fuzzy, perl-format
2655 msgid "empty menu entry name in `%s'"
2656 msgstr "Ugyldig argument til @%s"
2657
2658 #: tp/Texinfo/Parser.pm:3511
2659 #, fuzzy
2660 msgid "empty node name in menu entry"
26642661 msgstr "ingen innslag funnet for «%s»\n"
26652662
2666 #: tp/Texinfo/Parser.pm:3578
2663 #: tp/Texinfo/Parser.pm:3584
26672664 #, fuzzy, perl-format
26682665 msgid "@%s should not appear in @%s"
26692666 msgstr "%s: kunne ikke åpne --css-file: %s"
26702667
2671 #: tp/Texinfo/Parser.pm:3710
2668 #: tp/Texinfo/Parser.pm:3716
26722669 #, fuzzy, perl-format
26732670 msgid "@end %s should only appear at a line beginning"
26742671 msgstr "%s: kunne ikke åpne --css-file: %s"
26752672
2676 #: tp/Texinfo/Parser.pm:3733
2673 #: tp/Texinfo/Parser.pm:3739
26772674 #, perl-format
26782675 msgid "macro `%s' previously defined"
26792676 msgstr "makroen «%s» er tidligere definert"
26802677
2681 #: tp/Texinfo/Parser.pm:3735
2678 #: tp/Texinfo/Parser.pm:3742
26822679 #, perl-format
26832680 msgid "here is the previous definition of `%s'"
26842681 msgstr "her er den tidligere definisjonen av «%s»"
26852682
2686 #: tp/Texinfo/Parser.pm:3739
2687 #, perl-format
2688 msgid "Redefining Texinfo language command: @%s"
2689 msgstr ""
2690
2691 #: tp/Texinfo/Parser.pm:3788
2683 #: tp/Texinfo/Parser.pm:3747
2684 #, perl-format
2685 msgid "redefining Texinfo language command: @%s"
2686 msgstr ""
2687
2688 #: tp/Texinfo/Parser.pm:3796
26922689 #, perl-format
26932690 msgid "@%s without associated character"
26942691 msgstr ""
26952692
2696 #: tp/Texinfo/Parser.pm:3849
2693 #: tp/Texinfo/Parser.pm:3858
26972694 #, perl-format
26982695 msgid ""
26992696 "@%s defined with zero or more than one argument should be invoked with {}"
27002697 msgstr ""
27012698
2702 #: tp/Texinfo/Parser.pm:3872
2703 #, perl-format
2704 msgid ""
2705 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2699 #: tp/Texinfo/Parser.pm:3882
2700 #, perl-format
2701 msgid ""
2702 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
27062703 "value %d)"
27072704 msgstr ""
27082705
2709 #: tp/Texinfo/Parser.pm:3880
2710 #, perl-format
2711 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2712 msgstr ""
2713
2714 #: tp/Texinfo/Parser.pm:3935
2715 #, perl-format
2716 msgid "Accent command `@%s' must not be followed by whitespace"
2717 msgstr ""
2718
2719 #: tp/Texinfo/Parser.pm:3941
2720 #, perl-format
2721 msgid "Use braces to give a command as an argument to @%s"
2706 #: tp/Texinfo/Parser.pm:3891
2707 #, perl-format
2708 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2709 msgstr ""
2710
2711 #: tp/Texinfo/Parser.pm:3947
2712 #, fuzzy, perl-format
2713 msgid "accent command `@%s' must not be followed by whitespace"
2714 msgstr "@item er ikke tillatt som argument til @itemize"
2715
2716 #: tp/Texinfo/Parser.pm:3953
2717 #, fuzzy, perl-format
2718 msgid "use braces to give a command as an argument to @%s"
27222719 msgstr "Bruk krøllparenteser for å gi en kommando som et argument til @%s"
27232720
2724 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2721 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
27252722 #, fuzzy, perl-format
27262723 msgid "%c%s expects `i' or `j' as argument, not `%s'"
27272724 msgstr "%c%s forventer «i» eller «j» som argument, ikke «%c»"
27282725
2729 #: tp/Texinfo/Parser.pm:3966
2730 #, perl-format
2731 msgid "Accent command `@%s' must not be followed by new line"
2732 msgstr ""
2733
2734 #: tp/Texinfo/Parser.pm:3977
2726 #: tp/Texinfo/Parser.pm:3978
2727 #, fuzzy, perl-format
2728 msgid "accent command `@%s' must not be followed by new line"
2729 msgstr "@item er ikke tillatt som argument til @itemize"
2730
2731 #: tp/Texinfo/Parser.pm:3989
27352732 #, fuzzy, perl-format
27362733 msgid "@%s expected braces"
27372734 msgstr "%c%s forventet krøllparanteser"
27382735
2739 #: tp/Texinfo/Parser.pm:4136
2736 #: tp/Texinfo/Parser.pm:4148
27402737 #, perl-format
27412738 msgid "undefined flag: %s"
27422739 msgstr "udefinert flagg: %s"
27432740
2744 #: tp/Texinfo/Parser.pm:4139
2745 msgid "Bad syntax for @value"
2746 msgstr ""
2747
2748 #: tp/Texinfo/Parser.pm:4146
2741 #: tp/Texinfo/Parser.pm:4151
2742 #, fuzzy
2743 msgid "bad syntax for @value"
2744 msgstr "Ugyldig argument til @%s"
2745
2746 #: tp/Texinfo/Parser.pm:4158
27492747 #, fuzzy, perl-format
27502748 msgid "%c%s is obsolete."
27512749 msgstr "%c%s er utgått"
27522750
2753 #: tp/Texinfo/Parser.pm:4149
2751 #: tp/Texinfo/Parser.pm:4161
27542752 #, fuzzy, perl-format
27552753 msgid "%c%s is obsolete; %s"
27562754 msgstr "%c%s er utgått"
27572755
2758 #: tp/Texinfo/Parser.pm:4157
2756 #: tp/Texinfo/Parser.pm:4170
27592757 #, fuzzy, perl-format
27602758 msgid "@%s should only appear at a line beginning"
27612759 msgstr "%s: kunne ikke åpne --css-file: %s"
27622760
2763 #: tp/Texinfo/Parser.pm:4247
2761 #: tp/Texinfo/Parser.pm:4261
27642762 #, fuzzy, perl-format
27652763 msgid "@%s not allowed inside `@%s' block"
27662764 msgstr "@%s er meningsløs innenfor en «@%s»-blokk"
27672765
2768 #: tp/Texinfo/Parser.pm:4255
2766 #: tp/Texinfo/Parser.pm:4270
27692767 #, fuzzy, perl-format
27702768 msgid "@%s should only appear in heading or footing"
27712769 msgstr "%s: kunne ikke åpne --css-file: %s"
27722770
2773 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2774 #: tp/Texinfo/Parser.pm:4437
2771 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2772 #: tp/Texinfo/Parser.pm:4458
27752773 #, perl-format
27762774 msgid "@%s not meaningful inside `@%s' block"
27772775 msgstr "@%s er meningsløs innenfor en «@%s»-blokk"
27782776
2779 #: tp/Texinfo/Parser.pm:4398
2777 #: tp/Texinfo/Parser.pm:4418
27802778 #, fuzzy, perl-format
27812779 msgid "@%s in empty multitable"
27822780 msgstr "%s: tom fil"
27832781
2784 #: tp/Texinfo/Parser.pm:4403
2782 #: tp/Texinfo/Parser.pm:4424
27852783 msgid "@tab before @item"
27862784 msgstr ""
27872785
2788 #: tp/Texinfo/Parser.pm:4406
2789 #, perl-format
2790 msgid "Too many columns in multitable item (max %d)"
2786 #: tp/Texinfo/Parser.pm:4427
2787 #, fuzzy, perl-format
2788 msgid "too many columns in multitable item (max %d)"
27912789 msgstr "For mange kolonner i multitabellrad (maks %d)"
27922790
2793 #: tp/Texinfo/Parser.pm:4443
2791 #: tp/Texinfo/Parser.pm:4464
27942792 msgid "ignoring @tab outside of multitable"
27952793 msgstr "ignorerer @tab utenfor multitabell"
27962794
2797 #: tp/Texinfo/Parser.pm:4447
2795 #: tp/Texinfo/Parser.pm:4468
27982796 #, perl-format
27992797 msgid "@%s outside of table or list"
28002798 msgstr ""
28012799
2802 #: tp/Texinfo/Parser.pm:4482
2803 #, fuzzy, perl-format
2804 msgid "Must be after `@%s' to use `@%s'"
2800 #: tp/Texinfo/Parser.pm:4503
2801 #, fuzzy, perl-format
2802 msgid "must be after `@%s' to use `@%s'"
28052803 msgstr "Må være i et «@%s»-miljø for å bruke «@%s»"
28062804
2807 #: tp/Texinfo/Parser.pm:4524
2805 #: tp/Texinfo/Parser.pm:4545
28082806 #, perl-format
28092807 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
28102808 msgstr "@%s gir ikke mening utenfor «@titlepage»- og «@quotation»-miljøer"
28112809
2812 #: tp/Texinfo/Parser.pm:4528
2810 #: tp/Texinfo/Parser.pm:4549
28132811 #, fuzzy
28142812 msgid "@dircategory after first node"
28152813 msgstr "@menu sett før første @node, oppretter «Top»-noden"
28162814
2817 #: tp/Texinfo/Parser.pm:4686
2818 #, fuzzy, perl-format
2819 msgid "Region %s inside region %s is not allowed"
2815 #: tp/Texinfo/Parser.pm:4708
2816 #, fuzzy, perl-format
2817 msgid "region %s inside region %s is not allowed"
28202818 msgstr "Fotnoter i fotnoter er ikke tillatt"
28212819
2822 #: tp/Texinfo/Parser.pm:4704
2820 #: tp/Texinfo/Parser.pm:4726
28232821 #, fuzzy
28242822 msgid "@direntry after first node"
28252823 msgstr "@menu sett før første @node, oppretter «Top»-noden"
28262824
2827 #: tp/Texinfo/Parser.pm:4712
2825 #: tp/Texinfo/Parser.pm:4734
28282826 #, fuzzy, perl-format
28292827 msgid "@%s seen before first @node"
28302828 msgstr "@menu sett før første @node, oppretter «Top»-noden"
28312829
2832 #: tp/Texinfo/Parser.pm:4714
2830 #: tp/Texinfo/Parser.pm:4737
28332831 msgid ""
28342832 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
28352833 msgstr ""
28362834 "kanskje burde din @top-node bli pakket inn i @ifnottex istedet for @ifinfo?"
28372835
2838 #: tp/Texinfo/Parser.pm:4776
2836 #: tp/Texinfo/Parser.pm:4799
28392837 #, fuzzy, perl-format
28402838 msgid "@%s should only appear in math context"
28412839 msgstr "%s: kunne ikke åpne --css-file: %s"
28422840
2843 #: tp/Texinfo/Parser.pm:4784
2844 #, perl-format
2845 msgid "Unknown command `%s'"
2841 #: tp/Texinfo/Parser.pm:4807
2842 #, fuzzy, perl-format
2843 msgid "unknown command `%s'"
28462844 msgstr "Ukjent kommando «%s»"
28472845
2848 #: tp/Texinfo/Parser.pm:4794
2849 #, fuzzy
2850 msgid "Unexpected @"
2846 #: tp/Texinfo/Parser.pm:4817
2847 #, fuzzy
2848 msgid "unexpected @"
28512849 msgstr "Forventet «%s»"
28522850
2853 #: tp/Texinfo/Parser.pm:4822
2851 #: tp/Texinfo/Parser.pm:4846
28542852 #, fuzzy, perl-format
28552853 msgid "@%s is not meaningful outside `@float' environment"
28562854 msgstr "@%s er meningsløs utenfor et «@float»-miljø"
28572855
2858 #: tp/Texinfo/Parser.pm:4826
2856 #: tp/Texinfo/Parser.pm:4851
28592857 #, perl-format
28602858 msgid "@%s should be right below `@float'"
28612859 msgstr ""
28622860
2863 #: tp/Texinfo/Parser.pm:4834
2864 #, perl-format
2865 msgid "Ignoring multiple @%s"
2866 msgstr ""
2867
2868 #: tp/Texinfo/Parser.pm:4950
2869 #, perl-format
2870 msgid "Command @%s does not accept arguments"
2871 msgstr ""
2872
2873 #: tp/Texinfo/Parser.pm:4974
2874 #, fuzzy, perl-format
2875 msgid "Command @%s missing a node or external manual argument"
2861 #: tp/Texinfo/Parser.pm:4859
2862 #, perl-format
2863 msgid "ignoring multiple @%s"
2864 msgstr ""
2865
2866 #: tp/Texinfo/Parser.pm:4975
2867 #, fuzzy, perl-format
2868 msgid "command @%s does not accept arguments"
2869 msgstr "@item er ikke tillatt som argument til @itemize"
2870
2871 #: tp/Texinfo/Parser.pm:4999
2872 #, fuzzy, perl-format
2873 msgid "command @%s missing a node or external manual argument"
28762874 msgstr "%s: mangler filargument.\n"
28772875
2878 #: tp/Texinfo/Parser.pm:4993
2879 #, perl-format
2880 msgid "In @%s empty cross reference name after expansion `%s'"
2881 msgstr ""
2882
2883 #: tp/Texinfo/Parser.pm:5004
2884 #, perl-format
2885 msgid "In @%s empty cross reference title after expansion `%s'"
2886 msgstr ""
2887
2888 #: tp/Texinfo/Parser.pm:5017
2876 #: tp/Texinfo/Parser.pm:5018
2877 #, perl-format
2878 msgid "in @%s empty cross reference name after expansion `%s'"
2879 msgstr ""
2880
2881 #: tp/Texinfo/Parser.pm:5029
2882 #, perl-format
2883 msgid "in @%s empty cross reference title after expansion `%s'"
2884 msgstr ""
2885
2886 #: tp/Texinfo/Parser.pm:5042
28892887 msgid "@image missing filename argument"
28902888 msgstr "@image mangler filnavn"
28912889
2892 #: tp/Texinfo/Parser.pm:5047
2890 #: tp/Texinfo/Parser.pm:5072
28932891 #, fuzzy, perl-format
28942892 msgid "@%s missing first argument"
28952893 msgstr "%s: mangler filargument.\n"
28962894
2897 #: tp/Texinfo/Parser.pm:5169
2898 msgid "Superfluous arguments for node"
2899 msgstr ""
2900
2901 #: tp/Texinfo/Parser.pm:5208
2902 #, fuzzy, perl-format
2903 msgid "Expected @end %s"
2895 #: tp/Texinfo/Parser.pm:5194
2896 #, fuzzy
2897 msgid "superfluous arguments for node"
2898 msgstr "Ugyldig argument til @%s"
2899
2900 #: tp/Texinfo/Parser.pm:5233
2901 #, fuzzy, perl-format
2902 msgid "expected @end %s"
29042903 msgstr "Forventet «%s»"
29052904
2906 #: tp/Texinfo/Parser.pm:5283
2907 #, fuzzy, perl-format
2908 msgid "Remaining argument on @%s line: %s"
2905 #: tp/Texinfo/Parser.pm:5309
2906 #, fuzzy, perl-format
2907 msgid "remaining argument on @%s line: %s"
29092908 msgstr "Ugyldig argument til @%s"
29102909
2911 #: tp/Texinfo/Parser.pm:5287
2910 #: tp/Texinfo/Parser.pm:5313
29122911 #, fuzzy, perl-format
29132912 msgid "@%s should only accept a @-command as argument, not `%s'"
29142913 msgstr "Bruk krøllparenteser for å gi en kommando som et argument til @%s"
29152914
2916 #: tp/Texinfo/Parser.pm:5362
2917 #, fuzzy, perl-format
2918 msgid "Environment command %s as argument to @%s"
2915 #: tp/Texinfo/Parser.pm:5388
2916 #, fuzzy, perl-format
2917 msgid "environment command %s as argument to @%s"
29192918 msgstr "Bruk krøllparenteser for å gi en kommando som et argument til @%s"
29202919
2921 #: tp/Texinfo/Parser.pm:5384
2922 #, perl-format
2923 msgid "Empty @%s"
2924 msgstr ""
2925
2926 #: tp/Texinfo/Parser.pm:5392
2920 #: tp/Texinfo/Parser.pm:5410
2921 #, perl-format
2922 msgid "empty @%s"
2923 msgstr ""
2924
2925 #: tp/Texinfo/Parser.pm:5418
29272926 #, perl-format
29282927 msgid "column fraction not a number: %s"
29292928 msgstr ""
29302929
2931 #: tp/Texinfo/Parser.pm:5401
2930 #: tp/Texinfo/Parser.pm:5427
29322931 #, fuzzy, perl-format
29332932 msgid "@sp arg must be numeric, not `%s'"
29342933 msgstr "%s: %s arg må være numerisk, ikke «%s».\n"
29352934
2936 #: tp/Texinfo/Parser.pm:5409
2937 #, perl-format
2938 msgid "Reserved index name %s"
2939 msgstr ""
2940
2941 #: tp/Texinfo/Parser.pm:5428
2942 #, fuzzy, perl-format
2943 msgid "Unknown source index in @%s: %s"
2935 #: tp/Texinfo/Parser.pm:5436
2936 #, perl-format
2937 msgid "reserved index name %s"
2938 msgstr ""
2939
2940 #: tp/Texinfo/Parser.pm:5455
2941 #, fuzzy, perl-format
2942 msgid "unknown source index in @%s: %s"
29442943 msgstr "Ukjent indeks «%s»"
29452944
2946 #: tp/Texinfo/Parser.pm:5431
2947 #, fuzzy, perl-format
2948 msgid "Unknown destination index in @%s: %s"
2945 #: tp/Texinfo/Parser.pm:5458
2946 #, fuzzy, perl-format
2947 msgid "unknown destination index in @%s: %s"
29492948 msgstr "Ukjent indeks «%s»"
29502949
2951 #: tp/Texinfo/Parser.pm:5461
2950 #: tp/Texinfo/Parser.pm:5488
29522951 #, perl-format
29532952 msgid "@%s leads to a merging of %s in itself, ignoring"
29542953 msgstr ""
29552954
2956 #: tp/Texinfo/Parser.pm:5474
2957 #, perl-format
2958 msgid "Unknown index `%s' in @printindex"
2955 #: tp/Texinfo/Parser.pm:5501
2956 #, fuzzy, perl-format
2957 msgid "unknown index `%s' in @printindex"
29592958 msgstr "Ukjent indeks «%s» i @printindex"
29602959
2961 #: tp/Texinfo/Parser.pm:5480
2962 #, perl-format
2963 msgid "Printing an index `%s' merged in another one `%s'"
2964 msgstr ""
2965
2966 #: tp/Texinfo/Parser.pm:5488
2967 #, perl-format
2968 msgid "Printindex before document beginning: @printindex %s"
2969 msgstr ""
2970
2971 #: tp/Texinfo/Parser.pm:5504
2960 #: tp/Texinfo/Parser.pm:5507
2961 #, perl-format
2962 msgid "printing an index `%s' merged in another one `%s'"
2963 msgstr ""
2964
2965 #: tp/Texinfo/Parser.pm:5515
2966 #, perl-format
2967 msgid "printindex before document beginning: @printindex %s"
2968 msgstr ""
2969
2970 #: tp/Texinfo/Parser.pm:5531
29722971 #, fuzzy, perl-format
29732972 msgid "@%s arg must be `top' or `bottom', not `%s'"
29742973 msgstr "%s: %s arg må være numerisk, ikke «%s».\n"
29752974
2976 #: tp/Texinfo/Parser.pm:5512
2975 #: tp/Texinfo/Parser.pm:5539
29772976 #, perl-format
29782977 msgid "Only @%s 10 or 11 is supported, not `%s'"
29792978 msgstr ""
29802979
2981 #: tp/Texinfo/Parser.pm:5520
2980 #: tp/Texinfo/Parser.pm:5547
29822981 #, fuzzy, perl-format
29832982 msgid "@%s arg must be `separate' or `end', not `%s'"
29842983 msgstr "%s: --footnote-style arg må være «separate» eller «end», ikke «%s».\n"
29852984
2986 #: tp/Texinfo/Parser.pm:5528
2985 #: tp/Texinfo/Parser.pm:5555
29872986 #, fuzzy, perl-format
29882987 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
29892988 msgstr "%s: %s arg må være numerisk, ikke «%s».\n"
29902989
2991 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
2990 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
29922991 #, fuzzy, perl-format
29932992 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
29942993 msgstr ""
29952994 "%s: --paragraph-indent arg må være numerisk/«none»/«asis», ikke «%s».\n"
29962995
2997 #: tp/Texinfo/Parser.pm:5559
2996 #: tp/Texinfo/Parser.pm:5586
29982997 #, fuzzy, perl-format
29992998 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
30002999 msgstr ""
30013000 "%s: --paragraph-indent arg må være numerisk/«none»/«asis», ikke «%s».\n"
30023001
3003 #: tp/Texinfo/Parser.pm:5569
3002 #: tp/Texinfo/Parser.pm:5596
30043003 #, fuzzy, perl-format
30053004 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
30063005 msgstr ""
30073006 "%s: --paragraph-indent arg må være numerisk/«none»/«asis», ikke «%s».\n"
30083007
3009 #: tp/Texinfo/Parser.pm:5580
3010 #, perl-format
3011 msgid "Expected @%s on or off, not `%s'"
3012 msgstr ""
3013
3014 #: tp/Texinfo/Parser.pm:5590
3008 #: tp/Texinfo/Parser.pm:5607
3009 #, perl-format
3010 msgid "expected @%s on or off, not `%s'"
3011 msgstr ""
3012
3013 #: tp/Texinfo/Parser.pm:5617
30153014 #, perl-format
30163015 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
30173016 msgstr ""
30183017
3019 #: tp/Texinfo/Parser.pm:5598
3018 #: tp/Texinfo/Parser.pm:5625
30203019 #, fuzzy, perl-format
30213020 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
30223021 msgstr "%s: --footnote-style arg må være «separate» eller «end», ikke «%s».\n"
30233022
3024 #: tp/Texinfo/Parser.pm:5606
3023 #: tp/Texinfo/Parser.pm:5633
30253024 #, fuzzy, perl-format
30263025 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
30273026 msgstr "%s: --footnote-style arg må være «separate» eller «end», ikke «%s».\n"
30283027
3029 #: tp/Texinfo/Report.pm:100
3030 #, fuzzy, perl-format
3031 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3032 msgstr "%s:%d: advarsel: "
3033
3034 #: tp/Texinfo/Report.pm:103
3035 #, fuzzy, perl-format
3036 msgid "%s:%d: warning: %s\n"
3037 msgstr "%s:%d: advarsel: "
3038
3039 #: tp/Texinfo/Report.pm:146
3040 #, fuzzy, perl-format
3041 msgid "warning: %s\n"
3042 msgstr "%s:%d: advarsel: "
3043
30443028 #: tp/Texinfo/Structuring.pm:231
30453029 #, perl-format
3046 msgid "Raising the section level of @%s which is too low"
3030 msgid "raising the section level of @%s which is too low"
30473031 msgstr ""
30483032
30493033 #: tp/Texinfo/Structuring.pm:263
30503034 #, perl-format
3051 msgid "No chapter-level command before @%s"
3035 msgid "no chapter-level command before @%s"
30523036 msgstr ""
30533037
30543038 #: tp/Texinfo/Structuring.pm:268
30553039 #, perl-format
3056 msgid "Lowering the section level of @%s appearing after a lower element"
3040 msgid "lowering the section level of @%s appearing after a lower element"
30573041 msgstr ""
30583042
30593043 #: tp/Texinfo/Structuring.pm:347
30603044 #, perl-format
3061 msgid "No sectioning command associated with @%s"
3045 msgid "no sectioning command associated with @%s"
30623046 msgstr ""
30633047
30643048 #: tp/Texinfo/Structuring.pm:568
30653049 #, fuzzy, perl-format
3066 msgid "Menu reference to nonexistent node `%s'"
3050 msgid "menu reference to nonexistent node `%s'"
30673051 msgstr "ureferert node «%s»"
30683052
30693053 #: tp/Texinfo/Structuring.pm:583
30703054 #, perl-format
3071 msgid "Menu entry node name `%s' different from %s name `%s'"
3055 msgid "menu entry node name `%s' different from %s name `%s'"
30723056 msgstr ""
30733057
30743058 #: tp/Texinfo/Structuring.pm:619
30783062
30793063 #: tp/Texinfo/Structuring.pm:665
30803064 #, perl-format
3081 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3065 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30823066 msgstr ""
30833067
30843068 #: tp/Texinfo/Structuring.pm:672
30853069 #, perl-format
3086 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3070 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30873071 msgstr ""
30883072
30893073 #: tp/Texinfo/Structuring.pm:690
30903074 #, perl-format
3091 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3075 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30923076 msgstr ""
30933077
30943078 #: tp/Texinfo/Structuring.pm:744
31023086 msgstr "ureferert node «%s»"
31033087
31043088 #: tp/Texinfo/Structuring.pm:790
3105 #, perl-format
3106 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3089 #, fuzzy, perl-format
3090 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
31073091 msgstr "Noden «%s» mangler et menypunkt for «%s» selv om den er dens oppmål"
31083092
31093093 #: tp/Texinfo/Structuring.pm:798
31103094 #, perl-format
3111 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3095 msgid "for `%s', up in menu `%s' and up `%s' don't match"
31123096 msgstr ""
31133097
31143098 #: tp/Texinfo/Structuring.pm:1282
31223106 msgid "@%s to `%s', different from %s name `%s'"
31233107 msgstr ""
31243108
3125 #: tp/Texinfo/Structuring.pm:1939
3126 #, fuzzy, perl-format
3127 msgid "Empty index key in @%s"
3109 #: tp/Texinfo/Structuring.pm:1959
3110 #, fuzzy, perl-format
3111 msgid "empty index key in @%s"
31283112 msgstr "ingen innslag funnet for «%s»\n"
31293113
31303114 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
31313115 #, fuzzy, perl-format
3132 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3116 msgid "chm.pm: could not open %s for writing: %s\n"
31333117 msgstr "%s: kunne ikke åpne --css-file: %s"
31343118
31353119 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
31363120 #, fuzzy, perl-format
3137 msgid "chm.pm:%s: Error on closing: %s"
3121 msgid "chm.pm: error on closing %s: %s"
31383122 msgstr "feil ved skriving til «%s»"
31393123
3140 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3141 #, fuzzy, perl-format
3142 msgid "tex4ht.pm:%s: Cannot open: %s"
3124 #: tp/init/latex2html.pm:200
3125 #, fuzzy, perl-format
3126 msgid "l2h: could not open latex file %s for writing: %s"
3127 msgstr "%s: kunne ikke åpne --css-file: %s"
3128
3129 #: tp/init/latex2html.pm:341
3130 msgid "l2h: L2H_TMP directory contains a dot"
3131 msgstr ""
3132
3133 #: tp/init/latex2html.pm:346
3134 msgid "l2h: current directory contains a dot"
3135 msgstr ""
3136
3137 #: tp/init/latex2html.pm:374
3138 #, perl-format
3139 msgid "l2h: command did not succeed: %s"
3140 msgstr ""
3141
3142 #: tp/init/latex2html.pm:422
3143 #, perl-format
3144 msgid "l2h: image has invalid extension: %s"
3145 msgstr ""
3146
3147 #: tp/init/latex2html.pm:438
3148 #, perl-format
3149 msgid "l2h: rename %s as %s failed: %s"
3150 msgstr ""
3151
3152 #: tp/init/latex2html.pm:460
3153 #, fuzzy, perl-format
3154 msgid "l2h: could not open %s: %s"
3155 msgstr "%s: kunne ikke åpne --css-file: %s"
3156
3157 #: tp/init/latex2html.pm:493
3158 #, perl-format
3159 msgid "latex2html.pm: end of @%s item %d not found"
3160 msgstr ""
3161
3162 #: tp/init/latex2html.pm:504
3163 #, perl-format
3164 msgid ""
3165 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3166 "of items found in the document"
3167 msgstr ""
3168
3169 #: tp/init/latex2html.pm:534
3170 #, perl-format
3171 msgid "l2h: could not determine the fragment %d for @%s"
3172 msgstr ""
3173
3174 #: tp/init/latex2html.pm:560
3175 #, perl-format
3176 msgid ""
3177 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3178 "HTML"
3179 msgstr ""
3180
3181 #: tp/init/latex2html.pm:621
3182 #, fuzzy, perl-format
3183 msgid "l2h: could not load %s: %s"
3184 msgstr "%s: kunne ikke åpne --css-file: %s"
3185
3186 #: tp/init/latex2html.pm:634
3187 #, fuzzy, perl-format
3188 msgid "l2h: could not open %s for writing: %s"
3189 msgstr "%s: kunne ikke åpne --css-file: %s"
3190
3191 #: tp/init/tex4ht.pm:123
3192 #, fuzzy, perl-format
3193 msgid "tex4ht.pm: could not open %s: %s"
31433194 msgstr "Kan ikke finne «%s»."
31443195
31453196 #: tp/init/tex4ht.pm:219
3146 #, perl-format
3147 msgid "tex4ht.pm:%s: chdir failed: %s"
3148 msgstr ""
3197 #, fuzzy, perl-format
3198 msgid "tex4ht.pm: chdir %s failed: %s"
3199 msgstr "Kan ikke finne «%s»."
31493200
31503201 #: tp/init/tex4ht.pm:232
31513202 #, perl-format
3152 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3203 msgid "tex4ht.pm: unable to return to initial directory: %s"
31533204 msgstr ""
31543205
31553206 #: tp/init/tex4ht.pm:244
31563207 #, fuzzy, perl-format
3157 msgid "tex4ht.pm: Output file missing: %s"
3208 msgid "tex4ht.pm: output file missing: %s"
31583209 msgstr "Kunne ikke opprette outputfila «%s»"
31593210
31603211 #: tp/init/tex4ht.pm:260
3161 #, perl-format
3162 msgid "tex4ht.pm: Command failed: %s"
3163 msgstr ""
3212 #, fuzzy, perl-format
3213 msgid "tex4ht.pm: command failed: %s"
3214 msgstr "Kan ikke finne «%s»."
3215
3216 #: tp/init/tex4ht.pm:267
3217 #, fuzzy, perl-format
3218 msgid "tex4ht.pm: could not open: %s"
3219 msgstr "Kan ikke finne «%s»."
31643220
31653221 #: tp/init/tex4ht.pm:293
31663222 #, perl-format
31713227 #, perl-format
31723228 msgid ""
31733229 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3174 "items found in the document"
3175 msgstr ""
3176
3177 #: tp/init/tex4ht.pm:319
3178 #, perl-format
3179 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3180 msgstr ""
3181
3182 #: tp/texi2any.pl:375
3230 "items found in the document for @%s"
3231 msgstr ""
3232
3233 #: tp/init/tex4ht.pm:320
3234 #, fuzzy, perl-format
3235 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3236 msgstr "Kunne ikke opprette outputfila «%s»"
3237
3238 #: tp/init/tex4ht.pm:335
3239 #, perl-format
3240 msgid ""
3241 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3242 "items found in the document for @%s"
3243 msgstr ""
3244
3245 #: tp/texi2any.pl:379
31833246 #, fuzzy, perl-format
31843247 msgid "error loading %s: %s\n"
31853248 msgstr "feil ved skriving til «%s»"
31863249
3187 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3188 #, fuzzy, perl-format
3189 msgid "Unknown variable %s\n"
3250 #: tp/texi2any.pl:392
3251 #, fuzzy, perl-format
3252 msgid "%s: unknown variable %s"
31903253 msgstr "Ukjent kommando «%s»"
31913254
3192 #: tp/texi2any.pl:468
3193 #, fuzzy, perl-format
3194 msgid "Can't read init file %s"
3255 #: tp/texi2any.pl:396
3256 #, fuzzy, perl-format
3257 msgid "%s: obsolete variable %s\n"
3258 msgstr "Sett variabel: "
3259
3260 #: tp/texi2any.pl:411
3261 #, fuzzy, perl-format
3262 msgid "%s: unknown variable %s\n"
3263 msgstr "Ukjent kommando «%s»"
3264
3265 #: tp/texi2any.pl:415
3266 #, fuzzy, perl-format
3267 msgid "obsolete variable %s\n"
3268 msgstr "Sett variabel: "
3269
3270 #: tp/texi2any.pl:480
3271 #, fuzzy, perl-format
3272 msgid "could not read init file %s"
31953273 msgstr "Kan ikke åpne inputfilen «%s»"
31963274
3197 #: tp/texi2any.pl:619
3198 #, perl-format
3199 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3275 #: tp/texi2any.pl:633
3276 #, fuzzy, perl-format
3277 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32003278 msgstr "%s: Ignorerer ugjenkjennelig TEXINFO_OUTPUT_FORMAT-verdi «%s».\n"
32013279
3202 #: tp/texi2any.pl:691
3280 #: tp/texi2any.pl:710
32033281 #, fuzzy
32043282 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32053283 msgstr "Bruksmåte: %s [VALG]... TEXINFOFIL...\n"
32063284
3207 #: tp/texi2any.pl:692
3285 #: tp/texi2any.pl:711
32083286 #, fuzzy
32093287 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32103288 msgstr "Bruksmåte: %s [VALG]... TEXINFOFIL...\n"
32113289
3212 #: tp/texi2any.pl:694
3290 #: tp/texi2any.pl:713
32133291 msgid ""
32143292 "Translate Texinfo source documentation to various other formats, by default\n"
32153293 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32173295 "Oversette Texinfodokumentasjon til forskjellige andre formater:\n"
32183296 "Infofiler for lesing online med Emacs eller den frittstående GNU Info.\n"
32193297
3220 #: tp/texi2any.pl:697
3298 #: tp/texi2any.pl:716
32213299 #, fuzzy, perl-format
32223300 msgid ""
32233301 "General options:\n"
32463324 " -v, --verbose forklare hva som blir gjort.\n"
32473325 " --version vise programversjon og avslutte.\n"
32483326
3249 #: tp/texi2any.pl:712
3327 #: tp/texi2any.pl:731
32503328 #, fuzzy
32513329 msgid ""
32523330 "Output format selection (default is to produce Info):\n"
32623340 " --xml generere Texinfo XML i stedet for Info.\n"
32633341 " --plaintext generere ren tekst i stedet for Info.\n"
32643342
3265 #: tp/texi2any.pl:720
3343 #: tp/texi2any.pl:739
32663344 #, fuzzy
32673345 msgid ""
32683346 "General output options:\n"
33063384 " -o, --output=FIL sende output til FIL (eller katalog dersom "
33073385 "splittet HTML),\n"
33083386
3309 #: tp/texi2any.pl:740
3387 #: tp/texi2any.pl:759
33103388 #, fuzzy, perl-format
33113389 msgid ""
33123390 "Options for Info and plain text:\n"
33463424 " --split-size=ANT splitte Infofilene ved lengde ANT (standard "
33473425 "%d).\n"
33483426
3349 #: tp/texi2any.pl:757
3427 #: tp/texi2any.pl:776
33503428 #, fuzzy
33513429 msgid ""
33523430 "Options for HTML:\n"
33643442 " --css-include=FIL inkluder FIL i HTML <style>-taggen;\n"
33653443 " les stdin dersom FIL er -.\n"
33663444
3367 #: tp/texi2any.pl:768
3445 #: tp/texi2any.pl:787
33683446 msgid ""
33693447 "Options for XML and Docbook:\n"
33703448 " --output-indent=VAL does nothing, retained for compatibility.\n"
33713449 msgstr ""
33723450
3373 #: tp/texi2any.pl:771
3451 #: tp/texi2any.pl:790
33743452 msgid ""
33753453 "Options for DVI/PS/PDF:\n"
33763454 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33773455 msgstr ""
33783456
3379 #: tp/texi2any.pl:774
3457 #: tp/texi2any.pl:793
33803458 #, fuzzy
33813459 msgid ""
33823460 "Input file options:\n"
33973475 " -U VAR udefiner variabelen VAR, som om @clear "
33983476 "brukes.\n"
33993477
3400 #: tp/texi2any.pl:781
3478 #: tp/texi2any.pl:800
34013479 #, fuzzy
34023480 msgid ""
34033481 "Conditional processing in input:\n"
34343512 " --no-iftex ikke behandle @iftex og @tex.\n"
34353513 " --no-ifxml ikke behandle @ifxml og @xml.\n"
34363514
3437 #: tp/texi2any.pl:798
3515 #: tp/texi2any.pl:817
34383516 #, fuzzy
34393517 msgid ""
34403518 " The defaults for the @if... conditionals depend on the output format:\n"
34503528 " dersom ren tekst genereres er --ifplaintext påslått og de andre av;\n"
34513529 " dersom XML genereres er --ifxml påslått og de andre av.\n"
34523530
3453 #: tp/texi2any.pl:805
3531 #: tp/texi2any.pl:824
34543532 #, fuzzy
34553533 msgid ""
34563534 "Examples:\n"
34783556 " makeinfo --number-sections foo.texi skrive Info med nummererte avsnitt\n"
34793557 " makeinfo --no-split foo.texi skrive en Infofil uansett størrelse\n"
34803558
3481 #: tp/texi2any.pl:852
3559 #: tp/texi2any.pl:871
34823560 #, perl-format
34833561 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34843562 msgstr "%s: --footnote-style arg må være «separate» eller «end», ikke «%s».\n"
34853563
3486 #: tp/texi2any.pl:934
3564 #: tp/texi2any.pl:953
34873565 #, perl-format
34883566 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34893567 msgstr ""
34903568 "%s: --paragraph-indent arg må være numerisk/«none»/«asis», ikke «%s».\n"
34913569
3492 #: tp/texi2any.pl:1011
3493 #, perl-format
3494 msgid "when generating %s, only one input FILE may be specified with -o"
3495 msgstr ""
3496
3497 #: tp/texi2any.pl:1015
3570 #: tp/texi2any.pl:1030
3571 #, perl-format
3572 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3573 msgstr ""
3574
3575 #: tp/texi2any.pl:1034
34983576 msgid "--Xopt option without printed output"
34993577 msgstr ""
35003578
3501 #: tp/texi2any.pl:1025
3502 #, fuzzy, perl-format
3503 msgid "Unknown tree transformation %s"
3579 #: tp/texi2any.pl:1044
3580 #, fuzzy, perl-format
3581 msgid "unknown tree transformation %s"
35043582 msgstr "Ukjent kommando «%s»"
35053583
3506 #: tp/texi2any.pl:1032
3507 #, perl-format
3508 msgid "Ignoring splitting for format %s"
3509 msgstr ""
3510
3511 #: tp/texi2any.pl:1081
3584 #: tp/texi2any.pl:1051
3585 #, perl-format
3586 msgid "ignoring splitting for format %s"
3587 msgstr ""
3588
3589 #: tp/texi2any.pl:1101
35123590 #, perl-format
35133591 msgid "%s: missing file argument.\n"
35143592 msgstr "%s: mangler filargument.\n"
35153593
3516 #: tp/texi2any.pl:1082
3594 #: tp/texi2any.pl:1102
35173595 #, perl-format
35183596 msgid "Try `%s --help' for more information.\n"
35193597 msgstr "Prøv «%s --help» for mer informasjon.\n"
35203598
3521 #: tp/texi2any.pl:1153
3599 #: tp/texi2any.pl:1173
35223600 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35233601 msgstr ""
35243602
3525 #: tp/texi2any.pl:1175
3526 #, fuzzy, perl-format
3527 msgid "Error on closing macro expand file %s: %s\n"
3603 #: tp/texi2any.pl:1195
3604 #, fuzzy, perl-format
3605 msgid "error on closing macro expand file %s: %s\n"
35283606 msgstr "Feil ved lukking av outputfila «%s»"
35293607
3530 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3531 #, fuzzy, perl-format
3532 msgid "Could not open %s for writing: %s\n"
3608 #: tp/texi2any.pl:1201
3609 #, fuzzy, perl-format
3610 msgid "could not open %s for writing: %s\n"
35333611 msgstr "%s: kunne ikke åpne --css-file: %s"
35343612
3535 #: tp/texi2any.pl:1205
3613 #: tp/texi2any.pl:1226
35363614 msgid ""
35373615 "insert_nodes_for_sectioning_commands transformation return no result. No "
35383616 "section?"
35393617 msgstr ""
35403618
3541 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3542 #, fuzzy, perl-format
3543 msgid "Error on closing %s: %s\n"
3619 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3620 #, fuzzy, perl-format
3621 msgid "%s: error on closing %s: %s\n"
35443622 msgstr "feil ved skriving til «%s»"
35453623
3546 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3547 #, perl-format
3548 msgid "Error on closing internal links file %s: %s\n"
3549 msgstr ""
3624 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3625 #, fuzzy, perl-format
3626 msgid "%s: error on closing internal links file %s: %s\n"
3627 msgstr "Feil ved lukking av outputfila «%s»"
3628
3629 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3630 #, fuzzy, perl-format
3631 msgid "%s: could not open %s for writing: %s\n"
3632 msgstr "%s: kunne ikke åpne --css-file: %s"
35503633
35513634 #: util/texindex.c:223
35523635 msgid "display this help and exit"
36063689 msgstr "oppføring %s følger en oppføring med et annet navn"
36073690
36083691 #, fuzzy
3692 #~ msgid "Can't create directories `%s': %s"
3693 #~ msgstr "Kan ikke opprette katalogen «%s»: %s"
3694
3695 #, fuzzy
3696 #~ msgid "Can't read file %s: %s"
3697 #~ msgstr "Kan ikke slette filen «%s»: %s"
3698
3699 #, fuzzy
3700 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3701 #~ msgstr "%s:%d: advarsel: "
3702
3703 #, fuzzy
3704 #~ msgid "%s:%d: warning: %s\n"
3705 #~ msgstr "%s:%d: advarsel: "
3706
3707 #, fuzzy
3708 #~ msgid "warning: %s\n"
3709 #~ msgstr "%s:%d: advarsel: "
3710
3711 #, fuzzy
3712 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3713 #~ msgstr "%s: kunne ikke åpne --css-file: %s"
3714
3715 #, fuzzy
36093716 #~ msgid "tex4ht error opening %s: %s"
36103717 #~ msgstr "feil ved skriving til «%s»"
36113718
36123719 #, fuzzy
3613 #~ msgid "Error on closing renamed nodes file %s: %s"
3614 #~ msgstr "Feil ved lukking av outputfila «%s»"
3615
3616 #, fuzzy
36173720 #~ msgid "Node `%s' that is to be renamed exists"
36183721 #~ msgstr "Indeksen «%s» eksisterer allerede"
36193722
3620 #, fuzzy
3621 #~ msgid "Unknown variable %s"
3622 #~ msgstr "Ukjent kommando «%s»"
3623
36243723 #~ msgid "arguments to @%s ignored"
36253724 #~ msgstr "argumentene til @%s ble ignorert"
36263725
37253824
37263825 #~ msgid "Footnotes"
37273826 #~ msgstr "Fotnoter"
3728
3729 #~ msgid "%s: could not open --css-file: %s"
3730 #~ msgstr "%s: kunne ikke åpne --css-file: %s"
37313827
37323828 #~ msgid "[unexpected] no html tag to pop"
37333829 #~ msgstr "[uforventet] kunne ikke poppe neste htmltagg"
40154111
40164112 #~ msgid "Expected `%s'"
40174113 #~ msgstr "Forventet «%s»"
4018
4019 #~ msgid "Can't create directory `%s': %s"
4020 #~ msgstr "Kan ikke opprette katalogen «%s»: %s"
40214114
40224115 #~ msgid "No `%s' found in `%s'"
40234116 #~ msgstr "Ingen «%s» funnet i «%s»"
Binary diff not shown
+600
-486
po/nl.po less more
1010 msgstr ""
1111 "Project-Id-Version: texinfo-4.13.92\n"
1212 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
13 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
13 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1414 "PO-Revision-Date: 2012-12-19 22:35+0100\n"
1515 "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
1616 "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
401401 msgstr "Gebruik '--help' voor meer informatie.\n"
402402
403403 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
404 #: tp/texi2any.pl:829 util/texindex.c:295
404 #: tp/texi2any.pl:848 util/texindex.c:295
405405 #, c-format, perl-format
406406 msgid ""
407407 "Copyright (C) %s Free Software Foundation, Inc.\n"
21172117 " --test het INHOUDSBESTAND niet bijwerken, slechts doen alsof\n"
21182118 " --version versie-informatie tonen en stoppen"
21192119
2120 #: install-info/install-info.c:598 tp/texi2any.pl:817
2120 #: install-info/install-info.c:598 tp/texi2any.pl:836
21212121 msgid ""
21222122 "Email bug reports to bug-texinfo@gnu.org,\n"
21232123 "general questions and discussion to help-texinfo@gnu.org.\n"
22272227 msgstr "geen items voor '%s' gevonden; er is niets verwijderd"
22282228
22292229 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2230 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2231 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2232 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2233 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2234 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2235 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2230 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2231 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2232 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2233 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2234 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2235 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
22362236 #: tp/Texinfo/Convert/TexinfoXML.pm:429
2237 #, perl-format
2238 msgid "Could not open %s for writing: %s"
2237 #, fuzzy, perl-format
2238 msgid "could not open %s for writing: %s"
22392239 msgstr "Kan '%s' niet openen om te schrijven: %s"
22402240
22412241 #: tp/Texinfo/Common.pm:850
22612261 msgid "%s is not a valid split possibility"
22622262 msgstr "%s is geen geldige splitsmogelijkheid"
22632263
2264 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2265 #, perl-format
2266 msgid "Cannot read %s: %s"
2264 #: tp/Texinfo/Common.pm:1096
2265 #, fuzzy, perl-format
2266 msgid "could not read %s: %s"
22672267 msgstr "Kan %s niet lezen: %s"
22682268
2269 #: tp/Texinfo/Common.pm:1113
2270 #, perl-format
2271 msgid "Error on closing @verbatiminclude file %s: %s"
2269 #: tp/Texinfo/Common.pm:1114
2270 #, fuzzy, perl-format
2271 msgid "error on closing @verbatiminclude file %s: %s"
22722272 msgstr "Fout bij sluiten van '@verbatiminclude'-bestand %s: %s"
22732273
2274 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2275 #, perl-format
2276 msgid "@%s: Cannot find %s"
2274 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2275 #, fuzzy, perl-format
2276 msgid "@%s: could not find %s"
22772277 msgstr "@%s: Kan %s niet vinden"
22782278
2279 #: tp/Texinfo/Common.pm:1416
2280 #, perl-format
2281 msgid "Cannot open html refs config file %s: %s"
2279 #: tp/Texinfo/Common.pm:1417
2280 #, fuzzy, perl-format
2281 msgid "could not open html refs config file %s: %s"
22822282 msgstr "Kan instellingenbestand %s voor HTML-referenties niet openen: %s"
22832283
2284 #: tp/Texinfo/Common.pm:1444
2285 msgid "Missing type"
2284 #: tp/Texinfo/Common.pm:1445
2285 #, fuzzy
2286 msgid "missing type"
22862287 msgstr "Ontbrekend type"
22872288
2288 #: tp/Texinfo/Common.pm:1447
2289 #, perl-format
2290 msgid "Unrecognized type: %s"
2289 #: tp/Texinfo/Common.pm:1448
2290 #, fuzzy, perl-format
2291 msgid "unrecognized type: %s"
22912292 msgstr "Onbekend type: %s"
22922293
2293 #: tp/Texinfo/Common.pm:1463
2294 #, perl-format
2295 msgid "Error on closing html refs config file %s: %s"
2294 #: tp/Texinfo/Common.pm:1465
2295 #, fuzzy, perl-format
2296 msgid "error on closing html refs config file %s: %s"
22962297 msgstr "Fout bij sluiten van instellingenbestand %s voor HTML-referenties: %s"
22972298
2298 #: tp/Texinfo/Common.pm:1498
2299 #, perl-format
2300 msgid "%s:%d: no node to be renamed\n"
2299 #: tp/Texinfo/Common.pm:1500
2300 #, fuzzy
2301 msgid "no node to be renamed"
23012302 msgstr "%s:%d: geen pagina om te hernoemen\n"
23022303
2303 #: tp/Texinfo/Common.pm:1509
2304 #, perl-format
2305 msgid "%s:%d: nodes without a new name at the end of file\n"
2304 #: tp/Texinfo/Common.pm:1511
2305 #, fuzzy
2306 msgid "nodes without a new name at the end of file"
23062307 msgstr "%s:%d: pagina's zonder nieuwe naam aan einde van bestand\n"
23072308
2308 #: tp/Texinfo/Common.pm:2000
2309 #, perl-format
2310 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2311 msgstr "'protect_hashchar_at_line_beginning()' kan niet beschermen in @%s"
2309 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2310 #, fuzzy, perl-format
2311 msgid "could not open %s: %s"
2312 msgstr "Kan '%s' niet openen om te schrijven: %s"
2313
2314 #: tp/Texinfo/Common.pm:2002
2315 #, perl-format
2316 msgid "could not protect hash character in @%s"
2317 msgstr ""
23122318
23132319 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2314 #: tp/texi2any.pl:387 tp/texi2any.pl:404
23152320 #, perl-format
23162321 msgid "Obsolete variable %s\n"
23172322 msgstr "Verouderde variabele %s\n"
23182323
23192324 #: tp/Texinfo/Convert/Converter.pm:601
2320 #, perl-format
2321 msgid "Can't create directories `%s' or `%s': %s"
2325 #, fuzzy, perl-format
2326 msgid "could not create directories `%s' or `%s': %s"
23222327 msgstr "Kan mappen '%s' en '%s' niet aanmaken: %s"
23232328
23242329 #: tp/Texinfo/Convert/Converter.pm:609
2325 #, perl-format
2326 msgid "Can't create directories `%s': %s"
2330 #, fuzzy, perl-format
2331 msgid "could not create directory `%s': %s"
23272332 msgstr "Kan mappen '%s' niet aanmaken: %s"
23282333
2329 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2330 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2331 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2332 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2333 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2334 #, perl-format
2335 msgid "Error on closing %s: %s"
2334 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2335 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2336 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2337 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2338 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2339 #, fuzzy, perl-format
2340 msgid "error on closing %s: %s"
23362341 msgstr "Fout bij sluiten van %s: %s"
23372342
2338 #: tp/Texinfo/Convert/DocBook.pm:898
2343 #: tp/Texinfo/Convert/DocBook.pm:899
23392344 #, perl-format
23402345 msgid "@image file `%s' not found, using `%s'"
23412346 msgstr "@image-bestand '%s' is niet gevonden; '%s' wordt gebruikt"
23422347
2343 #: tp/Texinfo/Convert/HTML.pm:1677
2348 #: tp/Texinfo/Convert/HTML.pm:1678
23442349 #, perl-format
23452350 msgid "@image file `%s' (for HTML) not found, using `%s'"
23462351 msgstr "@image-bestand '%s' (voor HTML) is niet gevonden; '%s' wordt gebruikt"
23472352
23482353 # XXX Zet ook elders "ruw" om naar "rauw".
2349 #: tp/Texinfo/Convert/HTML.pm:2345
2350 #, perl-format
2351 msgid "Raw format %s is not converted"
2354 #: tp/Texinfo/Convert/HTML.pm:2347
2355 #, fuzzy, perl-format
2356 msgid "raw format %s is not converted"
23522357 msgstr "Rauwe opmaak %s is niet omgezet"
23532358
2354 #: tp/Texinfo/Convert/HTML.pm:4814
2355 #, perl-format
2356 msgid "%s:%d: string not closed in css file"
2359 #: tp/Texinfo/Convert/HTML.pm:4816
2360 #, fuzzy
2361 msgid "string not closed in css file"
23572362 msgstr "%s:%d: tekenreeks niet afgesloten in CSS-bestand"
23582363
2359 #: tp/Texinfo/Convert/HTML.pm:4816
2360 #, perl-format
2361 msgid "%s:%d: --css-include ended in comment"
2364 #: tp/Texinfo/Convert/HTML.pm:4818
2365 #, fuzzy
2366 msgid "--css-include ended in comment"
23622367 msgstr "%s:%d: '--css-include' eindigt in commentaar"
23632368
2364 #: tp/Texinfo/Convert/HTML.pm:4818
2365 #, fuzzy, perl-format
2366 msgid "%s:%d: @import not finished in css file"
2369 #: tp/Texinfo/Convert/HTML.pm:4820
2370 #, fuzzy
2371 msgid "@import not finished in css file"
23672372 msgstr "%s:%d '@import' is niet afgesloten in CSS-bestand"
23682373
2369 #: tp/Texinfo/Convert/HTML.pm:4844
2370 #, perl-format
2371 msgid "css file %s not found"
2374 #: tp/Texinfo/Convert/HTML.pm:4846
2375 #, fuzzy, perl-format
2376 msgid "CSS file %s not found"
23722377 msgstr "CSS-bestand %s is niet gevonden"
23732378
2374 #: tp/Texinfo/Convert/HTML.pm:4850
2379 #: tp/Texinfo/Convert/HTML.pm:4852
23752380 #, perl-format
23762381 msgid "could not open --include-file %s: %s"
23772382 msgstr "kan '--include-file'-bestand %s niet openen: %s"
23782383
2379 #: tp/Texinfo/Convert/HTML.pm:4860
2380 #, perl-format
2381 msgid "Error on closing CSS file %s: %s"
2384 #: tp/Texinfo/Convert/HTML.pm:4862
2385 #, fuzzy, perl-format
2386 msgid "error on closing CSS file %s: %s"
23822387 msgstr "Fout bij sluiten van CSS-bestand %s: %s"
23832388
2384 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2385 #, perl-format
2386 msgid "No htmlxref.cnf entry found for `%s'"
2389 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2390 #, fuzzy, perl-format
2391 msgid "no htmlxref.cnf entry found for `%s'"
23872392 msgstr "Geen 'htmlxref.cnf'-item gevonden voor '%s'"
23882393
2389 #: tp/Texinfo/Convert/HTML.pm:6495
2390 #, perl-format
2391 msgid "Error on closing frame file %s: %s"
2394 #: tp/Texinfo/Convert/HTML.pm:6506
2395 #, fuzzy, perl-format
2396 msgid "error on closing frame file %s: %s"
23922397 msgstr "Fout bij sluiten van frames-bestand %s: %s"
23932398
2394 #: tp/Texinfo/Convert/HTML.pm:6519
2395 #, perl-format
2396 msgid "Error on closing TOC frame file %s: %s"
2399 #: tp/Texinfo/Convert/HTML.pm:6530
2400 #, fuzzy, perl-format
2401 msgid "error on closing TOC frame file %s: %s"
23972402 msgstr "Fout bij sluiten van TOC-frames-bestand %s: %s"
23982403
2399 #: tp/Texinfo/Convert/HTML.pm:6634
2400 #, perl-format
2401 msgid "Handler %s of stage %s priority %s failed"
2404 #: tp/Texinfo/Convert/HTML.pm:6645
2405 #, fuzzy, perl-format
2406 msgid "handler %s of stage %s priority %s failed"
24022407 msgstr "Verwerker %s van fase %s, prioriteit %s, is gestruikeld"
24032408
2404 #: tp/Texinfo/Convert/HTML.pm:6835
2405 msgid "Must specify a title with a title command or @top"
2409 #: tp/Texinfo/Convert/HTML.pm:6846
2410 #, fuzzy
2411 msgid "must specify a title with a title command or @top"
24062412 msgstr "Een 'title'-commando en '@top' vereisen een titel"
24072413
2408 #: tp/Texinfo/Convert/HTML.pm:7040
2409 #, perl-format
2410 msgid "Error on closing redirection node file %s: %s"
2414 #: tp/Texinfo/Convert/HTML.pm:7055
2415 #, fuzzy, perl-format
2416 msgid "error on closing redirection node file %s: %s"
24112417 msgstr "Fout bij sluiten van %s, bestand met doorverwijzende pagina's: %s"
24122418
2413 #: tp/Texinfo/Convert/HTML.pm:7065
2414 #, perl-format
2415 msgid "Old name for `%s' is a node of the document"
2419 #: tp/Texinfo/Convert/HTML.pm:7080
2420 #, fuzzy, perl-format
2421 msgid "old name for `%s' is a node of the document"
24162422 msgstr "Oude naam van '%s' is een pagina in het document"
24172423
2418 #: tp/Texinfo/Convert/HTML.pm:7069
2419 #, perl-format
2420 msgid "File empty for renamed node `%s'"
2424 #: tp/Texinfo/Convert/HTML.pm:7086
2425 #, fuzzy, perl-format
2426 msgid "file empty for renamed node `%s'"
24212427 msgstr "Bestand is leeg voor hernoemde pagina '%s'"
24222428
2423 #: tp/Texinfo/Convert/HTML.pm:7081
2424 #, perl-format
2425 msgid "Target node (new name for `%s') not in document: %s"
2429 #: tp/Texinfo/Convert/HTML.pm:7100
2430 #, fuzzy, perl-format
2431 msgid "target node (new name for `%s') not in document: %s"
24262432 msgstr "Doelpagina (nieuwe naam voor '%s') zit niet in document: %s"
24272433
24282434 # XXX Is het node of nodes?
2429 #: tp/Texinfo/Convert/HTML.pm:7113
2430 #, perl-format
2431 msgid "Error on closing renamed node redirection file %s: %s"
2435 #: tp/Texinfo/Convert/HTML.pm:7132
2436 #, fuzzy, perl-format
2437 msgid "error on closing renamed node redirection file %s: %s"
24322438 msgstr ""
24332439 "Fout bij sluiten van %s, bestand met doorverwijzingen van hernoemde "
24342440 "pagina's: %s"
24352441
2436 #: tp/Texinfo/Convert/HTML.pm:7151
2437 msgid "Empty node name"
2442 #: tp/Texinfo/Convert/HTML.pm:7170
2443 #, fuzzy
2444 msgid "empty node name"
24382445 msgstr "Lege paginanaam"
24392446
2440 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2441 #, perl-format
2442 msgid "Syntax for an external node used for `%s'"
2447 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2448 #, fuzzy, perl-format
2449 msgid "syntax for an external node used for `%s'"
24432450 msgstr "Syntax voor een externe pagina is gebruikt voor '%s'"
24442451
24452452 #: tp/Texinfo/Convert/Info.pm:99
2446 msgid "Document without nodes."
2453 #, fuzzy
2454 msgid "document without nodes"
24472455 msgstr "Document zonder pagina's."
24482456
2449 #: tp/Texinfo/Convert/Info.pm:115
2450 msgid "Document without Top node."
2457 #: tp/Texinfo/Convert/Info.pm:116
2458 #, fuzzy
2459 msgid "document without Top node"
24512460 msgstr "Document zonder Top-pagina."
24522461
2453 #: tp/Texinfo/Convert/Info.pm:151
2454 #, perl-format
2455 msgid "Rename %s failed: %s"
2462 #: tp/Texinfo/Convert/Info.pm:153
2463 #, fuzzy, perl-format
2464 msgid "rename %s failed: %s"
24562465 msgstr "Hernoemen van %s is mislukt: %s"
24572466
2458 #: tp/Texinfo/Convert/Info.pm:226
2467 #: tp/Texinfo/Convert/Info.pm:228
24592468 #, perl-format
24602469 msgid "@%s output more than once: %s"
24612470 msgstr "@%s is meer dan eens uitgevoerd: %s"
24622471
2463 #: tp/Texinfo/Convert/Info.pm:340
2472 #: tp/Texinfo/Convert/Info.pm:346
24642473 #, perl-format
24652474 msgid "@%s outside of any node"
24662475 msgstr "@%s buiten alle pagina's"
24672476
2468 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2469 #, perl-format
2470 msgid "Entry for index `%s' outside of any node"
2477 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2478 #, fuzzy, perl-format
2479 msgid "entry for index `%s' outside of any node"
24712480 msgstr "Item voor index '%s' valt buiten alle pagina's"
24722481
24732482 #: tp/Texinfo/Convert/Plaintext.pm:1217
2474 #, perl-format
2475 msgid "Error on closing image text file %s: %s"
2483 #, fuzzy, perl-format
2484 msgid "error on closing image text file %s: %s"
24762485 msgstr "Fout bij sluiten van %s, bestand met 'image'-tekst: %s"
24772486
24782487 #: tp/Texinfo/Convert/Plaintext.pm:1222
24802489 msgid "@image file `%s' unreadable: %s"
24812490 msgstr "@image-bestand '%s' is onleesbaar: %s"
24822491
2483 #: tp/Texinfo/Convert/Plaintext.pm:1250
2484 #, perl-format
2485 msgid "Cannot find @image file `%s.txt' nor alternate text"
2492 #: tp/Texinfo/Convert/Plaintext.pm:1251
2493 #, fuzzy, perl-format
2494 msgid "could not find @image file `%s.txt' nor alternate text"
24862495 msgstr "Kan '@image'-bestand '%s.txt' niet vinden noch een alternatieve tekst"
24872496
2488 #: tp/Texinfo/Convert/Plaintext.pm:1615
2497 #: tp/Texinfo/Convert/Plaintext.pm:1617
24892498 msgid ""
24902499 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
24912500 "avoid that"
24932502 "@strong{Noot...} produceert een loze kruisverwijzing in Info; kies een ander "
24942503 "woord om dat te vermijden"
24952504
2496 #: tp/Texinfo/Convert/Plaintext.pm:1845
2505 #: tp/Texinfo/Convert/Plaintext.pm:1849
24972506 #, perl-format
24982507 msgid "`.' or `,' must follow @xref, not %s"
24992508 msgstr "'.' of ',' moet volgen op @xref, niet '%s'"
25002509
2501 #: tp/Texinfo/Convert/Plaintext.pm:1847
2510 #: tp/Texinfo/Convert/Plaintext.pm:1852
25022511 msgid "`.' or `,' must follow @xref"
25032512 msgstr "'.' of ',' moet volgen op '@xref'"
25042513
25072516 msgid "@%s should only appear at beginning or end of document"
25082517 msgstr "@%s hoort alleen voor te komen aan begin of eind van document"
25092518
2510 #: tp/Texinfo/Parser.pm:837
2511 #, perl-format
2512 msgid "Can't read file %s: %s"
2513 msgstr "Kan bestand %s niet lezen: %s"
2514
25152519 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
2516 #, perl-format
2517 msgid "Multiple @%s"
2520 #, fuzzy, perl-format
2521 msgid "multiple @%s"
25182522 msgstr "Meerdere @%s"
25192523
25202524 #: tp/Texinfo/Parser.pm:1100
2521 #, perl-format
2522 msgid "Bad syntax for @%s argument: %s"
2525 #, fuzzy, perl-format
2526 msgid "bad syntax for @%s argument: %s"
25232527 msgstr "Ongeldige syntax voor argument van @%s: %s"
25242528
25252529 #: tp/Texinfo/Parser.pm:1116
2526 #, perl-format
2527 msgid "Bad or empty @%s formal argument: %s"
2530 #, fuzzy, perl-format
2531 msgid "bad or empty @%s formal argument: %s"
25282532 msgstr "Onjuist of leeg formeel argument van @%s: %s"
25292533
2530 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2531 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2532 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2534 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2535 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2536 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
25332537 #, perl-format
25342538 msgid "%c%s requires a name"
25352539 msgstr "%c%s vereist een naam"
25362540
2537 #: tp/Texinfo/Parser.pm:1235
2541 #: tp/Texinfo/Parser.pm:1238
25382542 #, perl-format
25392543 msgid "%c%s missing close brace"
25402544 msgstr "%c%s: ontbrekende sluitaccolade"
25412545
2542 #: tp/Texinfo/Parser.pm:1238
2546 #: tp/Texinfo/Parser.pm:1241
25432547 #, perl-format
25442548 msgid "@%s missing closing delimiter sequence: %s}"
25452549 msgstr "@%s: afsluitende scheidingstekens ontbreken: %s}"
25462550
2547 #: tp/Texinfo/Parser.pm:1351
2551 #: tp/Texinfo/Parser.pm:1354
25482552 #, perl-format
25492553 msgid "@itemx should not begin @%s"
25502554 msgstr "@itemx hoort niet aan begin van @%s"
25512555
2552 #: tp/Texinfo/Parser.pm:1419
2556 #: tp/Texinfo/Parser.pm:1422
25532557 msgid "@itemx must follow @item"
25542558 msgstr "@itemx hoort na @item"
25552559
2556 #: tp/Texinfo/Parser.pm:1587
2560 #: tp/Texinfo/Parser.pm:1590
25572561 #, perl-format
25582562 msgid "@%s has text but no @item"
25592563 msgstr "@%s bevat tekst maar geen @item"
25602564
2561 #: tp/Texinfo/Parser.pm:1617
2565 #: tp/Texinfo/Parser.pm:1620
25622566 #, perl-format
25632567 msgid "`@end' expected `%s', but saw `%s'"
25642568 msgstr "'@end' verwachtte '%s', maar vond '%s'"
25652569
2566 #: tp/Texinfo/Parser.pm:1620
2570 #: tp/Texinfo/Parser.pm:1623
25672571 #, perl-format
25682572 msgid "@%s seen before @end %s"
25692573 msgstr "@%s gevonden vóór @end %s"
25702574
2571 #: tp/Texinfo/Parser.pm:1624
2572 #, perl-format
2573 msgid "No matching `%cend %s'"
2575 #: tp/Texinfo/Parser.pm:1627
2576 #, fuzzy, perl-format
2577 msgid "no matching `%cend %s'"
25742578 msgstr "Geen overeenkomende '%cend %s'"
25752579
2576 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2577 #: tp/Texinfo/Parser.pm:5125
2578 #, perl-format
2579 msgid "Misplaced %c"
2580 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2581 #: tp/Texinfo/Parser.pm:5150
2582 #, fuzzy, perl-format
2583 msgid "misplaced %c"
25802584 msgstr "Verkeerd geplaatste %c"
25812585
2582 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2583 #, perl-format
2584 msgid "Unmatched `%c%s'"
2586 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2587 #, fuzzy, perl-format
2588 msgid "unmatched `%c%s'"
25852589 msgstr "Ongepaarde '%c%s'"
25862590
2587 #: tp/Texinfo/Parser.pm:1972
2588 #, perl-format
2589 msgid "Macro `%s' called with too many args"
2591 #: tp/Texinfo/Parser.pm:1976
2592 #, fuzzy, perl-format
2593 msgid "macro `%s' called with too many args"
25902594 msgstr "Macro '%s' wordt aangeroepen met te veel argumenten"
25912595
2592 #: tp/Texinfo/Parser.pm:1994
2596 #: tp/Texinfo/Parser.pm:1998
25932597 #, perl-format
25942598 msgid "@%s missing close brace"
25952599 msgstr "@%s ontbrekende sluitaccolade"
25962600
2597 #: tp/Texinfo/Parser.pm:2001
2598 #, perl-format
2599 msgid "Macro `%s' declared without argument called with an argument"
2601 #: tp/Texinfo/Parser.pm:2006
2602 #, fuzzy, perl-format
2603 msgid "macro `%s' declared without argument called with an argument"
26002604 msgstr ""
26012605 "Macro '%s' die gedeclareerd is zonder argumenten wordt aangeroepen met een "
26022606 "argument"
26032607
2604 #: tp/Texinfo/Parser.pm:2035
2608 #: tp/Texinfo/Parser.pm:2041
26052609 #, perl-format
26062610 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
26072611 msgstr ""
26082612 "'\\' in @%s-expansie werd gevolgd door '%s' in plaats van een parameternaam "
26092613 "of '\\'"
26102614
2611 #: tp/Texinfo/Parser.pm:2430
2615 #: tp/Texinfo/Parser.pm:2436
26122616 #, perl-format
26132617 msgid "@%s `%s' previously defined"
26142618 msgstr "@%s '%s' is al eerder gedefinieerd"
26152619
2616 #: tp/Texinfo/Parser.pm:2435
2620 #: tp/Texinfo/Parser.pm:2441
26172621 #, perl-format
26182622 msgid "here is the previous definition as @%s"
26192623 msgstr "hier was de eerdere definitie van @%s"
26202624
2621 #: tp/Texinfo/Parser.pm:2796
2622 #, perl-format
2623 msgid "Missing name for @%s"
2625 #: tp/Texinfo/Parser.pm:2802
2626 #, fuzzy, perl-format
2627 msgid "missing name for @%s"
26242628 msgstr "Ontbrekende naam voor @%s"
26252629
2626 #: tp/Texinfo/Parser.pm:2801
2627 #, perl-format
2628 msgid "Missing category for @%s"
2630 #: tp/Texinfo/Parser.pm:2807
2631 #, fuzzy, perl-format
2632 msgid "missing category for @%s"
26292633 msgstr "Ontbrekende categorie voor @%s"
26302634
2631 #: tp/Texinfo/Parser.pm:2853
2632 #, perl-format
2633 msgid "Unexpected argument on @%s line: %s"
2635 #: tp/Texinfo/Parser.pm:2859
2636 #, fuzzy, perl-format
2637 msgid "unexpected argument on @%s line: %s"
26342638 msgstr "Onverwacht argument op @%s-regel: %s"
26352639
2636 #: tp/Texinfo/Parser.pm:2869
2640 #: tp/Texinfo/Parser.pm:2875
26372641 msgid "empty multitable"
26382642 msgstr "lege multitabel"
26392643
2640 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2641 #, perl-format
2642 msgid "Superfluous argument to @%s"
2644 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2645 #, fuzzy, perl-format
2646 msgid "superfluous argument to @%s"
26432647 msgstr "Overtollig argument van @%s"
26442648
2645 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2646 #: tp/Texinfo/Parser.pm:5379
2647 #, perl-format
2648 msgid "Bad argument to @%s"
2649 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2650 #: tp/Texinfo/Parser.pm:5405
2651 #, fuzzy, perl-format
2652 msgid "bad argument to @%s"
26492653 msgstr "Fout argument van @%s"
26502654
26512655 # FIXME: formatter?
2652 #: tp/Texinfo/Parser.pm:2942
2656 #: tp/Texinfo/Parser.pm:2948
26532657 #, perl-format
26542658 msgid "%s requires an argument: the formatter for %citem"
26552659 msgstr "%s vereist een argument: de formatteerder voor %c-item"
26562660
2657 #: tp/Texinfo/Parser.pm:2947
2658 #, perl-format
2659 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2661 #: tp/Texinfo/Parser.pm:2953
2662 #, fuzzy, perl-format
2663 msgid "command @%s not accepting argument in brace should not be on @%s line"
26602664 msgstr ""
26612665 "Commando @%s dat geen argumenten in accolades accepteert hoort niet op een @"
26622666 "%s-regel"
26632667
2664 #: tp/Texinfo/Parser.pm:2982
2665 #, perl-format
2666 msgid "Accent command `@%s' not allowed as @%s argument"
2668 #: tp/Texinfo/Parser.pm:2988
2669 #, fuzzy, perl-format
2670 msgid "accent command `@%s' not allowed as @%s argument"
26672671 msgstr "Accentcommando '@%s' is niet toegestaan als argument van @%s"
26682672
2669 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2670 #: tp/Texinfo/Parser.pm:5338
2673 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2674 #: tp/Texinfo/Parser.pm:5364
26712675 #, perl-format
26722676 msgid "@%s missing argument"
26732677 msgstr "@%s: ontbrekend argument"
26742678
2675 #: tp/Texinfo/Parser.pm:3072
2676 #, perl-format
2677 msgid "Unknown @end %s"
2679 #: tp/Texinfo/Parser.pm:3078
2680 #, fuzzy, perl-format
2681 msgid "unknown @end %s"
26782682 msgstr "Onbekende @end %s"
26792683
2680 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2681 #, perl-format
2682 msgid "Superfluous argument to @%s %s: %s"
2684 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2685 #, fuzzy, perl-format
2686 msgid "superfluous argument to @%s %s: %s"
26832687 msgstr "Overtollig argument van @%s %s: %s"
26842688
2685 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2686 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2687 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2688 #, perl-format
2689 msgid "Bad argument to @%s: %s"
2689 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2690 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2691 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2692 #, fuzzy, perl-format
2693 msgid "bad argument to @%s: %s"
26902694 msgstr "Fout argument van @%s: %s"
26912695
2692 #: tp/Texinfo/Parser.pm:3118
2693 #, perl-format
2694 msgid "@%s: Cannot open %s: %s"
2696 #: tp/Texinfo/Parser.pm:3124
2697 #, fuzzy, perl-format
2698 msgid "@%s: could not open %s: %s"
26952699 msgstr "@%s: Kan %s niet openen: %s"
26962700
2697 #: tp/Texinfo/Parser.pm:3130
2698 #, perl-format
2699 msgid "Encoding `%s' is not a canonical texinfo encoding"
2701 #: tp/Texinfo/Parser.pm:3136
2702 #, fuzzy, perl-format
2703 msgid "encoding `%s' is not a canonical texinfo encoding"
27002704 msgstr "Codering '%s' is geen kanonieke Texinfo-codering"
27012705
2702 #: tp/Texinfo/Parser.pm:3139
2706 #: tp/Texinfo/Parser.pm:3145
27032707 #, perl-format
27042708 msgid "unrecognized encoding name `%s'"
27052709 msgstr "onbekende coderingsnaam '%s'"
27062710
2707 #: tp/Texinfo/Parser.pm:3289
2711 #: tp/Texinfo/Parser.pm:3295
27082712 #, perl-format
27092713 msgid "@%s after the first element"
27102714 msgstr "@%s na het eerste element"
27112715
2712 #: tp/Texinfo/Parser.pm:3296
2716 #: tp/Texinfo/Parser.pm:3302
27132717 #, perl-format
27142718 msgid "@%s only meaningful on a @multitable line"
27152719 msgstr "@%s is alleen zinvol op een '@multitable'-regel"
27162720
2717 #: tp/Texinfo/Parser.pm:3336
2721 #: tp/Texinfo/Parser.pm:3342
27182722 #, perl-format
27192723 msgid "@%s should not be associated with @top"
27202724 msgstr "@%s hoort niet gerelateerd te zijn aan @top"
27212725
2722 #: tp/Texinfo/Parser.pm:3348
2726 #: tp/Texinfo/Parser.pm:3354
27232727 #, perl-format
27242728 msgid "@node precedes @%s, but parts may not be associated with nodes"
27252729 msgstr ""
27262730 "@node gevonden vóór @%s, maar delen mogen niet gerelateerd zijn aan pagina's"
27272731
2728 #: tp/Texinfo/Parser.pm:3450
2729 #, perl-format
2730 msgid "Empty argument in @%s"
2732 #: tp/Texinfo/Parser.pm:3456
2733 #, fuzzy, perl-format
2734 msgid "empty argument in @%s"
27312735 msgstr "Leeg argument in @%s"
27322736
2733 #: tp/Texinfo/Parser.pm:3454
2734 #, perl-format
2735 msgid "Empty node name after expansion `%s'"
2737 #: tp/Texinfo/Parser.pm:3460
2738 #, fuzzy, perl-format
2739 msgid "empty node name after expansion `%s'"
27362740 msgstr "Lege paginanaam na expansie '%s'"
27372741
2738 #: tp/Texinfo/Parser.pm:3497
2739 #, perl-format
2740 msgid "Empty menu entry name in `%s'"
2742 #: tp/Texinfo/Parser.pm:3503
2743 #, fuzzy, perl-format
2744 msgid "empty menu entry name in `%s'"
27412745 msgstr "Lege menu-itemnaam in '%s'"
27422746
2743 #: tp/Texinfo/Parser.pm:3505
2747 #: tp/Texinfo/Parser.pm:3511
27442748 #, fuzzy
2745 msgid "Empty node name in menu entry"
2749 msgid "empty node name in menu entry"
27462750 msgstr "Lege paginanaam in menu-item"
27472751
2748 #: tp/Texinfo/Parser.pm:3578
2752 #: tp/Texinfo/Parser.pm:3584
27492753 #, perl-format
27502754 msgid "@%s should not appear in @%s"
27512755 msgstr "@%s hoort niet voor te komen in @%s"
27522756
2753 #: tp/Texinfo/Parser.pm:3710
2757 #: tp/Texinfo/Parser.pm:3716
27542758 #, perl-format
27552759 msgid "@end %s should only appear at a line beginning"
27562760 msgstr "@end %s hoort alleen voor te komen aan begin van regel"
27572761
2758 #: tp/Texinfo/Parser.pm:3733
2762 #: tp/Texinfo/Parser.pm:3739
27592763 #, perl-format
27602764 msgid "macro `%s' previously defined"
27612765 msgstr "macro '%s' is al eerder gedefinieerd"
27622766
2763 #: tp/Texinfo/Parser.pm:3735
2767 #: tp/Texinfo/Parser.pm:3742
27642768 #, perl-format
27652769 msgid "here is the previous definition of `%s'"
27662770 msgstr "hier was de eerdere definitie van '%s'"
27672771
2768 #: tp/Texinfo/Parser.pm:3739
2769 #, perl-format
2770 msgid "Redefining Texinfo language command: @%s"
2772 #: tp/Texinfo/Parser.pm:3747
2773 #, fuzzy, perl-format
2774 msgid "redefining Texinfo language command: @%s"
27712775 msgstr "Herdefiniëren van Texinfo-commando: @%s"
27722776
2773 #: tp/Texinfo/Parser.pm:3788
2777 #: tp/Texinfo/Parser.pm:3796
27742778 #, perl-format
27752779 msgid "@%s without associated character"
27762780 msgstr "@%s zonder gerelateerd teken"
27772781
2778 #: tp/Texinfo/Parser.pm:3849
2782 #: tp/Texinfo/Parser.pm:3858
27792783 #, perl-format
27802784 msgid ""
27812785 "@%s defined with zero or more than one argument should be invoked with {}"
27832787 "een @%s gedefinieerd met nul argumenten of meer dan één argument hoort "
27842788 "aangeroepen te worden met {}"
27852789
2786 #: tp/Texinfo/Parser.pm:3872
2787 #, perl-format
2788 msgid ""
2789 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2790 #: tp/Texinfo/Parser.pm:3882
2791 #, fuzzy, perl-format
2792 msgid ""
2793 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
27902794 "value %d)"
27912795 msgstr ""
27922796 "Macroaanroep is te diep genest (pas eventueel MAX_NESTED_MACROS aan; huidige "
27932797 "waarde is %d)"
27942798
2795 #: tp/Texinfo/Parser.pm:3880
2796 #, perl-format
2797 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2799 #: tp/Texinfo/Parser.pm:3891
2800 #, fuzzy, perl-format
2801 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
27982802 msgstr ""
27992803 "Recursieve aanroep van macro %s is niet toegestaan; gebruik indien nodig "
28002804 "'@rmacro'"
28012805
2802 #: tp/Texinfo/Parser.pm:3935
2803 #, perl-format
2804 msgid "Accent command `@%s' must not be followed by whitespace"
2806 #: tp/Texinfo/Parser.pm:3947
2807 #, fuzzy, perl-format
2808 msgid "accent command `@%s' must not be followed by whitespace"
28052809 msgstr "Na accentcommando '@%s' hoort geen witruimte te komen"
28062810
2807 #: tp/Texinfo/Parser.pm:3941
2808 #, perl-format
2809 msgid "Use braces to give a command as an argument to @%s"
2811 #: tp/Texinfo/Parser.pm:3953
2812 #, fuzzy, perl-format
2813 msgid "use braces to give a command as an argument to @%s"
28102814 msgstr "Gebruik '{...}' om een commando als argument mee te geven aan @%s"
28112815
2812 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2816 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
28132817 #, perl-format
28142818 msgid "%c%s expects `i' or `j' as argument, not `%s'"
28152819 msgstr "%c%s verwacht 'i' of 'j' als argument, niet '%s'"
28162820
2817 #: tp/Texinfo/Parser.pm:3966
2818 #, perl-format
2819 msgid "Accent command `@%s' must not be followed by new line"
2821 #: tp/Texinfo/Parser.pm:3978
2822 #, fuzzy, perl-format
2823 msgid "accent command `@%s' must not be followed by new line"
28202824 msgstr "Na accentcommando '@%s' hoort geen nieuwe regel te komen"
28212825
2822 #: tp/Texinfo/Parser.pm:3977
2826 #: tp/Texinfo/Parser.pm:3989
28232827 #, perl-format
28242828 msgid "@%s expected braces"
28252829 msgstr "@%s verwachtte '{...}'"
28262830
2827 #: tp/Texinfo/Parser.pm:4136
2831 #: tp/Texinfo/Parser.pm:4148
28282832 #, perl-format
28292833 msgid "undefined flag: %s"
28302834 msgstr "ongedefinieerde vlag: %s"
28312835
2832 #: tp/Texinfo/Parser.pm:4139
2833 msgid "Bad syntax for @value"
2836 #: tp/Texinfo/Parser.pm:4151
2837 #, fuzzy
2838 msgid "bad syntax for @value"
28342839 msgstr "Ongeldige syntax voor @value"
28352840
2836 #: tp/Texinfo/Parser.pm:4146
2841 #: tp/Texinfo/Parser.pm:4158
28372842 #, perl-format
28382843 msgid "%c%s is obsolete."
28392844 msgstr "%c%s is verouderd."
28402845
2841 #: tp/Texinfo/Parser.pm:4149
2846 #: tp/Texinfo/Parser.pm:4161
28422847 #, perl-format
28432848 msgid "%c%s is obsolete; %s"
28442849 msgstr "%c%s is verouderd; %s"
28452850
2846 #: tp/Texinfo/Parser.pm:4157
2851 #: tp/Texinfo/Parser.pm:4170
28472852 #, perl-format
28482853 msgid "@%s should only appear at a line beginning"
28492854 msgstr "@%s hoort alleen voor te komen aan begin van regel"
28502855
2851 #: tp/Texinfo/Parser.pm:4247
2856 #: tp/Texinfo/Parser.pm:4261
28522857 #, perl-format
28532858 msgid "@%s not allowed inside `@%s' block"
28542859 msgstr "@%s is niet toegestaan in een '@%s'-blok"
28552860
2856 #: tp/Texinfo/Parser.pm:4255
2861 #: tp/Texinfo/Parser.pm:4270
28572862 #, perl-format
28582863 msgid "@%s should only appear in heading or footing"
28592864 msgstr "@%s hoort alleen voor te komen in kop- of voetregel"
28602865
2861 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2862 #: tp/Texinfo/Parser.pm:4437
2866 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2867 #: tp/Texinfo/Parser.pm:4458
28632868 #, perl-format
28642869 msgid "@%s not meaningful inside `@%s' block"
28652870 msgstr "@%s is zinloos in een '@%s'-blok"
28662871
2867 #: tp/Texinfo/Parser.pm:4398
2872 #: tp/Texinfo/Parser.pm:4418
28682873 #, perl-format
28692874 msgid "@%s in empty multitable"
28702875 msgstr "@%s in een lege multitabel"
28712876
2872 #: tp/Texinfo/Parser.pm:4403
2877 #: tp/Texinfo/Parser.pm:4424
28732878 msgid "@tab before @item"
28742879 msgstr "@tab vóór @item"
28752880
2876 #: tp/Texinfo/Parser.pm:4406
2877 #, perl-format
2878 msgid "Too many columns in multitable item (max %d)"
2881 #: tp/Texinfo/Parser.pm:4427
2882 #, fuzzy, perl-format
2883 msgid "too many columns in multitable item (max %d)"
28792884 msgstr "Te veel kolommen in multitabel-item (maximaal %d)"
28802885
2881 #: tp/Texinfo/Parser.pm:4443
2886 #: tp/Texinfo/Parser.pm:4464
28822887 msgid "ignoring @tab outside of multitable"
28832888 msgstr "@tab buiten een multitabel wordt genegeerd"
28842889
2885 #: tp/Texinfo/Parser.pm:4447
2890 #: tp/Texinfo/Parser.pm:4468
28862891 #, perl-format
28872892 msgid "@%s outside of table or list"
28882893 msgstr "@%s buiten tabel of lijst"
28892894
2890 #: tp/Texinfo/Parser.pm:4482
2891 #, perl-format
2892 msgid "Must be after `@%s' to use `@%s'"
2895 #: tp/Texinfo/Parser.pm:4503
2896 #, fuzzy, perl-format
2897 msgid "must be after `@%s' to use `@%s'"
28932898 msgstr "Moet na '@%s' zijn om '@%s' te kunnen gebruiken"
28942899
2895 #: tp/Texinfo/Parser.pm:4524
2900 #: tp/Texinfo/Parser.pm:4545
28962901 #, perl-format
28972902 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
28982903 msgstr "@%s is niet zinvol buiten '@titlepage'- en '@quotation'-omgevingen"
28992904
2900 #: tp/Texinfo/Parser.pm:4528
2905 #: tp/Texinfo/Parser.pm:4549
29012906 msgid "@dircategory after first node"
29022907 msgstr "@dircategory na eerste pagina"
29032908
2904 #: tp/Texinfo/Parser.pm:4686
2905 #, perl-format
2906 msgid "Region %s inside region %s is not allowed"
2909 #: tp/Texinfo/Parser.pm:4708
2910 #, fuzzy, perl-format
2911 msgid "region %s inside region %s is not allowed"
29072912 msgstr "Regio %s binnen regio %s is niet toegestaan"
29082913
2909 #: tp/Texinfo/Parser.pm:4704
2914 #: tp/Texinfo/Parser.pm:4726
29102915 msgid "@direntry after first node"
29112916 msgstr "@direntry na eerste pagina"
29122917
2913 #: tp/Texinfo/Parser.pm:4712
2918 #: tp/Texinfo/Parser.pm:4734
29142919 #, perl-format
29152920 msgid "@%s seen before first @node"
29162921 msgstr "@%s gevonden vóór de eerste @node"
29172922
2918 #: tp/Texinfo/Parser.pm:4714
2923 #: tp/Texinfo/Parser.pm:4737
29192924 msgid ""
29202925 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
29212926 msgstr ""
29222927 "uw @top-pagina moet mogelijk ingepakt worden in @ifnottex in plaats van "
29232928 "@ifinfo?"
29242929
2925 #: tp/Texinfo/Parser.pm:4776
2930 #: tp/Texinfo/Parser.pm:4799
29262931 #, perl-format
29272932 msgid "@%s should only appear in math context"
29282933 msgstr "@%s hoort alleen voor te komen in mathematische context"
29292934
2930 #: tp/Texinfo/Parser.pm:4784
2931 #, perl-format
2932 msgid "Unknown command `%s'"
2935 #: tp/Texinfo/Parser.pm:4807
2936 #, fuzzy, perl-format
2937 msgid "unknown command `%s'"
29332938 msgstr "Onbekend commando '%s'"
29342939
2935 #: tp/Texinfo/Parser.pm:4794
2936 msgid "Unexpected @"
2940 #: tp/Texinfo/Parser.pm:4817
2941 #, fuzzy
2942 msgid "unexpected @"
29372943 msgstr "Onverwachte @"
29382944
2939 #: tp/Texinfo/Parser.pm:4822
2945 #: tp/Texinfo/Parser.pm:4846
29402946 #, perl-format
29412947 msgid "@%s is not meaningful outside `@float' environment"
29422948 msgstr "@%s is niet zinvol buiten een '@float'-omgeving"
29432949
2944 #: tp/Texinfo/Parser.pm:4826
2950 #: tp/Texinfo/Parser.pm:4851
29452951 #, perl-format
29462952 msgid "@%s should be right below `@float'"
29472953 msgstr "@%s hoort direct onder '@float'"
29482954
2949 #: tp/Texinfo/Parser.pm:4834
2950 #, perl-format
2951 msgid "Ignoring multiple @%s"
2955 #: tp/Texinfo/Parser.pm:4859
2956 #, fuzzy, perl-format
2957 msgid "ignoring multiple @%s"
29522958 msgstr "Meerdere @%s worden genegeerd"
29532959
2954 #: tp/Texinfo/Parser.pm:4950
2955 #, perl-format
2956 msgid "Command @%s does not accept arguments"
2960 #: tp/Texinfo/Parser.pm:4975
2961 #, fuzzy, perl-format
2962 msgid "command @%s does not accept arguments"
29572963 msgstr "Commando @%s accepteert geen argumenten"
29582964
2959 #: tp/Texinfo/Parser.pm:4974
2960 #, perl-format
2961 msgid "Command @%s missing a node or external manual argument"
2965 #: tp/Texinfo/Parser.pm:4999
2966 #, fuzzy, perl-format
2967 msgid "command @%s missing a node or external manual argument"
29622968 msgstr ""
29632969 "Bij commando @%s ontbreekt een paginanaam of een extern handleidingsargument"
29642970
2965 #: tp/Texinfo/Parser.pm:4993
2966 #, perl-format
2967 msgid "In @%s empty cross reference name after expansion `%s'"
2971 #: tp/Texinfo/Parser.pm:5018
2972 #, fuzzy, perl-format
2973 msgid "in @%s empty cross reference name after expansion `%s'"
29682974 msgstr "Een lege kruisverwijzingsnaam in @%s na expansie '%s'"
29692975
2970 #: tp/Texinfo/Parser.pm:5004
2971 #, perl-format
2972 msgid "In @%s empty cross reference title after expansion `%s'"
2976 #: tp/Texinfo/Parser.pm:5029
2977 #, fuzzy, perl-format
2978 msgid "in @%s empty cross reference title after expansion `%s'"
29732979 msgstr "Een lege kruisverwijzingstitel in @%s na expansie '%s'"
29742980
2975 #: tp/Texinfo/Parser.pm:5017
2981 #: tp/Texinfo/Parser.pm:5042
29762982 msgid "@image missing filename argument"
29772983 msgstr "ontbrekend bestandsnaamargument van @image"
29782984
2979 #: tp/Texinfo/Parser.pm:5047
2985 #: tp/Texinfo/Parser.pm:5072
29802986 #, perl-format
29812987 msgid "@%s missing first argument"
29822988 msgstr "bij @%s ontbreekt eerste argument"
29832989
2984 #: tp/Texinfo/Parser.pm:5169
2985 msgid "Superfluous arguments for node"
2990 #: tp/Texinfo/Parser.pm:5194
2991 #, fuzzy
2992 msgid "superfluous arguments for node"
29862993 msgstr "Overtollige argumenten voor pagina"
29872994
2988 #: tp/Texinfo/Parser.pm:5208
2989 #, perl-format
2990 msgid "Expected @end %s"
2995 #: tp/Texinfo/Parser.pm:5233
2996 #, fuzzy, perl-format
2997 msgid "expected @end %s"
29912998 msgstr "Verwachtte @end %s"
29922999
2993 #: tp/Texinfo/Parser.pm:5283
2994 #, perl-format
2995 msgid "Remaining argument on @%s line: %s"
3000 #: tp/Texinfo/Parser.pm:5309
3001 #, fuzzy, perl-format
3002 msgid "remaining argument on @%s line: %s"
29963003 msgstr "Overblijvend argument op @%s-regel: %s"
29973004
2998 #: tp/Texinfo/Parser.pm:5287
3005 #: tp/Texinfo/Parser.pm:5313
29993006 #, perl-format
30003007 msgid "@%s should only accept a @-command as argument, not `%s'"
30013008 msgstr "@%s hoort alleen een @-commando als argument te accepteren, niet '%s'"
30023009
3003 #: tp/Texinfo/Parser.pm:5362
3004 #, perl-format
3005 msgid "Environment command %s as argument to @%s"
3010 #: tp/Texinfo/Parser.pm:5388
3011 #, fuzzy, perl-format
3012 msgid "environment command %s as argument to @%s"
30063013 msgstr "Omgevingscommando %s is gebruikt als argument van @%s"
30073014
3008 #: tp/Texinfo/Parser.pm:5384
3009 #, perl-format
3010 msgid "Empty @%s"
3015 #: tp/Texinfo/Parser.pm:5410
3016 #, fuzzy, perl-format
3017 msgid "empty @%s"
30113018 msgstr "Lege @%s"
30123019
3013 #: tp/Texinfo/Parser.pm:5392
3020 #: tp/Texinfo/Parser.pm:5418
30143021 #, perl-format
30153022 msgid "column fraction not a number: %s"
30163023 msgstr "Kolomfractie is geen getal: %s"
30173024
3018 #: tp/Texinfo/Parser.pm:5401
3025 #: tp/Texinfo/Parser.pm:5427
30193026 #, perl-format
30203027 msgid "@sp arg must be numeric, not `%s'"
30213028 msgstr "Argument van @sp moet numeriek zijn, niet '%s'"
30223029
3023 #: tp/Texinfo/Parser.pm:5409
3024 #, perl-format
3025 msgid "Reserved index name %s"
3030 #: tp/Texinfo/Parser.pm:5436
3031 #, fuzzy, perl-format
3032 msgid "reserved index name %s"
30263033 msgstr "Gereserveerde indexnaam %s"
30273034
3028 #: tp/Texinfo/Parser.pm:5428
3029 #, perl-format
3030 msgid "Unknown source index in @%s: %s"
3035 #: tp/Texinfo/Parser.pm:5455
3036 #, fuzzy, perl-format
3037 msgid "unknown source index in @%s: %s"
30313038 msgstr "Onbekende bronindex in @%s: %s"
30323039
3033 #: tp/Texinfo/Parser.pm:5431
3034 #, perl-format
3035 msgid "Unknown destination index in @%s: %s"
3040 #: tp/Texinfo/Parser.pm:5458
3041 #, fuzzy, perl-format
3042 msgid "unknown destination index in @%s: %s"
30363043 msgstr "Onbekende doelindex in @%s: %s"
30373044
3038 #: tp/Texinfo/Parser.pm:5461
3045 #: tp/Texinfo/Parser.pm:5488
30393046 #, perl-format
30403047 msgid "@%s leads to a merging of %s in itself, ignoring"
30413048 msgstr ""
30423049 "@%s zou leiden tot het samenvoegen van %s met zichzelf -- wordt genegeerd"
30433050
3044 #: tp/Texinfo/Parser.pm:5474
3045 #, perl-format
3046 msgid "Unknown index `%s' in @printindex"
3051 #: tp/Texinfo/Parser.pm:5501
3052 #, fuzzy, perl-format
3053 msgid "unknown index `%s' in @printindex"
30473054 msgstr "Onbekende index '%s' in @printindex"
30483055
3049 #: tp/Texinfo/Parser.pm:5480
3050 #, perl-format
3051 msgid "Printing an index `%s' merged in another one `%s'"
3056 #: tp/Texinfo/Parser.pm:5507
3057 #, fuzzy, perl-format
3058 msgid "printing an index `%s' merged in another one `%s'"
30523059 msgstr "Afdrukken van een index '%s' samengevoegd met een andere '%s'"
30533060
3054 #: tp/Texinfo/Parser.pm:5488
3055 #, perl-format
3056 msgid "Printindex before document beginning: @printindex %s"
3061 #: tp/Texinfo/Parser.pm:5515
3062 #, fuzzy, perl-format
3063 msgid "printindex before document beginning: @printindex %s"
30573064 msgstr "Afdrukopdracht voor begin van document: @printindex %s"
30583065
3059 #: tp/Texinfo/Parser.pm:5504
3066 #: tp/Texinfo/Parser.pm:5531
30603067 #, perl-format
30613068 msgid "@%s arg must be `top' or `bottom', not `%s'"
30623069 msgstr "Argument van @%s moet 'top' of 'bottom' zijn, niet '%s'"
30633070
3064 #: tp/Texinfo/Parser.pm:5512
3071 #: tp/Texinfo/Parser.pm:5539
30653072 #, perl-format
30663073 msgid "Only @%s 10 or 11 is supported, not `%s'"
30673074 msgstr "Bij @%s is alleen 10 of 11 mogelijk, niet '%s'"
30683075
3069 #: tp/Texinfo/Parser.pm:5520
3076 #: tp/Texinfo/Parser.pm:5547
30703077 #, perl-format
30713078 msgid "@%s arg must be `separate' or `end', not `%s'"
30723079 msgstr "Argument van @%s moet 'separate' of 'end' zijn, niet '%s'"
30733080
3074 #: tp/Texinfo/Parser.pm:5528
3081 #: tp/Texinfo/Parser.pm:5555
30753082 #, perl-format
30763083 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
30773084 msgstr "Argument van @%s moet 'on' of 'off' zijn, niet '%s'"
30783085
3079 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3086 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
30803087 #, perl-format
30813088 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
30823089 msgstr ""
30833090 "Argument van @paragraphindent moet numeriek, 'none' of 'asis' zijn, niet '%s'"
30843091
3085 #: tp/Texinfo/Parser.pm:5559
3092 #: tp/Texinfo/Parser.pm:5586
30863093 #, perl-format
30873094 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
30883095 msgstr ""
30893096 "Argument van @firstparagraphindent moet 'none' of 'insert' zijn, niet '%s'"
30903097
3091 #: tp/Texinfo/Parser.pm:5569
3098 #: tp/Texinfo/Parser.pm:5596
30923099 #, perl-format
30933100 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
30943101 msgstr "Argument van @exampleindent moet numeriek of 'asis' zijn, niet '%s'"
30953102
3096 #: tp/Texinfo/Parser.pm:5580
3097 #, perl-format
3098 msgid "Expected @%s on or off, not `%s'"
3103 #: tp/Texinfo/Parser.pm:5607
3104 #, fuzzy, perl-format
3105 msgid "expected @%s on or off, not `%s'"
30993106 msgstr "Bij @%s werd 'on' of 'off' verwacht, niet '%s'"
31003107
3101 #: tp/Texinfo/Parser.pm:5590
3108 #: tp/Texinfo/Parser.pm:5617
31023109 #, perl-format
31033110 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
31043111 msgstr ""
31053112 "Argument van @kbdinputstyle moet 'code', 'example' of 'distinct' zijn, niet "
31063113 "'%s'"
31073114
3108 #: tp/Texinfo/Parser.pm:5598
3115 #: tp/Texinfo/Parser.pm:5625
31093116 #, perl-format
31103117 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
31113118 msgstr "Argument van @allowcodebreaks moet 'true of 'false' zijn, niet '%s'"
31123119
3113 #: tp/Texinfo/Parser.pm:5606
3120 #: tp/Texinfo/Parser.pm:5633
31143121 #, perl-format
31153122 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
31163123 msgstr ""
31173124 "Argument van @urefbreakstyle moet 'after', 'before' of 'none' zijn, niet '%s'"
31183125
3119 #: tp/Texinfo/Report.pm:100
3120 #, perl-format
3121 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3122 msgstr "%s:%d: waarschuwing: %s (heeft mogelijk te maken met @%s)\n"
3123
3124 #: tp/Texinfo/Report.pm:103
3125 #, perl-format
3126 msgid "%s:%d: warning: %s\n"
3127 msgstr "%s:%d: waarschuwing: %s\n"
3128
3129 #: tp/Texinfo/Report.pm:146
3130 #, perl-format
3131 msgid "warning: %s\n"
3132 msgstr "waarschuwing: %s\n"
3133
31343126 #: tp/Texinfo/Structuring.pm:231
3135 #, perl-format
3136 msgid "Raising the section level of @%s which is too low"
3127 #, fuzzy, perl-format
3128 msgid "raising the section level of @%s which is too low"
31373129 msgstr "Verhoging van sectioneringsniveau van @%s, want te laag"
31383130
31393131 #: tp/Texinfo/Structuring.pm:263
3140 #, perl-format
3141 msgid "No chapter-level command before @%s"
3132 #, fuzzy, perl-format
3133 msgid "no chapter-level command before @%s"
31423134 msgstr "Er is geen hoofdstuksniveaucommando vóór @%s"
31433135
31443136 #: tp/Texinfo/Structuring.pm:268
3145 #, perl-format
3146 msgid "Lowering the section level of @%s appearing after a lower element"
3137 #, fuzzy, perl-format
3138 msgid "lowering the section level of @%s appearing after a lower element"
31473139 msgstr ""
31483140 "Verlaging van sectioneringsniveau van @%s verschijnt na een lager element"
31493141
31503142 #: tp/Texinfo/Structuring.pm:347
3151 #, perl-format
3152 msgid "No sectioning command associated with @%s"
3143 #, fuzzy, perl-format
3144 msgid "no sectioning command associated with @%s"
31533145 msgstr "Er is geen sectioneringscommando gerelateerd aan @%s"
31543146
31553147 #: tp/Texinfo/Structuring.pm:568
3156 #, perl-format
3157 msgid "Menu reference to nonexistent node `%s'"
3148 #, fuzzy, perl-format
3149 msgid "menu reference to nonexistent node `%s'"
31583150 msgstr "Menu verwijst naar niet-bestaande pagina '%s'"
31593151
31603152 #: tp/Texinfo/Structuring.pm:583
3161 #, perl-format
3162 msgid "Menu entry node name `%s' different from %s name `%s'"
3153 #, fuzzy, perl-format
3154 msgid "menu entry node name `%s' different from %s name `%s'"
31633155 msgstr "Paginanaam '%s' in menu-item verschilt van %s-naam '%s'"
31643156
31653157 #: tp/Texinfo/Structuring.pm:619
31683160 msgstr "naar pagina '%s' wordt niet verwezen"
31693161
31703162 #: tp/Texinfo/Structuring.pm:665
3171 #, perl-format
3172 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3163 #, fuzzy, perl-format
3164 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31733165 msgstr "Pagina '%s' is %s voor '%s' in de sectionering maar niet in het menu "
31743166
31753167 #: tp/Texinfo/Structuring.pm:672
3176 #, perl-format
3177 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3168 #, fuzzy, perl-format
3169 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31783170 msgstr "Pagina %s '%s' in menu '%s' en in sectionering '%s' verschillen"
31793171
31803172 #: tp/Texinfo/Structuring.pm:690
3181 #, perl-format
3182 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3173 #, fuzzy, perl-format
3174 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
31833175 msgstr "Pagina '%s' is %s voor '%s' in het menu maar niet in de sectionering"
31843176
31853177 #: tp/Texinfo/Structuring.pm:744
31933185 msgstr "%s verwijst naar niet-bestaande '%s'"
31943186
31953187 #: tp/Texinfo/Structuring.pm:790
3196 #, perl-format
3197 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3188 #, fuzzy, perl-format
3189 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
31983190 msgstr ""
31993191 "Pagina '%s' bevat geen menu-item voor '%s'\n"
32003192 "ondanks dat de eerste het 'Up'-doel van de laatste is"
32013193
32023194 #: tp/Texinfo/Structuring.pm:798
3203 #, perl-format
3204 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3195 #, fuzzy, perl-format
3196 msgid "for `%s', up in menu `%s' and up `%s' don't match"
32053197 msgstr "Bij '%s' komen 'Up' in menu '%s' en 'Up %s' niet overeen"
32063198
32073199 #: tp/Texinfo/Structuring.pm:1282
32143206 msgid "@%s to `%s', different from %s name `%s'"
32153207 msgstr "@%s naar '%s', verschilt van %s-naam '%s'"
32163208
3217 #: tp/Texinfo/Structuring.pm:1939
3218 #, perl-format
3219 msgid "Empty index key in @%s"
3209 #: tp/Texinfo/Structuring.pm:1959
3210 #, fuzzy, perl-format
3211 msgid "empty index key in @%s"
32203212 msgstr "Lege indexsleutel in @%s"
32213213
32223214 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
32233215 #, fuzzy, perl-format
3224 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3216 msgid "chm.pm: could not open %s for writing: %s\n"
32253217 msgstr "Kan %s niet openen om te schrijven: %s\n"
32263218
32273219 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
32283220 #, fuzzy, perl-format
3229 msgid "chm.pm:%s: Error on closing: %s"
3221 msgid "chm.pm: error on closing %s: %s"
32303222 msgstr "Fout bij sluiten van %s: %s"
32313223
3232 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3233 #, fuzzy, perl-format
3234 msgid "tex4ht.pm:%s: Cannot open: %s"
3224 #: tp/init/latex2html.pm:200
3225 #, fuzzy, perl-format
3226 msgid "l2h: could not open latex file %s for writing: %s"
3227 msgstr "Kan '%s' niet openen om te schrijven: %s"
3228
3229 #: tp/init/latex2html.pm:341
3230 msgid "l2h: L2H_TMP directory contains a dot"
3231 msgstr ""
3232
3233 #: tp/init/latex2html.pm:346
3234 msgid "l2h: current directory contains a dot"
3235 msgstr ""
3236
3237 #: tp/init/latex2html.pm:374
3238 #, perl-format
3239 msgid "l2h: command did not succeed: %s"
3240 msgstr ""
3241
3242 #: tp/init/latex2html.pm:422
3243 #, perl-format
3244 msgid "l2h: image has invalid extension: %s"
3245 msgstr ""
3246
3247 #: tp/init/latex2html.pm:438
3248 #, fuzzy, perl-format
3249 msgid "l2h: rename %s as %s failed: %s"
3250 msgstr "Hernoemen van %s is mislukt: %s"
3251
3252 #: tp/init/latex2html.pm:460
3253 #, fuzzy, perl-format
3254 msgid "l2h: could not open %s: %s"
32353255 msgstr "@%s: Kan %s niet openen: %s"
32363256
3237 #: tp/init/tex4ht.pm:219
3238 #, fuzzy, perl-format
3239 msgid "tex4ht.pm:%s: chdir failed: %s"
3240 msgstr "Hernoemen van %s is mislukt: %s"
3241
3242 #: tp/init/tex4ht.pm:232
3243 #, perl-format
3244 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3245 msgstr ""
3246
3247 #: tp/init/tex4ht.pm:244
3248 #, fuzzy, perl-format
3249 msgid "tex4ht.pm: Output file missing: %s"
3250 msgstr "tex4ht-uitvoerbestand ontbreekt: %s"
3251
3252 #: tp/init/tex4ht.pm:260
3253 #, perl-format
3254 msgid "tex4ht.pm: Command failed: %s"
3255 msgstr ""
3256
3257 #: tp/init/tex4ht.pm:293
3258 #, perl-format
3259 msgid "tex4ht.pm: end of @%s item %d not found"
3260 msgstr ""
3261
3262 #: tp/init/tex4ht.pm:300
3263 #, fuzzy, perl-format
3264 msgid ""
3265 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3266 "items found in the document"
3257 #: tp/init/latex2html.pm:493
3258 #, perl-format
3259 msgid "latex2html.pm: end of @%s item %d not found"
3260 msgstr ""
3261
3262 #: tp/init/latex2html.pm:504
3263 #, fuzzy, perl-format
3264 msgid ""
3265 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3266 "of items found in the document"
32673267 msgstr ""
32683268 "tex4ht-bewerking produceerde %d items in HTML;\n"
32693269 "verwacht werden %d, het aantal items in het document"
32703270
3271 #: tp/init/tex4ht.pm:319
3272 #, fuzzy, perl-format
3273 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3271 #: tp/init/latex2html.pm:534
3272 #, perl-format
3273 msgid "l2h: could not determine the fragment %d for @%s"
3274 msgstr ""
3275
3276 #: tp/init/latex2html.pm:560
3277 #, perl-format
3278 msgid ""
3279 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3280 "HTML"
3281 msgstr ""
3282
3283 #: tp/init/latex2html.pm:621
3284 #, fuzzy, perl-format
3285 msgid "l2h: could not load %s: %s"
3286 msgstr "kan '--include-file'-bestand %s niet openen: %s"
3287
3288 #: tp/init/latex2html.pm:634
3289 #, fuzzy, perl-format
3290 msgid "l2h: could not open %s for writing: %s"
3291 msgstr "Kan '%s' niet openen om te schrijven: %s"
3292
3293 #: tp/init/tex4ht.pm:123
3294 #, fuzzy, perl-format
3295 msgid "tex4ht.pm: could not open %s: %s"
3296 msgstr "@%s: Kan %s niet openen: %s"
3297
3298 #: tp/init/tex4ht.pm:219
3299 #, fuzzy, perl-format
3300 msgid "tex4ht.pm: chdir %s failed: %s"
3301 msgstr "Hernoemen van %s is mislukt: %s"
3302
3303 #: tp/init/tex4ht.pm:232
3304 #, perl-format
3305 msgid "tex4ht.pm: unable to return to initial directory: %s"
3306 msgstr ""
3307
3308 #: tp/init/tex4ht.pm:244
3309 #, fuzzy, perl-format
3310 msgid "tex4ht.pm: output file missing: %s"
3311 msgstr "tex4ht-uitvoerbestand ontbreekt: %s"
3312
3313 #: tp/init/tex4ht.pm:260
3314 #, fuzzy, perl-format
3315 msgid "tex4ht.pm: command failed: %s"
3316 msgstr "Hernoemen van %s is mislukt: %s"
3317
3318 #: tp/init/tex4ht.pm:267
3319 #, fuzzy, perl-format
3320 msgid "tex4ht.pm: could not open: %s"
3321 msgstr "@%s: Kan %s niet openen: %s"
3322
3323 #: tp/init/tex4ht.pm:293
3324 #, perl-format
3325 msgid "tex4ht.pm: end of @%s item %d not found"
3326 msgstr ""
3327
3328 #: tp/init/tex4ht.pm:300
3329 #, fuzzy, perl-format
3330 msgid ""
3331 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3332 "items found in the document for @%s"
3333 msgstr ""
3334 "tex4ht-bewerking produceerde %d items in HTML;\n"
3335 "verwacht werden %d, het aantal items in het document"
3336
3337 #: tp/init/tex4ht.pm:320
3338 #, fuzzy, perl-format
3339 msgid "tex4ht.pm: output has no HTML item for @%s %s"
32743340 msgstr "tex4ht-uitvoer bevat geen HTML-item voor @%s %s"
32753341
3276 #: tp/texi2any.pl:375
3342 #: tp/init/tex4ht.pm:335
3343 #, fuzzy, perl-format
3344 msgid ""
3345 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3346 "items found in the document for @%s"
3347 msgstr ""
3348 "tex4ht-bewerking produceerde %d items in HTML;\n"
3349 "verwacht werden %d, het aantal items in het document"
3350
3351 #: tp/texi2any.pl:379
32773352 #, perl-format
32783353 msgid "error loading %s: %s\n"
32793354 msgstr "fout bij laden van %s: %s\n"
32803355
3281 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3282 #, perl-format
3283 msgid "Unknown variable %s\n"
3356 #: tp/texi2any.pl:392
3357 #, fuzzy, perl-format
3358 msgid "%s: unknown variable %s"
32843359 msgstr "Onbekende variabele %s\n"
32853360
3286 #: tp/texi2any.pl:468
3287 #, perl-format
3288 msgid "Can't read init file %s"
3361 #: tp/texi2any.pl:396
3362 #, fuzzy, perl-format
3363 msgid "%s: obsolete variable %s\n"
3364 msgstr "Verouderde variabele %s\n"
3365
3366 #: tp/texi2any.pl:411
3367 #, fuzzy, perl-format
3368 msgid "%s: unknown variable %s\n"
3369 msgstr "Onbekende variabele %s\n"
3370
3371 #: tp/texi2any.pl:415
3372 #, fuzzy, perl-format
3373 msgid "obsolete variable %s\n"
3374 msgstr "Verouderde variabele %s\n"
3375
3376 #: tp/texi2any.pl:480
3377 #, fuzzy, perl-format
3378 msgid "could not read init file %s"
32893379 msgstr "Kan initialisatiebestand %s niet lezen"
32903380
3291 #: tp/texi2any.pl:619
3292 #, perl-format
3293 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3381 #: tp/texi2any.pl:633
3382 #, fuzzy, perl-format
3383 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32943384 msgstr "%s: Onbekende waarde '%s' van TEXINFO_OUTPUT_FORMAT wordt genegeerd.\n"
32953385
3296 #: tp/texi2any.pl:691
3386 #: tp/texi2any.pl:710
32973387 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32983388 msgstr "Gebruik: makeinfo [OPTIE...] TEXINFO-BESTAND...\n"
32993389
3300 #: tp/texi2any.pl:692
3390 #: tp/texi2any.pl:711
33013391 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
33023392 msgstr " of: texi2any [OPTIE...] TEXINFO-BESTAND...\n"
33033393
3304 #: tp/texi2any.pl:694
3394 #: tp/texi2any.pl:713
33053395 msgid ""
33063396 "Translate Texinfo source documentation to various other formats, by default\n"
33073397 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
33103400 "Standaard worden 'Info'-bestanden aangemaakt. Deze kunnen\n"
33113401 "gelezen worden met 'emacs' of met het zelfstandige 'info'.\n"
33123402
3313 #: tp/texi2any.pl:697
3403 #: tp/texi2any.pl:716
33143404 #, perl-format
33153405 msgid ""
33163406 "General options:\n"
33483438 " -v, --verbose tonen wat er gedaan wordt\n"
33493439 " --version versie-informatie tonen en stoppen\n"
33503440
3351 #: tp/texi2any.pl:712
3441 #: tp/texi2any.pl:731
33523442 msgid ""
33533443 "Output format selection (default is to produce Info):\n"
33543444 " --docbook output Docbook XML rather than Info.\n"
33653455 " --dvi, --dvipdf,\n"
33663456 " --pdf, --ps aangegeven uitvoer produceren via 'texi2dvi'\n"
33673457
3368 #: tp/texi2any.pl:720
3458 #: tp/texi2any.pl:739
33693459 msgid ""
33703460 "General output options:\n"
33713461 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
34063496 " -o, --output=DOEL uitvoerbestand (of map indien gesplitste "
34073497 "HTML)\n"
34083498
3409 #: tp/texi2any.pl:740
3499 #: tp/texi2any.pl:759
34103500 #, perl-format
34113501 msgid ""
34123502 "Options for Info and plain text:\n"
34453535 " --split-size=GETAL bestanden opsplitsen vanaf deze grootte\n"
34463536 " (standaard %d bytes)\n"
34473537
3448 #: tp/texi2any.pl:757
3538 #: tp/texi2any.pl:776
34493539 msgid ""
34503540 "Options for HTML:\n"
34513541 " --css-include=FILE include FILE in HTML <style> output;\n"
34753565 " en ankers; is standaard alleen bij "
34763566 "opsplitsen\n"
34773567
3478 #: tp/texi2any.pl:768
3568 #: tp/texi2any.pl:787
34793569 msgid ""
34803570 "Options for XML and Docbook:\n"
34813571 " --output-indent=VAL does nothing, retained for compatibility.\n"
34833573 "Opties voor XML en DocBook:\n"
34843574 " --output-indent=WAARDE (doet niets; herkend voor compatibilteit)\n"
34853575
3486 #: tp/texi2any.pl:771
3576 #: tp/texi2any.pl:790
34873577 msgid ""
34883578 "Options for DVI/PS/PDF:\n"
34893579 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34923582 " --Xopt=OPTIE te gebruiken optie voor 'texi2dvi'; mag "
34933583 "herhaald\n"
34943584
3495 #: tp/texi2any.pl:774
3585 #: tp/texi2any.pl:793
34963586 msgid ""
34973587 "Input file options:\n"
34983588 " --commands-in-node-names does nothing, retained for compatibility.\n"
35083598 " -P MAP MAP vooraantoevoegen aan @include-zoekpad\n"
35093599 " -U VAR variabele VAR wissen (als met '@clear')\n"
35103600
3511 #: tp/texi2any.pl:781
3601 #: tp/texi2any.pl:800
35123602 msgid ""
35133603 "Conditional processing in input:\n"
35143604 " --ifdocbook process @ifdocbook and @docbook even if\n"
35433633 "\n"
35443634 " Voor de '--no-ifOPMAAK'-opties geldt: '@ifnotOPMAAK' _wel_ verwerken.\n"
35453635
3546 #: tp/texi2any.pl:798
3636 #: tp/texi2any.pl:817
35473637 msgid ""
35483638 " The defaults for the @if... conditionals depend on the output format:\n"
35493639 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35613651 "niet;\n"
35623652 " als XML gemaakt wordt, staat '--ifxml' aan en de anderen niet.\n"
35633653
3564 #: tp/texi2any.pl:805
3654 #: tp/texi2any.pl:824
35653655 msgid ""
35663656 "Examples:\n"
35673657 " makeinfo foo.texi write Info to foo's @setfilename\n"
35963686 " makeinfo --no-split foo.texi één Info-bestand ongeacht de "
35973687 "grootte\n"
35983688
3599 #: tp/texi2any.pl:852
3689 #: tp/texi2any.pl:871
36003690 #, perl-format
36013691 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
36023692 msgstr ""
36033693 "%s: Argument van --footnote-style moet 'separate' of 'end' zijn, niet '%s'.\n"
36043694
3605 #: tp/texi2any.pl:934
3695 #: tp/texi2any.pl:953
36063696 #, perl-format
36073697 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
36083698 msgstr ""
36093699 "%s: Argument van --paragraph-indent moet numeriek, 'none' of 'asis' zijn, "
36103700 "niet '%s'.\n"
36113701
3612 #: tp/texi2any.pl:1011
3613 #, perl-format
3614 msgid "when generating %s, only one input FILE may be specified with -o"
3702 #: tp/texi2any.pl:1030
3703 #, fuzzy, perl-format
3704 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
36153705 msgstr ""
36163706 "bij het genereren van %s, kan met optie '-o' slechts één invoerbestand "
36173707 "gegeven worden"
36183708
3619 #: tp/texi2any.pl:1015
3709 #: tp/texi2any.pl:1034
36203710 msgid "--Xopt option without printed output"
36213711 msgstr "Optie '--Xopt' gegeven zonder dat er afdrukuitvoer gemaakt wordt"
36223712
3623 #: tp/texi2any.pl:1025
3624 #, perl-format
3625 msgid "Unknown tree transformation %s"
3713 #: tp/texi2any.pl:1044
3714 #, fuzzy, perl-format
3715 msgid "unknown tree transformation %s"
36263716 msgstr "Onbekende boomtransformatie %s"
36273717
3628 #: tp/texi2any.pl:1032
3629 #, perl-format
3630 msgid "Ignoring splitting for format %s"
3718 #: tp/texi2any.pl:1051
3719 #, fuzzy, perl-format
3720 msgid "ignoring splitting for format %s"
36313721 msgstr "Het splitsen voor opmaak %s wordt genegeerd."
36323722
3633 #: tp/texi2any.pl:1081
3723 #: tp/texi2any.pl:1101
36343724 #, perl-format
36353725 msgid "%s: missing file argument.\n"
36363726 msgstr "%s: Ontbrekend bestandsargument.\n"
36373727
3638 #: tp/texi2any.pl:1082
3728 #: tp/texi2any.pl:1102
36393729 #, perl-format
36403730 msgid "Try `%s --help' for more information.\n"
36413731 msgstr "Typ '%s --help' voor meer informatie.\n"
36423732
3643 #: tp/texi2any.pl:1153
3733 #: tp/texi2any.pl:1173
36443734 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36453735 msgstr ""
36463736 "Transformatie 'fill_gaps_in_sectioning()' leverde geen resultaat af. Geen "
36473737 "sectie?"
36483738
3649 #: tp/texi2any.pl:1175
3650 #, perl-format
3651 msgid "Error on closing macro expand file %s: %s\n"
3739 #: tp/texi2any.pl:1195
3740 #, fuzzy, perl-format
3741 msgid "error on closing macro expand file %s: %s\n"
36523742 msgstr "Fout bij sluiten van %s, bestand met macro-expansies: %s\n"
36533743
3654 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3655 #, perl-format
3656 msgid "Could not open %s for writing: %s\n"
3744 #: tp/texi2any.pl:1201
3745 #, fuzzy, perl-format
3746 msgid "could not open %s for writing: %s\n"
36573747 msgstr "Kan %s niet openen om te schrijven: %s\n"
36583748
3659 #: tp/texi2any.pl:1205
3749 #: tp/texi2any.pl:1226
36603750 msgid ""
36613751 "insert_nodes_for_sectioning_commands transformation return no result. No "
36623752 "section?"
36643754 "Transformatie 'insert_nodes_for_sectioning_commands()' leverde geen "
36653755 "resultaat af. Geen sectie?"
36663756
3667 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3668 #, perl-format
3669 msgid "Error on closing %s: %s\n"
3757 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3758 #, fuzzy, perl-format
3759 msgid "%s: error on closing %s: %s\n"
36703760 msgstr "Fout bij sluiten van %s: %s\n"
36713761
3672 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3673 #, perl-format
3674 msgid "Error on closing internal links file %s: %s\n"
3762 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3763 #, fuzzy, perl-format
3764 msgid "%s: error on closing internal links file %s: %s\n"
36753765 msgstr "Fout bij sluiten van %s, bestand met interne koppelingen: %s\n"
3766
3767 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3768 #, fuzzy, perl-format
3769 msgid "%s: could not open %s for writing: %s\n"
3770 msgstr "Kan %s niet openen om te schrijven: %s\n"
36763771
36773772 #: util/texindex.c:223
36783773 msgid "display this help and exit"
37313826 #, c-format
37323827 msgid "entry %s follows an entry with a secondary name"
37333828 msgstr "item %s volgt op een item met een alternatieve naam"
3829
3830 #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
3831 #~ msgstr "'protect_hashchar_at_line_beginning()' kan niet beschermen in @%s"
3832
3833 #~ msgid "Can't read file %s: %s"
3834 #~ msgstr "Kan bestand %s niet lezen: %s"
3835
3836 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3837 #~ msgstr "%s:%d: waarschuwing: %s (heeft mogelijk te maken met @%s)\n"
3838
3839 #~ msgid "%s:%d: warning: %s\n"
3840 #~ msgstr "%s:%d: waarschuwing: %s\n"
3841
3842 #~ msgid "warning: %s\n"
3843 #~ msgstr "waarschuwing: %s\n"
3844
3845 #, fuzzy
3846 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3847 #~ msgstr "Kan %s niet openen om te schrijven: %s\n"
37343848
37353849 #~ msgid "tex4ht error opening %s: %s"
37363850 #~ msgstr "tex4ht: fout bij openen van %s: %s"
Binary diff not shown
+601
-487
po/pl.po less more
66 msgstr ""
77 "Project-Id-Version: texinfo 4.13.92\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
9 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1010 "PO-Revision-Date: 2012-12-19 20:45+0100\n"
1111 "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
1212 "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
396396 msgstr "Więcej informacji można uzyskać przez --help.\n"
397397
398398 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
399 #: tp/texi2any.pl:829 util/texindex.c:295
399 #: tp/texi2any.pl:848 util/texindex.c:295
400400 #, c-format, perl-format
401401 msgid ""
402402 "Copyright (C) %s Free Software Foundation, Inc.\n"
21042104 " --test pominięcie uaktualniania PLIKU-KATALOGU.\n"
21052105 " --version wyświetlenie informacji o wersji i zakończenie."
21062106
2107 #: install-info/install-info.c:598 tp/texi2any.pl:817
2107 #: install-info/install-info.c:598 tp/texi2any.pl:836
21082108 msgid ""
21092109 "Email bug reports to bug-texinfo@gnu.org,\n"
21102110 "general questions and discussion to help-texinfo@gnu.org.\n"
22162216 msgstr "nie znaleziono wpisów dla `%s'; nic nie usunięto"
22172217
22182218 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2219 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2220 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2221 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2222 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2223 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2224 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2219 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2220 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2221 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2222 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2223 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2224 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
22252225 #: tp/Texinfo/Convert/TexinfoXML.pm:429
2226 #, perl-format
2227 msgid "Could not open %s for writing: %s"
2226 #, fuzzy, perl-format
2227 msgid "could not open %s for writing: %s"
22282228 msgstr "Nie można otworzyć %s do zapisu: %s"
22292229
22302230 #: tp/Texinfo/Common.pm:850
22502250 msgid "%s is not a valid split possibility"
22512251 msgstr "%s nie jest poprawną opcją podziału"
22522252
2253 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2254 #, perl-format
2255 msgid "Cannot read %s: %s"
2253 #: tp/Texinfo/Common.pm:1096
2254 #, fuzzy, perl-format
2255 msgid "could not read %s: %s"
22562256 msgstr "Nie można odczytać %s: %s"
22572257
2258 #: tp/Texinfo/Common.pm:1113
2259 #, perl-format
2260 msgid "Error on closing @verbatiminclude file %s: %s"
2258 #: tp/Texinfo/Common.pm:1114
2259 #, fuzzy, perl-format
2260 msgid "error on closing @verbatiminclude file %s: %s"
22612261 msgstr "Błąd podczas zamykania pliku @verbatiminclude %s: %s"
22622262
2263 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2264 #, perl-format
2265 msgid "@%s: Cannot find %s"
2263 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2264 #, fuzzy, perl-format
2265 msgid "@%s: could not find %s"
22662266 msgstr "@%s: Nie można znaleźć %s"
22672267
2268 #: tp/Texinfo/Common.pm:1416
2269 #, perl-format
2270 msgid "Cannot open html refs config file %s: %s"
2268 #: tp/Texinfo/Common.pm:1417
2269 #, fuzzy, perl-format
2270 msgid "could not open html refs config file %s: %s"
22712271 msgstr "Nie można otworzyć pliku konfiguracyjnego html refs %s: %s"
22722272
2273 #: tp/Texinfo/Common.pm:1444
2274 msgid "Missing type"
2273 #: tp/Texinfo/Common.pm:1445
2274 #, fuzzy
2275 msgid "missing type"
22752276 msgstr "Brak typu"
22762277
2277 #: tp/Texinfo/Common.pm:1447
2278 #, perl-format
2279 msgid "Unrecognized type: %s"
2278 #: tp/Texinfo/Common.pm:1448
2279 #, fuzzy, perl-format
2280 msgid "unrecognized type: %s"
22802281 msgstr "Nieznany typ: %s"
22812282
2282 #: tp/Texinfo/Common.pm:1463
2283 #, perl-format
2284 msgid "Error on closing html refs config file %s: %s"
2283 #: tp/Texinfo/Common.pm:1465
2284 #, fuzzy, perl-format
2285 msgid "error on closing html refs config file %s: %s"
22852286 msgstr "Błąd podczas zamykania pliku konfiguracyjnego html refs %s: %s"
22862287
2287 #: tp/Texinfo/Common.pm:1498
2288 #, perl-format
2289 msgid "%s:%d: no node to be renamed\n"
2288 #: tp/Texinfo/Common.pm:1500
2289 #, fuzzy
2290 msgid "no node to be renamed"
22902291 msgstr "%s:%d: brak węzła do przemianowania\n"
22912292
2292 #: tp/Texinfo/Common.pm:1509
2293 #, perl-format
2294 msgid "%s:%d: nodes without a new name at the end of file\n"
2293 #: tp/Texinfo/Common.pm:1511
2294 #, fuzzy
2295 msgid "nodes without a new name at the end of file"
22952296 msgstr "%s:%d: węzeł bez nowej nazwy na końcu pliku\n"
22962297
2297 #: tp/Texinfo/Common.pm:2000
2298 #, perl-format
2299 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2300 msgstr "protect_hashchar_at_line_beginning nie może zabezpieczyć w @%s"
2298 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2299 #, fuzzy, perl-format
2300 msgid "could not open %s: %s"
2301 msgstr "Nie można otworzyć %s do zapisu: %s"
2302
2303 #: tp/Texinfo/Common.pm:2002
2304 #, perl-format
2305 msgid "could not protect hash character in @%s"
2306 msgstr ""
23012307
23022308 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2303 #: tp/texi2any.pl:387 tp/texi2any.pl:404
23042309 #, perl-format
23052310 msgid "Obsolete variable %s\n"
23062311 msgstr "Przestarzała zmienna %s\n"
23072312
23082313 #: tp/Texinfo/Convert/Converter.pm:601
2309 #, perl-format
2310 msgid "Can't create directories `%s' or `%s': %s"
2314 #, fuzzy, perl-format
2315 msgid "could not create directories `%s' or `%s': %s"
23112316 msgstr "Nie można utworzyć katalogu `%s' ani `%s': %s"
23122317
23132318 #: tp/Texinfo/Convert/Converter.pm:609
2314 #, perl-format
2315 msgid "Can't create directories `%s': %s"
2319 #, fuzzy, perl-format
2320 msgid "could not create directory `%s': %s"
23162321 msgstr "Nie można utworzyć katalogów `%s': %s"
23172322
2318 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2319 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2320 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2321 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2322 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2323 #, perl-format
2324 msgid "Error on closing %s: %s"
2323 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2324 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2325 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2326 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2327 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2328 #, fuzzy, perl-format
2329 msgid "error on closing %s: %s"
23252330 msgstr "Błąd podczas zamykania %s: %s"
23262331
2327 #: tp/Texinfo/Convert/DocBook.pm:898
2332 #: tp/Texinfo/Convert/DocBook.pm:899
23282333 #, perl-format
23292334 msgid "@image file `%s' not found, using `%s'"
23302335 msgstr "Plik @image `%s' nie znaleziony, użyto `%s'"
23312336
2332 #: tp/Texinfo/Convert/HTML.pm:1677
2337 #: tp/Texinfo/Convert/HTML.pm:1678
23332338 #, perl-format
23342339 msgid "@image file `%s' (for HTML) not found, using `%s'"
23352340 msgstr "Plik @image `%s' (dla HTML) nie znaleziony, użyto `%s'"
23362341
2337 #: tp/Texinfo/Convert/HTML.pm:2345
2338 #, perl-format
2339 msgid "Raw format %s is not converted"
2342 #: tp/Texinfo/Convert/HTML.pm:2347
2343 #, fuzzy, perl-format
2344 msgid "raw format %s is not converted"
23402345 msgstr "Format surowy %s nie jest przekonwertowany"
23412346
2342 #: tp/Texinfo/Convert/HTML.pm:4814
2343 #, perl-format
2344 msgid "%s:%d: string not closed in css file"
2347 #: tp/Texinfo/Convert/HTML.pm:4816
2348 #, fuzzy
2349 msgid "string not closed in css file"
23452350 msgstr "%s:%d: niedomknięty łańcuch w pliku css"
23462351
2347 #: tp/Texinfo/Convert/HTML.pm:4816
2348 #, perl-format
2349 msgid "%s:%d: --css-include ended in comment"
2352 #: tp/Texinfo/Convert/HTML.pm:4818
2353 #, fuzzy
2354 msgid "--css-include ended in comment"
23502355 msgstr "%s:%d: plik --css-include zakończył się wewnątrz komentarza"
23512356
2352 #: tp/Texinfo/Convert/HTML.pm:4818
2353 #, fuzzy, perl-format
2354 msgid "%s:%d: @import not finished in css file"
2357 #: tp/Texinfo/Convert/HTML.pm:4820
2358 #, fuzzy
2359 msgid "@import not finished in css file"
23552360 msgstr "%s:%d @import nie zakończony w pliku css"
23562361
2357 #: tp/Texinfo/Convert/HTML.pm:4844
2358 #, perl-format
2359 msgid "css file %s not found"
2362 #: tp/Texinfo/Convert/HTML.pm:4846
2363 #, fuzzy, perl-format
2364 msgid "CSS file %s not found"
23602365 msgstr "nie znaleziono pliku css %s"
23612366
2362 #: tp/Texinfo/Convert/HTML.pm:4850
2367 #: tp/Texinfo/Convert/HTML.pm:4852
23632368 #, perl-format
23642369 msgid "could not open --include-file %s: %s"
23652370 msgstr "nie można otworzyć pliku --include-file %s: %s"
23662371
2367 #: tp/Texinfo/Convert/HTML.pm:4860
2368 #, perl-format
2369 msgid "Error on closing CSS file %s: %s"
2372 #: tp/Texinfo/Convert/HTML.pm:4862
2373 #, fuzzy, perl-format
2374 msgid "error on closing CSS file %s: %s"
23702375 msgstr "Błąd podczas zamykania pliku CSS %s: %s"
23712376
2372 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2373 #, perl-format
2374 msgid "No htmlxref.cnf entry found for `%s'"
2377 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2378 #, fuzzy, perl-format
2379 msgid "no htmlxref.cnf entry found for `%s'"
23752380 msgstr "Brak wpisu htmlxref.cnf dla `%s'"
23762381
2377 #: tp/Texinfo/Convert/HTML.pm:6495
2378 #, perl-format
2379 msgid "Error on closing frame file %s: %s"
2382 #: tp/Texinfo/Convert/HTML.pm:6506
2383 #, fuzzy, perl-format
2384 msgid "error on closing frame file %s: %s"
23802385 msgstr "Błąd podczas zamykania pliku ramki %s: %s"
23812386
2382 #: tp/Texinfo/Convert/HTML.pm:6519
2383 #, perl-format
2384 msgid "Error on closing TOC frame file %s: %s"
2387 #: tp/Texinfo/Convert/HTML.pm:6530
2388 #, fuzzy, perl-format
2389 msgid "error on closing TOC frame file %s: %s"
23852390 msgstr "Błąd podczas zamykania pliku ramki TOC %s: %s"
23862391
2387 #: tp/Texinfo/Convert/HTML.pm:6634
2388 #, perl-format
2389 msgid "Handler %s of stage %s priority %s failed"
2392 #: tp/Texinfo/Convert/HTML.pm:6645
2393 #, fuzzy, perl-format
2394 msgid "handler %s of stage %s priority %s failed"
23902395 msgstr "Obsługa %s, etapu %s, priorytet %s nie powiodła się"
23912396
2392 #: tp/Texinfo/Convert/HTML.pm:6835
2393 msgid "Must specify a title with a title command or @top"
2397 #: tp/Texinfo/Convert/HTML.pm:6846
2398 #, fuzzy
2399 msgid "must specify a title with a title command or @top"
23942400 msgstr "Trzeba określić tytuł poleceniem title lub @top"
23952401
2396 #: tp/Texinfo/Convert/HTML.pm:7040
2397 #, perl-format
2398 msgid "Error on closing redirection node file %s: %s"
2402 #: tp/Texinfo/Convert/HTML.pm:7055
2403 #, fuzzy, perl-format
2404 msgid "error on closing redirection node file %s: %s"
23992405 msgstr "Błąd podczas zamykania pliku przekierowania węzłów %s: %s"
24002406
2401 #: tp/Texinfo/Convert/HTML.pm:7065
2402 #, perl-format
2403 msgid "Old name for `%s' is a node of the document"
2407 #: tp/Texinfo/Convert/HTML.pm:7080
2408 #, fuzzy, perl-format
2409 msgid "old name for `%s' is a node of the document"
24042410 msgstr "Stara nazwa `%s' jest węzłem dokumentu"
24052411
2406 #: tp/Texinfo/Convert/HTML.pm:7069
2407 #, perl-format
2408 msgid "File empty for renamed node `%s'"
2412 #: tp/Texinfo/Convert/HTML.pm:7086
2413 #, fuzzy, perl-format
2414 msgid "file empty for renamed node `%s'"
24092415 msgstr "Pusty plik dla przemianowanego węzła `%s'"
24102416
2411 #: tp/Texinfo/Convert/HTML.pm:7081
2412 #, perl-format
2413 msgid "Target node (new name for `%s') not in document: %s"
2417 #: tp/Texinfo/Convert/HTML.pm:7100
2418 #, fuzzy, perl-format
2419 msgid "target node (new name for `%s') not in document: %s"
24142420 msgstr "Węzeł docelowy (nowa nazwa dla `%s') nie istnieje w dokumencie: %s"
24152421
2416 #: tp/Texinfo/Convert/HTML.pm:7113
2417 #, perl-format
2418 msgid "Error on closing renamed node redirection file %s: %s"
2422 #: tp/Texinfo/Convert/HTML.pm:7132
2423 #, fuzzy, perl-format
2424 msgid "error on closing renamed node redirection file %s: %s"
24192425 msgstr ""
24202426 "Błąd podczas zamykania przekierowanego pliku przemianowanego węzła %s: %s"
24212427
2422 #: tp/Texinfo/Convert/HTML.pm:7151
2423 msgid "Empty node name"
2428 #: tp/Texinfo/Convert/HTML.pm:7170
2429 #, fuzzy
2430 msgid "empty node name"
24242431 msgstr "Pusta nazwa węzłą"
24252432
2426 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2427 #, perl-format
2428 msgid "Syntax for an external node used for `%s'"
2433 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2434 #, fuzzy, perl-format
2435 msgid "syntax for an external node used for `%s'"
24292436 msgstr "Użyto składni węzła zewnętrznego dla `%s'"
24302437
24312438 #: tp/Texinfo/Convert/Info.pm:99
2432 msgid "Document without nodes."
2439 #, fuzzy
2440 msgid "document without nodes"
24332441 msgstr "Dokument bez węzłów."
24342442
2435 #: tp/Texinfo/Convert/Info.pm:115
2436 msgid "Document without Top node."
2443 #: tp/Texinfo/Convert/Info.pm:116
2444 #, fuzzy
2445 msgid "document without Top node"
24372446 msgstr "Dokument bez węzła szczytowego."
24382447
2439 #: tp/Texinfo/Convert/Info.pm:151
2440 #, perl-format
2441 msgid "Rename %s failed: %s"
2448 #: tp/Texinfo/Convert/Info.pm:153
2449 #, fuzzy, perl-format
2450 msgid "rename %s failed: %s"
24422451 msgstr "Zmiana nazwy %s nie powiodła się: %s"
24432452
2444 #: tp/Texinfo/Convert/Info.pm:226
2453 #: tp/Texinfo/Convert/Info.pm:228
24452454 #, perl-format
24462455 msgid "@%s output more than once: %s"
24472456 msgstr "@%s zapisano więcej niż raz: %s"
24482457
2449 #: tp/Texinfo/Convert/Info.pm:340
2458 #: tp/Texinfo/Convert/Info.pm:346
24502459 #, perl-format
24512460 msgid "@%s outside of any node"
24522461 msgstr "@%s poza jakimkolwiek węzłem"
24532462
2454 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2455 #, perl-format
2456 msgid "Entry for index `%s' outside of any node"
2463 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2464 #, fuzzy, perl-format
2465 msgid "entry for index `%s' outside of any node"
24572466 msgstr "Wpis dla indeksu `%s' poza jakimkolwiek węzłem"
24582467
24592468 #: tp/Texinfo/Convert/Plaintext.pm:1217
2460 #, perl-format
2461 msgid "Error on closing image text file %s: %s"
2469 #, fuzzy, perl-format
2470 msgid "error on closing image text file %s: %s"
24622471 msgstr "Błąd podczas zamykania pliku tekstowego obrazu %s: %s"
24632472
24642473 #: tp/Texinfo/Convert/Plaintext.pm:1222
24662475 msgid "@image file `%s' unreadable: %s"
24672476 msgstr "Plik @image `%s' nieczytelny: %s"
24682477
2469 #: tp/Texinfo/Convert/Plaintext.pm:1250
2470 #, perl-format
2471 msgid "Cannot find @image file `%s.txt' nor alternate text"
2478 #: tp/Texinfo/Convert/Plaintext.pm:1251
2479 #, fuzzy, perl-format
2480 msgid "could not find @image file `%s.txt' nor alternate text"
24722481 msgstr "Nie odnaleziono pliku @image `%s.txt' ani alternatywnego tekstu"
24732482
2474 #: tp/Texinfo/Convert/Plaintext.pm:1615
2483 #: tp/Texinfo/Convert/Plaintext.pm:1617
24752484 msgid ""
24762485 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
24772486 "avoid that"
24792488 "@string{Note...} tworzy nieprawdziwe odniesienia w Info; należy "
24802489 "przeredagować aby zapobiec temu"
24812490
2482 #: tp/Texinfo/Convert/Plaintext.pm:1845
2491 #: tp/Texinfo/Convert/Plaintext.pm:1849
24832492 #, perl-format
24842493 msgid "`.' or `,' must follow @xref, not %s"
24852494 msgstr "Po @xref musi wystąpić `.' lub `,', a nie %s"
24862495
2487 #: tp/Texinfo/Convert/Plaintext.pm:1847
2496 #: tp/Texinfo/Convert/Plaintext.pm:1852
24882497 msgid "`.' or `,' must follow @xref"
24892498 msgstr "Po @xref musi wystąpić `.' lub `,'"
24902499
24932502 msgid "@%s should only appear at beginning or end of document"
24942503 msgstr "@%s powinno wystąpić tylko na początku lub na końcu dokumentu"
24952504
2496 #: tp/Texinfo/Parser.pm:837
2497 #, perl-format
2498 msgid "Can't read file %s: %s"
2499 msgstr "Nie można odczytać pliku %s: %s"
2500
25012505 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
2502 #, perl-format
2503 msgid "Multiple @%s"
2506 #, fuzzy, perl-format
2507 msgid "multiple @%s"
25042508 msgstr "Wiele @%s"
25052509
25062510 #: tp/Texinfo/Parser.pm:1100
2507 #, perl-format
2508 msgid "Bad syntax for @%s argument: %s"
2511 #, fuzzy, perl-format
2512 msgid "bad syntax for @%s argument: %s"
25092513 msgstr "Błędna składnia argumentu @%s: %s"
25102514
25112515 #: tp/Texinfo/Parser.pm:1116
2512 #, perl-format
2513 msgid "Bad or empty @%s formal argument: %s"
2516 #, fuzzy, perl-format
2517 msgid "bad or empty @%s formal argument: %s"
25142518 msgstr "Niewłaściwy lub pusty argument formalny @%s: %s"
25152519
2516 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2517 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2518 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2520 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2521 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2522 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
25192523 #, perl-format
25202524 msgid "%c%s requires a name"
25212525 msgstr "%c%s wymaga nazwy"
25222526
2523 #: tp/Texinfo/Parser.pm:1235
2527 #: tp/Texinfo/Parser.pm:1238
25242528 #, perl-format
25252529 msgid "%c%s missing close brace"
25262530 msgstr "w %c%s brakuje klamry zamykającej"
25272531
2528 #: tp/Texinfo/Parser.pm:1238
2532 #: tp/Texinfo/Parser.pm:1241
25292533 #, perl-format
25302534 msgid "@%s missing closing delimiter sequence: %s}"
25312535 msgstr "Brak ograniczającej sekwencji zamykającej @%s: %s}"
25322536
2533 #: tp/Texinfo/Parser.pm:1351
2537 #: tp/Texinfo/Parser.pm:1354
25342538 #, perl-format
25352539 msgid "@itemx should not begin @%s"
25362540 msgstr "@itemx nie powinien zaczynać @%s"
25372541
2538 #: tp/Texinfo/Parser.pm:1419
2542 #: tp/Texinfo/Parser.pm:1422
25392543 msgid "@itemx must follow @item"
25402544 msgstr "@itemx musi wystąpić po @item"
25412545
2542 #: tp/Texinfo/Parser.pm:1587
2546 #: tp/Texinfo/Parser.pm:1590
25432547 #, perl-format
25442548 msgid "@%s has text but no @item"
25452549 msgstr "@%s zawiera tekst, ale nie ma @item"
25462550
2547 #: tp/Texinfo/Parser.pm:1617
2551 #: tp/Texinfo/Parser.pm:1620
25482552 #, perl-format
25492553 msgid "`@end' expected `%s', but saw `%s'"
25502554 msgstr "`@end' oczekiwało `%s', ale napotkano `%s'"
25512555
2552 #: tp/Texinfo/Parser.pm:1620
2556 #: tp/Texinfo/Parser.pm:1623
25532557 #, perl-format
25542558 msgid "@%s seen before @end %s"
25552559 msgstr "@%s wystąpiło przed @end %s"
25562560
2557 #: tp/Texinfo/Parser.pm:1624
2558 #, perl-format
2559 msgid "No matching `%cend %s'"
2561 #: tp/Texinfo/Parser.pm:1627
2562 #, fuzzy, perl-format
2563 msgid "no matching `%cend %s'"
25602564 msgstr "Brak pasującego `%cend %s'"
25612565
2562 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2563 #: tp/Texinfo/Parser.pm:5125
2564 #, perl-format
2565 msgid "Misplaced %c"
2566 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2567 #: tp/Texinfo/Parser.pm:5150
2568 #, fuzzy, perl-format
2569 msgid "misplaced %c"
25662570 msgstr "Źle umieszczone %c"
25672571
2568 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2569 #, perl-format
2570 msgid "Unmatched `%c%s'"
2572 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2573 #, fuzzy, perl-format
2574 msgid "unmatched `%c%s'"
25712575 msgstr "Niedopasowane `%c%s'"
25722576
2573 #: tp/Texinfo/Parser.pm:1972
2574 #, perl-format
2575 msgid "Macro `%s' called with too many args"
2577 #: tp/Texinfo/Parser.pm:1976
2578 #, fuzzy, perl-format
2579 msgid "macro `%s' called with too many args"
25762580 msgstr "Makro `%s' wywołane ze zbyt dużą liczbą argumentów"
25772581
2578 #: tp/Texinfo/Parser.pm:1994
2582 #: tp/Texinfo/Parser.pm:1998
25792583 #, perl-format
25802584 msgid "@%s missing close brace"
25812585 msgstr "Brak klamry zamykającej @%s"
25822586
2583 #: tp/Texinfo/Parser.pm:2001
2584 #, perl-format
2585 msgid "Macro `%s' declared without argument called with an argument"
2587 #: tp/Texinfo/Parser.pm:2006
2588 #, fuzzy, perl-format
2589 msgid "macro `%s' declared without argument called with an argument"
25862590 msgstr "Makro `%s' zadeklarowane bez argumentów zostało wywołane z argumentem"
25872591
2588 #: tp/Texinfo/Parser.pm:2035
2592 #: tp/Texinfo/Parser.pm:2041
25892593 #, perl-format
25902594 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
25912595 msgstr "po \\ w @%s wystąpiło `%s' zamiast nazwy parametru lub \\"
25922596
2593 #: tp/Texinfo/Parser.pm:2430
2597 #: tp/Texinfo/Parser.pm:2436
25942598 #, perl-format
25952599 msgid "@%s `%s' previously defined"
25962600 msgstr "@%s `%s' już zostało zdefiniowane"
25972601
2598 #: tp/Texinfo/Parser.pm:2435
2602 #: tp/Texinfo/Parser.pm:2441
25992603 #, perl-format
26002604 msgid "here is the previous definition as @%s"
26012605 msgstr "oto poprzednia definicja jako @%s"
26022606
2603 #: tp/Texinfo/Parser.pm:2796
2604 #, perl-format
2605 msgid "Missing name for @%s"
2607 #: tp/Texinfo/Parser.pm:2802
2608 #, fuzzy, perl-format
2609 msgid "missing name for @%s"
26062610 msgstr "Brak nazwy dla @%s"
26072611
2608 #: tp/Texinfo/Parser.pm:2801
2609 #, perl-format
2610 msgid "Missing category for @%s"
2612 #: tp/Texinfo/Parser.pm:2807
2613 #, fuzzy, perl-format
2614 msgid "missing category for @%s"
26112615 msgstr "Brak kategorii dla @%s"
26122616
2613 #: tp/Texinfo/Parser.pm:2853
2614 #, perl-format
2615 msgid "Unexpected argument on @%s line: %s"
2617 #: tp/Texinfo/Parser.pm:2859
2618 #, fuzzy, perl-format
2619 msgid "unexpected argument on @%s line: %s"
26162620 msgstr "Nieoczekiwany argument w linii @%s: %s"
26172621
2618 #: tp/Texinfo/Parser.pm:2869
2622 #: tp/Texinfo/Parser.pm:2875
26192623 msgid "empty multitable"
26202624 msgstr "puste multitable"
26212625
2622 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2623 #, perl-format
2624 msgid "Superfluous argument to @%s"
2626 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2627 #, fuzzy, perl-format
2628 msgid "superfluous argument to @%s"
26252629 msgstr "Nadmiarowy argument dla @%s"
26262630
2627 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2628 #: tp/Texinfo/Parser.pm:5379
2629 #, perl-format
2630 msgid "Bad argument to @%s"
2631 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2632 #: tp/Texinfo/Parser.pm:5405
2633 #, fuzzy, perl-format
2634 msgid "bad argument to @%s"
26312635 msgstr "Zły argument dla @%s"
26322636
2633 #: tp/Texinfo/Parser.pm:2942
2637 #: tp/Texinfo/Parser.pm:2948
26342638 #, perl-format
26352639 msgid "%s requires an argument: the formatter for %citem"
26362640 msgstr "%s wymaga argumentu: formatowania dla %citem"
26372641
2638 #: tp/Texinfo/Parser.pm:2947
2639 #, perl-format
2640 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2642 #: tp/Texinfo/Parser.pm:2953
2643 #, fuzzy, perl-format
2644 msgid "command @%s not accepting argument in brace should not be on @%s line"
26412645 msgstr ""
26422646 "Polecenie @%s, nie przyjmujące argumentu w klamrach, nie powinno wystąpić w "
26432647 "linii @%s"
26442648
2645 #: tp/Texinfo/Parser.pm:2982
2646 #, perl-format
2647 msgid "Accent command `@%s' not allowed as @%s argument"
2649 #: tp/Texinfo/Parser.pm:2988
2650 #, fuzzy, perl-format
2651 msgid "accent command `@%s' not allowed as @%s argument"
26482652 msgstr "Polecenie akcentu `@%s' nie jest dozwolone jako argument @%s"
26492653
2650 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2651 #: tp/Texinfo/Parser.pm:5338
2654 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2655 #: tp/Texinfo/Parser.pm:5364
26522656 #, perl-format
26532657 msgid "@%s missing argument"
26542658 msgstr "Brak argumentu @%s"
26552659
2656 #: tp/Texinfo/Parser.pm:3072
2657 #, perl-format
2658 msgid "Unknown @end %s"
2660 #: tp/Texinfo/Parser.pm:3078
2661 #, fuzzy, perl-format
2662 msgid "unknown @end %s"
26592663 msgstr "Nieznany @end %s"
26602664
2661 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2662 #, perl-format
2663 msgid "Superfluous argument to @%s %s: %s"
2665 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2666 #, fuzzy, perl-format
2667 msgid "superfluous argument to @%s %s: %s"
26642668 msgstr "Nadmiarowy argument dla @%s %s: %s"
26652669
2666 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2667 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2668 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2669 #, perl-format
2670 msgid "Bad argument to @%s: %s"
2670 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2671 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2672 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2673 #, fuzzy, perl-format
2674 msgid "bad argument to @%s: %s"
26712675 msgstr "Niewłaściwy argument dla @%s: %s"
26722676
2673 #: tp/Texinfo/Parser.pm:3118
2674 #, perl-format
2675 msgid "@%s: Cannot open %s: %s"
2677 #: tp/Texinfo/Parser.pm:3124
2678 #, fuzzy, perl-format
2679 msgid "@%s: could not open %s: %s"
26762680 msgstr "@%s: nie można otworzyć pliku %s: %s"
26772681
2678 #: tp/Texinfo/Parser.pm:3130
2679 #, perl-format
2680 msgid "Encoding `%s' is not a canonical texinfo encoding"
2682 #: tp/Texinfo/Parser.pm:3136
2683 #, fuzzy, perl-format
2684 msgid "encoding `%s' is not a canonical texinfo encoding"
26812685 msgstr "Kodowanie `%s' nie jest kanonicznym kodowaniem texinfo"
26822686
2683 #: tp/Texinfo/Parser.pm:3139
2687 #: tp/Texinfo/Parser.pm:3145
26842688 #, perl-format
26852689 msgid "unrecognized encoding name `%s'"
26862690 msgstr "nierozpoznana nazwa kodowania `%s'"
26872691
2688 #: tp/Texinfo/Parser.pm:3289
2692 #: tp/Texinfo/Parser.pm:3295
26892693 #, perl-format
26902694 msgid "@%s after the first element"
26912695 msgstr "@%s po pierwszym elemencie"
26922696
2693 #: tp/Texinfo/Parser.pm:3296
2697 #: tp/Texinfo/Parser.pm:3302
26942698 #, perl-format
26952699 msgid "@%s only meaningful on a @multitable line"
26962700 msgstr "@%s ma znaczenie tylko w linii @multitable"
26972701
2698 #: tp/Texinfo/Parser.pm:3336
2702 #: tp/Texinfo/Parser.pm:3342
26992703 #, perl-format
27002704 msgid "@%s should not be associated with @top"
27012705 msgstr "@%s nie powinno być wiązane z @top"
27022706
2703 #: tp/Texinfo/Parser.pm:3348
2707 #: tp/Texinfo/Parser.pm:3354
27042708 #, perl-format
27052709 msgid "@node precedes @%s, but parts may not be associated with nodes"
27062710 msgstr "@node poprzedza @%s, ale części mogą nie być powiązane z węzłami"
27072711
2708 #: tp/Texinfo/Parser.pm:3450
2709 #, perl-format
2710 msgid "Empty argument in @%s"
2712 #: tp/Texinfo/Parser.pm:3456
2713 #, fuzzy, perl-format
2714 msgid "empty argument in @%s"
27112715 msgstr "Pusty argument w @%s"
27122716
2713 #: tp/Texinfo/Parser.pm:3454
2714 #, perl-format
2715 msgid "Empty node name after expansion `%s'"
2717 #: tp/Texinfo/Parser.pm:3460
2718 #, fuzzy, perl-format
2719 msgid "empty node name after expansion `%s'"
27162720 msgstr "Pusta nazwa węzłą po rozwinięciu `%s'"
27172721
2718 #: tp/Texinfo/Parser.pm:3497
2719 #, perl-format
2720 msgid "Empty menu entry name in `%s'"
2722 #: tp/Texinfo/Parser.pm:3503
2723 #, fuzzy, perl-format
2724 msgid "empty menu entry name in `%s'"
27212725 msgstr "Pusta nazwa wpisu menu w `%s'"
27222726
2723 #: tp/Texinfo/Parser.pm:3505
2727 #: tp/Texinfo/Parser.pm:3511
27242728 #, fuzzy
2725 msgid "Empty node name in menu entry"
2729 msgid "empty node name in menu entry"
27262730 msgstr "Pusty węzeł we wpisie menu"
27272731
2728 #: tp/Texinfo/Parser.pm:3578
2732 #: tp/Texinfo/Parser.pm:3584
27292733 #, perl-format
27302734 msgid "@%s should not appear in @%s"
27312735 msgstr "@%s nie powinno wystąpić w @%s"
27322736
2733 #: tp/Texinfo/Parser.pm:3710
2737 #: tp/Texinfo/Parser.pm:3716
27342738 #, perl-format
27352739 msgid "@end %s should only appear at a line beginning"
27362740 msgstr "@end %s powinno wystąpić tylko na początku linii"
27372741
2738 #: tp/Texinfo/Parser.pm:3733
2742 #: tp/Texinfo/Parser.pm:3739
27392743 #, perl-format
27402744 msgid "macro `%s' previously defined"
27412745 msgstr "makro `%s' już zostało zdefiniowane"
27422746
2743 #: tp/Texinfo/Parser.pm:3735
2747 #: tp/Texinfo/Parser.pm:3742
27442748 #, perl-format
27452749 msgid "here is the previous definition of `%s'"
27462750 msgstr "oto poprzednia definicja `%s'"
27472751
2748 #: tp/Texinfo/Parser.pm:3739
2749 #, perl-format
2750 msgid "Redefining Texinfo language command: @%s"
2752 #: tp/Texinfo/Parser.pm:3747
2753 #, fuzzy, perl-format
2754 msgid "redefining Texinfo language command: @%s"
27512755 msgstr "Ponowna definicja polecenia języka Texinfo: @%s"
27522756
2753 #: tp/Texinfo/Parser.pm:3788
2757 #: tp/Texinfo/Parser.pm:3796
27542758 #, perl-format
27552759 msgid "@%s without associated character"
27562760 msgstr "@%s bez powiązanego znaku"
27572761
2758 #: tp/Texinfo/Parser.pm:3849
2762 #: tp/Texinfo/Parser.pm:3858
27592763 #, perl-format
27602764 msgid ""
27612765 "@%s defined with zero or more than one argument should be invoked with {}"
27632767 "@%s zdefiniowane z zerem lub więcej niż jednym argumentem powinno być "
27642768 "wywoływane z {}"
27652769
2766 #: tp/Texinfo/Parser.pm:3872
2767 #, perl-format
2768 msgid ""
2769 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2770 #: tp/Texinfo/Parser.pm:3882
2771 #, fuzzy, perl-format
2772 msgid ""
2773 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
27702774 "value %d)"
27712775 msgstr ""
27722776 "Za bardzo zagnieżdżone wywołanie makra (można to zmienić przez "
27732777 "MAX_NESTED_MACROS; obecna wartość %d)"
27742778
2775 #: tp/Texinfo/Parser.pm:3880
2776 #, perl-format
2777 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2779 #: tp/Texinfo/Parser.pm:3891
2780 #, fuzzy, perl-format
2781 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
27782782 msgstr ""
27792783 "Rekurencyjne wywołanie makra %s nie jest dozwolone; w razie potrzeby można "
27802784 "użyć @rmacro"
27812785
2782 #: tp/Texinfo/Parser.pm:3935
2783 #, perl-format
2784 msgid "Accent command `@%s' must not be followed by whitespace"
2786 #: tp/Texinfo/Parser.pm:3947
2787 #, fuzzy, perl-format
2788 msgid "accent command `@%s' must not be followed by whitespace"
27852789 msgstr "Po poleceniu akcentu `@%s' nie może wystąpić znak biały"
27862790
2787 #: tp/Texinfo/Parser.pm:3941
2788 #, perl-format
2789 msgid "Use braces to give a command as an argument to @%s"
2791 #: tp/Texinfo/Parser.pm:3953
2792 #, fuzzy, perl-format
2793 msgid "use braces to give a command as an argument to @%s"
27902794 msgstr ""
27912795 "Należy użyć nawiasów klamrowych, aby podać polecenie jako argument dla @%s"
27922796
2793 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2797 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
27942798 #, perl-format
27952799 msgid "%c%s expects `i' or `j' as argument, not `%s'"
27962800 msgstr "%c%s oczekuje `i' lub `j' jako argumentu, a nie `%s'"
27972801
2798 #: tp/Texinfo/Parser.pm:3966
2799 #, perl-format
2800 msgid "Accent command `@%s' must not be followed by new line"
2802 #: tp/Texinfo/Parser.pm:3978
2803 #, fuzzy, perl-format
2804 msgid "accent command `@%s' must not be followed by new line"
28012805 msgstr "Po poleceniu akcentu `@%s' nie może wystąpić nowa linia"
28022806
2803 #: tp/Texinfo/Parser.pm:3977
2807 #: tp/Texinfo/Parser.pm:3989
28042808 #, perl-format
28052809 msgid "@%s expected braces"
28062810 msgstr "@%s oczekiwało nawiasów klamrowych"
28072811
2808 #: tp/Texinfo/Parser.pm:4136
2812 #: tp/Texinfo/Parser.pm:4148
28092813 #, perl-format
28102814 msgid "undefined flag: %s"
28112815 msgstr "niezdefiniowana flaga: %s"
28122816
2813 #: tp/Texinfo/Parser.pm:4139
2814 msgid "Bad syntax for @value"
2817 #: tp/Texinfo/Parser.pm:4151
2818 #, fuzzy
2819 msgid "bad syntax for @value"
28152820 msgstr "Błędna składnia dla @value"
28162821
2817 #: tp/Texinfo/Parser.pm:4146
2822 #: tp/Texinfo/Parser.pm:4158
28182823 #, perl-format
28192824 msgid "%c%s is obsolete."
28202825 msgstr "%c%s jest przestarzałe."
28212826
2822 #: tp/Texinfo/Parser.pm:4149
2827 #: tp/Texinfo/Parser.pm:4161
28232828 #, perl-format
28242829 msgid "%c%s is obsolete; %s"
28252830 msgstr "%c%s jest przestarzałe; %s"
28262831
2827 #: tp/Texinfo/Parser.pm:4157
2832 #: tp/Texinfo/Parser.pm:4170
28282833 #, perl-format
28292834 msgid "@%s should only appear at a line beginning"
28302835 msgstr "@%s powinno wystąpić tylko na początku linii"
28312836
2832 #: tp/Texinfo/Parser.pm:4247
2837 #: tp/Texinfo/Parser.pm:4261
28332838 #, perl-format
28342839 msgid "@%s not allowed inside `@%s' block"
28352840 msgstr "@%s nie jest dozwolone wewnątrz bloku `@%s'"
28362841
2837 #: tp/Texinfo/Parser.pm:4255
2842 #: tp/Texinfo/Parser.pm:4270
28382843 #, perl-format
28392844 msgid "@%s should only appear in heading or footing"
28402845 msgstr "@%s powinno wystąpić tylko w nagłówku lub stopce"
28412846
2842 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2843 #: tp/Texinfo/Parser.pm:4437
2847 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2848 #: tp/Texinfo/Parser.pm:4458
28442849 #, perl-format
28452850 msgid "@%s not meaningful inside `@%s' block"
28462851 msgstr "@%s nic nie znaczy wewnątrz bloku `@%s'"
28472852
2848 #: tp/Texinfo/Parser.pm:4398
2853 #: tp/Texinfo/Parser.pm:4418
28492854 #, perl-format
28502855 msgid "@%s in empty multitable"
28512856 msgstr "@%s w pustym multitable"
28522857
2853 #: tp/Texinfo/Parser.pm:4403
2858 #: tp/Texinfo/Parser.pm:4424
28542859 msgid "@tab before @item"
28552860 msgstr "@tab przed @item"
28562861
2857 #: tp/Texinfo/Parser.pm:4406
2858 #, perl-format
2859 msgid "Too many columns in multitable item (max %d)"
2862 #: tp/Texinfo/Parser.pm:4427
2863 #, fuzzy, perl-format
2864 msgid "too many columns in multitable item (max %d)"
28602865 msgstr "Zbyt dużo kolumn w elemencie multitable (maksymalnie %d)"
28612866
2862 #: tp/Texinfo/Parser.pm:4443
2867 #: tp/Texinfo/Parser.pm:4464
28632868 msgid "ignoring @tab outside of multitable"
28642869 msgstr "zignorowano @tab poza multitable"
28652870
2866 #: tp/Texinfo/Parser.pm:4447
2871 #: tp/Texinfo/Parser.pm:4468
28672872 #, perl-format
28682873 msgid "@%s outside of table or list"
28692874 msgstr "@%s poza tabelą lub listą"
28702875
2871 #: tp/Texinfo/Parser.pm:4482
2872 #, perl-format
2873 msgid "Must be after `@%s' to use `@%s'"
2876 #: tp/Texinfo/Parser.pm:4503
2877 #, fuzzy, perl-format
2878 msgid "must be after `@%s' to use `@%s'"
28742879 msgstr "Tylko po `@%s' można użyć `@%s'"
28752880
2876 #: tp/Texinfo/Parser.pm:4524
2881 #: tp/Texinfo/Parser.pm:4545
28772882 #, perl-format
28782883 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
28792884 msgstr "@%s nic nie znaczy poza środowiskami `@titlepage' i `@quotation'"
28802885
2881 #: tp/Texinfo/Parser.pm:4528
2886 #: tp/Texinfo/Parser.pm:4549
28822887 msgid "@dircategory after first node"
28832888 msgstr "@dircategory po pierwszym węźle"
28842889
2885 #: tp/Texinfo/Parser.pm:4686
2886 #, perl-format
2887 msgid "Region %s inside region %s is not allowed"
2890 #: tp/Texinfo/Parser.pm:4708
2891 #, fuzzy, perl-format
2892 msgid "region %s inside region %s is not allowed"
28882893 msgstr "Region %s wewnątrz regionu %s nie jest dozwolony"
28892894
2890 #: tp/Texinfo/Parser.pm:4704
2895 #: tp/Texinfo/Parser.pm:4726
28912896 msgid "@direntry after first node"
28922897 msgstr "@direntry po pierwszym węźle"
28932898
2894 #: tp/Texinfo/Parser.pm:4712
2899 #: tp/Texinfo/Parser.pm:4734
28952900 #, perl-format
28962901 msgid "@%s seen before first @node"
28972902 msgstr "@%s napotkano przed pierwszym @node"
28982903
2899 #: tp/Texinfo/Parser.pm:4714
2904 #: tp/Texinfo/Parser.pm:4737
29002905 msgid ""
29012906 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
29022907 msgstr "może węzeł @top powinien być otoczony @ifnottex, a nie @ifinfo?"
29032908
2904 #: tp/Texinfo/Parser.pm:4776
2909 #: tp/Texinfo/Parser.pm:4799
29052910 #, perl-format
29062911 msgid "@%s should only appear in math context"
29072912 msgstr "@%s powinno wystąpić tylko w kontekście matematycznym"
29082913
2909 #: tp/Texinfo/Parser.pm:4784
2910 #, perl-format
2911 msgid "Unknown command `%s'"
2914 #: tp/Texinfo/Parser.pm:4807
2915 #, fuzzy, perl-format
2916 msgid "unknown command `%s'"
29122917 msgstr "Nieznane polecenie `%s'"
29132918
2914 #: tp/Texinfo/Parser.pm:4794
2915 msgid "Unexpected @"
2919 #: tp/Texinfo/Parser.pm:4817
2920 #, fuzzy
2921 msgid "unexpected @"
29162922 msgstr "Nieoczekiwane @"
29172923
2918 #: tp/Texinfo/Parser.pm:4822
2924 #: tp/Texinfo/Parser.pm:4846
29192925 #, perl-format
29202926 msgid "@%s is not meaningful outside `@float' environment"
29212927 msgstr "@%s nic nie znaczy poza środowiskiem `@float'"
29222928
2923 #: tp/Texinfo/Parser.pm:4826
2929 #: tp/Texinfo/Parser.pm:4851
29242930 #, perl-format
29252931 msgid "@%s should be right below `@float'"
29262932 msgstr "@%s powinno być zaraz poniżej `@float'"
29272933
2928 #: tp/Texinfo/Parser.pm:4834
2929 #, perl-format
2930 msgid "Ignoring multiple @%s"
2934 #: tp/Texinfo/Parser.pm:4859
2935 #, fuzzy, perl-format
2936 msgid "ignoring multiple @%s"
29312937 msgstr "Zigorowano wiele @%s"
29322938
2933 #: tp/Texinfo/Parser.pm:4950
2934 #, perl-format
2935 msgid "Command @%s does not accept arguments"
2939 #: tp/Texinfo/Parser.pm:4975
2940 #, fuzzy, perl-format
2941 msgid "command @%s does not accept arguments"
29362942 msgstr "Polecenie @%s nie może mieć argumentów"
29372943
2938 #: tp/Texinfo/Parser.pm:4974
2939 #, perl-format
2940 msgid "Command @%s missing a node or external manual argument"
2944 #: tp/Texinfo/Parser.pm:4999
2945 #, fuzzy, perl-format
2946 msgid "command @%s missing a node or external manual argument"
29412947 msgstr ""
29422948 "Brak argumentu będącego węzłem lub zewnętrznym podręcznikiem w poleceniu @%s"
29432949
2944 #: tp/Texinfo/Parser.pm:4993
2945 #, perl-format
2946 msgid "In @%s empty cross reference name after expansion `%s'"
2950 #: tp/Texinfo/Parser.pm:5018
2951 #, fuzzy, perl-format
2952 msgid "in @%s empty cross reference name after expansion `%s'"
29472953 msgstr "Pusta nazwa odwołania w @%s po rozwinięciu `%s'"
29482954
2949 #: tp/Texinfo/Parser.pm:5004
2950 #, perl-format
2951 msgid "In @%s empty cross reference title after expansion `%s'"
2955 #: tp/Texinfo/Parser.pm:5029
2956 #, fuzzy, perl-format
2957 msgid "in @%s empty cross reference title after expansion `%s'"
29522958 msgstr "Pusty tytuł odwołania w @%s po rozwinięciu `%s'"
29532959
2954 #: tp/Texinfo/Parser.pm:5017
2960 #: tp/Texinfo/Parser.pm:5042
29552961 msgid "@image missing filename argument"
29562962 msgstr "Po @image brakuje argumentu plikowego"
29572963
2958 #: tp/Texinfo/Parser.pm:5047
2964 #: tp/Texinfo/Parser.pm:5072
29592965 #, perl-format
29602966 msgid "@%s missing first argument"
29612967 msgstr "Brak pierwszego argumentu @%s"
29622968
2963 #: tp/Texinfo/Parser.pm:5169
2964 msgid "Superfluous arguments for node"
2969 #: tp/Texinfo/Parser.pm:5194
2970 #, fuzzy
2971 msgid "superfluous arguments for node"
29652972 msgstr "Nadmiarowe argumenty dla węzła"
29662973
2967 #: tp/Texinfo/Parser.pm:5208
2968 #, perl-format
2969 msgid "Expected @end %s"
2974 #: tp/Texinfo/Parser.pm:5233
2975 #, fuzzy, perl-format
2976 msgid "expected @end %s"
29702977 msgstr "Oczekiwano @end %s"
29712978
2972 #: tp/Texinfo/Parser.pm:5283
2973 #, perl-format
2974 msgid "Remaining argument on @%s line: %s"
2979 #: tp/Texinfo/Parser.pm:5309
2980 #, fuzzy, perl-format
2981 msgid "remaining argument on @%s line: %s"
29752982 msgstr "Pozostały argument w linii @%s: %s"
29762983
2977 #: tp/Texinfo/Parser.pm:5287
2984 #: tp/Texinfo/Parser.pm:5313
29782985 #, perl-format
29792986 msgid "@%s should only accept a @-command as argument, not `%s'"
29802987 msgstr "@%s powinno mieć tylko polecenie typu @ jako argument, a nie `%s'"
29812988
2982 #: tp/Texinfo/Parser.pm:5362
2983 #, perl-format
2984 msgid "Environment command %s as argument to @%s"
2989 #: tp/Texinfo/Parser.pm:5388
2990 #, fuzzy, perl-format
2991 msgid "environment command %s as argument to @%s"
29852992 msgstr "Polecenie środowiska %s jako argument dla @%s"
29862993
2987 #: tp/Texinfo/Parser.pm:5384
2988 #, perl-format
2989 msgid "Empty @%s"
2994 #: tp/Texinfo/Parser.pm:5410
2995 #, fuzzy, perl-format
2996 msgid "empty @%s"
29902997 msgstr "Puste @%s"
29912998
2992 #: tp/Texinfo/Parser.pm:5392
2999 #: tp/Texinfo/Parser.pm:5418
29933000 #, perl-format
29943001 msgid "column fraction not a number: %s"
29953002 msgstr "szerokość kolumny nie jest liczbą: %s"
29963003
2997 #: tp/Texinfo/Parser.pm:5401
3004 #: tp/Texinfo/Parser.pm:5427
29983005 #, perl-format
29993006 msgid "@sp arg must be numeric, not `%s'"
30003007 msgstr "Argument @sp musi być liczbą, a nie `%s'"
30013008
3002 #: tp/Texinfo/Parser.pm:5409
3003 #, perl-format
3004 msgid "Reserved index name %s"
3009 #: tp/Texinfo/Parser.pm:5436
3010 #, fuzzy, perl-format
3011 msgid "reserved index name %s"
30053012 msgstr "Zarezerwowana nazwa indeksu %s"
30063013
3007 #: tp/Texinfo/Parser.pm:5428
3008 #, perl-format
3009 msgid "Unknown source index in @%s: %s"
3014 #: tp/Texinfo/Parser.pm:5455
3015 #, fuzzy, perl-format
3016 msgid "unknown source index in @%s: %s"
30103017 msgstr "Nieznany indeks źródłowy w @%s: %s"
30113018
3012 #: tp/Texinfo/Parser.pm:5431
3013 #, perl-format
3014 msgid "Unknown destination index in @%s: %s"
3019 #: tp/Texinfo/Parser.pm:5458
3020 #, fuzzy, perl-format
3021 msgid "unknown destination index in @%s: %s"
30153022 msgstr "Nieznany indeks docelowy w @%s: %s"
30163023
3017 #: tp/Texinfo/Parser.pm:5461
3024 #: tp/Texinfo/Parser.pm:5488
30183025 #, perl-format
30193026 msgid "@%s leads to a merging of %s in itself, ignoring"
30203027 msgstr "@%s prowadzi do włączenia %s do sanego siebie, zignorowano"
30213028
3022 #: tp/Texinfo/Parser.pm:5474
3023 #, perl-format
3024 msgid "Unknown index `%s' in @printindex"
3029 #: tp/Texinfo/Parser.pm:5501
3030 #, fuzzy, perl-format
3031 msgid "unknown index `%s' in @printindex"
30253032 msgstr "Nieznany indeks `%s' w @printindex"
30263033
3027 #: tp/Texinfo/Parser.pm:5480
3028 #, perl-format
3029 msgid "Printing an index `%s' merged in another one `%s'"
3034 #: tp/Texinfo/Parser.pm:5507
3035 #, fuzzy, perl-format
3036 msgid "printing an index `%s' merged in another one `%s'"
30303037 msgstr "Wydruk indeksu `%s' włączony w innym `%s'"
30313038
3032 #: tp/Texinfo/Parser.pm:5488
3033 #, perl-format
3034 msgid "Printindex before document beginning: @printindex %s"
3039 #: tp/Texinfo/Parser.pm:5515
3040 #, fuzzy, perl-format
3041 msgid "printindex before document beginning: @printindex %s"
30353042 msgstr "Polecenie printindex przed początkiem dokumentu: @printindex %s"
30363043
3037 #: tp/Texinfo/Parser.pm:5504
3044 #: tp/Texinfo/Parser.pm:5531
30383045 #, perl-format
30393046 msgid "@%s arg must be `top' or `bottom', not `%s'"
30403047 msgstr "Argumentem @%s musi być `top' lub `bottom', a nie `%s'"
30413048
3042 #: tp/Texinfo/Parser.pm:5512
3049 #: tp/Texinfo/Parser.pm:5539
30433050 #, perl-format
30443051 msgid "Only @%s 10 or 11 is supported, not `%s'"
30453052 msgstr "Obsługiwane są tylko @%s 10 lub 11, a nie `%s'"
30463053
3047 #: tp/Texinfo/Parser.pm:5520
3054 #: tp/Texinfo/Parser.pm:5547
30483055 #, perl-format
30493056 msgid "@%s arg must be `separate' or `end', not `%s'"
30503057 msgstr "Argumentem @%s musi być `separate' lub `end', a nie `%s'"
30513058
3052 #: tp/Texinfo/Parser.pm:5528
3059 #: tp/Texinfo/Parser.pm:5555
30533060 #, perl-format
30543061 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
30553062 msgstr "Argumentem @%s musi być `on', `off' lub `odd', a nie `%s'"
30563063
3057 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3064 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
30583065 #, perl-format
30593066 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
30603067 msgstr ""
30613068 "Argumentem @paragraphindent musi być liczba, `none' lub `asis', a nie `%s'"
30623069
3063 #: tp/Texinfo/Parser.pm:5559
3070 #: tp/Texinfo/Parser.pm:5586
30643071 #, perl-format
30653072 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
30663073 msgstr ""
30673074 "Argumentem @firstparagraphindent musi być `none' lub `insert', a nie `%s'"
30683075
3069 #: tp/Texinfo/Parser.pm:5569
3076 #: tp/Texinfo/Parser.pm:5596
30703077 #, perl-format
30713078 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
30723079 msgstr "Argumentem @exampleindent musi być liczba lub `asis', a nie `%s'"
30733080
3074 #: tp/Texinfo/Parser.pm:5580
3075 #, perl-format
3076 msgid "Expected @%s on or off, not `%s'"
3081 #: tp/Texinfo/Parser.pm:5607
3082 #, fuzzy, perl-format
3083 msgid "expected @%s on or off, not `%s'"
30773084 msgstr "Oczekiwano @%s on lub off, a nie `%s'"
30783085
3079 #: tp/Texinfo/Parser.pm:5590
3086 #: tp/Texinfo/Parser.pm:5617
30803087 #, perl-format
30813088 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
30823089 msgstr ""
30833090 "Argumentem @kbdinpustyle musi być `code', `example' lub `distinct', a nie `"
30843091 "%s'"
30853092
3086 #: tp/Texinfo/Parser.pm:5598
3093 #: tp/Texinfo/Parser.pm:5625
30873094 #, perl-format
30883095 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
30893096 msgstr "Argumentem @allowcodebreaks musi być `true' lub `false', a nie `%s'"
30903097
3091 #: tp/Texinfo/Parser.pm:5606
3098 #: tp/Texinfo/Parser.pm:5633
30923099 #, perl-format
30933100 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
30943101 msgstr ""
30953102 "Argumentem @urefbreakstyle musi być `after', `before' lub `none', a nie `%s'"
30963103
3097 #: tp/Texinfo/Report.pm:100
3098 #, perl-format
3099 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3100 msgstr "%s:%d: uwaga: %s (być może powiązane z @%s)\n"
3101
3102 #: tp/Texinfo/Report.pm:103
3103 #, perl-format
3104 msgid "%s:%d: warning: %s\n"
3105 msgstr "%s:%d: uwaga: %s\n"
3106
3107 #: tp/Texinfo/Report.pm:146
3108 #, perl-format
3109 msgid "warning: %s\n"
3110 msgstr "uwaga: %s\n"
3111
31123104 #: tp/Texinfo/Structuring.pm:231
3113 #, perl-format
3114 msgid "Raising the section level of @%s which is too low"
3105 #, fuzzy, perl-format
3106 msgid "raising the section level of @%s which is too low"
31153107 msgstr "Zwiększanie poziomu sekcji @%s, który jest zbyt mały"
31163108
31173109 #: tp/Texinfo/Structuring.pm:263
3118 #, perl-format
3119 msgid "No chapter-level command before @%s"
3110 #, fuzzy, perl-format
3111 msgid "no chapter-level command before @%s"
31203112 msgstr "Brak polecenia poziomu rozdziału przed @%s"
31213113
31223114 #: tp/Texinfo/Structuring.pm:268
3123 #, perl-format
3124 msgid "Lowering the section level of @%s appearing after a lower element"
3115 #, fuzzy, perl-format
3116 msgid "lowering the section level of @%s appearing after a lower element"
31253117 msgstr "Zmniejszanie poziomu sekcji @%s, występującej po niższym elemencie"
31263118
31273119 #: tp/Texinfo/Structuring.pm:347
3128 #, perl-format
3129 msgid "No sectioning command associated with @%s"
3120 #, fuzzy, perl-format
3121 msgid "no sectioning command associated with @%s"
31303122 msgstr "Brak polecenia sekcjonowania związanego z @%s"
31313123
31323124 #: tp/Texinfo/Structuring.pm:568
3133 #, perl-format
3134 msgid "Menu reference to nonexistent node `%s'"
3125 #, fuzzy, perl-format
3126 msgid "menu reference to nonexistent node `%s'"
31353127 msgstr "Odwołanie menu do nie istniejącego węzła `%s'"
31363128
31373129 #: tp/Texinfo/Structuring.pm:583
3138 #, perl-format
3139 msgid "Menu entry node name `%s' different from %s name `%s'"
3130 #, fuzzy, perl-format
3131 msgid "menu entry node name `%s' different from %s name `%s'"
31403132 msgstr "Nazwa węzła wpisu menu `%s' różni się od nazwy %s `%s'"
31413133
31423134 #: tp/Texinfo/Structuring.pm:619
31453137 msgstr "nie wskazywany węzeł `%s'"
31463138
31473139 #: tp/Texinfo/Structuring.pm:665
3148 #, perl-format
3149 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3140 #, fuzzy, perl-format
3141 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31503142 msgstr "Węzeł `%s' to %s dla `%s' w sekcjonowaniu, ale nie w menu"
31513143
31523144 #: tp/Texinfo/Structuring.pm:672
3153 #, perl-format
3154 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3145 #, fuzzy, perl-format
3146 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31553147 msgstr "Węzeł %s `%s' w menu `%s' i w sekcjonowaniu `%s' są różne"
31563148
31573149 #: tp/Texinfo/Structuring.pm:690
3158 #, perl-format
3159 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3150 #, fuzzy, perl-format
3151 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
31603152 msgstr "Węzeł `%s' to %s dla `%s' w menu, ale nie w sekcjonowaniu"
31613153
31623154 #: tp/Texinfo/Structuring.pm:744
31703162 msgstr "Odwołanie %s do nie istniejącego `%s'"
31713163
31723164 #: tp/Texinfo/Structuring.pm:790
3173 #, perl-format
3174 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3165 #, fuzzy, perl-format
3166 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
31753167 msgstr ""
31763168 "Węzeł `%s' nie ma elementu menu dla `%s' pomimo bycia jego celem W górę"
31773169
31783170 #: tp/Texinfo/Structuring.pm:798
3179 #, perl-format
3180 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3171 #, fuzzy, perl-format
3172 msgid "for `%s', up in menu `%s' and up `%s' don't match"
31813173 msgstr "Dla `%s' węzeł górny w menu `%s' i górny `%s' są różne"
31823174
31833175 #: tp/Texinfo/Structuring.pm:1282
31903182 msgid "@%s to `%s', different from %s name `%s'"
31913183 msgstr "@%s do `%s' różne od nazwy %s `%s'"
31923184
3193 #: tp/Texinfo/Structuring.pm:1939
3194 #, perl-format
3195 msgid "Empty index key in @%s"
3185 #: tp/Texinfo/Structuring.pm:1959
3186 #, fuzzy, perl-format
3187 msgid "empty index key in @%s"
31963188 msgstr "Pusty klucz indeksu w @%s"
31973189
31983190 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
31993191 #, fuzzy, perl-format
3200 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3201 msgstr "Nie można otworzyć %s do zapisu: %s\n"
3192 msgid "chm.pm: could not open %s for writing: %s\n"
3193 msgstr "Nie można otworzyć pliku %s do zapisu: %s\n"
32023194
32033195 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
32043196 #, fuzzy, perl-format
3205 msgid "chm.pm:%s: Error on closing: %s"
3197 msgid "chm.pm: error on closing %s: %s"
32063198 msgstr "Błąd podczas zamykania %s: %s"
32073199
3208 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3209 #, fuzzy, perl-format
3210 msgid "tex4ht.pm:%s: Cannot open: %s"
3200 #: tp/init/latex2html.pm:200
3201 #, fuzzy, perl-format
3202 msgid "l2h: could not open latex file %s for writing: %s"
3203 msgstr "Nie można otworzyć %s do zapisu: %s"
3204
3205 #: tp/init/latex2html.pm:341
3206 msgid "l2h: L2H_TMP directory contains a dot"
3207 msgstr ""
3208
3209 #: tp/init/latex2html.pm:346
3210 msgid "l2h: current directory contains a dot"
3211 msgstr ""
3212
3213 #: tp/init/latex2html.pm:374
3214 #, perl-format
3215 msgid "l2h: command did not succeed: %s"
3216 msgstr ""
3217
3218 #: tp/init/latex2html.pm:422
3219 #, perl-format
3220 msgid "l2h: image has invalid extension: %s"
3221 msgstr ""
3222
3223 #: tp/init/latex2html.pm:438
3224 #, fuzzy, perl-format
3225 msgid "l2h: rename %s as %s failed: %s"
3226 msgstr "Zmiana nazwy %s nie powiodła się: %s"
3227
3228 #: tp/init/latex2html.pm:460
3229 #, fuzzy, perl-format
3230 msgid "l2h: could not open %s: %s"
32113231 msgstr "@%s: nie można otworzyć pliku %s: %s"
32123232
3213 #: tp/init/tex4ht.pm:219
3214 #, fuzzy, perl-format
3215 msgid "tex4ht.pm:%s: chdir failed: %s"
3216 msgstr "Zmiana nazwy %s nie powiodła się: %s"
3217
3218 #: tp/init/tex4ht.pm:232
3219 #, perl-format
3220 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3221 msgstr ""
3222
3223 #: tp/init/tex4ht.pm:244
3224 #, fuzzy, perl-format
3225 msgid "tex4ht.pm: Output file missing: %s"
3226 msgstr "Brak wyjścia tex4ht: %s"
3227
3228 #: tp/init/tex4ht.pm:260
3229 #, perl-format
3230 msgid "tex4ht.pm: Command failed: %s"
3231 msgstr ""
3232
3233 #: tp/init/tex4ht.pm:293
3234 #, perl-format
3235 msgid "tex4ht.pm: end of @%s item %d not found"
3236 msgstr ""
3237
3238 #: tp/init/tex4ht.pm:300
3239 #, fuzzy, perl-format
3240 msgid ""
3241 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3242 "items found in the document"
3233 #: tp/init/latex2html.pm:493
3234 #, perl-format
3235 msgid "latex2html.pm: end of @%s item %d not found"
3236 msgstr ""
3237
3238 #: tp/init/latex2html.pm:504
3239 #, fuzzy, perl-format
3240 msgid ""
3241 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3242 "of items found in the document"
32433243 msgstr ""
32443244 "Przetwarzanie tex4ht wytworzyło elementów w HTML-u: %d; oczekiwano %d - "
32453245 "liczba elementów znalezionych w dokumencie"
32463246
3247 #: tp/init/tex4ht.pm:319
3248 #, fuzzy, perl-format
3249 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3247 #: tp/init/latex2html.pm:534
3248 #, perl-format
3249 msgid "l2h: could not determine the fragment %d for @%s"
3250 msgstr ""
3251
3252 #: tp/init/latex2html.pm:560
3253 #, perl-format
3254 msgid ""
3255 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3256 "HTML"
3257 msgstr ""
3258
3259 #: tp/init/latex2html.pm:621
3260 #, fuzzy, perl-format
3261 msgid "l2h: could not load %s: %s"
3262 msgstr "nie można otworzyć pliku --include-file %s: %s"
3263
3264 #: tp/init/latex2html.pm:634
3265 #, fuzzy, perl-format
3266 msgid "l2h: could not open %s for writing: %s"
3267 msgstr "Nie można otworzyć %s do zapisu: %s"
3268
3269 #: tp/init/tex4ht.pm:123
3270 #, fuzzy, perl-format
3271 msgid "tex4ht.pm: could not open %s: %s"
3272 msgstr "@%s: nie można otworzyć pliku %s: %s"
3273
3274 #: tp/init/tex4ht.pm:219
3275 #, fuzzy, perl-format
3276 msgid "tex4ht.pm: chdir %s failed: %s"
3277 msgstr "Zmiana nazwy %s nie powiodła się: %s"
3278
3279 #: tp/init/tex4ht.pm:232
3280 #, perl-format
3281 msgid "tex4ht.pm: unable to return to initial directory: %s"
3282 msgstr ""
3283
3284 #: tp/init/tex4ht.pm:244
3285 #, fuzzy, perl-format
3286 msgid "tex4ht.pm: output file missing: %s"
3287 msgstr "Brak wyjścia tex4ht: %s"
3288
3289 #: tp/init/tex4ht.pm:260
3290 #, fuzzy, perl-format
3291 msgid "tex4ht.pm: command failed: %s"
3292 msgstr "Zmiana nazwy %s nie powiodła się: %s"
3293
3294 #: tp/init/tex4ht.pm:267
3295 #, fuzzy, perl-format
3296 msgid "tex4ht.pm: could not open: %s"
3297 msgstr "@%s: nie można otworzyć pliku %s: %s"
3298
3299 #: tp/init/tex4ht.pm:293
3300 #, perl-format
3301 msgid "tex4ht.pm: end of @%s item %d not found"
3302 msgstr ""
3303
3304 #: tp/init/tex4ht.pm:300
3305 #, fuzzy, perl-format
3306 msgid ""
3307 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3308 "items found in the document for @%s"
3309 msgstr ""
3310 "Przetwarzanie tex4ht wytworzyło elementów w HTML-u: %d; oczekiwano %d - "
3311 "liczba elementów znalezionych w dokumencie"
3312
3313 #: tp/init/tex4ht.pm:320
3314 #, fuzzy, perl-format
3315 msgid "tex4ht.pm: output has no HTML item for @%s %s"
32503316 msgstr "Wyjście tex4ht nie ma elementu HTML dla @%s %s"
32513317
3252 #: tp/texi2any.pl:375
3318 #: tp/init/tex4ht.pm:335
3319 #, fuzzy, perl-format
3320 msgid ""
3321 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3322 "items found in the document for @%s"
3323 msgstr ""
3324 "Przetwarzanie tex4ht wytworzyło elementów w HTML-u: %d; oczekiwano %d - "
3325 "liczba elementów znalezionych w dokumencie"
3326
3327 #: tp/texi2any.pl:379
32533328 #, perl-format
32543329 msgid "error loading %s: %s\n"
32553330 msgstr "błąd podczas wczytywania %s: %s\n"
32563331
3257 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3258 #, perl-format
3259 msgid "Unknown variable %s\n"
3332 #: tp/texi2any.pl:392
3333 #, fuzzy, perl-format
3334 msgid "%s: unknown variable %s"
32603335 msgstr "Nieznana zmienna %s\n"
32613336
3262 #: tp/texi2any.pl:468
3263 #, perl-format
3264 msgid "Can't read init file %s"
3337 #: tp/texi2any.pl:396
3338 #, fuzzy, perl-format
3339 msgid "%s: obsolete variable %s\n"
3340 msgstr "Przestarzała zmienna %s\n"
3341
3342 #: tp/texi2any.pl:411
3343 #, fuzzy, perl-format
3344 msgid "%s: unknown variable %s\n"
3345 msgstr "Nieznana zmienna %s\n"
3346
3347 #: tp/texi2any.pl:415
3348 #, fuzzy, perl-format
3349 msgid "obsolete variable %s\n"
3350 msgstr "Przestarzała zmienna %s\n"
3351
3352 #: tp/texi2any.pl:480
3353 #, fuzzy, perl-format
3354 msgid "could not read init file %s"
32653355 msgstr "Nie można odczytać pliku init %s"
32663356
3267 #: tp/texi2any.pl:619
3268 #, perl-format
3269 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3357 #: tp/texi2any.pl:633
3358 #, fuzzy, perl-format
3359 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32703360 msgstr "%s: Zignorowano nierozpoznaną wartość TEXINFO_OUTPUT_FORMAT `%s'.\n"
32713361
3272 #: tp/texi2any.pl:691
3362 #: tp/texi2any.pl:710
32733363 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32743364 msgstr "Składnia: makeinfo [OPCJA]... PLIK-TEXINFO...\n"
32753365
3276 #: tp/texi2any.pl:692
3366 #: tp/texi2any.pl:711
32773367 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32783368 msgstr " lub: texi2any [OPCJA]... PLIK-TEXINFO...\n"
32793369
3280 #: tp/texi2any.pl:694
3370 #: tp/texi2any.pl:713
32813371 msgid ""
32823372 "Translate Texinfo source documentation to various other formats, by default\n"
32833373 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32873377 "samodzielnym\n"
32883378 "GNU Info.\n"
32893379
3290 #: tp/texi2any.pl:697
3380 #: tp/texi2any.pl:716
32913381 #, perl-format
32923382 msgid ""
32933383 "General options:\n"
33253415 " --version wyświetlenie informacji o wersji i "
33263416 "zakończenie.\n"
33273417
3328 #: tp/texi2any.pl:712
3418 #: tp/texi2any.pl:731
33293419 msgid ""
33303420 "Output format selection (default is to produce Info):\n"
33313421 " --docbook output Docbook XML rather than Info.\n"
33423432 " --dvi, --dvipdf, --ps, --pdf wywołanie texi2dvi w celu wygenerowania\n"
33433433 " podanego wyjścia.\n"
33443434
3345 #: tp/texi2any.pl:720
3435 #: tp/texi2any.pl:739
33463436 msgid ""
33473437 "General output options:\n"
33483438 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33933483 " W innym przypadku CEL to nazwa pliku\n"
33943484 " wyjściowego.\n"
33953485
3396 #: tp/texi2any.pl:740
3486 #: tp/texi2any.pl:759
33973487 #, perl-format
33983488 msgid ""
33993489 "Options for Info and plain text:\n"
34363526 " --split-size=ROZMIAR podział Info na pliki o ROZMIARZE (domyślnie "
34373527 "%d).\n"
34383528
3439 #: tp/texi2any.pl:757
3529 #: tp/texi2any.pl:776
34403530 msgid ""
34413531 "Options for HTML:\n"
34423532 " --css-include=FILE include FILE in HTML <style> output;\n"
34613551 " --node-files tworzenie plików przekierowań dla węzłów\n"
34623552 " i znaczników; domyśnie tylko przy podziale.\n"
34633553
3464 #: tp/texi2any.pl:768
3554 #: tp/texi2any.pl:787
34653555 msgid ""
34663556 "Options for XML and Docbook:\n"
34673557 " --output-indent=VAL does nothing, retained for compatibility.\n"
34693559 "Opcje dla XML-a i Docbooka:\n"
34703560 " --output-indent=ILE nic, zachowane dla kompatybilności.\n"
34713561
3472 #: tp/texi2any.pl:771
3562 #: tp/texi2any.pl:790
34733563 msgid ""
34743564 "Options for DVI/PS/PDF:\n"
34753565 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34783568 " --Xopt=OPCJA przekazanie OPCJI do texi2dvi; można "
34793569 "powtarzać.\n"
34803570
3481 #: tp/texi2any.pl:774
3571 #: tp/texi2any.pl:793
34823572 msgid ""
34833573 "Input file options:\n"
34843574 " --commands-in-node-names does nothing, retained for compatibility.\n"
34973587 " -U ZMIENNA usunięcie definicji ZMIENNEJ, tak jak "
34983588 "@clear.\n"
34993589
3500 #: tp/texi2any.pl:781
3590 #: tp/texi2any.pl:800
35013591 msgid ""
35023592 "Conditional processing in input:\n"
35033593 " --ifdocbook process @ifdocbook and @docbook even if\n"
35383628 "\n"
35393629 " Ponadto opcje --no-ifFORMAT powodują przetwarzanie tekstu @ifnotFORMAT.\n"
35403630
3541 #: tp/texi2any.pl:798
3631 #: tp/texi2any.pl:817
35423632 msgid ""
35433633 " The defaults for the @if... conditionals depend on the output format:\n"
35443634 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35563646 "wyłączone;\n"
35573647 " jeśli generowany jest XML, --ifxml jest włączone, a reszta wyłączona.\n"
35583648
3559 #: tp/texi2any.pl:805
3649 #: tp/texi2any.pl:824
35603650 msgid ""
35613651 "Examples:\n"
35623652 " makeinfo foo.texi write Info to foo's @setfilename\n"
35913681 " makeinfo --no-split foo.texi zapisanie jednego wielkiego pliku "
35923682 "Info\n"
35933683
3594 #: tp/texi2any.pl:852
3684 #: tp/texi2any.pl:871
35953685 #, perl-format
35963686 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35973687 msgstr ""
35983688 "%s: argumentem --footnote-style musi być `separate' lub `end', a nie `%s'.\n"
35993689
3600 #: tp/texi2any.pl:934
3690 #: tp/texi2any.pl:953
36013691 #, perl-format
36023692 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
36033693 msgstr ""
36043694 "%s: argument --paragraph-indent musi być liczbą/`none'/`asis', a nie `%s'.\n"
36053695
3606 #: tp/texi2any.pl:1011
3607 #, perl-format
3608 msgid "when generating %s, only one input FILE may be specified with -o"
3696 #: tp/texi2any.pl:1030
3697 #, fuzzy, perl-format
3698 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
36093699 msgstr "przy generowaniu %s, opcją -o można podać tylko jeden PLIK wejściowy"
36103700
3611 #: tp/texi2any.pl:1015
3701 #: tp/texi2any.pl:1034
36123702 msgid "--Xopt option without printed output"
36133703 msgstr "opcja --Xopt bez drukowanego wyjścia"
36143704
3615 #: tp/texi2any.pl:1025
3616 #, perl-format
3617 msgid "Unknown tree transformation %s"
3705 #: tp/texi2any.pl:1044
3706 #, fuzzy, perl-format
3707 msgid "unknown tree transformation %s"
36183708 msgstr "Nieznane przekształcenie drzewa %s"
36193709
3620 #: tp/texi2any.pl:1032
3621 #, perl-format
3622 msgid "Ignoring splitting for format %s"
3710 #: tp/texi2any.pl:1051
3711 #, fuzzy, perl-format
3712 msgid "ignoring splitting for format %s"
36233713 msgstr "Zignorowano podział dla formatu %s"
36243714
3625 #: tp/texi2any.pl:1081
3715 #: tp/texi2any.pl:1101
36263716 #, perl-format
36273717 msgid "%s: missing file argument.\n"
36283718 msgstr "%s: brakujący argument plikowy.\n"
36293719
3630 #: tp/texi2any.pl:1082
3720 #: tp/texi2any.pl:1102
36313721 #, perl-format
36323722 msgid "Try `%s --help' for more information.\n"
36333723 msgstr "Polecenie `%s --help' poda więcej informacji.\n"
36343724
3635 #: tp/texi2any.pl:1153
3725 #: tp/texi2any.pl:1173
36363726 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36373727 msgstr ""
36383728 "Przekształcenie fill_gaps_in_sectioning zwróciło pusty wynik. Brak sekcji?"
36393729
3640 #: tp/texi2any.pl:1175
3641 #, perl-format
3642 msgid "Error on closing macro expand file %s: %s\n"
3730 #: tp/texi2any.pl:1195
3731 #, fuzzy, perl-format
3732 msgid "error on closing macro expand file %s: %s\n"
36433733 msgstr "Błąd podczas zamykania pliku rozwinięć makr %s: %s\n"
36443734
3645 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3646 #, perl-format
3647 msgid "Could not open %s for writing: %s\n"
3735 #: tp/texi2any.pl:1201
3736 #, fuzzy, perl-format
3737 msgid "could not open %s for writing: %s\n"
36483738 msgstr "Nie można otworzyć pliku %s do zapisu: %s\n"
36493739
3650 #: tp/texi2any.pl:1205
3740 #: tp/texi2any.pl:1226
36513741 msgid ""
36523742 "insert_nodes_for_sectioning_commands transformation return no result. No "
36533743 "section?"
36553745 "Przekształcenie insert_nodes_for_sectioning_commands zwróciło pusty wynik. "
36563746 "Brak sekcji?"
36573747
3658 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3659 #, perl-format
3660 msgid "Error on closing %s: %s\n"
3748 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3749 #, fuzzy, perl-format
3750 msgid "%s: error on closing %s: %s\n"
36613751 msgstr "Błąd podczas zamykania %s: %s\n"
36623752
3663 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3664 #, perl-format
3665 msgid "Error on closing internal links file %s: %s\n"
3753 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3754 #, fuzzy, perl-format
3755 msgid "%s: error on closing internal links file %s: %s\n"
36663756 msgstr "Błąd podczas zamykania pliku odnośników wewnętrznych %s: %s\n"
3757
3758 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3759 #, fuzzy, perl-format
3760 msgid "%s: could not open %s for writing: %s\n"
3761 msgstr "Nie można otworzyć pliku %s do zapisu: %s\n"
36673762
36683763 #: util/texindex.c:223
36693764 msgid "display this help and exit"
37233818 msgid "entry %s follows an entry with a secondary name"
37243819 msgstr "wpis %s wystąpił po wpisie z dodatkową nazwą"
37253820
3821 #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
3822 #~ msgstr "protect_hashchar_at_line_beginning nie może zabezpieczyć w @%s"
3823
3824 #~ msgid "Can't read file %s: %s"
3825 #~ msgstr "Nie można odczytać pliku %s: %s"
3826
3827 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3828 #~ msgstr "%s:%d: uwaga: %s (być może powiązane z @%s)\n"
3829
3830 #~ msgid "%s:%d: warning: %s\n"
3831 #~ msgstr "%s:%d: uwaga: %s\n"
3832
3833 #~ msgid "warning: %s\n"
3834 #~ msgstr "uwaga: %s\n"
3835
3836 #, fuzzy
3837 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3838 #~ msgstr "Nie można otworzyć %s do zapisu: %s\n"
3839
37263840 #~ msgid "tex4ht error opening %s: %s"
37273841 #~ msgstr "Błąd otwierania tex4ht %s: %s"
37283842
Binary diff not shown
+628
-535
po/ro.po less more
77 msgstr ""
88 "Project-Id-Version: texinfo 4.7.94\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
10 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1111 "PO-Revision-Date: 2005-05-03 12:00+05\n"
1212 "Last-Translator: Laurentiu Buzdugan <lbuz@rolix.org>\n"
1313 "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
405405 msgstr "Încercaþi --help pentru informaþii suplimentare.\n"
406406
407407 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
408 #: tp/texi2any.pl:829 util/texindex.c:295
408 #: tp/texi2any.pl:848 util/texindex.c:295
409409 #, c-format, perl-format
410410 msgid ""
411411 "Copyright (C) %s Free Software Foundation, Inc.\n"
20372037 " --version display version information and exit."
20382038 msgstr ""
20392039
2040 #: install-info/install-info.c:598 tp/texi2any.pl:817
2040 #: install-info/install-info.c:598 tp/texi2any.pl:836
20412041 #, fuzzy
20422042 msgid ""
20432043 "Email bug reports to bug-texinfo@gnu.org,\n"
21562156 msgstr "nici o intrare gãsitã pentru `%s'; n-am ºters nimic"
21572157
21582158 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2159 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2160 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2161 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2162 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2163 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2164 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2159 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2160 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2161 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2162 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2163 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2164 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
21652165 #: tp/Texinfo/Convert/TexinfoXML.pm:429
21662166 #, fuzzy, perl-format
2167 msgid "Could not open %s for writing: %s"
2167 msgid "could not open %s for writing: %s"
21682168 msgstr "%s: nu am putut deschide --css-file: %s"
21692169
21702170 #: tp/Texinfo/Common.pm:850
21902190 msgid "%s is not a valid split possibility"
21912191 msgstr "%s nu este un cod de limbã valid conform ISO 639"
21922192
2193 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2194 #, fuzzy, perl-format
2195 msgid "Cannot read %s: %s"
2193 #: tp/Texinfo/Common.pm:1096
2194 #, fuzzy, perl-format
2195 msgid "could not read %s: %s"
21962196 msgstr "Nu pot crea directorul `%s': %s"
21972197
2198 #: tp/Texinfo/Common.pm:1113
2199 #, fuzzy, perl-format
2200 msgid "Error on closing @verbatiminclude file %s: %s"
2198 #: tp/Texinfo/Common.pm:1114
2199 #, fuzzy, perl-format
2200 msgid "error on closing @verbatiminclude file %s: %s"
22012201 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
22022202
2203 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2204 #, fuzzy, perl-format
2205 msgid "@%s: Cannot find %s"
2203 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2204 #, fuzzy, perl-format
2205 msgid "@%s: could not find %s"
22062206 msgstr "Nu pot gãsi `%s'."
22072207
2208 #: tp/Texinfo/Common.pm:1416
2209 #, fuzzy, perl-format
2210 msgid "Cannot open html refs config file %s: %s"
2208 #: tp/Texinfo/Common.pm:1417
2209 #, fuzzy, perl-format
2210 msgid "could not open html refs config file %s: %s"
22112211 msgstr "Nu pot ºterge fisierul `%s': %s"
22122212
2213 #: tp/Texinfo/Common.pm:1444
2214 msgid "Missing type"
2215 msgstr ""
2216
2217 #: tp/Texinfo/Common.pm:1447
2218 #, fuzzy, perl-format
2219 msgid "Unrecognized type: %s"
2213 #: tp/Texinfo/Common.pm:1445
2214 #, fuzzy
2215 msgid "missing type"
2216 msgstr "nume de acþiune inexistent"
2217
2218 #: tp/Texinfo/Common.pm:1448
2219 #, fuzzy, perl-format
2220 msgid "unrecognized type: %s"
22202221 msgstr "%s: opþiune nerecunoscutã `--%s'\n"
22212222
2222 #: tp/Texinfo/Common.pm:1463
2223 #, fuzzy, perl-format
2224 msgid "Error on closing html refs config file %s: %s"
2223 #: tp/Texinfo/Common.pm:1465
2224 #, fuzzy, perl-format
2225 msgid "error on closing html refs config file %s: %s"
22252226 msgstr "Nu pot ºterge fisierul `%s': %s"
22262227
2227 #: tp/Texinfo/Common.pm:1498
2228 #, perl-format
2229 msgid "%s:%d: no node to be renamed\n"
2230 msgstr ""
2231
2232 #: tp/Texinfo/Common.pm:1509
2233 #, perl-format
2234 msgid "%s:%d: nodes without a new name at the end of file\n"
2235 msgstr ""
2236
2237 #: tp/Texinfo/Common.pm:2000
2238 #, perl-format
2239 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2228 #: tp/Texinfo/Common.pm:1500
2229 msgid "no node to be renamed"
2230 msgstr ""
2231
2232 #: tp/Texinfo/Common.pm:1511
2233 msgid "nodes without a new name at the end of file"
2234 msgstr ""
2235
2236 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2237 #, fuzzy, perl-format
2238 msgid "could not open %s: %s"
2239 msgstr "%s: nu am putut deschide --css-file: %s"
2240
2241 #: tp/Texinfo/Common.pm:2002
2242 #, perl-format
2243 msgid "could not protect hash character in @%s"
22402244 msgstr ""
22412245
22422246 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2243 #: tp/texi2any.pl:387 tp/texi2any.pl:404
22442247 #, fuzzy, perl-format
22452248 msgid "Obsolete variable %s\n"
22462249 msgstr "Seteazã variabilã: "
22472250
22482251 #: tp/Texinfo/Convert/Converter.pm:601
22492252 #, fuzzy, perl-format
2250 msgid "Can't create directories `%s' or `%s': %s"
2253 msgid "could not create directories `%s' or `%s': %s"
22512254 msgstr "Nu pot crea directorul `%s': %s"
22522255
22532256 #: tp/Texinfo/Convert/Converter.pm:609
22542257 #, fuzzy, perl-format
2255 msgid "Can't create directories `%s': %s"
2258 msgid "could not create directory `%s': %s"
22562259 msgstr "Nu pot crea directorul `%s': %s"
22572260
2258 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2259 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2260 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2261 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2262 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2263 #, fuzzy, perl-format
2264 msgid "Error on closing %s: %s"
2261 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2262 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2263 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2264 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2265 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2266 #, fuzzy, perl-format
2267 msgid "error on closing %s: %s"
22652268 msgstr "eroare la scrierea în `%s'"
22662269
2267 #: tp/Texinfo/Convert/DocBook.pm:898
2270 #: tp/Texinfo/Convert/DocBook.pm:899
22682271 #, fuzzy, perl-format
22692272 msgid "@image file `%s' not found, using `%s'"
22702273 msgstr "Fiºierul @image `%s' nu poate fi citit: %s"
22712274
2272 #: tp/Texinfo/Convert/HTML.pm:1677
2275 #: tp/Texinfo/Convert/HTML.pm:1678
22732276 #, fuzzy, perl-format
22742277 msgid "@image file `%s' (for HTML) not found, using `%s'"
22752278 msgstr "Fiºierul @image `%s' (pentru HTML) nu poate fi citit: %s"
22762279
2277 #: tp/Texinfo/Convert/HTML.pm:2345
2278 #, perl-format
2279 msgid "Raw format %s is not converted"
2280 msgstr ""
2281
2282 #: tp/Texinfo/Convert/HTML.pm:4814
2283 #, perl-format
2284 msgid "%s:%d: string not closed in css file"
2280 #: tp/Texinfo/Convert/HTML.pm:2347
2281 #, perl-format
2282 msgid "raw format %s is not converted"
22852283 msgstr ""
22862284
22872285 #: tp/Texinfo/Convert/HTML.pm:4816
2288 #, fuzzy, perl-format
2289 msgid "%s:%d: --css-include ended in comment"
2286 msgid "string not closed in css file"
2287 msgstr ""
2288
2289 #: tp/Texinfo/Convert/HTML.pm:4818
2290 #, fuzzy
2291 msgid "--css-include ended in comment"
22902292 msgstr "%s:%d: --css-file s-a terminat cu un comentariu"
22912293
2292 #: tp/Texinfo/Convert/HTML.pm:4818
2293 #, perl-format
2294 msgid "%s:%d: @import not finished in css file"
2295 msgstr ""
2296
2297 #: tp/Texinfo/Convert/HTML.pm:4844
2298 #, fuzzy, perl-format
2299 msgid "css file %s not found"
2294 #: tp/Texinfo/Convert/HTML.pm:4820
2295 msgid "@import not finished in css file"
2296 msgstr ""
2297
2298 #: tp/Texinfo/Convert/HTML.pm:4846
2299 #, fuzzy, perl-format
2300 msgid "CSS file %s not found"
23002301 msgstr "%cend macro nu a fost gãsit"
23012302
2302 #: tp/Texinfo/Convert/HTML.pm:4850
2303 #: tp/Texinfo/Convert/HTML.pm:4852
23032304 #, fuzzy, perl-format
23042305 msgid "could not open --include-file %s: %s"
23052306 msgstr "%s: nu am putut deschide --css-file: %s"
23062307
2307 #: tp/Texinfo/Convert/HTML.pm:4860
2308 #, fuzzy, perl-format
2309 msgid "Error on closing CSS file %s: %s"
2308 #: tp/Texinfo/Convert/HTML.pm:4862
2309 #, fuzzy, perl-format
2310 msgid "error on closing CSS file %s: %s"
23102311 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
23112312
2312 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2313 #, fuzzy, perl-format
2314 msgid "No htmlxref.cnf entry found for `%s'"
2313 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2314 #, fuzzy, perl-format
2315 msgid "no htmlxref.cnf entry found for `%s'"
23152316 msgstr "nici o intrare de index a fost gãsitã pentru `%s'\n"
23162317
2317 #: tp/Texinfo/Convert/HTML.pm:6495
2318 #, fuzzy, perl-format
2319 msgid "Error on closing frame file %s: %s"
2318 #: tp/Texinfo/Convert/HTML.pm:6506
2319 #, fuzzy, perl-format
2320 msgid "error on closing frame file %s: %s"
23202321 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
23212322
2322 #: tp/Texinfo/Convert/HTML.pm:6519
2323 #, fuzzy, perl-format
2324 msgid "Error on closing TOC frame file %s: %s"
2323 #: tp/Texinfo/Convert/HTML.pm:6530
2324 #, fuzzy, perl-format
2325 msgid "error on closing TOC frame file %s: %s"
23252326 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
23262327
2327 #: tp/Texinfo/Convert/HTML.pm:6634
2328 #, perl-format
2329 msgid "Handler %s of stage %s priority %s failed"
2330 msgstr ""
2331
2332 #: tp/Texinfo/Convert/HTML.pm:6835
2333 msgid "Must specify a title with a title command or @top"
2334 msgstr ""
2335
2336 #: tp/Texinfo/Convert/HTML.pm:7040
2337 #, perl-format
2338 msgid "Error on closing redirection node file %s: %s"
2339 msgstr ""
2340
2341 #: tp/Texinfo/Convert/HTML.pm:7065
2342 #, fuzzy, perl-format
2343 msgid "Old name for `%s' is a node of the document"
2328 #: tp/Texinfo/Convert/HTML.pm:6645
2329 #, perl-format
2330 msgid "handler %s of stage %s priority %s failed"
2331 msgstr ""
2332
2333 #: tp/Texinfo/Convert/HTML.pm:6846
2334 msgid "must specify a title with a title command or @top"
2335 msgstr ""
2336
2337 #: tp/Texinfo/Convert/HTML.pm:7055
2338 #, fuzzy, perl-format
2339 msgid "error on closing redirection node file %s: %s"
2340 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
2341
2342 #: tp/Texinfo/Convert/HTML.pm:7080
2343 #, fuzzy, perl-format
2344 msgid "old name for `%s' is a node of the document"
23442345 msgstr "Nici un `Prec' sau `Sus' pentru acest nod în acest document."
23452346
2346 #: tp/Texinfo/Convert/HTML.pm:7069
2347 #, fuzzy, perl-format
2348 msgid "File empty for renamed node `%s'"
2347 #: tp/Texinfo/Convert/HTML.pm:7086
2348 #, fuzzy, perl-format
2349 msgid "file empty for renamed node `%s'"
23492350 msgstr "nod nereferit `%s'"
23502351
2351 #: tp/Texinfo/Convert/HTML.pm:7081
2352 #, perl-format
2353 msgid "Target node (new name for `%s') not in document: %s"
2354 msgstr ""
2355
2356 #: tp/Texinfo/Convert/HTML.pm:7113
2357 #, fuzzy, perl-format
2358 msgid "Error on closing renamed node redirection file %s: %s"
2352 #: tp/Texinfo/Convert/HTML.pm:7100
2353 #, perl-format
2354 msgid "target node (new name for `%s') not in document: %s"
2355 msgstr ""
2356
2357 #: tp/Texinfo/Convert/HTML.pm:7132
2358 #, fuzzy, perl-format
2359 msgid "error on closing renamed node redirection file %s: %s"
23592360 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
23602361
2361 #: tp/Texinfo/Convert/HTML.pm:7151
2362 #, fuzzy
2363 msgid "Empty node name"
2362 #: tp/Texinfo/Convert/HTML.pm:7170
2363 #, fuzzy
2364 msgid "empty node name"
23642365 msgstr "nici o intrare de index a fost gãsitã pentru `%s'\n"
23652366
2366 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2367 #, perl-format
2368 msgid "Syntax for an external node used for `%s'"
2367 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2368 #, perl-format
2369 msgid "syntax for an external node used for `%s'"
23692370 msgstr ""
23702371
23712372 #: tp/Texinfo/Convert/Info.pm:99
23722373 #, fuzzy
2373 msgid "Document without nodes."
2374 msgid "document without nodes"
23742375 msgstr "Nici un meniu în acest nod"
23752376
2376 #: tp/Texinfo/Convert/Info.pm:115
2377 msgid "Document without Top node."
2378 msgstr ""
2379
2380 #: tp/Texinfo/Convert/Info.pm:151
2381 #, perl-format
2382 msgid "Rename %s failed: %s"
2383 msgstr ""
2384
2385 #: tp/Texinfo/Convert/Info.pm:226
2377 #: tp/Texinfo/Convert/Info.pm:116
2378 #, fuzzy
2379 msgid "document without Top node"
2380 msgstr "Nici un meniu în acest nod"
2381
2382 #: tp/Texinfo/Convert/Info.pm:153
2383 #, perl-format
2384 msgid "rename %s failed: %s"
2385 msgstr ""
2386
2387 #: tp/Texinfo/Convert/Info.pm:228
23862388 #, perl-format
23872389 msgid "@%s output more than once: %s"
23882390 msgstr ""
23892391
2390 #: tp/Texinfo/Convert/Info.pm:340
2392 #: tp/Texinfo/Convert/Info.pm:346
23912393 #, fuzzy, perl-format
23922394 msgid "@%s outside of any node"
23932395 msgstr "(în afara oricãrui nod)"
23942396
2395 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2396 #, perl-format
2397 msgid "Entry for index `%s' outside of any node"
2397 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2398 #, fuzzy, perl-format
2399 msgid "entry for index `%s' outside of any node"
23982400 msgstr "Intrarea pentru index-ul `%s' în afara oricãrui nod"
23992401
24002402 #: tp/Texinfo/Convert/Plaintext.pm:1217
24012403 #, fuzzy, perl-format
2402 msgid "Error on closing image text file %s: %s"
2404 msgid "error on closing image text file %s: %s"
24032405 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
24042406
24052407 #: tp/Texinfo/Convert/Plaintext.pm:1222
24072409 msgid "@image file `%s' unreadable: %s"
24082410 msgstr "Fiºierul @image `%s' nu poate fi citit: %s"
24092411
2410 #: tp/Texinfo/Convert/Plaintext.pm:1250
2411 #, fuzzy, perl-format
2412 msgid "Cannot find @image file `%s.txt' nor alternate text"
2412 #: tp/Texinfo/Convert/Plaintext.pm:1251
2413 #, fuzzy, perl-format
2414 msgid "could not find @image file `%s.txt' nor alternate text"
24132415 msgstr "Nu pot gãsi nodul `%s'."
24142416
2415 #: tp/Texinfo/Convert/Plaintext.pm:1615
2417 #: tp/Texinfo/Convert/Plaintext.pm:1617
24162418 msgid ""
24172419 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
24182420 "avoid that"
24202422 "@strong{Notã...] produce o referinþã încruciºatã falsã în Info; reformulaþi "
24212423 "pentru a o evita"
24222424
2423 #: tp/Texinfo/Convert/Plaintext.pm:1845
2425 #: tp/Texinfo/Convert/Plaintext.pm:1849
24242426 #, perl-format
24252427 msgid "`.' or `,' must follow @xref, not %s"
24262428 msgstr ""
24272429
2428 #: tp/Texinfo/Convert/Plaintext.pm:1847
2430 #: tp/Texinfo/Convert/Plaintext.pm:1852
24292431 msgid "`.' or `,' must follow @xref"
24302432 msgstr ""
24312433
24342436 msgid "@%s should only appear at beginning or end of document"
24352437 msgstr "%s: nu am putut deschide --css-file: %s"
24362438
2437 #: tp/Texinfo/Parser.pm:837
2438 #, fuzzy, perl-format
2439 msgid "Can't read file %s: %s"
2440 msgstr "Nu pot ºterge fisierul `%s': %s"
2441
24422439 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
24432440 #, perl-format
2444 msgid "Multiple @%s"
2441 msgid "multiple @%s"
24452442 msgstr ""
24462443
24472444 #: tp/Texinfo/Parser.pm:1100
24482445 #, fuzzy, perl-format
2449 msgid "Bad syntax for @%s argument: %s"
2446 msgid "bad syntax for @%s argument: %s"
24502447 msgstr "Argument nepotrivit pentru @%s"
24512448
24522449 #: tp/Texinfo/Parser.pm:1116
2453 #, perl-format
2454 msgid "Bad or empty @%s formal argument: %s"
2455 msgstr ""
2456
2457 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2458 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2459 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2450 #, fuzzy, perl-format
2451 msgid "bad or empty @%s formal argument: %s"
2452 msgstr "Argument nepotrivit pentru @%s"
2453
2454 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2455 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2456 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
24602457 #, perl-format
24612458 msgid "%c%s requires a name"
24622459 msgstr "%c%s necesitã un nume"
24632460
2464 #: tp/Texinfo/Parser.pm:1235
2461 #: tp/Texinfo/Parser.pm:1238
24652462 #, perl-format
24662463 msgid "%c%s missing close brace"
24672464 msgstr "%c%s lipseºte paranteza de închidere"
24682465
2469 #: tp/Texinfo/Parser.pm:1238
2466 #: tp/Texinfo/Parser.pm:1241
24702467 #, fuzzy, perl-format
24712468 msgid "@%s missing closing delimiter sequence: %s}"
24722469 msgstr "%c%s lipseºte paranteza de închidere"
24732470
2474 #: tp/Texinfo/Parser.pm:1351
2471 #: tp/Texinfo/Parser.pm:1354
24752472 #, fuzzy, perl-format
24762473 msgid "@itemx should not begin @%s"
24772474 msgstr "%s: nu am putut deschide --css-file: %s"
24782475
2479 #: tp/Texinfo/Parser.pm:1419
2476 #: tp/Texinfo/Parser.pm:1422
24802477 msgid "@itemx must follow @item"
24812478 msgstr ""
24822479
2483 #: tp/Texinfo/Parser.pm:1587
2480 #: tp/Texinfo/Parser.pm:1590
24842481 #, perl-format
24852482 msgid "@%s has text but no @item"
24862483 msgstr ""
24872484
2488 #: tp/Texinfo/Parser.pm:1617
2485 #: tp/Texinfo/Parser.pm:1620
24892486 #, perl-format
24902487 msgid "`@end' expected `%s', but saw `%s'"
24912488 msgstr "`@end' a aºteptat `%s', dar a vãzut `%s'"
24922489
2493 #: tp/Texinfo/Parser.pm:1620
2490 #: tp/Texinfo/Parser.pm:1623
24942491 #, fuzzy, perl-format
24952492 msgid "@%s seen before @end %s"
24962493 msgstr "@menu vãzut înainte de primul @node, creez nodul `Vârf'"
24972494
2498 #: tp/Texinfo/Parser.pm:1624
2499 #, perl-format
2500 msgid "No matching `%cend %s'"
2495 #: tp/Texinfo/Parser.pm:1627
2496 #, fuzzy, perl-format
2497 msgid "no matching `%cend %s'"
25012498 msgstr "Nici o potrivire %cend %s'"
25022499
2503 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2504 #: tp/Texinfo/Parser.pm:5125
2505 #, perl-format
2506 msgid "Misplaced %c"
2500 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2501 #: tp/Texinfo/Parser.pm:5150
2502 #, fuzzy, perl-format
2503 msgid "misplaced %c"
25072504 msgstr "%c nelalocul lui"
25082505
2509 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2510 #, perl-format
2511 msgid "Unmatched `%c%s'"
2506 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2507 #, fuzzy, perl-format
2508 msgid "unmatched `%c%s'"
25122509 msgstr "`%c%s' fãrã pereche"
25132510
2514 #: tp/Texinfo/Parser.pm:1972
2515 #, fuzzy, perl-format
2516 msgid "Macro `%s' called with too many args"
2511 #: tp/Texinfo/Parser.pm:1976
2512 #, fuzzy, perl-format
2513 msgid "macro `%s' called with too many args"
25172514 msgstr "Macro `%s' chemat pe linia %d cu prea multe argumente"
25182515
2519 #: tp/Texinfo/Parser.pm:1994
2516 #: tp/Texinfo/Parser.pm:1998
25202517 #, fuzzy, perl-format
25212518 msgid "@%s missing close brace"
25222519 msgstr "%c%s lipseºte paranteza de închidere"
25232520
2524 #: tp/Texinfo/Parser.pm:2001
2525 #, fuzzy, perl-format
2526 msgid "Macro `%s' declared without argument called with an argument"
2521 #: tp/Texinfo/Parser.pm:2006
2522 #, fuzzy, perl-format
2523 msgid "macro `%s' declared without argument called with an argument"
25272524 msgstr "Macro `%s' chemat pe linia %d cu prea multe argumente"
25282525
2529 #: tp/Texinfo/Parser.pm:2035
2526 #: tp/Texinfo/Parser.pm:2041
25302527 #, fuzzy, perl-format
25312528 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
25322529 msgstr "\\ in expansiunea macro urmatã de `%s' în loc de nume parametru"
25332530
2534 #: tp/Texinfo/Parser.pm:2430
2531 #: tp/Texinfo/Parser.pm:2436
25352532 #, fuzzy, perl-format
25362533 msgid "@%s `%s' previously defined"
25372534 msgstr "macro-ul `%s' definit anterior"
25382535
2539 #: tp/Texinfo/Parser.pm:2435
2536 #: tp/Texinfo/Parser.pm:2441
25402537 #, fuzzy, perl-format
25412538 msgid "here is the previous definition as @%s"
25422539 msgstr "aici este definiþia anterioarã a lui `%s'"
25432540
2544 #: tp/Texinfo/Parser.pm:2796
2545 #, fuzzy, perl-format
2546 msgid "Missing name for @%s"
2541 #: tp/Texinfo/Parser.pm:2802
2542 #, fuzzy, perl-format
2543 msgid "missing name for @%s"
25472544 msgstr "Lipseºte `}' în @def arg"
25482545
2549 #: tp/Texinfo/Parser.pm:2801
2550 #, perl-format
2551 msgid "Missing category for @%s"
2552 msgstr ""
2553
2554 #: tp/Texinfo/Parser.pm:2853
2555 #, fuzzy, perl-format
2556 msgid "Unexpected argument on @%s line: %s"
2546 #: tp/Texinfo/Parser.pm:2807
2547 #, fuzzy, perl-format
2548 msgid "missing category for @%s"
2549 msgstr "Lipseºte `}' în @def arg"
2550
2551 #: tp/Texinfo/Parser.pm:2859
2552 #, fuzzy, perl-format
2553 msgid "unexpected argument on @%s line: %s"
25572554 msgstr "Argument nepotrivit pentru @%s"
25582555
2559 #: tp/Texinfo/Parser.pm:2869
2556 #: tp/Texinfo/Parser.pm:2875
25602557 #, fuzzy
25612558 msgid "empty multitable"
25622559 msgstr "%s: fiºier gol"
25632560
2564 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2565 #, fuzzy, perl-format
2566 msgid "Superfluous argument to @%s"
2561 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2562 #, fuzzy, perl-format
2563 msgid "superfluous argument to @%s"
25672564 msgstr "Argument nepotrivit pentru @%s"
25682565
2569 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2570 #: tp/Texinfo/Parser.pm:5379
2571 #, perl-format
2572 msgid "Bad argument to @%s"
2566 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2567 #: tp/Texinfo/Parser.pm:5405
2568 #, fuzzy, perl-format
2569 msgid "bad argument to @%s"
25732570 msgstr "Argument nepotrivit pentru @%s"
25742571
2575 #: tp/Texinfo/Parser.pm:2942
2572 #: tp/Texinfo/Parser.pm:2948
25762573 #, perl-format
25772574 msgid "%s requires an argument: the formatter for %citem"
25782575 msgstr "%s necesitã un argument: formatatorul pentru %citem"
25792576
2580 #: tp/Texinfo/Parser.pm:2947
2581 #, perl-format
2582 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2583 msgstr ""
2584
2585 #: tp/Texinfo/Parser.pm:2982
2586 #, fuzzy, perl-format
2587 msgid "Accent command `@%s' not allowed as @%s argument"
2577 #: tp/Texinfo/Parser.pm:2953
2578 #, perl-format
2579 msgid "command @%s not accepting argument in brace should not be on @%s line"
2580 msgstr ""
2581
2582 #: tp/Texinfo/Parser.pm:2988
2583 #, fuzzy, perl-format
2584 msgid "accent command `@%s' not allowed as @%s argument"
25882585 msgstr "@item nu este permis în argument la @itemize"
25892586
2590 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2591 #: tp/Texinfo/Parser.pm:5338
2587 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2588 #: tp/Texinfo/Parser.pm:5364
25922589 #, fuzzy, perl-format
25932590 msgid "@%s missing argument"
25942591 msgstr "%s: lipseºte fiºierul argument.\n"
25952592
2596 #: tp/Texinfo/Parser.pm:3072
2597 #, fuzzy, perl-format
2598 msgid "Unknown @end %s"
2593 #: tp/Texinfo/Parser.pm:3078
2594 #, fuzzy, perl-format
2595 msgid "unknown @end %s"
25992596 msgstr "Index necunoscut `%s'"
26002597
2601 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2602 #, fuzzy, perl-format
2603 msgid "Superfluous argument to @%s %s: %s"
2598 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2599 #, fuzzy, perl-format
2600 msgid "superfluous argument to @%s %s: %s"
26042601 msgstr "Argument nepotrivit pentru @%s"
26052602
2606 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2607 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2608 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2609 #, fuzzy, perl-format
2610 msgid "Bad argument to @%s: %s"
2603 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2604 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2605 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2606 #, fuzzy, perl-format
2607 msgid "bad argument to @%s: %s"
26112608 msgstr "Argument nepotrivit pentru @%s"
26122609
2613 #: tp/Texinfo/Parser.pm:3118
2614 #, fuzzy, perl-format
2615 msgid "@%s: Cannot open %s: %s"
2610 #: tp/Texinfo/Parser.pm:3124
2611 #, fuzzy, perl-format
2612 msgid "@%s: could not open %s: %s"
26162613 msgstr "Nu pot gãsi `%s'."
26172614
2618 #: tp/Texinfo/Parser.pm:3130
2619 #, perl-format
2620 msgid "Encoding `%s' is not a canonical texinfo encoding"
2621 msgstr ""
2622
2623 #: tp/Texinfo/Parser.pm:3139
2615 #: tp/Texinfo/Parser.pm:3136
2616 #, perl-format
2617 msgid "encoding `%s' is not a canonical texinfo encoding"
2618 msgstr ""
2619
2620 #: tp/Texinfo/Parser.pm:3145
26242621 #, perl-format
26252622 msgid "unrecognized encoding name `%s'"
26262623 msgstr "nume de codare nerecunoscut `%s'"
26272624
2628 #: tp/Texinfo/Parser.pm:3289
2625 #: tp/Texinfo/Parser.pm:3295
26292626 #, perl-format
26302627 msgid "@%s after the first element"
26312628 msgstr ""
26322629
2633 #: tp/Texinfo/Parser.pm:3296
2630 #: tp/Texinfo/Parser.pm:3302
26342631 #, fuzzy, perl-format
26352632 msgid "@%s only meaningful on a @multitable line"
26362633 msgstr "@%s nu are sens în exteriorul mediului `@titlepage'"
26372634
2638 #: tp/Texinfo/Parser.pm:3336
2635 #: tp/Texinfo/Parser.pm:3342
26392636 #, fuzzy, perl-format
26402637 msgid "@%s should not be associated with @top"
26412638 msgstr "%s: nu am putut deschide --css-file: %s"
26422639
2643 #: tp/Texinfo/Parser.pm:3348
2640 #: tp/Texinfo/Parser.pm:3354
26442641 #, fuzzy, perl-format
26452642 msgid "@node precedes @%s, but parts may not be associated with nodes"
26462643 msgstr "%s: nu am putut deschide --css-file: %s"
26472644
2648 #: tp/Texinfo/Parser.pm:3450
2649 #, fuzzy, perl-format
2650 msgid "Empty argument in @%s"
2645 #: tp/Texinfo/Parser.pm:3456
2646 #, fuzzy, perl-format
2647 msgid "empty argument in @%s"
26512648 msgstr "Argument nepotrivit pentru @%s"
26522649
2653 #: tp/Texinfo/Parser.pm:3454
2654 #, perl-format
2655 msgid "Empty node name after expansion `%s'"
2656 msgstr ""
2657
2658 #: tp/Texinfo/Parser.pm:3497
2659 #, fuzzy, perl-format
2660 msgid "Empty menu entry name in `%s'"
2650 #: tp/Texinfo/Parser.pm:3460
2651 #, fuzzy, perl-format
2652 msgid "empty node name after expansion `%s'"
26612653 msgstr "Argument nepotrivit pentru @%s"
26622654
2663 #: tp/Texinfo/Parser.pm:3505
2664 #, fuzzy
2665 msgid "Empty node name in menu entry"
2655 #: tp/Texinfo/Parser.pm:3503
2656 #, fuzzy, perl-format
2657 msgid "empty menu entry name in `%s'"
2658 msgstr "Argument nepotrivit pentru @%s"
2659
2660 #: tp/Texinfo/Parser.pm:3511
2661 #, fuzzy
2662 msgid "empty node name in menu entry"
26662663 msgstr "nici o intrare de index a fost gãsitã pentru `%s'\n"
26672664
2668 #: tp/Texinfo/Parser.pm:3578
2665 #: tp/Texinfo/Parser.pm:3584
26692666 #, fuzzy, perl-format
26702667 msgid "@%s should not appear in @%s"
26712668 msgstr "%s: nu am putut deschide --css-file: %s"
26722669
2673 #: tp/Texinfo/Parser.pm:3710
2670 #: tp/Texinfo/Parser.pm:3716
26742671 #, fuzzy, perl-format
26752672 msgid "@end %s should only appear at a line beginning"
26762673 msgstr "%s: nu am putut deschide --css-file: %s"
26772674
2678 #: tp/Texinfo/Parser.pm:3733
2675 #: tp/Texinfo/Parser.pm:3739
26792676 #, perl-format
26802677 msgid "macro `%s' previously defined"
26812678 msgstr "macro-ul `%s' definit anterior"
26822679
2683 #: tp/Texinfo/Parser.pm:3735
2680 #: tp/Texinfo/Parser.pm:3742
26842681 #, perl-format
26852682 msgid "here is the previous definition of `%s'"
26862683 msgstr "aici este definiþia anterioarã a lui `%s'"
26872684
2688 #: tp/Texinfo/Parser.pm:3739
2689 #, perl-format
2690 msgid "Redefining Texinfo language command: @%s"
2691 msgstr ""
2692
2693 #: tp/Texinfo/Parser.pm:3788
2685 #: tp/Texinfo/Parser.pm:3747
2686 #, perl-format
2687 msgid "redefining Texinfo language command: @%s"
2688 msgstr ""
2689
2690 #: tp/Texinfo/Parser.pm:3796
26942691 #, perl-format
26952692 msgid "@%s without associated character"
26962693 msgstr ""
26972694
2698 #: tp/Texinfo/Parser.pm:3849
2695 #: tp/Texinfo/Parser.pm:3858
26992696 #, perl-format
27002697 msgid ""
27012698 "@%s defined with zero or more than one argument should be invoked with {}"
27022699 msgstr ""
27032700
2704 #: tp/Texinfo/Parser.pm:3872
2705 #, perl-format
2706 msgid ""
2707 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2701 #: tp/Texinfo/Parser.pm:3882
2702 #, perl-format
2703 msgid ""
2704 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
27082705 "value %d)"
27092706 msgstr ""
27102707
2711 #: tp/Texinfo/Parser.pm:3880
2712 #, perl-format
2713 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2714 msgstr ""
2715
2716 #: tp/Texinfo/Parser.pm:3935
2717 #, perl-format
2718 msgid "Accent command `@%s' must not be followed by whitespace"
2719 msgstr ""
2720
2721 #: tp/Texinfo/Parser.pm:3941
2722 #, perl-format
2723 msgid "Use braces to give a command as an argument to @%s"
2708 #: tp/Texinfo/Parser.pm:3891
2709 #, perl-format
2710 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2711 msgstr ""
2712
2713 #: tp/Texinfo/Parser.pm:3947
2714 #, fuzzy, perl-format
2715 msgid "accent command `@%s' must not be followed by whitespace"
2716 msgstr "@item nu este permis în argument la @itemize"
2717
2718 #: tp/Texinfo/Parser.pm:3953
2719 #, fuzzy, perl-format
2720 msgid "use braces to give a command as an argument to @%s"
27242721 msgstr "Folosiþi paranteze pentru a da o comandã ca argument lui @%s"
27252722
2726 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2723 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
27272724 #, fuzzy, perl-format
27282725 msgid "%c%s expects `i' or `j' as argument, not `%s'"
27292726 msgstr "%c%s aºteaptã `i' sau `j' ca argument, nu `%c'"
27302727
2731 #: tp/Texinfo/Parser.pm:3966
2732 #, perl-format
2733 msgid "Accent command `@%s' must not be followed by new line"
2734 msgstr ""
2735
2736 #: tp/Texinfo/Parser.pm:3977
2728 #: tp/Texinfo/Parser.pm:3978
2729 #, fuzzy, perl-format
2730 msgid "accent command `@%s' must not be followed by new line"
2731 msgstr "@item nu este permis în argument la @itemize"
2732
2733 #: tp/Texinfo/Parser.pm:3989
27372734 #, fuzzy, perl-format
27382735 msgid "@%s expected braces"
27392736 msgstr "%c%s am aºteptat paranteze"
27402737
2741 #: tp/Texinfo/Parser.pm:4136
2738 #: tp/Texinfo/Parser.pm:4148
27422739 #, perl-format
27432740 msgid "undefined flag: %s"
27442741 msgstr "marcaj nedefinit: %s"
27452742
2746 #: tp/Texinfo/Parser.pm:4139
2747 msgid "Bad syntax for @value"
2748 msgstr ""
2749
2750 #: tp/Texinfo/Parser.pm:4146
2743 #: tp/Texinfo/Parser.pm:4151
2744 #, fuzzy
2745 msgid "bad syntax for @value"
2746 msgstr "Argument nepotrivit pentru @%s"
2747
2748 #: tp/Texinfo/Parser.pm:4158
27512749 #, fuzzy, perl-format
27522750 msgid "%c%s is obsolete."
27532751 msgstr "%c%s este depãsit"
27542752
2755 #: tp/Texinfo/Parser.pm:4149
2753 #: tp/Texinfo/Parser.pm:4161
27562754 #, fuzzy, perl-format
27572755 msgid "%c%s is obsolete; %s"
27582756 msgstr "%c%s este depãsit"
27592757
2760 #: tp/Texinfo/Parser.pm:4157
2758 #: tp/Texinfo/Parser.pm:4170
27612759 #, fuzzy, perl-format
27622760 msgid "@%s should only appear at a line beginning"
27632761 msgstr "%s: nu am putut deschide --css-file: %s"
27642762
2765 #: tp/Texinfo/Parser.pm:4247
2763 #: tp/Texinfo/Parser.pm:4261
27662764 #, fuzzy, perl-format
27672765 msgid "@%s not allowed inside `@%s' block"
27682766 msgstr "@%s nu are sens în interiorul blocului `@%s'"
27692767
2770 #: tp/Texinfo/Parser.pm:4255
2768 #: tp/Texinfo/Parser.pm:4270
27712769 #, fuzzy, perl-format
27722770 msgid "@%s should only appear in heading or footing"
27732771 msgstr "%s: nu am putut deschide --css-file: %s"
27742772
2775 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2776 #: tp/Texinfo/Parser.pm:4437
2773 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2774 #: tp/Texinfo/Parser.pm:4458
27772775 #, perl-format
27782776 msgid "@%s not meaningful inside `@%s' block"
27792777 msgstr "@%s nu are sens în interiorul blocului `@%s'"
27802778
2781 #: tp/Texinfo/Parser.pm:4398
2779 #: tp/Texinfo/Parser.pm:4418
27822780 #, fuzzy, perl-format
27832781 msgid "@%s in empty multitable"
27842782 msgstr "%s: fiºier gol"
27852783
2786 #: tp/Texinfo/Parser.pm:4403
2784 #: tp/Texinfo/Parser.pm:4424
27872785 msgid "@tab before @item"
27882786 msgstr ""
27892787
2790 #: tp/Texinfo/Parser.pm:4406
2791 #, perl-format
2792 msgid "Too many columns in multitable item (max %d)"
2788 #: tp/Texinfo/Parser.pm:4427
2789 #, fuzzy, perl-format
2790 msgid "too many columns in multitable item (max %d)"
27932791 msgstr "Prea multe coloane în articol multitabel (max %d)"
27942792
2795 #: tp/Texinfo/Parser.pm:4443
2793 #: tp/Texinfo/Parser.pm:4464
27962794 msgid "ignoring @tab outside of multitable"
27972795 msgstr "ignor @tab în afara multitabelului"
27982796
2799 #: tp/Texinfo/Parser.pm:4447
2797 #: tp/Texinfo/Parser.pm:4468
28002798 #, perl-format
28012799 msgid "@%s outside of table or list"
28022800 msgstr ""
28032801
2804 #: tp/Texinfo/Parser.pm:4482
2805 #, fuzzy, perl-format
2806 msgid "Must be after `@%s' to use `@%s'"
2802 #: tp/Texinfo/Parser.pm:4503
2803 #, fuzzy, perl-format
2804 msgid "must be after `@%s' to use `@%s'"
28072805 msgstr "Trebuie sã fiþi în mediul `@%s' pentru a folosi `@%s'"
28082806
2809 #: tp/Texinfo/Parser.pm:4524
2807 #: tp/Texinfo/Parser.pm:4545
28102808 #, perl-format
28112809 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
28122810 msgstr "@%s nu are sens în exteriorul mediilor `@titlepage' ºi `@quotation'"
28132811
2814 #: tp/Texinfo/Parser.pm:4528
2812 #: tp/Texinfo/Parser.pm:4549
28152813 #, fuzzy
28162814 msgid "@dircategory after first node"
28172815 msgstr "@menu vãzut înainte de primul @node, creez nodul `Vârf'"
28182816
2819 #: tp/Texinfo/Parser.pm:4686
2820 #, fuzzy, perl-format
2821 msgid "Region %s inside region %s is not allowed"
2817 #: tp/Texinfo/Parser.pm:4708
2818 #, fuzzy, perl-format
2819 msgid "region %s inside region %s is not allowed"
28222820 msgstr "Nu sun permise note de subsol în note de subsol"
28232821
2824 #: tp/Texinfo/Parser.pm:4704
2822 #: tp/Texinfo/Parser.pm:4726
28252823 #, fuzzy
28262824 msgid "@direntry after first node"
28272825 msgstr "@menu vãzut înainte de primul @node, creez nodul `Vârf'"
28282826
2829 #: tp/Texinfo/Parser.pm:4712
2827 #: tp/Texinfo/Parser.pm:4734
28302828 #, fuzzy, perl-format
28312829 msgid "@%s seen before first @node"
28322830 msgstr "@menu vãzut înainte de primul @node, creez nodul `Vârf'"
28332831
2834 #: tp/Texinfo/Parser.pm:4714
2832 #: tp/Texinfo/Parser.pm:4737
28352833 msgid ""
28362834 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
28372835 msgstr ""
28382836 "probabil cã nodul d-voastrã @top ar trebui împachetat în @ifnottex în loc de "
28392837 "@ifinfo?"
28402838
2841 #: tp/Texinfo/Parser.pm:4776
2839 #: tp/Texinfo/Parser.pm:4799
28422840 #, fuzzy, perl-format
28432841 msgid "@%s should only appear in math context"
28442842 msgstr "%s: nu am putut deschide --css-file: %s"
28452843
2846 #: tp/Texinfo/Parser.pm:4784
2847 #, perl-format
2848 msgid "Unknown command `%s'"
2844 #: tp/Texinfo/Parser.pm:4807
2845 #, fuzzy, perl-format
2846 msgid "unknown command `%s'"
28492847 msgstr "Comandã necunoscutã `%s'"
28502848
2851 #: tp/Texinfo/Parser.pm:4794
2852 #, fuzzy
2853 msgid "Unexpected @"
2849 #: tp/Texinfo/Parser.pm:4817
2850 #, fuzzy
2851 msgid "unexpected @"
28542852 msgstr "Am aºteptat `%s'"
28552853
2856 #: tp/Texinfo/Parser.pm:4822
2854 #: tp/Texinfo/Parser.pm:4846
28572855 #, fuzzy, perl-format
28582856 msgid "@%s is not meaningful outside `@float' environment"
28592857 msgstr "@%s nu are sens în exteriorul mediului `@float'"
28602858
2861 #: tp/Texinfo/Parser.pm:4826
2859 #: tp/Texinfo/Parser.pm:4851
28622860 #, perl-format
28632861 msgid "@%s should be right below `@float'"
28642862 msgstr ""
28652863
2866 #: tp/Texinfo/Parser.pm:4834
2867 #, perl-format
2868 msgid "Ignoring multiple @%s"
2869 msgstr ""
2870
2871 #: tp/Texinfo/Parser.pm:4950
2872 #, perl-format
2873 msgid "Command @%s does not accept arguments"
2874 msgstr ""
2875
2876 #: tp/Texinfo/Parser.pm:4974
2877 #, fuzzy, perl-format
2878 msgid "Command @%s missing a node or external manual argument"
2864 #: tp/Texinfo/Parser.pm:4859
2865 #, perl-format
2866 msgid "ignoring multiple @%s"
2867 msgstr ""
2868
2869 #: tp/Texinfo/Parser.pm:4975
2870 #, fuzzy, perl-format
2871 msgid "command @%s does not accept arguments"
2872 msgstr "@item nu este permis în argument la @itemize"
2873
2874 #: tp/Texinfo/Parser.pm:4999
2875 #, fuzzy, perl-format
2876 msgid "command @%s missing a node or external manual argument"
28792877 msgstr "%s: lipseºte fiºierul argument.\n"
28802878
2881 #: tp/Texinfo/Parser.pm:4993
2882 #, perl-format
2883 msgid "In @%s empty cross reference name after expansion `%s'"
2884 msgstr ""
2885
2886 #: tp/Texinfo/Parser.pm:5004
2887 #, perl-format
2888 msgid "In @%s empty cross reference title after expansion `%s'"
2889 msgstr ""
2890
2891 #: tp/Texinfo/Parser.pm:5017
2879 #: tp/Texinfo/Parser.pm:5018
2880 #, perl-format
2881 msgid "in @%s empty cross reference name after expansion `%s'"
2882 msgstr ""
2883
2884 #: tp/Texinfo/Parser.pm:5029
2885 #, perl-format
2886 msgid "in @%s empty cross reference title after expansion `%s'"
2887 msgstr ""
2888
2889 #: tp/Texinfo/Parser.pm:5042
28922890 msgid "@image missing filename argument"
28932891 msgstr "@image lipseºte fiºierul argument."
28942892
2895 #: tp/Texinfo/Parser.pm:5047
2893 #: tp/Texinfo/Parser.pm:5072
28962894 #, fuzzy, perl-format
28972895 msgid "@%s missing first argument"
28982896 msgstr "%s: lipseºte fiºierul argument.\n"
28992897
2900 #: tp/Texinfo/Parser.pm:5169
2901 msgid "Superfluous arguments for node"
2902 msgstr ""
2903
2904 #: tp/Texinfo/Parser.pm:5208
2905 #, fuzzy, perl-format
2906 msgid "Expected @end %s"
2898 #: tp/Texinfo/Parser.pm:5194
2899 #, fuzzy
2900 msgid "superfluous arguments for node"
2901 msgstr "Argument nepotrivit pentru @%s"
2902
2903 #: tp/Texinfo/Parser.pm:5233
2904 #, fuzzy, perl-format
2905 msgid "expected @end %s"
29072906 msgstr "Am aºteptat `%s'"
29082907
2909 #: tp/Texinfo/Parser.pm:5283
2910 #, fuzzy, perl-format
2911 msgid "Remaining argument on @%s line: %s"
2908 #: tp/Texinfo/Parser.pm:5309
2909 #, fuzzy, perl-format
2910 msgid "remaining argument on @%s line: %s"
29122911 msgstr "Argument nepotrivit pentru @%s"
29132912
2914 #: tp/Texinfo/Parser.pm:5287
2913 #: tp/Texinfo/Parser.pm:5313
29152914 #, fuzzy, perl-format
29162915 msgid "@%s should only accept a @-command as argument, not `%s'"
29172916 msgstr "Folosiþi paranteze pentru a da o comandã ca argument lui @%s"
29182917
2919 #: tp/Texinfo/Parser.pm:5362
2920 #, fuzzy, perl-format
2921 msgid "Environment command %s as argument to @%s"
2918 #: tp/Texinfo/Parser.pm:5388
2919 #, fuzzy, perl-format
2920 msgid "environment command %s as argument to @%s"
29222921 msgstr "Folosiþi paranteze pentru a da o comandã ca argument lui @%s"
29232922
2924 #: tp/Texinfo/Parser.pm:5384
2925 #, perl-format
2926 msgid "Empty @%s"
2927 msgstr ""
2928
2929 #: tp/Texinfo/Parser.pm:5392
2923 #: tp/Texinfo/Parser.pm:5410
2924 #, perl-format
2925 msgid "empty @%s"
2926 msgstr ""
2927
2928 #: tp/Texinfo/Parser.pm:5418
29302929 #, perl-format
29312930 msgid "column fraction not a number: %s"
29322931 msgstr ""
29332932
2934 #: tp/Texinfo/Parser.pm:5401
2933 #: tp/Texinfo/Parser.pm:5427
29352934 #, fuzzy, perl-format
29362935 msgid "@sp arg must be numeric, not `%s'"
29372936 msgstr "%s: %s arg trebuie sã fie numeric, nu `%s'.\n"
29382937
2939 #: tp/Texinfo/Parser.pm:5409
2940 #, perl-format
2941 msgid "Reserved index name %s"
2942 msgstr ""
2943
2944 #: tp/Texinfo/Parser.pm:5428
2945 #, fuzzy, perl-format
2946 msgid "Unknown source index in @%s: %s"
2938 #: tp/Texinfo/Parser.pm:5436
2939 #, perl-format
2940 msgid "reserved index name %s"
2941 msgstr ""
2942
2943 #: tp/Texinfo/Parser.pm:5455
2944 #, fuzzy, perl-format
2945 msgid "unknown source index in @%s: %s"
29472946 msgstr "Index necunoscut `%s'"
29482947
2949 #: tp/Texinfo/Parser.pm:5431
2950 #, fuzzy, perl-format
2951 msgid "Unknown destination index in @%s: %s"
2948 #: tp/Texinfo/Parser.pm:5458
2949 #, fuzzy, perl-format
2950 msgid "unknown destination index in @%s: %s"
29522951 msgstr "Index necunoscut `%s'"
29532952
2954 #: tp/Texinfo/Parser.pm:5461
2953 #: tp/Texinfo/Parser.pm:5488
29552954 #, perl-format
29562955 msgid "@%s leads to a merging of %s in itself, ignoring"
29572956 msgstr ""
29582957
2959 #: tp/Texinfo/Parser.pm:5474
2960 #, perl-format
2961 msgid "Unknown index `%s' in @printindex"
2958 #: tp/Texinfo/Parser.pm:5501
2959 #, fuzzy, perl-format
2960 msgid "unknown index `%s' in @printindex"
29622961 msgstr "Index necunoscut `%s' în @printindex"
29632962
2964 #: tp/Texinfo/Parser.pm:5480
2965 #, perl-format
2966 msgid "Printing an index `%s' merged in another one `%s'"
2967 msgstr ""
2968
2969 #: tp/Texinfo/Parser.pm:5488
2970 #, perl-format
2971 msgid "Printindex before document beginning: @printindex %s"
2972 msgstr ""
2973
2974 #: tp/Texinfo/Parser.pm:5504
2963 #: tp/Texinfo/Parser.pm:5507
2964 #, perl-format
2965 msgid "printing an index `%s' merged in another one `%s'"
2966 msgstr ""
2967
2968 #: tp/Texinfo/Parser.pm:5515
2969 #, perl-format
2970 msgid "printindex before document beginning: @printindex %s"
2971 msgstr ""
2972
2973 #: tp/Texinfo/Parser.pm:5531
29752974 #, fuzzy, perl-format
29762975 msgid "@%s arg must be `top' or `bottom', not `%s'"
29772976 msgstr "%s: %s arg trebuie sã fie numeric, nu `%s'.\n"
29782977
2979 #: tp/Texinfo/Parser.pm:5512
2978 #: tp/Texinfo/Parser.pm:5539
29802979 #, perl-format
29812980 msgid "Only @%s 10 or 11 is supported, not `%s'"
29822981 msgstr ""
29832982
2984 #: tp/Texinfo/Parser.pm:5520
2983 #: tp/Texinfo/Parser.pm:5547
29852984 #, fuzzy, perl-format
29862985 msgid "@%s arg must be `separate' or `end', not `%s'"
29872986 msgstr ""
29882987 "%s: --footnote-style arg trebuie sã fie `separate' sau `end', nu `%s'.\n"
29892988
2990 #: tp/Texinfo/Parser.pm:5528
2989 #: tp/Texinfo/Parser.pm:5555
29912990 #, fuzzy, perl-format
29922991 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
29932992 msgstr "%s: %s arg trebuie sã fie numeric, nu `%s'.\n"
29942993
2995 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
2994 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
29962995 #, fuzzy, perl-format
29972996 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
29982997 msgstr ""
29992998 "%s: --paragraph-indent arg trebuie sã fie numeric/`none'/`asis', nu `%s'.\n"
30002999
3001 #: tp/Texinfo/Parser.pm:5559
3000 #: tp/Texinfo/Parser.pm:5586
30023001 #, fuzzy, perl-format
30033002 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
30043003 msgstr ""
30053004 "%s: --paragraph-indent arg trebuie sã fie numeric/`none'/`asis', nu `%s'.\n"
30063005
3007 #: tp/Texinfo/Parser.pm:5569
3006 #: tp/Texinfo/Parser.pm:5596
30083007 #, fuzzy, perl-format
30093008 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
30103009 msgstr ""
30113010 "%s: --paragraph-indent arg trebuie sã fie numeric/`none'/`asis', nu `%s'.\n"
30123011
3013 #: tp/Texinfo/Parser.pm:5580
3014 #, perl-format
3015 msgid "Expected @%s on or off, not `%s'"
3016 msgstr ""
3017
3018 #: tp/Texinfo/Parser.pm:5590
3012 #: tp/Texinfo/Parser.pm:5607
3013 #, perl-format
3014 msgid "expected @%s on or off, not `%s'"
3015 msgstr ""
3016
3017 #: tp/Texinfo/Parser.pm:5617
30193018 #, perl-format
30203019 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
30213020 msgstr ""
30223021
3023 #: tp/Texinfo/Parser.pm:5598
3022 #: tp/Texinfo/Parser.pm:5625
30243023 #, fuzzy, perl-format
30253024 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
30263025 msgstr ""
30273026 "%s: --footnote-style arg trebuie sã fie `separate' sau `end', nu `%s'.\n"
30283027
3029 #: tp/Texinfo/Parser.pm:5606
3028 #: tp/Texinfo/Parser.pm:5633
30303029 #, fuzzy, perl-format
30313030 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
30323031 msgstr ""
30333032 "%s: --footnote-style arg trebuie sã fie `separate' sau `end', nu `%s'.\n"
30343033
3035 #: tp/Texinfo/Report.pm:100
3036 #, fuzzy, perl-format
3037 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3038 msgstr "%s:%d: avertisment: "
3039
3040 #: tp/Texinfo/Report.pm:103
3041 #, fuzzy, perl-format
3042 msgid "%s:%d: warning: %s\n"
3043 msgstr "%s:%d: avertisment: "
3044
3045 #: tp/Texinfo/Report.pm:146
3046 #, fuzzy, perl-format
3047 msgid "warning: %s\n"
3048 msgstr "%s:%d: avertisment: "
3049
30503034 #: tp/Texinfo/Structuring.pm:231
30513035 #, perl-format
3052 msgid "Raising the section level of @%s which is too low"
3036 msgid "raising the section level of @%s which is too low"
30533037 msgstr ""
30543038
30553039 #: tp/Texinfo/Structuring.pm:263
30563040 #, perl-format
3057 msgid "No chapter-level command before @%s"
3041 msgid "no chapter-level command before @%s"
30583042 msgstr ""
30593043
30603044 #: tp/Texinfo/Structuring.pm:268
30613045 #, perl-format
3062 msgid "Lowering the section level of @%s appearing after a lower element"
3046 msgid "lowering the section level of @%s appearing after a lower element"
30633047 msgstr ""
30643048
30653049 #: tp/Texinfo/Structuring.pm:347
30663050 #, perl-format
3067 msgid "No sectioning command associated with @%s"
3051 msgid "no sectioning command associated with @%s"
30683052 msgstr ""
30693053
30703054 #: tp/Texinfo/Structuring.pm:568
30713055 #, fuzzy, perl-format
3072 msgid "Menu reference to nonexistent node `%s'"
3056 msgid "menu reference to nonexistent node `%s'"
30733057 msgstr "nod nereferit `%s'"
30743058
30753059 #: tp/Texinfo/Structuring.pm:583
30763060 #, perl-format
3077 msgid "Menu entry node name `%s' different from %s name `%s'"
3061 msgid "menu entry node name `%s' different from %s name `%s'"
30783062 msgstr ""
30793063
30803064 #: tp/Texinfo/Structuring.pm:619
30843068
30853069 #: tp/Texinfo/Structuring.pm:665
30863070 #, perl-format
3087 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3071 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30883072 msgstr ""
30893073
30903074 #: tp/Texinfo/Structuring.pm:672
30913075 #, perl-format
3092 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3076 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30933077 msgstr ""
30943078
30953079 #: tp/Texinfo/Structuring.pm:690
30963080 #, perl-format
3097 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3081 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30983082 msgstr ""
30993083
31003084 #: tp/Texinfo/Structuring.pm:744
31083092 msgstr "nod nereferit `%s'"
31093093
31103094 #: tp/Texinfo/Structuring.pm:790
3111 #, perl-format
3112 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3095 #, fuzzy, perl-format
3096 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
31133097 msgstr "Nodului `%s' îi lipseºte articolul pentru `%s' deºi îi este þinta Sus"
31143098
31153099 #: tp/Texinfo/Structuring.pm:798
31163100 #, perl-format
3117 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3101 msgid "for `%s', up in menu `%s' and up `%s' don't match"
31183102 msgstr ""
31193103
31203104 #: tp/Texinfo/Structuring.pm:1282
31283112 msgid "@%s to `%s', different from %s name `%s'"
31293113 msgstr ""
31303114
3131 #: tp/Texinfo/Structuring.pm:1939
3132 #, fuzzy, perl-format
3133 msgid "Empty index key in @%s"
3115 #: tp/Texinfo/Structuring.pm:1959
3116 #, fuzzy, perl-format
3117 msgid "empty index key in @%s"
31343118 msgstr "nici o intrare de index a fost gãsitã pentru `%s'\n"
31353119
31363120 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
31373121 #, fuzzy, perl-format
3138 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3122 msgid "chm.pm: could not open %s for writing: %s\n"
31393123 msgstr "%s: nu am putut deschide --css-file: %s"
31403124
31413125 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
31423126 #, fuzzy, perl-format
3143 msgid "chm.pm:%s: Error on closing: %s"
3127 msgid "chm.pm: error on closing %s: %s"
31443128 msgstr "eroare la scrierea în `%s'"
31453129
3146 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3147 #, fuzzy, perl-format
3148 msgid "tex4ht.pm:%s: Cannot open: %s"
3130 #: tp/init/latex2html.pm:200
3131 #, fuzzy, perl-format
3132 msgid "l2h: could not open latex file %s for writing: %s"
3133 msgstr "%s: nu am putut deschide --css-file: %s"
3134
3135 #: tp/init/latex2html.pm:341
3136 msgid "l2h: L2H_TMP directory contains a dot"
3137 msgstr ""
3138
3139 #: tp/init/latex2html.pm:346
3140 msgid "l2h: current directory contains a dot"
3141 msgstr ""
3142
3143 #: tp/init/latex2html.pm:374
3144 #, perl-format
3145 msgid "l2h: command did not succeed: %s"
3146 msgstr ""
3147
3148 #: tp/init/latex2html.pm:422
3149 #, perl-format
3150 msgid "l2h: image has invalid extension: %s"
3151 msgstr ""
3152
3153 #: tp/init/latex2html.pm:438
3154 #, perl-format
3155 msgid "l2h: rename %s as %s failed: %s"
3156 msgstr ""
3157
3158 #: tp/init/latex2html.pm:460
3159 #, fuzzy, perl-format
3160 msgid "l2h: could not open %s: %s"
3161 msgstr "%s: nu am putut deschide --css-file: %s"
3162
3163 #: tp/init/latex2html.pm:493
3164 #, perl-format
3165 msgid "latex2html.pm: end of @%s item %d not found"
3166 msgstr ""
3167
3168 #: tp/init/latex2html.pm:504
3169 #, perl-format
3170 msgid ""
3171 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3172 "of items found in the document"
3173 msgstr ""
3174
3175 #: tp/init/latex2html.pm:534
3176 #, perl-format
3177 msgid "l2h: could not determine the fragment %d for @%s"
3178 msgstr ""
3179
3180 #: tp/init/latex2html.pm:560
3181 #, perl-format
3182 msgid ""
3183 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3184 "HTML"
3185 msgstr ""
3186
3187 #: tp/init/latex2html.pm:621
3188 #, fuzzy, perl-format
3189 msgid "l2h: could not load %s: %s"
3190 msgstr "%s: nu am putut deschide --css-file: %s"
3191
3192 #: tp/init/latex2html.pm:634
3193 #, fuzzy, perl-format
3194 msgid "l2h: could not open %s for writing: %s"
3195 msgstr "%s: nu am putut deschide --css-file: %s"
3196
3197 #: tp/init/tex4ht.pm:123
3198 #, fuzzy, perl-format
3199 msgid "tex4ht.pm: could not open %s: %s"
31493200 msgstr "Nu pot gãsi `%s'."
31503201
31513202 #: tp/init/tex4ht.pm:219
3152 #, perl-format
3153 msgid "tex4ht.pm:%s: chdir failed: %s"
3154 msgstr ""
3203 #, fuzzy, perl-format
3204 msgid "tex4ht.pm: chdir %s failed: %s"
3205 msgstr "Nu pot gãsi `%s'."
31553206
31563207 #: tp/init/tex4ht.pm:232
31573208 #, perl-format
3158 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3209 msgid "tex4ht.pm: unable to return to initial directory: %s"
31593210 msgstr ""
31603211
31613212 #: tp/init/tex4ht.pm:244
31623213 #, fuzzy, perl-format
3163 msgid "tex4ht.pm: Output file missing: %s"
3214 msgid "tex4ht.pm: output file missing: %s"
31643215 msgstr "nu pot crea fiºierul de ieºire `%s'"
31653216
31663217 #: tp/init/tex4ht.pm:260
3167 #, perl-format
3168 msgid "tex4ht.pm: Command failed: %s"
3169 msgstr ""
3218 #, fuzzy, perl-format
3219 msgid "tex4ht.pm: command failed: %s"
3220 msgstr "Nu pot gãsi `%s'."
3221
3222 #: tp/init/tex4ht.pm:267
3223 #, fuzzy, perl-format
3224 msgid "tex4ht.pm: could not open: %s"
3225 msgstr "Nu pot gãsi `%s'."
31703226
31713227 #: tp/init/tex4ht.pm:293
31723228 #, perl-format
31773233 #, perl-format
31783234 msgid ""
31793235 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3180 "items found in the document"
3181 msgstr ""
3182
3183 #: tp/init/tex4ht.pm:319
3184 #, perl-format
3185 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3186 msgstr ""
3187
3188 #: tp/texi2any.pl:375
3236 "items found in the document for @%s"
3237 msgstr ""
3238
3239 #: tp/init/tex4ht.pm:320
3240 #, fuzzy, perl-format
3241 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3242 msgstr "nu pot crea fiºierul de ieºire `%s'"
3243
3244 #: tp/init/tex4ht.pm:335
3245 #, perl-format
3246 msgid ""
3247 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3248 "items found in the document for @%s"
3249 msgstr ""
3250
3251 #: tp/texi2any.pl:379
31893252 #, fuzzy, perl-format
31903253 msgid "error loading %s: %s\n"
31913254 msgstr "eroare la scrierea în `%s'"
31923255
3193 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3194 #, fuzzy, perl-format
3195 msgid "Unknown variable %s\n"
3256 #: tp/texi2any.pl:392
3257 #, fuzzy, perl-format
3258 msgid "%s: unknown variable %s"
31963259 msgstr "Comandã necunoscutã `%s'"
31973260
3198 #: tp/texi2any.pl:468
3199 #, fuzzy, perl-format
3200 msgid "Can't read init file %s"
3261 #: tp/texi2any.pl:396
3262 #, fuzzy, perl-format
3263 msgid "%s: obsolete variable %s\n"
3264 msgstr "Seteazã variabilã: "
3265
3266 #: tp/texi2any.pl:411
3267 #, fuzzy, perl-format
3268 msgid "%s: unknown variable %s\n"
3269 msgstr "Comandã necunoscutã `%s'"
3270
3271 #: tp/texi2any.pl:415
3272 #, fuzzy, perl-format
3273 msgid "obsolete variable %s\n"
3274 msgstr "Seteazã variabilã: "
3275
3276 #: tp/texi2any.pl:480
3277 #, fuzzy, perl-format
3278 msgid "could not read init file %s"
32013279 msgstr "nu pot deschide fiºierul de intrare `%s'"
32023280
3203 #: tp/texi2any.pl:619
3204 #, perl-format
3205 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3281 #: tp/texi2any.pl:633
3282 #, fuzzy, perl-format
3283 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32063284 msgstr "%s: Ignor valoare nerecunoscutã TEXINFO_OUTPUT_FORMAT `%s'.\n"
32073285
3208 #: tp/texi2any.pl:691
3286 #: tp/texi2any.pl:710
32093287 #, fuzzy
32103288 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32113289 msgstr "Folosire: %s [OPÞIUNE]... FIªIER-TEXINFO...\n"
32123290
3213 #: tp/texi2any.pl:692
3291 #: tp/texi2any.pl:711
32143292 #, fuzzy
32153293 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32163294 msgstr "Folosire: %s [OPÞIUNE]... FIªIER-TEXINFO...\n"
32173295
3218 #: tp/texi2any.pl:694
3296 #: tp/texi2any.pl:713
32193297 msgid ""
32203298 "Translate Texinfo source documentation to various other formats, by default\n"
32213299 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32233301 "Translateazã documentaþia sursã Texinfo în diferite alte formate, implicit\n"
32243302 "fiºiere Info potrivite pentru citit online cu Emacs sau GNU Info.\n"
32253303
3226 #: tp/texi2any.pl:697
3304 #: tp/texi2any.pl:716
32273305 #, fuzzy, perl-format
32283306 msgid ""
32293307 "General options:\n"
32533331 " --version afiºeazã informaþii despre versiune ºi "
32543332 "terminã.\n"
32553333
3256 #: tp/texi2any.pl:712
3334 #: tp/texi2any.pl:731
32573335 #, fuzzy
32583336 msgid ""
32593337 "Output format selection (default is to produce Info):\n"
32693347 " --xml ieºire Texinfo XML în loc de Info.\n"
32703348 " --plaintext ieºire text simplu în loc de Info.\n"
32713349
3272 #: tp/texi2any.pl:720
3350 #: tp/texi2any.pl:739
32733351 #, fuzzy
32743352 msgid ""
32753353 "General output options:\n"
33103388 " --number-sections scrie numere de capitole ºi secþiuni.\n"
33113389 " -o, --output=FIªIER scrie în FIªIER (director dacã multiple HTML),\n"
33123390
3313 #: tp/texi2any.pl:740
3391 #: tp/texi2any.pl:759
33143392 #, fuzzy, perl-format
33153393 msgid ""
33163394 "Options for Info and plain text:\n"
33503428 " --split-size=NUM împarte fiºierele Info de dimens. NUM "
33513429 "(implicit %d).\n"
33523430
3353 #: tp/texi2any.pl:757
3431 #: tp/texi2any.pl:776
33543432 #, fuzzy
33553433 msgid ""
33563434 "Options for HTML:\n"
33683446 " --css-include=FIªIER include FIªIER în HTML <stil> ieºire;\n"
33693447 " citeºte stdin dacã FIªIER este -.\n"
33703448
3371 #: tp/texi2any.pl:768
3449 #: tp/texi2any.pl:787
33723450 msgid ""
33733451 "Options for XML and Docbook:\n"
33743452 " --output-indent=VAL does nothing, retained for compatibility.\n"
33753453 msgstr ""
33763454
3377 #: tp/texi2any.pl:771
3455 #: tp/texi2any.pl:790
33783456 msgid ""
33793457 "Options for DVI/PS/PDF:\n"
33803458 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33813459 msgstr ""
33823460
3383 #: tp/texi2any.pl:774
3461 #: tp/texi2any.pl:793
33843462 #, fuzzy
33853463 msgid ""
33863464 "Input file options:\n"
33973475 " -P DIR prepend DIR la calea de cãutare @include.\n"
33983476 " -U VAR nedefineºte variabila VAR, ca ºi @clear.\n"
33993477
3400 #: tp/texi2any.pl:781
3478 #: tp/texi2any.pl:800
34013479 #, fuzzy
34023480 msgid ""
34033481 "Conditional processing in input:\n"
34373515 " De asemenea, pentru opþiunile --no-ifFORMAT, proceseazã text "
34383516 "@ifnotFORMAT.\n"
34393517
3440 #: tp/texi2any.pl:798
3518 #: tp/texi2any.pl:817
34413519 #, fuzzy
34423520 msgid ""
34433521 " The defaults for the @if... conditionals depend on the output format:\n"
34543532 " dacã generaþi text simplu, --ifplaintext este selectat iar restul sunt "
34553533 "deselectate;\n"
34563534
3457 #: tp/texi2any.pl:805
3535 #: tp/texi2any.pl:824
34583536 #, fuzzy
34593537 msgid ""
34603538 "Examples:\n"
34863564 " makeinfo --no-split foo.texi scrie un singur fiºier Info "
34873565 "indiferent cât de mare\n"
34883566
3489 #: tp/texi2any.pl:852
3567 #: tp/texi2any.pl:871
34903568 #, perl-format
34913569 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34923570 msgstr ""
34933571 "%s: --footnote-style arg trebuie sã fie `separate' sau `end', nu `%s'.\n"
34943572
3495 #: tp/texi2any.pl:934
3573 #: tp/texi2any.pl:953
34963574 #, perl-format
34973575 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34983576 msgstr ""
34993577 "%s: --paragraph-indent arg trebuie sã fie numeric/`none'/`asis', nu `%s'.\n"
35003578
3501 #: tp/texi2any.pl:1011
3502 #, perl-format
3503 msgid "when generating %s, only one input FILE may be specified with -o"
3504 msgstr ""
3505
3506 #: tp/texi2any.pl:1015
3579 #: tp/texi2any.pl:1030
3580 #, perl-format
3581 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3582 msgstr ""
3583
3584 #: tp/texi2any.pl:1034
35073585 msgid "--Xopt option without printed output"
35083586 msgstr ""
35093587
3510 #: tp/texi2any.pl:1025
3511 #, fuzzy, perl-format
3512 msgid "Unknown tree transformation %s"
3588 #: tp/texi2any.pl:1044
3589 #, fuzzy, perl-format
3590 msgid "unknown tree transformation %s"
35133591 msgstr "Comandã necunoscutã `%s'"
35143592
3515 #: tp/texi2any.pl:1032
3516 #, perl-format
3517 msgid "Ignoring splitting for format %s"
3518 msgstr ""
3519
3520 #: tp/texi2any.pl:1081
3593 #: tp/texi2any.pl:1051
3594 #, perl-format
3595 msgid "ignoring splitting for format %s"
3596 msgstr ""
3597
3598 #: tp/texi2any.pl:1101
35213599 #, perl-format
35223600 msgid "%s: missing file argument.\n"
35233601 msgstr "%s: lipseºte fiºierul argument.\n"
35243602
3525 #: tp/texi2any.pl:1082
3603 #: tp/texi2any.pl:1102
35263604 #, perl-format
35273605 msgid "Try `%s --help' for more information.\n"
35283606 msgstr "Încercaþi `%s --help' pentru informaþii suplimentare.\n"
35293607
3530 #: tp/texi2any.pl:1153
3608 #: tp/texi2any.pl:1173
35313609 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35323610 msgstr ""
35333611
3534 #: tp/texi2any.pl:1175
3535 #, fuzzy, perl-format
3536 msgid "Error on closing macro expand file %s: %s\n"
3612 #: tp/texi2any.pl:1195
3613 #, fuzzy, perl-format
3614 msgid "error on closing macro expand file %s: %s\n"
35373615 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
35383616
3539 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3540 #, fuzzy, perl-format
3541 msgid "Could not open %s for writing: %s\n"
3617 #: tp/texi2any.pl:1201
3618 #, fuzzy, perl-format
3619 msgid "could not open %s for writing: %s\n"
35423620 msgstr "%s: nu am putut deschide --css-file: %s"
35433621
3544 #: tp/texi2any.pl:1205
3622 #: tp/texi2any.pl:1226
35453623 msgid ""
35463624 "insert_nodes_for_sectioning_commands transformation return no result. No "
35473625 "section?"
35483626 msgstr ""
35493627
3550 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3551 #, fuzzy, perl-format
3552 msgid "Error on closing %s: %s\n"
3628 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3629 #, fuzzy, perl-format
3630 msgid "%s: error on closing %s: %s\n"
35533631 msgstr "eroare la scrierea în `%s'"
35543632
3555 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3556 #, perl-format
3557 msgid "Error on closing internal links file %s: %s\n"
3558 msgstr ""
3633 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3634 #, fuzzy, perl-format
3635 msgid "%s: error on closing internal links file %s: %s\n"
3636 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
3637
3638 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3639 #, fuzzy, perl-format
3640 msgid "%s: could not open %s for writing: %s\n"
3641 msgstr "%s: nu am putut deschide --css-file: %s"
35593642
35603643 #: util/texindex.c:223
35613644 msgid "display this help and exit"
36163699 msgstr "intrarea %s urmeazã o intrare cu nume secundar"
36173700
36183701 #, fuzzy
3702 #~ msgid "Can't create directories `%s': %s"
3703 #~ msgstr "Nu pot crea directorul `%s': %s"
3704
3705 #, fuzzy
3706 #~ msgid "Can't read file %s: %s"
3707 #~ msgstr "Nu pot ºterge fisierul `%s': %s"
3708
3709 #, fuzzy
3710 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3711 #~ msgstr "%s:%d: avertisment: "
3712
3713 #, fuzzy
3714 #~ msgid "%s:%d: warning: %s\n"
3715 #~ msgstr "%s:%d: avertisment: "
3716
3717 #, fuzzy
3718 #~ msgid "warning: %s\n"
3719 #~ msgstr "%s:%d: avertisment: "
3720
3721 #, fuzzy
3722 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3723 #~ msgstr "%s: nu am putut deschide --css-file: %s"
3724
3725 #, fuzzy
36193726 #~ msgid "tex4ht error opening %s: %s"
36203727 #~ msgstr "eroare la scrierea în `%s'"
36213728
36223729 #, fuzzy
3623 #~ msgid "Error on closing renamed nodes file %s: %s"
3624 #~ msgstr "eroare la închiderea fiºierului de ieºire `%s'"
3625
3626 #, fuzzy
36273730 #~ msgid "Node `%s' that is to be renamed exists"
36283731 #~ msgstr "Indez-ul `%s' existã deja"
36293732
3630 #, fuzzy
3631 #~ msgid "Unknown variable %s"
3632 #~ msgstr "Comandã necunoscutã `%s'"
3633
36343733 #~ msgid "arguments to @%s ignored"
36353734 #~ msgstr "argumentele pentru @%s ignorate"
36363735
37353834
37363835 #~ msgid "Footnotes"
37373836 #~ msgstr "Note de subsol"
3738
3739 #~ msgid "%s: could not open --css-file: %s"
3740 #~ msgstr "%s: nu am putut deschide --css-file: %s"
37413837
37423838 #~ msgid "[unexpected] no html tag to pop"
37433839 #~ msgstr "[neaºteptat] nici un tag html de ridicat"
40254121
40264122 #~ msgid "Expected `%s'"
40274123 #~ msgstr "Am aºteptat `%s'"
4028
4029 #~ msgid "Can't create directory `%s': %s"
4030 #~ msgstr "Nu pot crea directorul `%s': %s"
40314124
40324125 #~ msgid "No `%s' found in `%s'"
40334126 #~ msgstr "Nici un `%s' nu a fost gãsit în `%s'"
Binary diff not shown
+628
-535
po/ru.po less more
55 msgstr ""
66 "Project-Id-Version: texinfo 4.7.94\n"
77 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
8 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
8 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
99 "PO-Revision-Date: 2005-02-07 09:27+0300\n"
1010 "Last-Translator: Oleg S. Tihonov <ost@tatnipi.ru>\n"
1111 "Language-Team: Russian <ru@li.org>\n"
403403 msgstr "Попробуйте --help для получения более подробного описания.\n"
404404
405405 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
406 #: tp/texi2any.pl:829 util/texindex.c:295
406 #: tp/texi2any.pl:848 util/texindex.c:295
407407 #, c-format, perl-format
408408 msgid ""
409409 "Copyright (C) %s Free Software Foundation, Inc.\n"
20202020 " --version display version information and exit."
20212021 msgstr ""
20222022
2023 #: install-info/install-info.c:598 tp/texi2any.pl:817
2023 #: install-info/install-info.c:598 tp/texi2any.pl:836
20242024 #, fuzzy
20252025 msgid ""
20262026 "Email bug reports to bug-texinfo@gnu.org,\n"
21372137 msgstr "не найдено вхождений для `%s'; ничего не удалено"
21382138
21392139 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2140 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2141 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2142 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2143 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2144 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2145 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2140 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2141 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2142 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2143 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2144 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2145 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
21462146 #: tp/Texinfo/Convert/TexinfoXML.pm:429
21472147 #, fuzzy, perl-format
2148 msgid "Could not open %s for writing: %s"
2148 msgid "could not open %s for writing: %s"
21492149 msgstr "%s: невозможно открыть css-файл: %s"
21502150
21512151 #: tp/Texinfo/Common.pm:850
21712171 msgid "%s is not a valid split possibility"
21722172 msgstr "%s не является верным кодом языка из ISO 639"
21732173
2174 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2175 #, fuzzy, perl-format
2176 msgid "Cannot read %s: %s"
2174 #: tp/Texinfo/Common.pm:1096
2175 #, fuzzy, perl-format
2176 msgid "could not read %s: %s"
21772177 msgstr "Невозможно создать каталог `%s': %s"
21782178
2179 #: tp/Texinfo/Common.pm:1113
2180 #, fuzzy, perl-format
2181 msgid "Error on closing @verbatiminclude file %s: %s"
2179 #: tp/Texinfo/Common.pm:1114
2180 #, fuzzy, perl-format
2181 msgid "error on closing @verbatiminclude file %s: %s"
21822182 msgstr "невозможно закрыть выходной файл `%s'"
21832183
2184 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2185 #, fuzzy, perl-format
2186 msgid "@%s: Cannot find %s"
2184 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2185 #, fuzzy, perl-format
2186 msgid "@%s: could not find %s"
21872187 msgstr "Невозможно найти `%s'."
21882188
2189 #: tp/Texinfo/Common.pm:1416
2190 #, fuzzy, perl-format
2191 msgid "Cannot open html refs config file %s: %s"
2189 #: tp/Texinfo/Common.pm:1417
2190 #, fuzzy, perl-format
2191 msgid "could not open html refs config file %s: %s"
21922192 msgstr "Невозможно удалить файл `%s': %s"
21932193
2194 #: tp/Texinfo/Common.pm:1444
2195 msgid "Missing type"
2196 msgstr ""
2197
2198 #: tp/Texinfo/Common.pm:1447
2199 #, fuzzy, perl-format
2200 msgid "Unrecognized type: %s"
2194 #: tp/Texinfo/Common.pm:1445
2195 #, fuzzy
2196 msgid "missing type"
2197 msgstr "пропущено имя действия"
2198
2199 #: tp/Texinfo/Common.pm:1448
2200 #, fuzzy, perl-format
2201 msgid "unrecognized type: %s"
22012202 msgstr "%s: неизвестный ключ `--%s'\n"
22022203
2203 #: tp/Texinfo/Common.pm:1463
2204 #, fuzzy, perl-format
2205 msgid "Error on closing html refs config file %s: %s"
2204 #: tp/Texinfo/Common.pm:1465
2205 #, fuzzy, perl-format
2206 msgid "error on closing html refs config file %s: %s"
22062207 msgstr "Невозможно удалить файл `%s': %s"
22072208
2208 #: tp/Texinfo/Common.pm:1498
2209 #, perl-format
2210 msgid "%s:%d: no node to be renamed\n"
2211 msgstr ""
2212
2213 #: tp/Texinfo/Common.pm:1509
2214 #, perl-format
2215 msgid "%s:%d: nodes without a new name at the end of file\n"
2216 msgstr ""
2217
2218 #: tp/Texinfo/Common.pm:2000
2219 #, perl-format
2220 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2209 #: tp/Texinfo/Common.pm:1500
2210 msgid "no node to be renamed"
2211 msgstr ""
2212
2213 #: tp/Texinfo/Common.pm:1511
2214 msgid "nodes without a new name at the end of file"
2215 msgstr ""
2216
2217 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2218 #, fuzzy, perl-format
2219 msgid "could not open %s: %s"
2220 msgstr "%s: невозможно открыть css-файл: %s"
2221
2222 #: tp/Texinfo/Common.pm:2002
2223 #, perl-format
2224 msgid "could not protect hash character in @%s"
22212225 msgstr ""
22222226
22232227 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2224 #: tp/texi2any.pl:387 tp/texi2any.pl:404
22252228 #, fuzzy, perl-format
22262229 msgid "Obsolete variable %s\n"
22272230 msgstr "Установить переменную: "
22282231
22292232 #: tp/Texinfo/Convert/Converter.pm:601
22302233 #, fuzzy, perl-format
2231 msgid "Can't create directories `%s' or `%s': %s"
2234 msgid "could not create directories `%s' or `%s': %s"
22322235 msgstr "Невозможно создать каталог `%s': %s"
22332236
22342237 #: tp/Texinfo/Convert/Converter.pm:609
22352238 #, fuzzy, perl-format
2236 msgid "Can't create directories `%s': %s"
2239 msgid "could not create directory `%s': %s"
22372240 msgstr "Невозможно создать каталог `%s': %s"
22382241
2239 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2240 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2241 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2242 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2243 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2244 #, fuzzy, perl-format
2245 msgid "Error on closing %s: %s"
2242 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2243 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2244 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2245 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2246 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2247 #, fuzzy, perl-format
2248 msgid "error on closing %s: %s"
22462249 msgstr "ошибка записи в `%s'"
22472250
2248 #: tp/Texinfo/Convert/DocBook.pm:898
2251 #: tp/Texinfo/Convert/DocBook.pm:899
22492252 #, fuzzy, perl-format
22502253 msgid "@image file `%s' not found, using `%s'"
22512254 msgstr "невозможно прочитать @image файл `%s': %s"
22522255
2253 #: tp/Texinfo/Convert/HTML.pm:1677
2256 #: tp/Texinfo/Convert/HTML.pm:1678
22542257 #, fuzzy, perl-format
22552258 msgid "@image file `%s' (for HTML) not found, using `%s'"
22562259 msgstr "Невозможно прочитать файл `%s' в команде @image (для HTML): %s"
22572260
2258 #: tp/Texinfo/Convert/HTML.pm:2345
2259 #, perl-format
2260 msgid "Raw format %s is not converted"
2261 msgstr ""
2262
2263 #: tp/Texinfo/Convert/HTML.pm:4814
2264 #, perl-format
2265 msgid "%s:%d: string not closed in css file"
2261 #: tp/Texinfo/Convert/HTML.pm:2347
2262 #, perl-format
2263 msgid "raw format %s is not converted"
22662264 msgstr ""
22672265
22682266 #: tp/Texinfo/Convert/HTML.pm:4816
2269 #, fuzzy, perl-format
2270 msgid "%s:%d: --css-include ended in comment"
2267 msgid "string not closed in css file"
2268 msgstr ""
2269
2270 #: tp/Texinfo/Convert/HTML.pm:4818
2271 #, fuzzy
2272 msgid "--css-include ended in comment"
22712273 msgstr "%s:%d: css-файл обрывается в комментарии"
22722274
2273 #: tp/Texinfo/Convert/HTML.pm:4818
2274 #, perl-format
2275 msgid "%s:%d: @import not finished in css file"
2276 msgstr ""
2277
2278 #: tp/Texinfo/Convert/HTML.pm:4844
2279 #, fuzzy, perl-format
2280 msgid "css file %s not found"
2275 #: tp/Texinfo/Convert/HTML.pm:4820
2276 msgid "@import not finished in css file"
2277 msgstr ""
2278
2279 #: tp/Texinfo/Convert/HTML.pm:4846
2280 #, fuzzy, perl-format
2281 msgid "CSS file %s not found"
22812282 msgstr "не встречено %cend macro"
22822283
2283 #: tp/Texinfo/Convert/HTML.pm:4850
2284 #: tp/Texinfo/Convert/HTML.pm:4852
22842285 #, fuzzy, perl-format
22852286 msgid "could not open --include-file %s: %s"
22862287 msgstr "%s: невозможно открыть css-файл: %s"
22872288
2288 #: tp/Texinfo/Convert/HTML.pm:4860
2289 #, fuzzy, perl-format
2290 msgid "Error on closing CSS file %s: %s"
2289 #: tp/Texinfo/Convert/HTML.pm:4862
2290 #, fuzzy, perl-format
2291 msgid "error on closing CSS file %s: %s"
22912292 msgstr "невозможно закрыть выходной файл `%s'"
22922293
2293 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2294 #, fuzzy, perl-format
2295 msgid "No htmlxref.cnf entry found for `%s'"
2294 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2295 #, fuzzy, perl-format
2296 msgid "no htmlxref.cnf entry found for `%s'"
22962297 msgstr "для `%s' не найдено вхождений в именном указателе\n"
22972298
2298 #: tp/Texinfo/Convert/HTML.pm:6495
2299 #, fuzzy, perl-format
2300 msgid "Error on closing frame file %s: %s"
2299 #: tp/Texinfo/Convert/HTML.pm:6506
2300 #, fuzzy, perl-format
2301 msgid "error on closing frame file %s: %s"
23012302 msgstr "невозможно закрыть выходной файл `%s'"
23022303
2303 #: tp/Texinfo/Convert/HTML.pm:6519
2304 #, fuzzy, perl-format
2305 msgid "Error on closing TOC frame file %s: %s"
2304 #: tp/Texinfo/Convert/HTML.pm:6530
2305 #, fuzzy, perl-format
2306 msgid "error on closing TOC frame file %s: %s"
23062307 msgstr "невозможно закрыть выходной файл `%s'"
23072308
2308 #: tp/Texinfo/Convert/HTML.pm:6634
2309 #, perl-format
2310 msgid "Handler %s of stage %s priority %s failed"
2311 msgstr ""
2312
2313 #: tp/Texinfo/Convert/HTML.pm:6835
2314 msgid "Must specify a title with a title command or @top"
2315 msgstr ""
2316
2317 #: tp/Texinfo/Convert/HTML.pm:7040
2318 #, perl-format
2319 msgid "Error on closing redirection node file %s: %s"
2320 msgstr ""
2321
2322 #: tp/Texinfo/Convert/HTML.pm:7065
2323 #, fuzzy, perl-format
2324 msgid "Old name for `%s' is a node of the document"
2309 #: tp/Texinfo/Convert/HTML.pm:6645
2310 #, perl-format
2311 msgid "handler %s of stage %s priority %s failed"
2312 msgstr ""
2313
2314 #: tp/Texinfo/Convert/HTML.pm:6846
2315 msgid "must specify a title with a title command or @top"
2316 msgstr ""
2317
2318 #: tp/Texinfo/Convert/HTML.pm:7055
2319 #, fuzzy, perl-format
2320 msgid "error on closing redirection node file %s: %s"
2321 msgstr "невозможно закрыть выходной файл `%s'"
2322
2323 #: tp/Texinfo/Convert/HTML.pm:7080
2324 #, fuzzy, perl-format
2325 msgid "old name for `%s' is a node of the document"
23252326 msgstr "В этом документе нет ссылки `Предыдущая' или `Вверх' для этой ноды."
23262327
2327 #: tp/Texinfo/Convert/HTML.pm:7069
2328 #, fuzzy, perl-format
2329 msgid "File empty for renamed node `%s'"
2328 #: tp/Texinfo/Convert/HTML.pm:7086
2329 #, fuzzy, perl-format
2330 msgid "file empty for renamed node `%s'"
23302331 msgstr "на ноду `%s' нет ссылок"
23312332
2332 #: tp/Texinfo/Convert/HTML.pm:7081
2333 #, perl-format
2334 msgid "Target node (new name for `%s') not in document: %s"
2335 msgstr ""
2336
2337 #: tp/Texinfo/Convert/HTML.pm:7113
2338 #, fuzzy, perl-format
2339 msgid "Error on closing renamed node redirection file %s: %s"
2333 #: tp/Texinfo/Convert/HTML.pm:7100
2334 #, perl-format
2335 msgid "target node (new name for `%s') not in document: %s"
2336 msgstr ""
2337
2338 #: tp/Texinfo/Convert/HTML.pm:7132
2339 #, fuzzy, perl-format
2340 msgid "error on closing renamed node redirection file %s: %s"
23402341 msgstr "невозможно закрыть выходной файл `%s'"
23412342
2342 #: tp/Texinfo/Convert/HTML.pm:7151
2343 #, fuzzy
2344 msgid "Empty node name"
2343 #: tp/Texinfo/Convert/HTML.pm:7170
2344 #, fuzzy
2345 msgid "empty node name"
23452346 msgstr "для `%s' не найдено вхождений в именном указателе\n"
23462347
2347 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2348 #, perl-format
2349 msgid "Syntax for an external node used for `%s'"
2348 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2349 #, perl-format
2350 msgid "syntax for an external node used for `%s'"
23502351 msgstr ""
23512352
23522353 #: tp/Texinfo/Convert/Info.pm:99
23532354 #, fuzzy
2354 msgid "Document without nodes."
2355 msgid "document without nodes"
23552356 msgstr "В этой ноде нет меню."
23562357
2357 #: tp/Texinfo/Convert/Info.pm:115
2358 msgid "Document without Top node."
2359 msgstr ""
2360
2361 #: tp/Texinfo/Convert/Info.pm:151
2362 #, perl-format
2363 msgid "Rename %s failed: %s"
2364 msgstr ""
2365
2366 #: tp/Texinfo/Convert/Info.pm:226
2358 #: tp/Texinfo/Convert/Info.pm:116
2359 #, fuzzy
2360 msgid "document without Top node"
2361 msgstr "В этой ноде нет меню."
2362
2363 #: tp/Texinfo/Convert/Info.pm:153
2364 #, perl-format
2365 msgid "rename %s failed: %s"
2366 msgstr ""
2367
2368 #: tp/Texinfo/Convert/Info.pm:228
23672369 #, perl-format
23682370 msgid "@%s output more than once: %s"
23692371 msgstr ""
23702372
2371 #: tp/Texinfo/Convert/Info.pm:340
2373 #: tp/Texinfo/Convert/Info.pm:346
23722374 #, fuzzy, perl-format
23732375 msgid "@%s outside of any node"
23742376 msgstr "(вне какой-либо ноды)"
23752377
2376 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2377 #, perl-format
2378 msgid "Entry for index `%s' outside of any node"
2378 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2379 #, fuzzy, perl-format
2380 msgid "entry for index `%s' outside of any node"
23792381 msgstr "Вхождение для именного указателя `%s' вне ноды"
23802382
23812383 #: tp/Texinfo/Convert/Plaintext.pm:1217
23822384 #, fuzzy, perl-format
2383 msgid "Error on closing image text file %s: %s"
2385 msgid "error on closing image text file %s: %s"
23842386 msgstr "невозможно закрыть выходной файл `%s'"
23852387
23862388 #: tp/Texinfo/Convert/Plaintext.pm:1222
23882390 msgid "@image file `%s' unreadable: %s"
23892391 msgstr "невозможно прочитать @image файл `%s': %s"
23902392
2391 #: tp/Texinfo/Convert/Plaintext.pm:1250
2392 #, fuzzy, perl-format
2393 msgid "Cannot find @image file `%s.txt' nor alternate text"
2393 #: tp/Texinfo/Convert/Plaintext.pm:1251
2394 #, fuzzy, perl-format
2395 msgid "could not find @image file `%s.txt' nor alternate text"
23942396 msgstr "Невозможно найти ноду `%s'."
23952397
2396 #: tp/Texinfo/Convert/Plaintext.pm:1615
2398 #: tp/Texinfo/Convert/Plaintext.pm:1617
23972399 msgid ""
23982400 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
23992401 "avoid that"
24012403 "@strong{Note...} создает в Info ложную перекрестную ссылку; перефразируйте "
24022404 "текст, чтобы избежать этого"
24032405
2404 #: tp/Texinfo/Convert/Plaintext.pm:1845
2406 #: tp/Texinfo/Convert/Plaintext.pm:1849
24052407 #, perl-format
24062408 msgid "`.' or `,' must follow @xref, not %s"
24072409 msgstr ""
24082410
2409 #: tp/Texinfo/Convert/Plaintext.pm:1847
2411 #: tp/Texinfo/Convert/Plaintext.pm:1852
24102412 msgid "`.' or `,' must follow @xref"
24112413 msgstr ""
24122414
24152417 msgid "@%s should only appear at beginning or end of document"
24162418 msgstr "%s: невозможно открыть css-файл: %s"
24172419
2418 #: tp/Texinfo/Parser.pm:837
2419 #, fuzzy, perl-format
2420 msgid "Can't read file %s: %s"
2421 msgstr "Невозможно удалить файл `%s': %s"
2422
24232420 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
24242421 #, perl-format
2425 msgid "Multiple @%s"
2422 msgid "multiple @%s"
24262423 msgstr ""
24272424
24282425 #: tp/Texinfo/Parser.pm:1100
24292426 #, fuzzy, perl-format
2430 msgid "Bad syntax for @%s argument: %s"
2427 msgid "bad syntax for @%s argument: %s"
24312428 msgstr "Плохой аргумент для @%s"
24322429
24332430 #: tp/Texinfo/Parser.pm:1116
2434 #, perl-format
2435 msgid "Bad or empty @%s formal argument: %s"
2436 msgstr ""
2437
2438 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2439 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2440 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2431 #, fuzzy, perl-format
2432 msgid "bad or empty @%s formal argument: %s"
2433 msgstr "Плохой аргумент для @%s"
2434
2435 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2436 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2437 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
24412438 #, perl-format
24422439 msgid "%c%s requires a name"
24432440 msgstr "команде %c%s нужно указать имя"
24442441
2445 #: tp/Texinfo/Parser.pm:1235
2442 #: tp/Texinfo/Parser.pm:1238
24462443 #, perl-format
24472444 msgid "%c%s missing close brace"
24482445 msgstr "%c%s пропущена закрывающая скобка"
24492446
2450 #: tp/Texinfo/Parser.pm:1238
2447 #: tp/Texinfo/Parser.pm:1241
24512448 #, fuzzy, perl-format
24522449 msgid "@%s missing closing delimiter sequence: %s}"
24532450 msgstr "%c%s пропущена закрывающая скобка"
24542451
2455 #: tp/Texinfo/Parser.pm:1351
2452 #: tp/Texinfo/Parser.pm:1354
24562453 #, fuzzy, perl-format
24572454 msgid "@itemx should not begin @%s"
24582455 msgstr "%s: невозможно открыть css-файл: %s"
24592456
2460 #: tp/Texinfo/Parser.pm:1419
2457 #: tp/Texinfo/Parser.pm:1422
24612458 msgid "@itemx must follow @item"
24622459 msgstr ""
24632460
2464 #: tp/Texinfo/Parser.pm:1587
2461 #: tp/Texinfo/Parser.pm:1590
24652462 #, perl-format
24662463 msgid "@%s has text but no @item"
24672464 msgstr ""
24682465
2469 #: tp/Texinfo/Parser.pm:1617
2466 #: tp/Texinfo/Parser.pm:1620
24702467 #, perl-format
24712468 msgid "`@end' expected `%s', but saw `%s'"
24722469 msgstr "ожидалось `@end' с `%s', встречено `%s'"
24732470
2474 #: tp/Texinfo/Parser.pm:1620
2471 #: tp/Texinfo/Parser.pm:1623
24752472 #, fuzzy, perl-format
24762473 msgid "@%s seen before @end %s"
24772474 msgstr "@menu встречено перед первой @node, будет создана нода `Top'"
24782475
2479 #: tp/Texinfo/Parser.pm:1624
2480 #, perl-format
2481 msgid "No matching `%cend %s'"
2476 #: tp/Texinfo/Parser.pm:1627
2477 #, fuzzy, perl-format
2478 msgid "no matching `%cend %s'"
24822479 msgstr "Нет парной `%cend %s'"
24832480
2484 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2485 #: tp/Texinfo/Parser.pm:5125
2486 #, perl-format
2487 msgid "Misplaced %c"
2481 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2482 #: tp/Texinfo/Parser.pm:5150
2483 #, fuzzy, perl-format
2484 msgid "misplaced %c"
24882485 msgstr "Здесь не должно быть %c"
24892486
2490 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2491 #, perl-format
2492 msgid "Unmatched `%c%s'"
2487 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2488 #, fuzzy, perl-format
2489 msgid "unmatched `%c%s'"
24932490 msgstr "Непарная `%c%s'"
24942491
2495 #: tp/Texinfo/Parser.pm:1972
2496 #, fuzzy, perl-format
2497 msgid "Macro `%s' called with too many args"
2492 #: tp/Texinfo/Parser.pm:1976
2493 #, fuzzy, perl-format
2494 msgid "macro `%s' called with too many args"
24982495 msgstr "Макро `%s' вызвано на строке %d с излишними аргументами"
24992496
2500 #: tp/Texinfo/Parser.pm:1994
2497 #: tp/Texinfo/Parser.pm:1998
25012498 #, fuzzy, perl-format
25022499 msgid "@%s missing close brace"
25032500 msgstr "%c%s пропущена закрывающая скобка"
25042501
2505 #: tp/Texinfo/Parser.pm:2001
2506 #, fuzzy, perl-format
2507 msgid "Macro `%s' declared without argument called with an argument"
2502 #: tp/Texinfo/Parser.pm:2006
2503 #, fuzzy, perl-format
2504 msgid "macro `%s' declared without argument called with an argument"
25082505 msgstr "Макро `%s' вызвано на строке %d с излишними аргументами"
25092506
2510 #: tp/Texinfo/Parser.pm:2035
2507 #: tp/Texinfo/Parser.pm:2041
25112508 #, fuzzy, perl-format
25122509 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
25132510 msgstr "после \\ в раскрытии макро стоит `%s', а не имя параметра"
25142511
2515 #: tp/Texinfo/Parser.pm:2430
2512 #: tp/Texinfo/Parser.pm:2436
25162513 #, fuzzy, perl-format
25172514 msgid "@%s `%s' previously defined"
25182515 msgstr "макро `%s' было определено раньше"
25192516
2520 #: tp/Texinfo/Parser.pm:2435
2517 #: tp/Texinfo/Parser.pm:2441
25212518 #, fuzzy, perl-format
25222519 msgid "here is the previous definition as @%s"
25232520 msgstr "место предыдущего определения `%s'"
25242521
2525 #: tp/Texinfo/Parser.pm:2796
2526 #, fuzzy, perl-format
2527 msgid "Missing name for @%s"
2522 #: tp/Texinfo/Parser.pm:2802
2523 #, fuzzy, perl-format
2524 msgid "missing name for @%s"
25282525 msgstr "В аргументе @def пропущена `}'"
25292526
2530 #: tp/Texinfo/Parser.pm:2801
2531 #, perl-format
2532 msgid "Missing category for @%s"
2533 msgstr ""
2534
2535 #: tp/Texinfo/Parser.pm:2853
2536 #, fuzzy, perl-format
2537 msgid "Unexpected argument on @%s line: %s"
2527 #: tp/Texinfo/Parser.pm:2807
2528 #, fuzzy, perl-format
2529 msgid "missing category for @%s"
2530 msgstr "В аргументе @def пропущена `}'"
2531
2532 #: tp/Texinfo/Parser.pm:2859
2533 #, fuzzy, perl-format
2534 msgid "unexpected argument on @%s line: %s"
25382535 msgstr "Плохой аргумент для @%s"
25392536
2540 #: tp/Texinfo/Parser.pm:2869
2537 #: tp/Texinfo/Parser.pm:2875
25412538 #, fuzzy
25422539 msgid "empty multitable"
25432540 msgstr "%s: пустой файл"
25442541
2545 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2546 #, fuzzy, perl-format
2547 msgid "Superfluous argument to @%s"
2542 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2543 #, fuzzy, perl-format
2544 msgid "superfluous argument to @%s"
25482545 msgstr "Плохой аргумент для @%s"
25492546
2550 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2551 #: tp/Texinfo/Parser.pm:5379
2552 #, perl-format
2553 msgid "Bad argument to @%s"
2547 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2548 #: tp/Texinfo/Parser.pm:5405
2549 #, fuzzy, perl-format
2550 msgid "bad argument to @%s"
25542551 msgstr "Плохой аргумент для @%s"
25552552
2556 #: tp/Texinfo/Parser.pm:2942
2553 #: tp/Texinfo/Parser.pm:2948
25572554 #, perl-format
25582555 msgid "%s requires an argument: the formatter for %citem"
25592556 msgstr "%s должна использоваться c аргументом: форматом для %citem"
25602557
2561 #: tp/Texinfo/Parser.pm:2947
2562 #, perl-format
2563 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2564 msgstr ""
2565
2566 #: tp/Texinfo/Parser.pm:2982
2567 #, fuzzy, perl-format
2568 msgid "Accent command `@%s' not allowed as @%s argument"
2558 #: tp/Texinfo/Parser.pm:2953
2559 #, perl-format
2560 msgid "command @%s not accepting argument in brace should not be on @%s line"
2561 msgstr ""
2562
2563 #: tp/Texinfo/Parser.pm:2988
2564 #, fuzzy, perl-format
2565 msgid "accent command `@%s' not allowed as @%s argument"
25692566 msgstr "нельзя задавать @item в аргументе для @itemize"
25702567
2571 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2572 #: tp/Texinfo/Parser.pm:5338
2568 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2569 #: tp/Texinfo/Parser.pm:5364
25732570 #, fuzzy, perl-format
25742571 msgid "@%s missing argument"
25752572 msgstr "%s: пропущен аргумент, задающий файл.\n"
25762573
2577 #: tp/Texinfo/Parser.pm:3072
2578 #, fuzzy, perl-format
2579 msgid "Unknown @end %s"
2574 #: tp/Texinfo/Parser.pm:3078
2575 #, fuzzy, perl-format
2576 msgid "unknown @end %s"
25802577 msgstr "Именной указатель `%s' неизвестен"
25812578
2582 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2583 #, fuzzy, perl-format
2584 msgid "Superfluous argument to @%s %s: %s"
2579 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2580 #, fuzzy, perl-format
2581 msgid "superfluous argument to @%s %s: %s"
25852582 msgstr "Плохой аргумент для @%s"
25862583
2587 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2588 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2589 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2590 #, fuzzy, perl-format
2591 msgid "Bad argument to @%s: %s"
2584 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2585 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2586 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2587 #, fuzzy, perl-format
2588 msgid "bad argument to @%s: %s"
25922589 msgstr "Плохой аргумент для @%s"
25932590
2594 #: tp/Texinfo/Parser.pm:3118
2595 #, fuzzy, perl-format
2596 msgid "@%s: Cannot open %s: %s"
2591 #: tp/Texinfo/Parser.pm:3124
2592 #, fuzzy, perl-format
2593 msgid "@%s: could not open %s: %s"
25972594 msgstr "Невозможно найти `%s'."
25982595
2599 #: tp/Texinfo/Parser.pm:3130
2600 #, perl-format
2601 msgid "Encoding `%s' is not a canonical texinfo encoding"
2602 msgstr ""
2603
2604 #: tp/Texinfo/Parser.pm:3139
2596 #: tp/Texinfo/Parser.pm:3136
2597 #, perl-format
2598 msgid "encoding `%s' is not a canonical texinfo encoding"
2599 msgstr ""
2600
2601 #: tp/Texinfo/Parser.pm:3145
26052602 #, perl-format
26062603 msgid "unrecognized encoding name `%s'"
26072604 msgstr "имя кодировки `%s' не распознано"
26082605
2609 #: tp/Texinfo/Parser.pm:3289
2606 #: tp/Texinfo/Parser.pm:3295
26102607 #, perl-format
26112608 msgid "@%s after the first element"
26122609 msgstr ""
26132610
2614 #: tp/Texinfo/Parser.pm:3296
2611 #: tp/Texinfo/Parser.pm:3302
26152612 #, fuzzy, perl-format
26162613 msgid "@%s only meaningful on a @multitable line"
26172614 msgstr "@%s не имеет смысла вне блока `@titlepage'"
26182615
2619 #: tp/Texinfo/Parser.pm:3336
2616 #: tp/Texinfo/Parser.pm:3342
26202617 #, fuzzy, perl-format
26212618 msgid "@%s should not be associated with @top"
26222619 msgstr "%s: невозможно открыть css-файл: %s"
26232620
2624 #: tp/Texinfo/Parser.pm:3348
2621 #: tp/Texinfo/Parser.pm:3354
26252622 #, fuzzy, perl-format
26262623 msgid "@node precedes @%s, but parts may not be associated with nodes"
26272624 msgstr "%s: невозможно открыть css-файл: %s"
26282625
2629 #: tp/Texinfo/Parser.pm:3450
2630 #, fuzzy, perl-format
2631 msgid "Empty argument in @%s"
2626 #: tp/Texinfo/Parser.pm:3456
2627 #, fuzzy, perl-format
2628 msgid "empty argument in @%s"
26322629 msgstr "Плохой аргумент для @%s"
26332630
2634 #: tp/Texinfo/Parser.pm:3454
2635 #, perl-format
2636 msgid "Empty node name after expansion `%s'"
2637 msgstr ""
2638
2639 #: tp/Texinfo/Parser.pm:3497
2640 #, fuzzy, perl-format
2641 msgid "Empty menu entry name in `%s'"
2631 #: tp/Texinfo/Parser.pm:3460
2632 #, fuzzy, perl-format
2633 msgid "empty node name after expansion `%s'"
26422634 msgstr "Плохой аргумент для @%s"
26432635
2644 #: tp/Texinfo/Parser.pm:3505
2645 #, fuzzy
2646 msgid "Empty node name in menu entry"
2636 #: tp/Texinfo/Parser.pm:3503
2637 #, fuzzy, perl-format
2638 msgid "empty menu entry name in `%s'"
2639 msgstr "Плохой аргумент для @%s"
2640
2641 #: tp/Texinfo/Parser.pm:3511
2642 #, fuzzy
2643 msgid "empty node name in menu entry"
26472644 msgstr "для `%s' не найдено вхождений в именном указателе\n"
26482645
2649 #: tp/Texinfo/Parser.pm:3578
2646 #: tp/Texinfo/Parser.pm:3584
26502647 #, fuzzy, perl-format
26512648 msgid "@%s should not appear in @%s"
26522649 msgstr "%s: невозможно открыть css-файл: %s"
26532650
2654 #: tp/Texinfo/Parser.pm:3710
2651 #: tp/Texinfo/Parser.pm:3716
26552652 #, fuzzy, perl-format
26562653 msgid "@end %s should only appear at a line beginning"
26572654 msgstr "%s: невозможно открыть css-файл: %s"
26582655
2659 #: tp/Texinfo/Parser.pm:3733
2656 #: tp/Texinfo/Parser.pm:3739
26602657 #, perl-format
26612658 msgid "macro `%s' previously defined"
26622659 msgstr "макро `%s' было определено раньше"
26632660
2664 #: tp/Texinfo/Parser.pm:3735
2661 #: tp/Texinfo/Parser.pm:3742
26652662 #, perl-format
26662663 msgid "here is the previous definition of `%s'"
26672664 msgstr "место предыдущего определения `%s'"
26682665
2669 #: tp/Texinfo/Parser.pm:3739
2670 #, perl-format
2671 msgid "Redefining Texinfo language command: @%s"
2672 msgstr ""
2673
2674 #: tp/Texinfo/Parser.pm:3788
2666 #: tp/Texinfo/Parser.pm:3747
2667 #, perl-format
2668 msgid "redefining Texinfo language command: @%s"
2669 msgstr ""
2670
2671 #: tp/Texinfo/Parser.pm:3796
26752672 #, perl-format
26762673 msgid "@%s without associated character"
26772674 msgstr ""
26782675
2679 #: tp/Texinfo/Parser.pm:3849
2676 #: tp/Texinfo/Parser.pm:3858
26802677 #, perl-format
26812678 msgid ""
26822679 "@%s defined with zero or more than one argument should be invoked with {}"
26832680 msgstr ""
26842681
2685 #: tp/Texinfo/Parser.pm:3872
2686 #, perl-format
2687 msgid ""
2688 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2682 #: tp/Texinfo/Parser.pm:3882
2683 #, perl-format
2684 msgid ""
2685 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
26892686 "value %d)"
26902687 msgstr ""
26912688
2692 #: tp/Texinfo/Parser.pm:3880
2693 #, perl-format
2694 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2695 msgstr ""
2696
2697 #: tp/Texinfo/Parser.pm:3935
2698 #, perl-format
2699 msgid "Accent command `@%s' must not be followed by whitespace"
2700 msgstr ""
2701
2702 #: tp/Texinfo/Parser.pm:3941
2703 #, perl-format
2704 msgid "Use braces to give a command as an argument to @%s"
2689 #: tp/Texinfo/Parser.pm:3891
2690 #, perl-format
2691 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2692 msgstr ""
2693
2694 #: tp/Texinfo/Parser.pm:3947
2695 #, fuzzy, perl-format
2696 msgid "accent command `@%s' must not be followed by whitespace"
2697 msgstr "нельзя задавать @item в аргументе для @itemize"
2698
2699 #: tp/Texinfo/Parser.pm:3953
2700 #, fuzzy, perl-format
2701 msgid "use braces to give a command as an argument to @%s"
27052702 msgstr ""
27062703 "Используйте фигурные скобки, чтобы передать @%s команду в качестве аргумента"
27072704
2708 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2705 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
27092706 #, fuzzy, perl-format
27102707 msgid "%c%s expects `i' or `j' as argument, not `%s'"
27112708 msgstr "%c%s ожидает в качестве аргумента `i' или `j', а не `%c'"
27122709
2713 #: tp/Texinfo/Parser.pm:3966
2714 #, perl-format
2715 msgid "Accent command `@%s' must not be followed by new line"
2716 msgstr ""
2717
2718 #: tp/Texinfo/Parser.pm:3977
2710 #: tp/Texinfo/Parser.pm:3978
2711 #, fuzzy, perl-format
2712 msgid "accent command `@%s' must not be followed by new line"
2713 msgstr "нельзя задавать @item в аргументе для @itemize"
2714
2715 #: tp/Texinfo/Parser.pm:3989
27192716 #, fuzzy, perl-format
27202717 msgid "@%s expected braces"
27212718 msgstr "%c%s подразумевает фигурные скобки"
27222719
2723 #: tp/Texinfo/Parser.pm:4136
2720 #: tp/Texinfo/Parser.pm:4148
27242721 #, perl-format
27252722 msgid "undefined flag: %s"
27262723 msgstr "неопределенный флаг: %s"
27272724
2728 #: tp/Texinfo/Parser.pm:4139
2729 msgid "Bad syntax for @value"
2730 msgstr ""
2731
2732 #: tp/Texinfo/Parser.pm:4146
2725 #: tp/Texinfo/Parser.pm:4151
2726 #, fuzzy
2727 msgid "bad syntax for @value"
2728 msgstr "Плохой аргумент для @%s"
2729
2730 #: tp/Texinfo/Parser.pm:4158
27332731 #, fuzzy, perl-format
27342732 msgid "%c%s is obsolete."
27352733 msgstr "Команда %c%s устарела и не используется"
27362734
2737 #: tp/Texinfo/Parser.pm:4149
2735 #: tp/Texinfo/Parser.pm:4161
27382736 #, fuzzy, perl-format
27392737 msgid "%c%s is obsolete; %s"
27402738 msgstr "Команда %c%s устарела и не используется"
27412739
2742 #: tp/Texinfo/Parser.pm:4157
2740 #: tp/Texinfo/Parser.pm:4170
27432741 #, fuzzy, perl-format
27442742 msgid "@%s should only appear at a line beginning"
27452743 msgstr "%s: невозможно открыть css-файл: %s"
27462744
2747 #: tp/Texinfo/Parser.pm:4247
2745 #: tp/Texinfo/Parser.pm:4261
27482746 #, fuzzy, perl-format
27492747 msgid "@%s not allowed inside `@%s' block"
27502748 msgstr "@%s не имеет смысла внутри блока `@%s'"
27512749
2752 #: tp/Texinfo/Parser.pm:4255
2750 #: tp/Texinfo/Parser.pm:4270
27532751 #, fuzzy, perl-format
27542752 msgid "@%s should only appear in heading or footing"
27552753 msgstr "%s: невозможно открыть css-файл: %s"
27562754
2757 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2758 #: tp/Texinfo/Parser.pm:4437
2755 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2756 #: tp/Texinfo/Parser.pm:4458
27592757 #, perl-format
27602758 msgid "@%s not meaningful inside `@%s' block"
27612759 msgstr "@%s не имеет смысла внутри блока `@%s'"
27622760
2763 #: tp/Texinfo/Parser.pm:4398
2761 #: tp/Texinfo/Parser.pm:4418
27642762 #, fuzzy, perl-format
27652763 msgid "@%s in empty multitable"
27662764 msgstr "%s: пустой файл"
27672765
2768 #: tp/Texinfo/Parser.pm:4403
2766 #: tp/Texinfo/Parser.pm:4424
27692767 msgid "@tab before @item"
27702768 msgstr ""
27712769
2772 #: tp/Texinfo/Parser.pm:4406
2773 #, perl-format
2774 msgid "Too many columns in multitable item (max %d)"
2770 #: tp/Texinfo/Parser.pm:4427
2771 #, fuzzy, perl-format
2772 msgid "too many columns in multitable item (max %d)"
27752773 msgstr "Слишком много колонок в элементе таблицы (максимум %d)"
27762774
2777 #: tp/Texinfo/Parser.pm:4443
2775 #: tp/Texinfo/Parser.pm:4464
27782776 msgid "ignoring @tab outside of multitable"
27792777 msgstr "@tab вне таблицы игнорирован"
27802778
2781 #: tp/Texinfo/Parser.pm:4447
2779 #: tp/Texinfo/Parser.pm:4468
27822780 #, perl-format
27832781 msgid "@%s outside of table or list"
27842782 msgstr ""
27852783
2786 #: tp/Texinfo/Parser.pm:4482
2787 #, fuzzy, perl-format
2788 msgid "Must be after `@%s' to use `@%s'"
2784 #: tp/Texinfo/Parser.pm:4503
2785 #, fuzzy, perl-format
2786 msgid "must be after `@%s' to use `@%s'"
27892787 msgstr "Нужно быть в блоке `@%s', чтобы использовать `@%s'"
27902788
2791 #: tp/Texinfo/Parser.pm:4524
2789 #: tp/Texinfo/Parser.pm:4545
27922790 #, perl-format
27932791 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
27942792 msgstr "@%s не имеет смысла вне блока `@titlepage' или `@quotation'"
27952793
2796 #: tp/Texinfo/Parser.pm:4528
2794 #: tp/Texinfo/Parser.pm:4549
27972795 #, fuzzy
27982796 msgid "@dircategory after first node"
27992797 msgstr "@menu встречено перед первой @node, будет создана нода `Top'"
28002798
2801 #: tp/Texinfo/Parser.pm:4686
2802 #, fuzzy, perl-format
2803 msgid "Region %s inside region %s is not allowed"
2799 #: tp/Texinfo/Parser.pm:4708
2800 #, fuzzy, perl-format
2801 msgid "region %s inside region %s is not allowed"
28042802 msgstr "Сноски из сносок запрещены"
28052803
2806 #: tp/Texinfo/Parser.pm:4704
2804 #: tp/Texinfo/Parser.pm:4726
28072805 #, fuzzy
28082806 msgid "@direntry after first node"
28092807 msgstr "@menu встречено перед первой @node, будет создана нода `Top'"
28102808
2811 #: tp/Texinfo/Parser.pm:4712
2809 #: tp/Texinfo/Parser.pm:4734
28122810 #, fuzzy, perl-format
28132811 msgid "@%s seen before first @node"
28142812 msgstr "@menu встречено перед первой @node, будет создана нода `Top'"
28152813
2816 #: tp/Texinfo/Parser.pm:4714
2814 #: tp/Texinfo/Parser.pm:4737
28172815 msgid ""
28182816 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
28192817 msgstr ""
28202818 "вероятно, ваша нода @top должна быть в блоке @ifnottex, а не в @ifinfo?"
28212819
2822 #: tp/Texinfo/Parser.pm:4776
2820 #: tp/Texinfo/Parser.pm:4799
28232821 #, fuzzy, perl-format
28242822 msgid "@%s should only appear in math context"
28252823 msgstr "%s: невозможно открыть css-файл: %s"
28262824
2827 #: tp/Texinfo/Parser.pm:4784
2828 #, perl-format
2829 msgid "Unknown command `%s'"
2825 #: tp/Texinfo/Parser.pm:4807
2826 #, fuzzy, perl-format
2827 msgid "unknown command `%s'"
28302828 msgstr "Неизвестная команда `%s'"
28312829
2832 #: tp/Texinfo/Parser.pm:4794
2833 #, fuzzy
2834 msgid "Unexpected @"
2830 #: tp/Texinfo/Parser.pm:4817
2831 #, fuzzy
2832 msgid "unexpected @"
28352833 msgstr "Ожидается `%s'"
28362834
2837 #: tp/Texinfo/Parser.pm:4822
2835 #: tp/Texinfo/Parser.pm:4846
28382836 #, fuzzy, perl-format
28392837 msgid "@%s is not meaningful outside `@float' environment"
28402838 msgstr "@%s не имеет смысла вне блока `@float'"
28412839
2842 #: tp/Texinfo/Parser.pm:4826
2840 #: tp/Texinfo/Parser.pm:4851
28432841 #, perl-format
28442842 msgid "@%s should be right below `@float'"
28452843 msgstr ""
28462844
2847 #: tp/Texinfo/Parser.pm:4834
2848 #, perl-format
2849 msgid "Ignoring multiple @%s"
2850 msgstr ""
2851
2852 #: tp/Texinfo/Parser.pm:4950
2853 #, perl-format
2854 msgid "Command @%s does not accept arguments"
2855 msgstr ""
2856
2857 #: tp/Texinfo/Parser.pm:4974
2858 #, fuzzy, perl-format
2859 msgid "Command @%s missing a node or external manual argument"
2845 #: tp/Texinfo/Parser.pm:4859
2846 #, perl-format
2847 msgid "ignoring multiple @%s"
2848 msgstr ""
2849
2850 #: tp/Texinfo/Parser.pm:4975
2851 #, fuzzy, perl-format
2852 msgid "command @%s does not accept arguments"
2853 msgstr "нельзя задавать @item в аргументе для @itemize"
2854
2855 #: tp/Texinfo/Parser.pm:4999
2856 #, fuzzy, perl-format
2857 msgid "command @%s missing a node or external manual argument"
28602858 msgstr "%s: пропущен аргумент, задающий файл.\n"
28612859
2862 #: tp/Texinfo/Parser.pm:4993
2863 #, perl-format
2864 msgid "In @%s empty cross reference name after expansion `%s'"
2865 msgstr ""
2866
2867 #: tp/Texinfo/Parser.pm:5004
2868 #, perl-format
2869 msgid "In @%s empty cross reference title after expansion `%s'"
2870 msgstr ""
2871
2872 #: tp/Texinfo/Parser.pm:5017
2860 #: tp/Texinfo/Parser.pm:5018
2861 #, perl-format
2862 msgid "in @%s empty cross reference name after expansion `%s'"
2863 msgstr ""
2864
2865 #: tp/Texinfo/Parser.pm:5029
2866 #, perl-format
2867 msgid "in @%s empty cross reference title after expansion `%s'"
2868 msgstr ""
2869
2870 #: tp/Texinfo/Parser.pm:5042
28732871 msgid "@image missing filename argument"
28742872 msgstr "после @image пропущен аргумент задающий файл "
28752873
2876 #: tp/Texinfo/Parser.pm:5047
2874 #: tp/Texinfo/Parser.pm:5072
28772875 #, fuzzy, perl-format
28782876 msgid "@%s missing first argument"
28792877 msgstr "%s: пропущен аргумент, задающий файл.\n"
28802878
2881 #: tp/Texinfo/Parser.pm:5169
2882 msgid "Superfluous arguments for node"
2883 msgstr ""
2884
2885 #: tp/Texinfo/Parser.pm:5208
2886 #, fuzzy, perl-format
2887 msgid "Expected @end %s"
2879 #: tp/Texinfo/Parser.pm:5194
2880 #, fuzzy
2881 msgid "superfluous arguments for node"
2882 msgstr "Плохой аргумент для @%s"
2883
2884 #: tp/Texinfo/Parser.pm:5233
2885 #, fuzzy, perl-format
2886 msgid "expected @end %s"
28882887 msgstr "Ожидается `%s'"
28892888
2890 #: tp/Texinfo/Parser.pm:5283
2891 #, fuzzy, perl-format
2892 msgid "Remaining argument on @%s line: %s"
2889 #: tp/Texinfo/Parser.pm:5309
2890 #, fuzzy, perl-format
2891 msgid "remaining argument on @%s line: %s"
28932892 msgstr "Плохой аргумент для @%s"
28942893
2895 #: tp/Texinfo/Parser.pm:5287
2894 #: tp/Texinfo/Parser.pm:5313
28962895 #, fuzzy, perl-format
28972896 msgid "@%s should only accept a @-command as argument, not `%s'"
28982897 msgstr ""
28992898 "Используйте фигурные скобки, чтобы передать @%s команду в качестве аргумента"
29002899
2901 #: tp/Texinfo/Parser.pm:5362
2902 #, fuzzy, perl-format
2903 msgid "Environment command %s as argument to @%s"
2900 #: tp/Texinfo/Parser.pm:5388
2901 #, fuzzy, perl-format
2902 msgid "environment command %s as argument to @%s"
29042903 msgstr ""
29052904 "Используйте фигурные скобки, чтобы передать @%s команду в качестве аргумента"
29062905
2907 #: tp/Texinfo/Parser.pm:5384
2908 #, perl-format
2909 msgid "Empty @%s"
2910 msgstr ""
2911
2912 #: tp/Texinfo/Parser.pm:5392
2906 #: tp/Texinfo/Parser.pm:5410
2907 #, perl-format
2908 msgid "empty @%s"
2909 msgstr ""
2910
2911 #: tp/Texinfo/Parser.pm:5418
29132912 #, perl-format
29142913 msgid "column fraction not a number: %s"
29152914 msgstr ""
29162915
2917 #: tp/Texinfo/Parser.pm:5401
2916 #: tp/Texinfo/Parser.pm:5427
29182917 #, fuzzy, perl-format
29192918 msgid "@sp arg must be numeric, not `%s'"
29202919 msgstr "%s: %s аргумент должен быть числовым, не `%s'.\n"
29212920
2922 #: tp/Texinfo/Parser.pm:5409
2923 #, perl-format
2924 msgid "Reserved index name %s"
2925 msgstr ""
2926
2927 #: tp/Texinfo/Parser.pm:5428
2928 #, fuzzy, perl-format
2929 msgid "Unknown source index in @%s: %s"
2921 #: tp/Texinfo/Parser.pm:5436
2922 #, perl-format
2923 msgid "reserved index name %s"
2924 msgstr ""
2925
2926 #: tp/Texinfo/Parser.pm:5455
2927 #, fuzzy, perl-format
2928 msgid "unknown source index in @%s: %s"
29302929 msgstr "Именной указатель `%s' неизвестен"
29312930
2932 #: tp/Texinfo/Parser.pm:5431
2933 #, fuzzy, perl-format
2934 msgid "Unknown destination index in @%s: %s"
2931 #: tp/Texinfo/Parser.pm:5458
2932 #, fuzzy, perl-format
2933 msgid "unknown destination index in @%s: %s"
29352934 msgstr "Именной указатель `%s' неизвестен"
29362935
2937 #: tp/Texinfo/Parser.pm:5461
2936 #: tp/Texinfo/Parser.pm:5488
29382937 #, perl-format
29392938 msgid "@%s leads to a merging of %s in itself, ignoring"
29402939 msgstr ""
29412940
2942 #: tp/Texinfo/Parser.pm:5474
2943 #, perl-format
2944 msgid "Unknown index `%s' in @printindex"
2941 #: tp/Texinfo/Parser.pm:5501
2942 #, fuzzy, perl-format
2943 msgid "unknown index `%s' in @printindex"
29452944 msgstr "Неизвестен именной указатель `%s' в @printindex"
29462945
2947 #: tp/Texinfo/Parser.pm:5480
2948 #, perl-format
2949 msgid "Printing an index `%s' merged in another one `%s'"
2950 msgstr ""
2951
2952 #: tp/Texinfo/Parser.pm:5488
2953 #, perl-format
2954 msgid "Printindex before document beginning: @printindex %s"
2955 msgstr ""
2956
2957 #: tp/Texinfo/Parser.pm:5504
2946 #: tp/Texinfo/Parser.pm:5507
2947 #, perl-format
2948 msgid "printing an index `%s' merged in another one `%s'"
2949 msgstr ""
2950
2951 #: tp/Texinfo/Parser.pm:5515
2952 #, perl-format
2953 msgid "printindex before document beginning: @printindex %s"
2954 msgstr ""
2955
2956 #: tp/Texinfo/Parser.pm:5531
29582957 #, fuzzy, perl-format
29592958 msgid "@%s arg must be `top' or `bottom', not `%s'"
29602959 msgstr "%s: %s аргумент должен быть числовым, не `%s'.\n"
29612960
2962 #: tp/Texinfo/Parser.pm:5512
2961 #: tp/Texinfo/Parser.pm:5539
29632962 #, perl-format
29642963 msgid "Only @%s 10 or 11 is supported, not `%s'"
29652964 msgstr ""
29662965
2967 #: tp/Texinfo/Parser.pm:5520
2966 #: tp/Texinfo/Parser.pm:5547
29682967 #, fuzzy, perl-format
29692968 msgid "@%s arg must be `separate' or `end', not `%s'"
29702969 msgstr ""
29712970 "%s: аргумент --footnote-style должен быть `separate' или `end'; а не `%s'.\n"
29722971
2973 #: tp/Texinfo/Parser.pm:5528
2972 #: tp/Texinfo/Parser.pm:5555
29742973 #, fuzzy, perl-format
29752974 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
29762975 msgstr "%s: %s аргумент должен быть числовым, не `%s'.\n"
29772976
2978 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
2977 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
29792978 #, fuzzy, perl-format
29802979 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
29812980 msgstr ""
29822981 "%s: аргумент --paragraph-indent должен быть числовым, или\n"
29832982 "`none', или `asis'; не `%s'.\n"
29842983
2985 #: tp/Texinfo/Parser.pm:5559
2984 #: tp/Texinfo/Parser.pm:5586
29862985 #, fuzzy, perl-format
29872986 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
29882987 msgstr ""
29892988 "%s: аргумент --paragraph-indent должен быть числовым, или\n"
29902989 "`none', или `asis'; не `%s'.\n"
29912990
2992 #: tp/Texinfo/Parser.pm:5569
2991 #: tp/Texinfo/Parser.pm:5596
29932992 #, fuzzy, perl-format
29942993 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
29952994 msgstr ""
29962995 "%s: аргумент --paragraph-indent должен быть числовым, или\n"
29972996 "`none', или `asis'; не `%s'.\n"
29982997
2999 #: tp/Texinfo/Parser.pm:5580
3000 #, perl-format
3001 msgid "Expected @%s on or off, not `%s'"
3002 msgstr ""
3003
3004 #: tp/Texinfo/Parser.pm:5590
2998 #: tp/Texinfo/Parser.pm:5607
2999 #, perl-format
3000 msgid "expected @%s on or off, not `%s'"
3001 msgstr ""
3002
3003 #: tp/Texinfo/Parser.pm:5617
30053004 #, perl-format
30063005 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
30073006 msgstr ""
30083007
3009 #: tp/Texinfo/Parser.pm:5598
3008 #: tp/Texinfo/Parser.pm:5625
30103009 #, fuzzy, perl-format
30113010 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
30123011 msgstr ""
30133012 "%s: аргумент --footnote-style должен быть `separate' или `end'; а не `%s'.\n"
30143013
3015 #: tp/Texinfo/Parser.pm:5606
3014 #: tp/Texinfo/Parser.pm:5633
30163015 #, fuzzy, perl-format
30173016 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
30183017 msgstr ""
30193018 "%s: аргумент --footnote-style должен быть `separate' или `end'; а не `%s'.\n"
30203019
3021 #: tp/Texinfo/Report.pm:100
3022 #, fuzzy, perl-format
3023 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3024 msgstr "%s:%d: предупреждение: "
3025
3026 #: tp/Texinfo/Report.pm:103
3027 #, fuzzy, perl-format
3028 msgid "%s:%d: warning: %s\n"
3029 msgstr "%s:%d: предупреждение: "
3030
3031 #: tp/Texinfo/Report.pm:146
3032 #, fuzzy, perl-format
3033 msgid "warning: %s\n"
3034 msgstr "%s:%d: предупреждение: "
3035
30363020 #: tp/Texinfo/Structuring.pm:231
30373021 #, perl-format
3038 msgid "Raising the section level of @%s which is too low"
3022 msgid "raising the section level of @%s which is too low"
30393023 msgstr ""
30403024
30413025 #: tp/Texinfo/Structuring.pm:263
30423026 #, perl-format
3043 msgid "No chapter-level command before @%s"
3027 msgid "no chapter-level command before @%s"
30443028 msgstr ""
30453029
30463030 #: tp/Texinfo/Structuring.pm:268
30473031 #, perl-format
3048 msgid "Lowering the section level of @%s appearing after a lower element"
3032 msgid "lowering the section level of @%s appearing after a lower element"
30493033 msgstr ""
30503034
30513035 #: tp/Texinfo/Structuring.pm:347
30523036 #, perl-format
3053 msgid "No sectioning command associated with @%s"
3037 msgid "no sectioning command associated with @%s"
30543038 msgstr ""
30553039
30563040 #: tp/Texinfo/Structuring.pm:568
30573041 #, fuzzy, perl-format
3058 msgid "Menu reference to nonexistent node `%s'"
3042 msgid "menu reference to nonexistent node `%s'"
30593043 msgstr "на ноду `%s' нет ссылок"
30603044
30613045 #: tp/Texinfo/Structuring.pm:583
30623046 #, perl-format
3063 msgid "Menu entry node name `%s' different from %s name `%s'"
3047 msgid "menu entry node name `%s' different from %s name `%s'"
30643048 msgstr ""
30653049
30663050 #: tp/Texinfo/Structuring.pm:619
30703054
30713055 #: tp/Texinfo/Structuring.pm:665
30723056 #, perl-format
3073 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3057 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30743058 msgstr ""
30753059
30763060 #: tp/Texinfo/Structuring.pm:672
30773061 #, perl-format
3078 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3062 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30793063 msgstr ""
30803064
30813065 #: tp/Texinfo/Structuring.pm:690
30823066 #, perl-format
3083 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3067 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30843068 msgstr ""
30853069
30863070 #: tp/Texinfo/Structuring.pm:744
30943078 msgstr "на ноду `%s' нет ссылок"
30953079
30963080 #: tp/Texinfo/Structuring.pm:790
3097 #, perl-format
3098 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3081 #, fuzzy, perl-format
3082 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30993083 msgstr "Нода `%s' не имеет пункта меню для `%s', хотя на нее ссылается поле Up"
31003084
31013085 #: tp/Texinfo/Structuring.pm:798
31023086 #, perl-format
3103 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3087 msgid "for `%s', up in menu `%s' and up `%s' don't match"
31043088 msgstr ""
31053089
31063090 # здесь %s может быть `cross' или `menu'
31163100 msgid "@%s to `%s', different from %s name `%s'"
31173101 msgstr ""
31183102
3119 #: tp/Texinfo/Structuring.pm:1939
3120 #, fuzzy, perl-format
3121 msgid "Empty index key in @%s"
3103 #: tp/Texinfo/Structuring.pm:1959
3104 #, fuzzy, perl-format
3105 msgid "empty index key in @%s"
31223106 msgstr "для `%s' не найдено вхождений в именном указателе\n"
31233107
31243108 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
31253109 #, fuzzy, perl-format
3126 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3110 msgid "chm.pm: could not open %s for writing: %s\n"
31273111 msgstr "%s: невозможно открыть css-файл: %s"
31283112
31293113 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
31303114 #, fuzzy, perl-format
3131 msgid "chm.pm:%s: Error on closing: %s"
3115 msgid "chm.pm: error on closing %s: %s"
31323116 msgstr "ошибка записи в `%s'"
31333117
3134 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3135 #, fuzzy, perl-format
3136 msgid "tex4ht.pm:%s: Cannot open: %s"
3118 #: tp/init/latex2html.pm:200
3119 #, fuzzy, perl-format
3120 msgid "l2h: could not open latex file %s for writing: %s"
3121 msgstr "%s: невозможно открыть css-файл: %s"
3122
3123 #: tp/init/latex2html.pm:341
3124 msgid "l2h: L2H_TMP directory contains a dot"
3125 msgstr ""
3126
3127 #: tp/init/latex2html.pm:346
3128 msgid "l2h: current directory contains a dot"
3129 msgstr ""
3130
3131 #: tp/init/latex2html.pm:374
3132 #, perl-format
3133 msgid "l2h: command did not succeed: %s"
3134 msgstr ""
3135
3136 #: tp/init/latex2html.pm:422
3137 #, perl-format
3138 msgid "l2h: image has invalid extension: %s"
3139 msgstr ""
3140
3141 #: tp/init/latex2html.pm:438
3142 #, perl-format
3143 msgid "l2h: rename %s as %s failed: %s"
3144 msgstr ""
3145
3146 #: tp/init/latex2html.pm:460
3147 #, fuzzy, perl-format
3148 msgid "l2h: could not open %s: %s"
3149 msgstr "%s: невозможно открыть css-файл: %s"
3150
3151 #: tp/init/latex2html.pm:493
3152 #, perl-format
3153 msgid "latex2html.pm: end of @%s item %d not found"
3154 msgstr ""
3155
3156 #: tp/init/latex2html.pm:504
3157 #, perl-format
3158 msgid ""
3159 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3160 "of items found in the document"
3161 msgstr ""
3162
3163 #: tp/init/latex2html.pm:534
3164 #, perl-format
3165 msgid "l2h: could not determine the fragment %d for @%s"
3166 msgstr ""
3167
3168 #: tp/init/latex2html.pm:560
3169 #, perl-format
3170 msgid ""
3171 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3172 "HTML"
3173 msgstr ""
3174
3175 #: tp/init/latex2html.pm:621
3176 #, fuzzy, perl-format
3177 msgid "l2h: could not load %s: %s"
3178 msgstr "%s: невозможно открыть css-файл: %s"
3179
3180 #: tp/init/latex2html.pm:634
3181 #, fuzzy, perl-format
3182 msgid "l2h: could not open %s for writing: %s"
3183 msgstr "%s: невозможно открыть css-файл: %s"
3184
3185 #: tp/init/tex4ht.pm:123
3186 #, fuzzy, perl-format
3187 msgid "tex4ht.pm: could not open %s: %s"
31373188 msgstr "Невозможно найти `%s'."
31383189
31393190 #: tp/init/tex4ht.pm:219
3140 #, perl-format
3141 msgid "tex4ht.pm:%s: chdir failed: %s"
3142 msgstr ""
3191 #, fuzzy, perl-format
3192 msgid "tex4ht.pm: chdir %s failed: %s"
3193 msgstr "Невозможно найти `%s'."
31433194
31443195 #: tp/init/tex4ht.pm:232
31453196 #, perl-format
3146 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3197 msgid "tex4ht.pm: unable to return to initial directory: %s"
31473198 msgstr ""
31483199
31493200 #: tp/init/tex4ht.pm:244
31503201 #, fuzzy, perl-format
3151 msgid "tex4ht.pm: Output file missing: %s"
3202 msgid "tex4ht.pm: output file missing: %s"
31523203 msgstr "невозможно создать выходной файл `%s'"
31533204
31543205 #: tp/init/tex4ht.pm:260
3155 #, perl-format
3156 msgid "tex4ht.pm: Command failed: %s"
3157 msgstr ""
3206 #, fuzzy, perl-format
3207 msgid "tex4ht.pm: command failed: %s"
3208 msgstr "Невозможно найти `%s'."
3209
3210 #: tp/init/tex4ht.pm:267
3211 #, fuzzy, perl-format
3212 msgid "tex4ht.pm: could not open: %s"
3213 msgstr "Невозможно найти `%s'."
31583214
31593215 #: tp/init/tex4ht.pm:293
31603216 #, perl-format
31653221 #, perl-format
31663222 msgid ""
31673223 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3168 "items found in the document"
3169 msgstr ""
3170
3171 #: tp/init/tex4ht.pm:319
3172 #, perl-format
3173 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3174 msgstr ""
3175
3176 #: tp/texi2any.pl:375
3224 "items found in the document for @%s"
3225 msgstr ""
3226
3227 #: tp/init/tex4ht.pm:320
3228 #, fuzzy, perl-format
3229 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3230 msgstr "невозможно создать выходной файл `%s'"
3231
3232 #: tp/init/tex4ht.pm:335
3233 #, perl-format
3234 msgid ""
3235 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3236 "items found in the document for @%s"
3237 msgstr ""
3238
3239 #: tp/texi2any.pl:379
31773240 #, fuzzy, perl-format
31783241 msgid "error loading %s: %s\n"
31793242 msgstr "ошибка записи в `%s'"
31803243
3181 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3182 #, fuzzy, perl-format
3183 msgid "Unknown variable %s\n"
3244 #: tp/texi2any.pl:392
3245 #, fuzzy, perl-format
3246 msgid "%s: unknown variable %s"
31843247 msgstr "Неизвестная команда `%s'"
31853248
3186 #: tp/texi2any.pl:468
3187 #, fuzzy, perl-format
3188 msgid "Can't read init file %s"
3249 #: tp/texi2any.pl:396
3250 #, fuzzy, perl-format
3251 msgid "%s: obsolete variable %s\n"
3252 msgstr "Установить переменную: "
3253
3254 #: tp/texi2any.pl:411
3255 #, fuzzy, perl-format
3256 msgid "%s: unknown variable %s\n"
3257 msgstr "Неизвестная команда `%s'"
3258
3259 #: tp/texi2any.pl:415
3260 #, fuzzy, perl-format
3261 msgid "obsolete variable %s\n"
3262 msgstr "Установить переменную: "
3263
3264 #: tp/texi2any.pl:480
3265 #, fuzzy, perl-format
3266 msgid "could not read init file %s"
31893267 msgstr "невозможно открыть выходной файл `%s'"
31903268
3191 #: tp/texi2any.pl:619
3192 #, perl-format
3193 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3269 #: tp/texi2any.pl:633
3270 #, fuzzy, perl-format
3271 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
31943272 msgstr "%s: неизвестное значение TEXINFO_OUTPUT_FORMAT `%s' игнорировано.\n"
31953273
3196 #: tp/texi2any.pl:691
3274 #: tp/texi2any.pl:710
31973275 #, fuzzy
31983276 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
31993277 msgstr "Использование: %s [КЛЮЧ]... TEXINFO-ФАЙЛ...\n"
32003278
3201 #: tp/texi2any.pl:692
3279 #: tp/texi2any.pl:711
32023280 #, fuzzy
32033281 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32043282 msgstr "Использование: %s [КЛЮЧ]... TEXINFO-ФАЙЛ...\n"
32053283
3206 #: tp/texi2any.pl:694
3284 #: tp/texi2any.pl:713
32073285 msgid ""
32083286 "Translate Texinfo source documentation to various other formats, by default\n"
32093287 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32123290 "умолчанию в Info-файлы, которые можно читать с помощью Emacs или\n"
32133291 "отдельной программы GNU Info.\n"
32143292
3215 #: tp/texi2any.pl:697
3293 #: tp/texi2any.pl:716
32163294 #, fuzzy, perl-format
32173295 msgid ""
32183296 "General options:\n"
32443322 " -v, --verbose пояснять действия.\n"
32453323 " --version показать информацию о версии и выйти.\n"
32463324
3247 #: tp/texi2any.pl:712
3325 #: tp/texi2any.pl:731
32483326 #, fuzzy
32493327 msgid ""
32503328 "Output format selection (default is to produce Info):\n"
32603338 " --xml выводить в формате Texinfo XML, а не в Info.\n"
32613339 " --plaintext выводить простой текст, а не Info.\n"
32623340
3263 #: tp/texi2any.pl:720
3341 #: tp/texi2any.pl:739
32643342 #, fuzzy
32653343 msgid ""
32663344 "General output options:\n"
33033381 " -o, --output=ФАЙЛ выводить в указанный ФАЙЛ (каталог для HTML с \n"
33043382 " разбиением).\n"
33053383
3306 #: tp/texi2any.pl:740
3384 #: tp/texi2any.pl:759
33073385 #, fuzzy, perl-format
33083386 msgid ""
33093387 "Options for Info and plain text:\n"
33443422 " --split-size=РАЗМЕР разбивать на файлы заданного РАЗМЕРА (по\n"
33453423 " умолчанию %d).\n"
33463424
3347 #: tp/texi2any.pl:757
3425 #: tp/texi2any.pl:776
33483426 #, fuzzy
33493427 msgid ""
33503428 "Options for HTML:\n"
33633441 " читать стандартный ввод, если ФАЙЛ задан как "
33643442 "-.\n"
33653443
3366 #: tp/texi2any.pl:768
3444 #: tp/texi2any.pl:787
33673445 msgid ""
33683446 "Options for XML and Docbook:\n"
33693447 " --output-indent=VAL does nothing, retained for compatibility.\n"
33703448 msgstr ""
33713449
3372 #: tp/texi2any.pl:771
3450 #: tp/texi2any.pl:790
33733451 msgid ""
33743452 "Options for DVI/PS/PDF:\n"
33753453 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33763454 msgstr ""
33773455
3378 #: tp/texi2any.pl:774
3456 #: tp/texi2any.pl:793
33793457 #, fuzzy
33803458 msgid ""
33813459 "Input file options:\n"
33973475 " -U ПЕРЕМЕННАЯ сделать ПЕРЕМЕННУЮ неопределенной, аналогично\n"
33983476 " использованию @clear.\n"
33993477
3400 #: tp/texi2any.pl:781
3478 #: tp/texi2any.pl:800
34013479 #, fuzzy
34023480 msgid ""
34033481 "Conditional processing in input:\n"
34353513 "\n"
34363514 " Кроме того, для ключей --no-ifФОРМАТ, обрабатывать блоки @ifnotФОРМАТ.\n"
34373515
3438 #: tp/texi2any.pl:798
3516 #: tp/texi2any.pl:817
34393517 #, fuzzy
34403518 msgid ""
34413519 " The defaults for the @if... conditionals depend on the output format:\n"
34513529 " при выводе простого текста включен --ifplaintext, остальные выключены;\n"
34523530 " при выводе XML включен --ifxml, остальные выключены.\n"
34533531
3454 #: tp/texi2any.pl:805
3532 #: tp/texi2any.pl:824
34553533 #, fuzzy
34563534 msgid ""
34573535 "Examples:\n"
34823560 "разделами\n"
34833561 " makeinfo --no-split foo.texi записать один большой Info-файл\n"
34843562
3485 #: tp/texi2any.pl:852
3563 #: tp/texi2any.pl:871
34863564 #, perl-format
34873565 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34883566 msgstr ""
34893567 "%s: аргумент --footnote-style должен быть `separate' или `end'; а не `%s'.\n"
34903568
3491 #: tp/texi2any.pl:934
3569 #: tp/texi2any.pl:953
34923570 #, perl-format
34933571 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34943572 msgstr ""
34953573 "%s: аргумент --paragraph-indent должен быть числовым, или\n"
34963574 "`none', или `asis'; не `%s'.\n"
34973575
3498 #: tp/texi2any.pl:1011
3499 #, perl-format
3500 msgid "when generating %s, only one input FILE may be specified with -o"
3501 msgstr ""
3502
3503 #: tp/texi2any.pl:1015
3576 #: tp/texi2any.pl:1030
3577 #, perl-format
3578 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3579 msgstr ""
3580
3581 #: tp/texi2any.pl:1034
35043582 msgid "--Xopt option without printed output"
35053583 msgstr ""
35063584
3507 #: tp/texi2any.pl:1025
3508 #, fuzzy, perl-format
3509 msgid "Unknown tree transformation %s"
3585 #: tp/texi2any.pl:1044
3586 #, fuzzy, perl-format
3587 msgid "unknown tree transformation %s"
35103588 msgstr "Неизвестная команда `%s'"
35113589
3512 #: tp/texi2any.pl:1032
3513 #, perl-format
3514 msgid "Ignoring splitting for format %s"
3515 msgstr ""
3516
3517 #: tp/texi2any.pl:1081
3590 #: tp/texi2any.pl:1051
3591 #, perl-format
3592 msgid "ignoring splitting for format %s"
3593 msgstr ""
3594
3595 #: tp/texi2any.pl:1101
35183596 #, perl-format
35193597 msgid "%s: missing file argument.\n"
35203598 msgstr "%s: пропущен аргумент, задающий файл.\n"
35213599
3522 #: tp/texi2any.pl:1082
3600 #: tp/texi2any.pl:1102
35233601 #, perl-format
35243602 msgid "Try `%s --help' for more information.\n"
35253603 msgstr "Попробуйте `%s --help' для получения более подробного описания.\n"
35263604
3527 #: tp/texi2any.pl:1153
3605 #: tp/texi2any.pl:1173
35283606 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35293607 msgstr ""
35303608
3531 #: tp/texi2any.pl:1175
3532 #, fuzzy, perl-format
3533 msgid "Error on closing macro expand file %s: %s\n"
3609 #: tp/texi2any.pl:1195
3610 #, fuzzy, perl-format
3611 msgid "error on closing macro expand file %s: %s\n"
35343612 msgstr "невозможно закрыть выходной файл `%s'"
35353613
3536 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3537 #, fuzzy, perl-format
3538 msgid "Could not open %s for writing: %s\n"
3614 #: tp/texi2any.pl:1201
3615 #, fuzzy, perl-format
3616 msgid "could not open %s for writing: %s\n"
35393617 msgstr "%s: невозможно открыть css-файл: %s"
35403618
3541 #: tp/texi2any.pl:1205
3619 #: tp/texi2any.pl:1226
35423620 msgid ""
35433621 "insert_nodes_for_sectioning_commands transformation return no result. No "
35443622 "section?"
35453623 msgstr ""
35463624
3547 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3548 #, fuzzy, perl-format
3549 msgid "Error on closing %s: %s\n"
3625 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3626 #, fuzzy, perl-format
3627 msgid "%s: error on closing %s: %s\n"
35503628 msgstr "ошибка записи в `%s'"
35513629
3552 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3553 #, perl-format
3554 msgid "Error on closing internal links file %s: %s\n"
3555 msgstr ""
3630 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3631 #, fuzzy, perl-format
3632 msgid "%s: error on closing internal links file %s: %s\n"
3633 msgstr "невозможно закрыть выходной файл `%s'"
3634
3635 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3636 #, fuzzy, perl-format
3637 msgid "%s: could not open %s for writing: %s\n"
3638 msgstr "%s: невозможно открыть css-файл: %s"
35563639
35573640 #: util/texindex.c:223
35583641 msgid "display this help and exit"
36133696 msgstr "за вхождением %s следует вхождение с вторичным именем"
36143697
36153698 #, fuzzy
3699 #~ msgid "Can't create directories `%s': %s"
3700 #~ msgstr "Невозможно создать каталог `%s': %s"
3701
3702 #, fuzzy
3703 #~ msgid "Can't read file %s: %s"
3704 #~ msgstr "Невозможно удалить файл `%s': %s"
3705
3706 #, fuzzy
3707 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3708 #~ msgstr "%s:%d: предупреждение: "
3709
3710 #, fuzzy
3711 #~ msgid "%s:%d: warning: %s\n"
3712 #~ msgstr "%s:%d: предупреждение: "
3713
3714 #, fuzzy
3715 #~ msgid "warning: %s\n"
3716 #~ msgstr "%s:%d: предупреждение: "
3717
3718 #, fuzzy
3719 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3720 #~ msgstr "%s: невозможно открыть css-файл: %s"
3721
3722 #, fuzzy
36163723 #~ msgid "tex4ht error opening %s: %s"
36173724 #~ msgstr "ошибка записи в `%s'"
36183725
36193726 #, fuzzy
3620 #~ msgid "Error on closing renamed nodes file %s: %s"
3621 #~ msgstr "невозможно закрыть выходной файл `%s'"
3622
3623 #, fuzzy
36243727 #~ msgid "Node `%s' that is to be renamed exists"
36253728 #~ msgstr "Именной указатель `%s' уже существует"
3626
3627 #, fuzzy
3628 #~ msgid "Unknown variable %s"
3629 #~ msgstr "Неизвестная команда `%s'"
36303729
36313730 #~ msgid "arguments to @%s ignored"
36323731 #~ msgstr "аргументы для @%s игнорированы"
37343833
37353834 #~ msgid "Footnotes"
37363835 #~ msgstr "Сноски"
3737
3738 #~ msgid "%s: could not open --css-file: %s"
3739 #~ msgstr "%s: невозможно открыть css-файл: %s"
37403836
37413837 #~ msgid "[unexpected] no html tag to pop"
37423838 #~ msgstr ""
40384134
40394135 #~ msgid "Expected `%s'"
40404136 #~ msgstr "Ожидается `%s'"
4041
4042 #~ msgid "Can't create directory `%s': %s"
4043 #~ msgstr "Невозможно создать каталог `%s': %s"
40444137
40454138 #~ msgid "No `%s' found in `%s'"
40464139 #~ msgstr "`%s' не найден в `%s'"
Binary diff not shown
+637
-544
po/rw.po less more
1515 msgstr ""
1616 "Project-Id-Version: texinfo 4.7.94\n"
1717 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
18 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
18 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1919 "PO-Revision-Date: 2005-04-04 10:55-0700\n"
2020 "Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n"
2121 "Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
437437 msgstr "Ifashayobora kugirango Birenzeho Ibisobanuro"
438438
439439 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
440 #: tp/texi2any.pl:829 util/texindex.c:295
440 #: tp/texi2any.pl:848 util/texindex.c:295
441441 #, c-format, perl-format
442442 msgid ""
443443 "Copyright (C) %s Free Software Foundation, Inc.\n"
21292129 " --version display version information and exit."
21302130 msgstr ""
21312131
2132 #: install-info/install-info.c:598 tp/texi2any.pl:817
2132 #: install-info/install-info.c:598 tp/texi2any.pl:836
21332133 #, fuzzy
21342134 msgid ""
21352135 "Email bug reports to bug-texinfo@gnu.org,\n"
22272227 msgstr "Oya Ibyinjijwe Byabonetse kugirango Cyasibwe"
22282228
22292229 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2230 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2231 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2232 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2233 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2234 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2235 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2230 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2231 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2232 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2233 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2234 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2235 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
22362236 #: tp/Texinfo/Convert/TexinfoXML.pm:429
22372237 #, fuzzy, perl-format
2238 msgid "Could not open %s for writing: %s"
2238 msgid "could not open %s for writing: %s"
22392239 msgstr "%s:OYA Gufungura IDOSIYE"
22402240
22412241 #: tp/Texinfo/Common.pm:850
22612261 msgid "%s is not a valid split possibility"
22622262 msgstr "%sni OYA a Byemewe Ururimi ITEGEKONGENGA"
22632263
2264 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2265 #, fuzzy, perl-format
2266 msgid "Cannot read %s: %s"
2264 #: tp/Texinfo/Common.pm:1096
2265 #, fuzzy, perl-format
2266 msgid "could not read %s: %s"
22672267 msgstr "Kurema bushyinguro"
22682268
2269 #: tp/Texinfo/Common.pm:1113
2270 #, fuzzy, perl-format
2271 msgid "Error on closing @verbatiminclude file %s: %s"
2269 #: tp/Texinfo/Common.pm:1114
2270 #, fuzzy, perl-format
2271 msgid "error on closing @verbatiminclude file %s: %s"
22722272 msgstr "Ikosa Ibisohoka IDOSIYE"
22732273
2274 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2275 #, fuzzy, perl-format
2276 msgid "@%s: Cannot find %s"
2274 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2275 #, fuzzy, perl-format
2276 msgid "@%s: could not find %s"
22772277 msgstr "Gushaka"
22782278
2279 #: tp/Texinfo/Common.pm:1416
2280 #, fuzzy, perl-format
2281 msgid "Cannot open html refs config file %s: %s"
2279 #: tp/Texinfo/Common.pm:1417
2280 #, fuzzy, perl-format
2281 msgid "could not open html refs config file %s: %s"
22822282 msgstr "Gukuraho... IDOSIYE"
22832283
2284 #: tp/Texinfo/Common.pm:1444
2285 msgid "Missing type"
2286 msgstr ""
2287
2288 #: tp/Texinfo/Common.pm:1447
2289 #, fuzzy, perl-format
2290 msgid "Unrecognized type: %s"
2284 #: tp/Texinfo/Common.pm:1445
2285 #, fuzzy
2286 msgid "missing type"
2287 msgstr "Ibuze Igikorwa Izina:"
2288
2289 #: tp/Texinfo/Common.pm:1448
2290 #, fuzzy, perl-format
2291 msgid "unrecognized type: %s"
22912292 msgstr "%s:Ihitamo"
22922293
2293 #: tp/Texinfo/Common.pm:1463
2294 #, fuzzy, perl-format
2295 msgid "Error on closing html refs config file %s: %s"
2294 #: tp/Texinfo/Common.pm:1465
2295 #, fuzzy, perl-format
2296 msgid "error on closing html refs config file %s: %s"
22962297 msgstr "Gukuraho... IDOSIYE"
22972298
2298 #: tp/Texinfo/Common.pm:1498
2299 #, perl-format
2300 msgid "%s:%d: no node to be renamed\n"
2301 msgstr ""
2302
2303 #: tp/Texinfo/Common.pm:1509
2304 #, perl-format
2305 msgid "%s:%d: nodes without a new name at the end of file\n"
2306 msgstr ""
2307
2308 #: tp/Texinfo/Common.pm:2000
2309 #, perl-format
2310 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2299 #: tp/Texinfo/Common.pm:1500
2300 msgid "no node to be renamed"
2301 msgstr ""
2302
2303 #: tp/Texinfo/Common.pm:1511
2304 msgid "nodes without a new name at the end of file"
2305 msgstr ""
2306
2307 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2308 #, fuzzy, perl-format
2309 msgid "could not open %s: %s"
2310 msgstr "%s:OYA Gufungura IDOSIYE"
2311
2312 #: tp/Texinfo/Common.pm:2002
2313 #, perl-format
2314 msgid "could not protect hash character in @%s"
23112315 msgstr ""
23122316
23132317 # sw/source\ui\fldui\fldui.src:STR_SETFLD.text
23142318 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2315 #: tp/texi2any.pl:387 tp/texi2any.pl:404
23162319 #, fuzzy, perl-format
23172320 msgid "Obsolete variable %s\n"
23182321 msgstr "Gushyiraho igihinduka"
23192322
23202323 #: tp/Texinfo/Convert/Converter.pm:601
23212324 #, fuzzy, perl-format
2322 msgid "Can't create directories `%s' or `%s': %s"
2325 msgid "could not create directories `%s' or `%s': %s"
23232326 msgstr "Kurema bushyinguro"
23242327
23252328 #: tp/Texinfo/Convert/Converter.pm:609
23262329 #, fuzzy, perl-format
2327 msgid "Can't create directories `%s': %s"
2330 msgid "could not create directory `%s': %s"
23282331 msgstr "Kurema bushyinguro"
23292332
2330 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2331 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2332 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2333 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2334 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2335 #, fuzzy, perl-format
2336 msgid "Error on closing %s: %s"
2333 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2334 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2335 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2336 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2337 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2338 #, fuzzy, perl-format
2339 msgid "error on closing %s: %s"
23372340 msgstr "Ikosa Kuri"
23382341
2339 #: tp/Texinfo/Convert/DocBook.pm:898
2342 #: tp/Texinfo/Convert/DocBook.pm:899
23402343 #, fuzzy, perl-format
23412344 msgid "@image file `%s' not found, using `%s'"
23422345 msgstr "@Ishusho IDOSIYE"
23432346
2344 #: tp/Texinfo/Convert/HTML.pm:1677
2347 #: tp/Texinfo/Convert/HTML.pm:1678
23452348 #, fuzzy, perl-format
23462349 msgid "@image file `%s' (for HTML) not found, using `%s'"
23472350 msgstr "@Ishusho IDOSIYE kugirango OYA"
23482351
2349 #: tp/Texinfo/Convert/HTML.pm:2345
2350 #, perl-format
2351 msgid "Raw format %s is not converted"
2352 msgstr ""
2353
2354 #: tp/Texinfo/Convert/HTML.pm:4814
2355 #, perl-format
2356 msgid "%s:%d: string not closed in css file"
2352 #: tp/Texinfo/Convert/HTML.pm:2347
2353 #, perl-format
2354 msgid "raw format %s is not converted"
23572355 msgstr ""
23582356
23592357 #: tp/Texinfo/Convert/HTML.pm:4816
2360 #, fuzzy, perl-format
2361 msgid "%s:%d: --css-include ended in comment"
2358 msgid "string not closed in css file"
2359 msgstr ""
2360
2361 #: tp/Texinfo/Convert/HTML.pm:4818
2362 #, fuzzy
2363 msgid "--css-include ended in comment"
23622364 msgstr "%s:%d:--IDOSIYE in Icyo wongeraho"
23632365
2364 #: tp/Texinfo/Convert/HTML.pm:4818
2365 #, perl-format
2366 msgid "%s:%d: @import not finished in css file"
2367 msgstr ""
2368
2369 #: tp/Texinfo/Convert/HTML.pm:4844
2370 #, fuzzy, perl-format
2371 msgid "css file %s not found"
2366 #: tp/Texinfo/Convert/HTML.pm:4820
2367 msgid "@import not finished in css file"
2368 msgstr ""
2369
2370 #: tp/Texinfo/Convert/HTML.pm:4846
2371 #, fuzzy, perl-format
2372 msgid "CSS file %s not found"
23722373 msgstr "%cendMakoro OYA Byabonetse"
23732374
2374 #: tp/Texinfo/Convert/HTML.pm:4850
2375 #: tp/Texinfo/Convert/HTML.pm:4852
23752376 #, fuzzy, perl-format
23762377 msgid "could not open --include-file %s: %s"
23772378 msgstr "%s:OYA Gufungura IDOSIYE"
23782379
2379 #: tp/Texinfo/Convert/HTML.pm:4860
2380 #, fuzzy, perl-format
2381 msgid "Error on closing CSS file %s: %s"
2380 #: tp/Texinfo/Convert/HTML.pm:4862
2381 #, fuzzy, perl-format
2382 msgid "error on closing CSS file %s: %s"
23822383 msgstr "Ikosa Ibisohoka IDOSIYE"
23832384
2384 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2385 #, fuzzy, perl-format
2386 msgid "No htmlxref.cnf entry found for `%s'"
2385 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2386 #, fuzzy, perl-format
2387 msgid "no htmlxref.cnf entry found for `%s'"
23872388 msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango"
23882389
2389 #: tp/Texinfo/Convert/HTML.pm:6495
2390 #, fuzzy, perl-format
2391 msgid "Error on closing frame file %s: %s"
2390 #: tp/Texinfo/Convert/HTML.pm:6506
2391 #, fuzzy, perl-format
2392 msgid "error on closing frame file %s: %s"
23922393 msgstr "Ikosa Ibisohoka IDOSIYE"
23932394
2394 #: tp/Texinfo/Convert/HTML.pm:6519
2395 #, fuzzy, perl-format
2396 msgid "Error on closing TOC frame file %s: %s"
2395 #: tp/Texinfo/Convert/HTML.pm:6530
2396 #, fuzzy, perl-format
2397 msgid "error on closing TOC frame file %s: %s"
23972398 msgstr "Ikosa Ibisohoka IDOSIYE"
23982399
2399 #: tp/Texinfo/Convert/HTML.pm:6634
2400 #, perl-format
2401 msgid "Handler %s of stage %s priority %s failed"
2402 msgstr ""
2403
2404 #: tp/Texinfo/Convert/HTML.pm:6835
2405 msgid "Must specify a title with a title command or @top"
2406 msgstr ""
2407
2408 #: tp/Texinfo/Convert/HTML.pm:7040
2409 #, perl-format
2410 msgid "Error on closing redirection node file %s: %s"
2411 msgstr ""
2412
2413 #: tp/Texinfo/Convert/HTML.pm:7065
2414 #, fuzzy, perl-format
2415 msgid "Old name for `%s' is a node of the document"
2400 #: tp/Texinfo/Convert/HTML.pm:6645
2401 #, perl-format
2402 msgid "handler %s of stage %s priority %s failed"
2403 msgstr ""
2404
2405 #: tp/Texinfo/Convert/HTML.pm:6846
2406 msgid "must specify a title with a title command or @top"
2407 msgstr ""
2408
2409 #: tp/Texinfo/Convert/HTML.pm:7055
2410 #, fuzzy, perl-format
2411 msgid "error on closing redirection node file %s: %s"
2412 msgstr "Ikosa Ibisohoka IDOSIYE"
2413
2414 #: tp/Texinfo/Convert/HTML.pm:7080
2415 #, fuzzy, perl-format
2416 msgid "old name for `%s' is a node of the document"
24162417 msgstr "Cyangwa kugirango iyi muri iyi Inyandiko"
24172418
2418 #: tp/Texinfo/Convert/HTML.pm:7069
2419 #, perl-format
2420 msgid "File empty for renamed node `%s'"
2421 msgstr ""
2422
2423 #: tp/Texinfo/Convert/HTML.pm:7081
2424 #, perl-format
2425 msgid "Target node (new name for `%s') not in document: %s"
2426 msgstr ""
2427
2428 #: tp/Texinfo/Convert/HTML.pm:7113
2429 #, fuzzy, perl-format
2430 msgid "Error on closing renamed node redirection file %s: %s"
2419 #: tp/Texinfo/Convert/HTML.pm:7086
2420 #, perl-format
2421 msgid "file empty for renamed node `%s'"
2422 msgstr ""
2423
2424 #: tp/Texinfo/Convert/HTML.pm:7100
2425 #, perl-format
2426 msgid "target node (new name for `%s') not in document: %s"
2427 msgstr ""
2428
2429 #: tp/Texinfo/Convert/HTML.pm:7132
2430 #, fuzzy, perl-format
2431 msgid "error on closing renamed node redirection file %s: %s"
24312432 msgstr "Ikosa Ibisohoka IDOSIYE"
24322433
2433 #: tp/Texinfo/Convert/HTML.pm:7151
2434 #, fuzzy
2435 msgid "Empty node name"
2434 #: tp/Texinfo/Convert/HTML.pm:7170
2435 #, fuzzy
2436 msgid "empty node name"
24362437 msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango"
24372438
2438 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2439 #, perl-format
2440 msgid "Syntax for an external node used for `%s'"
2439 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2440 #, perl-format
2441 msgid "syntax for an external node used for `%s'"
24412442 msgstr ""
24422443
24432444 #: tp/Texinfo/Convert/Info.pm:99
24442445 #, fuzzy
2445 msgid "Document without nodes."
2446 msgid "document without nodes"
24462447 msgstr "Ibikubiyemo in iyi"
24472448
2448 #: tp/Texinfo/Convert/Info.pm:115
2449 msgid "Document without Top node."
2450 msgstr ""
2451
2452 #: tp/Texinfo/Convert/Info.pm:151
2453 #, perl-format
2454 msgid "Rename %s failed: %s"
2455 msgstr ""
2456
2457 #: tp/Texinfo/Convert/Info.pm:226
2449 #: tp/Texinfo/Convert/Info.pm:116
2450 #, fuzzy
2451 msgid "document without Top node"
2452 msgstr "Ibikubiyemo in iyi"
2453
2454 #: tp/Texinfo/Convert/Info.pm:153
2455 #, perl-format
2456 msgid "rename %s failed: %s"
2457 msgstr ""
2458
2459 #: tp/Texinfo/Convert/Info.pm:228
24582460 #, perl-format
24592461 msgid "@%s output more than once: %s"
24602462 msgstr ""
24612463
2462 #: tp/Texinfo/Convert/Info.pm:340
2464 #: tp/Texinfo/Convert/Info.pm:346
24632465 #, fuzzy, perl-format
24642466 msgid "@%s outside of any node"
24652467 msgstr "(Hanze Bya"
24662468
2467 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2468 #, fuzzy, perl-format
2469 msgid "Entry for index `%s' outside of any node"
2469 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2470 #, fuzzy, perl-format
2471 msgid "entry for index `%s' outside of any node"
24702472 msgstr "kugirango Umubarendanga Hanze Bya"
24712473
24722474 #: tp/Texinfo/Convert/Plaintext.pm:1217
24732475 #, fuzzy, perl-format
2474 msgid "Error on closing image text file %s: %s"
2476 msgid "error on closing image text file %s: %s"
24752477 msgstr "Ikosa Ibisohoka IDOSIYE"
24762478
24772479 #: tp/Texinfo/Convert/Plaintext.pm:1222
24792481 msgid "@image file `%s' unreadable: %s"
24802482 msgstr "@Ishusho IDOSIYE"
24812483
2482 #: tp/Texinfo/Convert/Plaintext.pm:1250
2483 #, fuzzy, perl-format
2484 msgid "Cannot find @image file `%s.txt' nor alternate text"
2484 #: tp/Texinfo/Convert/Plaintext.pm:1251
2485 #, fuzzy, perl-format
2486 msgid "could not find @image file `%s.txt' nor alternate text"
24852487 msgstr "Gushaka"
24862488
2487 #: tp/Texinfo/Convert/Plaintext.pm:1615
2489 #: tp/Texinfo/Convert/Plaintext.pm:1617
24882490 #, fuzzy
24892491 msgid ""
24902492 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
24912493 "avoid that"
24922494 msgstr "@a Kwambukiranya Indango in Kuri"
24932495
2494 #: tp/Texinfo/Convert/Plaintext.pm:1845
2496 #: tp/Texinfo/Convert/Plaintext.pm:1849
24952497 #, perl-format
24962498 msgid "`.' or `,' must follow @xref, not %s"
24972499 msgstr ""
24982500
2499 #: tp/Texinfo/Convert/Plaintext.pm:1847
2501 #: tp/Texinfo/Convert/Plaintext.pm:1852
25002502 msgid "`.' or `,' must follow @xref"
25012503 msgstr ""
25022504
25052507 msgid "@%s should only appear at beginning or end of document"
25062508 msgstr "%s:OYA Gufungura IDOSIYE"
25072509
2508 #: tp/Texinfo/Parser.pm:837
2509 #, fuzzy, perl-format
2510 msgid "Can't read file %s: %s"
2511 msgstr "Gukuraho... IDOSIYE"
2512
25132510 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
25142511 #, perl-format
2515 msgid "Multiple @%s"
2512 msgid "multiple @%s"
25162513 msgstr ""
25172514
25182515 #: tp/Texinfo/Parser.pm:1100
25192516 #, fuzzy, perl-format
2520 msgid "Bad syntax for @%s argument: %s"
2517 msgid "bad syntax for @%s argument: %s"
25212518 msgstr "Kuri"
25222519
25232520 #: tp/Texinfo/Parser.pm:1116
2524 #, perl-format
2525 msgid "Bad or empty @%s formal argument: %s"
2526 msgstr ""
2527
2528 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2529 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2530 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2521 #, fuzzy, perl-format
2522 msgid "bad or empty @%s formal argument: %s"
2523 msgstr "Kuri"
2524
2525 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2526 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2527 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
25312528 #, fuzzy, perl-format
25322529 msgid "%c%s requires a name"
25332530 msgstr "%c%sa Izina:"
25342531
2535 #: tp/Texinfo/Parser.pm:1235
2532 #: tp/Texinfo/Parser.pm:1238
25362533 #, fuzzy, perl-format
25372534 msgid "%c%s missing close brace"
25382535 msgstr "%c%sIbuze Gufunga"
25392536
2540 #: tp/Texinfo/Parser.pm:1238
2537 #: tp/Texinfo/Parser.pm:1241
25412538 #, fuzzy, perl-format
25422539 msgid "@%s missing closing delimiter sequence: %s}"
25432540 msgstr "%c%sIbuze Gufunga"
25442541
2545 #: tp/Texinfo/Parser.pm:1351
2542 #: tp/Texinfo/Parser.pm:1354
25462543 #, fuzzy, perl-format
25472544 msgid "@itemx should not begin @%s"
25482545 msgstr "%s:OYA Gufungura IDOSIYE"
25492546
2550 #: tp/Texinfo/Parser.pm:1419
2547 #: tp/Texinfo/Parser.pm:1422
25512548 msgid "@itemx must follow @item"
25522549 msgstr ""
25532550
2554 #: tp/Texinfo/Parser.pm:1587
2551 #: tp/Texinfo/Parser.pm:1590
25552552 #, perl-format
25562553 msgid "@%s has text but no @item"
25572554 msgstr ""
25582555
2559 #: tp/Texinfo/Parser.pm:1617
2556 #: tp/Texinfo/Parser.pm:1620
25602557 #, fuzzy, perl-format
25612558 msgid "`@end' expected `%s', but saw `%s'"
25622559 msgstr "`@Ikitezwe:"
25632560
2564 #: tp/Texinfo/Parser.pm:1620
2561 #: tp/Texinfo/Parser.pm:1623
25652562 #, fuzzy, perl-format
25662563 msgid "@%s seen before @end %s"
25672564 msgstr "@Ibikubiyemo Mbere Itangira"
25682565
2569 #: tp/Texinfo/Parser.pm:1624
2570 #, perl-format
2571 msgid "No matching `%cend %s'"
2572 msgstr ""
2573
2574 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2575 #: tp/Texinfo/Parser.pm:5125
2576 #, perl-format
2577 msgid "Misplaced %c"
2578 msgstr ""
2579
2580 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2581 #, perl-format
2582 msgid "Unmatched `%c%s'"
2583 msgstr ""
2584
2585 #: tp/Texinfo/Parser.pm:1972
2586 #, fuzzy, perl-format
2587 msgid "Macro `%s' called with too many args"
2566 #: tp/Texinfo/Parser.pm:1627
2567 #, perl-format
2568 msgid "no matching `%cend %s'"
2569 msgstr ""
2570
2571 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2572 #: tp/Texinfo/Parser.pm:5150
2573 #, perl-format
2574 msgid "misplaced %c"
2575 msgstr ""
2576
2577 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2578 #, perl-format
2579 msgid "unmatched `%c%s'"
2580 msgstr ""
2581
2582 #: tp/Texinfo/Parser.pm:1976
2583 #, fuzzy, perl-format
2584 msgid "macro `%s' called with too many args"
25882585 msgstr "ku Umurongo Na:"
25892586
2590 #: tp/Texinfo/Parser.pm:1994
2587 #: tp/Texinfo/Parser.pm:1998
25912588 #, fuzzy, perl-format
25922589 msgid "@%s missing close brace"
25932590 msgstr "%c%sIbuze Gufunga"
25942591
2595 #: tp/Texinfo/Parser.pm:2001
2596 #, fuzzy, perl-format
2597 msgid "Macro `%s' declared without argument called with an argument"
2592 #: tp/Texinfo/Parser.pm:2006
2593 #, fuzzy, perl-format
2594 msgid "macro `%s' declared without argument called with an argument"
25982595 msgstr "ku Umurongo Na:"
25992596
2600 #: tp/Texinfo/Parser.pm:2035
2597 #: tp/Texinfo/Parser.pm:2041
26012598 #, fuzzy, perl-format
26022599 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
26032600 msgstr "\\ in Makoro ku Bya Izina:"
26042601
2605 #: tp/Texinfo/Parser.pm:2430
2602 #: tp/Texinfo/Parser.pm:2436
26062603 #, fuzzy, perl-format
26072604 msgid "@%s `%s' previously defined"
26082605 msgstr "Makoro"
26092606
2610 #: tp/Texinfo/Parser.pm:2435
2607 #: tp/Texinfo/Parser.pm:2441
26112608 #, fuzzy, perl-format
26122609 msgid "here is the previous definition as @%s"
26132610 msgstr "ni i Ibanjirije Insobanuro Bya"
26142611
2615 #: tp/Texinfo/Parser.pm:2796
2616 #, fuzzy, perl-format
2617 msgid "Missing name for @%s"
2612 #: tp/Texinfo/Parser.pm:2802
2613 #, fuzzy, perl-format
2614 msgid "missing name for @%s"
26182615 msgstr "in"
26192616
2620 #: tp/Texinfo/Parser.pm:2801
2621 #, perl-format
2622 msgid "Missing category for @%s"
2623 msgstr ""
2624
2625 #: tp/Texinfo/Parser.pm:2853
2626 #, fuzzy, perl-format
2627 msgid "Unexpected argument on @%s line: %s"
2617 #: tp/Texinfo/Parser.pm:2807
2618 #, fuzzy, perl-format
2619 msgid "missing category for @%s"
2620 msgstr "in"
2621
2622 #: tp/Texinfo/Parser.pm:2859
2623 #, fuzzy, perl-format
2624 msgid "unexpected argument on @%s line: %s"
26282625 msgstr "Kuri"
26292626
2630 #: tp/Texinfo/Parser.pm:2869
2627 #: tp/Texinfo/Parser.pm:2875
26312628 #, fuzzy
26322629 msgid "empty multitable"
26332630 msgstr "%s:ubusa IDOSIYE"
26342631
2635 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2636 #, fuzzy, perl-format
2637 msgid "Superfluous argument to @%s"
2632 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2633 #, fuzzy, perl-format
2634 msgid "superfluous argument to @%s"
26382635 msgstr "Kuri"
26392636
2640 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2641 #: tp/Texinfo/Parser.pm:5379
2642 #, fuzzy, perl-format
2643 msgid "Bad argument to @%s"
2637 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2638 #: tp/Texinfo/Parser.pm:5405
2639 #, fuzzy, perl-format
2640 msgid "bad argument to @%s"
26442641 msgstr "Kuri"
26452642
2646 #: tp/Texinfo/Parser.pm:2942
2643 #: tp/Texinfo/Parser.pm:2948
26472644 #, fuzzy, perl-format
26482645 msgid "%s requires an argument: the formatter for %citem"
26492646 msgstr "%si kugirango"
26502647
2651 #: tp/Texinfo/Parser.pm:2947
2652 #, perl-format
2653 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2654 msgstr ""
2655
2656 #: tp/Texinfo/Parser.pm:2982
2657 #, fuzzy, perl-format
2658 msgid "Accent command `@%s' not allowed as @%s argument"
2648 #: tp/Texinfo/Parser.pm:2953
2649 #, perl-format
2650 msgid "command @%s not accepting argument in brace should not be on @%s line"
2651 msgstr ""
2652
2653 #: tp/Texinfo/Parser.pm:2988
2654 #, fuzzy, perl-format
2655 msgid "accent command `@%s' not allowed as @%s argument"
26592656 msgstr "@Ikintu OYA in Kuri"
26602657
2661 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2662 #: tp/Texinfo/Parser.pm:5338
2658 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2659 #: tp/Texinfo/Parser.pm:5364
26632660 #, fuzzy, perl-format
26642661 msgid "@%s missing argument"
26652662 msgstr "%s:Ibuze IDOSIYE"
26662663
2667 #: tp/Texinfo/Parser.pm:3072
2668 #, fuzzy, perl-format
2669 msgid "Unknown @end %s"
2664 #: tp/Texinfo/Parser.pm:3078
2665 #, fuzzy, perl-format
2666 msgid "unknown @end %s"
26702667 msgstr "Umubarendanga"
26712668
2672 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2673 #, fuzzy, perl-format
2674 msgid "Superfluous argument to @%s %s: %s"
2669 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2670 #, fuzzy, perl-format
2671 msgid "superfluous argument to @%s %s: %s"
26752672 msgstr "Kuri"
26762673
2677 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2678 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2679 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2680 #, fuzzy, perl-format
2681 msgid "Bad argument to @%s: %s"
2674 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2675 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2676 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2677 #, fuzzy, perl-format
2678 msgid "bad argument to @%s: %s"
26822679 msgstr "Kuri"
26832680
2684 #: tp/Texinfo/Parser.pm:3118
2685 #, fuzzy, perl-format
2686 msgid "@%s: Cannot open %s: %s"
2681 #: tp/Texinfo/Parser.pm:3124
2682 #, fuzzy, perl-format
2683 msgid "@%s: could not open %s: %s"
26872684 msgstr "Gushaka"
26882685
2689 #: tp/Texinfo/Parser.pm:3130
2690 #, perl-format
2691 msgid "Encoding `%s' is not a canonical texinfo encoding"
2692 msgstr ""
2693
2694 #: tp/Texinfo/Parser.pm:3139
2686 #: tp/Texinfo/Parser.pm:3136
2687 #, perl-format
2688 msgid "encoding `%s' is not a canonical texinfo encoding"
2689 msgstr ""
2690
2691 #: tp/Texinfo/Parser.pm:3145
26952692 #, fuzzy, perl-format
26962693 msgid "unrecognized encoding name `%s'"
26972694 msgstr "Imisobekere: Izina:"
26982695
2699 #: tp/Texinfo/Parser.pm:3289
2696 #: tp/Texinfo/Parser.pm:3295
27002697 #, perl-format
27012698 msgid "@%s after the first element"
27022699 msgstr ""
27032700
2704 #: tp/Texinfo/Parser.pm:3296
2701 #: tp/Texinfo/Parser.pm:3302
27052702 #, fuzzy, perl-format
27062703 msgid "@%s only meaningful on a @multitable line"
27072704 msgstr "@%sOYA Hanze"
27082705
2709 #: tp/Texinfo/Parser.pm:3336
2706 #: tp/Texinfo/Parser.pm:3342
27102707 #, fuzzy, perl-format
27112708 msgid "@%s should not be associated with @top"
27122709 msgstr "%s:OYA Gufungura IDOSIYE"
27132710
2714 #: tp/Texinfo/Parser.pm:3348
2711 #: tp/Texinfo/Parser.pm:3354
27152712 #, fuzzy, perl-format
27162713 msgid "@node precedes @%s, but parts may not be associated with nodes"
27172714 msgstr "%s:OYA Gufungura IDOSIYE"
27182715
2719 #: tp/Texinfo/Parser.pm:3450
2720 #, fuzzy, perl-format
2721 msgid "Empty argument in @%s"
2716 #: tp/Texinfo/Parser.pm:3456
2717 #, fuzzy, perl-format
2718 msgid "empty argument in @%s"
27222719 msgstr "Kuri"
27232720
2724 #: tp/Texinfo/Parser.pm:3454
2725 #, perl-format
2726 msgid "Empty node name after expansion `%s'"
2727 msgstr ""
2728
2729 #: tp/Texinfo/Parser.pm:3497
2730 #, fuzzy, perl-format
2731 msgid "Empty menu entry name in `%s'"
2721 #: tp/Texinfo/Parser.pm:3460
2722 #, fuzzy, perl-format
2723 msgid "empty node name after expansion `%s'"
27322724 msgstr "Kuri"
27332725
2734 #: tp/Texinfo/Parser.pm:3505
2735 #, fuzzy
2736 msgid "Empty node name in menu entry"
2726 #: tp/Texinfo/Parser.pm:3503
2727 #, fuzzy, perl-format
2728 msgid "empty menu entry name in `%s'"
2729 msgstr "Kuri"
2730
2731 #: tp/Texinfo/Parser.pm:3511
2732 #, fuzzy
2733 msgid "empty node name in menu entry"
27372734 msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango"
27382735
2739 #: tp/Texinfo/Parser.pm:3578
2736 #: tp/Texinfo/Parser.pm:3584
27402737 #, fuzzy, perl-format
27412738 msgid "@%s should not appear in @%s"
27422739 msgstr "%s:OYA Gufungura IDOSIYE"
27432740
2744 #: tp/Texinfo/Parser.pm:3710
2741 #: tp/Texinfo/Parser.pm:3716
27452742 #, fuzzy, perl-format
27462743 msgid "@end %s should only appear at a line beginning"
27472744 msgstr "%s:OYA Gufungura IDOSIYE"
27482745
2749 #: tp/Texinfo/Parser.pm:3733
2746 #: tp/Texinfo/Parser.pm:3739
27502747 #, fuzzy, perl-format
27512748 msgid "macro `%s' previously defined"
27522749 msgstr "Makoro"
27532750
2754 #: tp/Texinfo/Parser.pm:3735
2751 #: tp/Texinfo/Parser.pm:3742
27552752 #, fuzzy, perl-format
27562753 msgid "here is the previous definition of `%s'"
27572754 msgstr "ni i Ibanjirije Insobanuro Bya"
27582755
2759 #: tp/Texinfo/Parser.pm:3739
2760 #, perl-format
2761 msgid "Redefining Texinfo language command: @%s"
2762 msgstr ""
2763
2764 #: tp/Texinfo/Parser.pm:3788
2756 #: tp/Texinfo/Parser.pm:3747
2757 #, perl-format
2758 msgid "redefining Texinfo language command: @%s"
2759 msgstr ""
2760
2761 #: tp/Texinfo/Parser.pm:3796
27652762 #, perl-format
27662763 msgid "@%s without associated character"
27672764 msgstr ""
27682765
2769 #: tp/Texinfo/Parser.pm:3849
2766 #: tp/Texinfo/Parser.pm:3858
27702767 #, perl-format
27712768 msgid ""
27722769 "@%s defined with zero or more than one argument should be invoked with {}"
27732770 msgstr ""
27742771
2775 #: tp/Texinfo/Parser.pm:3872
2776 #, perl-format
2777 msgid ""
2778 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2772 #: tp/Texinfo/Parser.pm:3882
2773 #, perl-format
2774 msgid ""
2775 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
27792776 "value %d)"
27802777 msgstr ""
27812778
2782 #: tp/Texinfo/Parser.pm:3880
2783 #, perl-format
2784 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2785 msgstr ""
2786
2787 #: tp/Texinfo/Parser.pm:3935
2788 #, perl-format
2789 msgid "Accent command `@%s' must not be followed by whitespace"
2790 msgstr ""
2791
2792 #: tp/Texinfo/Parser.pm:3941
2793 #, fuzzy, perl-format
2794 msgid "Use braces to give a command as an argument to @%s"
2779 #: tp/Texinfo/Parser.pm:3891
2780 #, perl-format
2781 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2782 msgstr ""
2783
2784 #: tp/Texinfo/Parser.pm:3947
2785 #, fuzzy, perl-format
2786 msgid "accent command `@%s' must not be followed by whitespace"
2787 msgstr "@Ikintu OYA in Kuri"
2788
2789 #: tp/Texinfo/Parser.pm:3953
2790 #, fuzzy, perl-format
2791 msgid "use braces to give a command as an argument to @%s"
27952792 msgstr "Ingirwadusodeko Kuri a Komandi: Nka Kuri"
27962793
2797 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2794 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
27982795 #, fuzzy, perl-format
27992796 msgid "%c%s expects `i' or `j' as argument, not `%s'"
28002797 msgstr "%c%sCyangwa Nka OYA"
28012798
2802 #: tp/Texinfo/Parser.pm:3966
2803 #, perl-format
2804 msgid "Accent command `@%s' must not be followed by new line"
2805 msgstr ""
2806
2807 #: tp/Texinfo/Parser.pm:3977
2799 #: tp/Texinfo/Parser.pm:3978
2800 #, fuzzy, perl-format
2801 msgid "accent command `@%s' must not be followed by new line"
2802 msgstr "@Ikintu OYA in Kuri"
2803
2804 #: tp/Texinfo/Parser.pm:3989
28082805 #, fuzzy, perl-format
28092806 msgid "@%s expected braces"
28102807 msgstr "%c%sIkitezwe: Ingirwadusodeko"
28112808
2812 #: tp/Texinfo/Parser.pm:4136
2809 #: tp/Texinfo/Parser.pm:4148
28132810 #, fuzzy, perl-format
28142811 msgid "undefined flag: %s"
28152812 msgstr "kidasobanuye Ibendera"
28162813
2817 #: tp/Texinfo/Parser.pm:4139
2818 msgid "Bad syntax for @value"
2819 msgstr ""
2820
2821 #: tp/Texinfo/Parser.pm:4146
2814 #: tp/Texinfo/Parser.pm:4151
2815 #, fuzzy
2816 msgid "bad syntax for @value"
2817 msgstr "Kuri"
2818
2819 #: tp/Texinfo/Parser.pm:4158
28222820 #, fuzzy, perl-format
28232821 msgid "%c%s is obsolete."
28242822 msgstr "%c%sni"
28252823
2826 #: tp/Texinfo/Parser.pm:4149
2824 #: tp/Texinfo/Parser.pm:4161
28272825 #, fuzzy, perl-format
28282826 msgid "%c%s is obsolete; %s"
28292827 msgstr "%c%sni"
28302828
2831 #: tp/Texinfo/Parser.pm:4157
2829 #: tp/Texinfo/Parser.pm:4170
28322830 #, fuzzy, perl-format
28332831 msgid "@%s should only appear at a line beginning"
28342832 msgstr "%s:OYA Gufungura IDOSIYE"
28352833
2836 #: tp/Texinfo/Parser.pm:4247
2834 #: tp/Texinfo/Parser.pm:4261
28372835 #, fuzzy, perl-format
28382836 msgid "@%s not allowed inside `@%s' block"
28392837 msgstr "@%sOYA Mo Imbere Funga"
28402838
2841 #: tp/Texinfo/Parser.pm:4255
2839 #: tp/Texinfo/Parser.pm:4270
28422840 #, fuzzy, perl-format
28432841 msgid "@%s should only appear in heading or footing"
28442842 msgstr "%s:OYA Gufungura IDOSIYE"
28452843
2846 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2847 #: tp/Texinfo/Parser.pm:4437
2844 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2845 #: tp/Texinfo/Parser.pm:4458
28482846 #, fuzzy, perl-format
28492847 msgid "@%s not meaningful inside `@%s' block"
28502848 msgstr "@%sOYA Mo Imbere Funga"
28512849
2852 #: tp/Texinfo/Parser.pm:4398
2850 #: tp/Texinfo/Parser.pm:4418
28532851 #, fuzzy, perl-format
28542852 msgid "@%s in empty multitable"
28552853 msgstr "%s:ubusa IDOSIYE"
28562854
2857 #: tp/Texinfo/Parser.pm:4403
2855 #: tp/Texinfo/Parser.pm:4424
28582856 msgid "@tab before @item"
28592857 msgstr ""
28602858
2861 #: tp/Texinfo/Parser.pm:4406
2862 #, fuzzy, perl-format
2863 msgid "Too many columns in multitable item (max %d)"
2859 #: tp/Texinfo/Parser.pm:4427
2860 #, fuzzy, perl-format
2861 msgid "too many columns in multitable item (max %d)"
28642862 msgstr "Inkingi in Ikintu KININI"
28652863
2866 #: tp/Texinfo/Parser.pm:4443
2864 #: tp/Texinfo/Parser.pm:4464
28672865 #, fuzzy
28682866 msgid "ignoring @tab outside of multitable"
28692867 msgstr "Isunika Hanze Bya"
28702868
2871 #: tp/Texinfo/Parser.pm:4447
2869 #: tp/Texinfo/Parser.pm:4468
28722870 #, perl-format
28732871 msgid "@%s outside of table or list"
28742872 msgstr ""
28752873
2876 #: tp/Texinfo/Parser.pm:4482
2877 #, fuzzy, perl-format
2878 msgid "Must be after `@%s' to use `@%s'"
2874 #: tp/Texinfo/Parser.pm:4503
2875 #, fuzzy, perl-format
2876 msgid "must be after `@%s' to use `@%s'"
28792877 msgstr "in Kuri Gukoresha"
28802878
2881 #: tp/Texinfo/Parser.pm:4524
2879 #: tp/Texinfo/Parser.pm:4545
28822880 #, fuzzy, perl-format
28832881 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
28842882 msgstr "@%sOYA Hanze Na"
28852883
2886 #: tp/Texinfo/Parser.pm:4528
2884 #: tp/Texinfo/Parser.pm:4549
28872885 #, fuzzy
28882886 msgid "@dircategory after first node"
28892887 msgstr "@Ibikubiyemo Mbere Itangira"
28902888
2891 #: tp/Texinfo/Parser.pm:4686
2892 #, fuzzy, perl-format
2893 msgid "Region %s inside region %s is not allowed"
2889 #: tp/Texinfo/Parser.pm:4708
2890 #, fuzzy, perl-format
2891 msgid "region %s inside region %s is not allowed"
28942892 msgstr "Mo Imbere Ubusobanuro mpezarupapuro OYA"
28952893
2896 #: tp/Texinfo/Parser.pm:4704
2894 #: tp/Texinfo/Parser.pm:4726
28972895 #, fuzzy
28982896 msgid "@direntry after first node"
28992897 msgstr "@Ibikubiyemo Mbere Itangira"
29002898
2901 #: tp/Texinfo/Parser.pm:4712
2899 #: tp/Texinfo/Parser.pm:4734
29022900 #, fuzzy, perl-format
29032901 msgid "@%s seen before first @node"
29042902 msgstr "@Ibikubiyemo Mbere Itangira"
29052903
2906 #: tp/Texinfo/Parser.pm:4714
2904 #: tp/Texinfo/Parser.pm:4737
29072905 #, fuzzy
29082906 msgid ""
29092907 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
29102908 msgstr "Hejuru: in"
29112909
2912 #: tp/Texinfo/Parser.pm:4776
2910 #: tp/Texinfo/Parser.pm:4799
29132911 #, fuzzy, perl-format
29142912 msgid "@%s should only appear in math context"
29152913 msgstr "%s:OYA Gufungura IDOSIYE"
29162914
2917 #: tp/Texinfo/Parser.pm:4784
2918 #, fuzzy, perl-format
2919 msgid "Unknown command `%s'"
2915 #: tp/Texinfo/Parser.pm:4807
2916 #, fuzzy, perl-format
2917 msgid "unknown command `%s'"
29202918 msgstr "Komandi:"
29212919
2922 #: tp/Texinfo/Parser.pm:4794
2923 #, fuzzy
2924 msgid "Unexpected @"
2920 #: tp/Texinfo/Parser.pm:4817
2921 #, fuzzy
2922 msgid "unexpected @"
29252923 msgstr "Ikitezwe:"
29262924
2927 #: tp/Texinfo/Parser.pm:4822
2925 #: tp/Texinfo/Parser.pm:4846
29282926 #, fuzzy, perl-format
29292927 msgid "@%s is not meaningful outside `@float' environment"
29302928 msgstr "@%sOYA Hanze"
29312929
2932 #: tp/Texinfo/Parser.pm:4826
2930 #: tp/Texinfo/Parser.pm:4851
29332931 #, perl-format
29342932 msgid "@%s should be right below `@float'"
29352933 msgstr ""
29362934
2937 #: tp/Texinfo/Parser.pm:4834
2938 #, perl-format
2939 msgid "Ignoring multiple @%s"
2940 msgstr ""
2941
2942 #: tp/Texinfo/Parser.pm:4950
2943 #, perl-format
2944 msgid "Command @%s does not accept arguments"
2945 msgstr ""
2946
2947 #: tp/Texinfo/Parser.pm:4974
2948 #, fuzzy, perl-format
2949 msgid "Command @%s missing a node or external manual argument"
2935 #: tp/Texinfo/Parser.pm:4859
2936 #, perl-format
2937 msgid "ignoring multiple @%s"
2938 msgstr ""
2939
2940 #: tp/Texinfo/Parser.pm:4975
2941 #, fuzzy, perl-format
2942 msgid "command @%s does not accept arguments"
2943 msgstr "@Ikintu OYA in Kuri"
2944
2945 #: tp/Texinfo/Parser.pm:4999
2946 #, fuzzy, perl-format
2947 msgid "command @%s missing a node or external manual argument"
29502948 msgstr "%s:Ibuze IDOSIYE"
29512949
2952 #: tp/Texinfo/Parser.pm:4993
2953 #, perl-format
2954 msgid "In @%s empty cross reference name after expansion `%s'"
2955 msgstr ""
2956
2957 #: tp/Texinfo/Parser.pm:5004
2958 #, perl-format
2959 msgid "In @%s empty cross reference title after expansion `%s'"
2960 msgstr ""
2961
2962 #: tp/Texinfo/Parser.pm:5017
2950 #: tp/Texinfo/Parser.pm:5018
2951 #, perl-format
2952 msgid "in @%s empty cross reference name after expansion `%s'"
2953 msgstr ""
2954
2955 #: tp/Texinfo/Parser.pm:5029
2956 #, perl-format
2957 msgid "in @%s empty cross reference title after expansion `%s'"
2958 msgstr ""
2959
2960 #: tp/Texinfo/Parser.pm:5042
29632961 #, fuzzy
29642962 msgid "@image missing filename argument"
29652963 msgstr "@Ishusho Ibuze Izina ry'idosiye:"
29662964
2967 #: tp/Texinfo/Parser.pm:5047
2965 #: tp/Texinfo/Parser.pm:5072
29682966 #, fuzzy, perl-format
29692967 msgid "@%s missing first argument"
29702968 msgstr "%s:Ibuze IDOSIYE"
29712969
2972 #: tp/Texinfo/Parser.pm:5169
2973 msgid "Superfluous arguments for node"
2974 msgstr ""
2975
2976 #: tp/Texinfo/Parser.pm:5208
2977 #, fuzzy, perl-format
2978 msgid "Expected @end %s"
2970 #: tp/Texinfo/Parser.pm:5194
2971 #, fuzzy
2972 msgid "superfluous arguments for node"
2973 msgstr "Kuri"
2974
2975 #: tp/Texinfo/Parser.pm:5233
2976 #, fuzzy, perl-format
2977 msgid "expected @end %s"
29792978 msgstr "Ikitezwe:"
29802979
2981 #: tp/Texinfo/Parser.pm:5283
2982 #, fuzzy, perl-format
2983 msgid "Remaining argument on @%s line: %s"
2980 #: tp/Texinfo/Parser.pm:5309
2981 #, fuzzy, perl-format
2982 msgid "remaining argument on @%s line: %s"
29842983 msgstr "Kuri"
29852984
2986 #: tp/Texinfo/Parser.pm:5287
2985 #: tp/Texinfo/Parser.pm:5313
29872986 #, fuzzy, perl-format
29882987 msgid "@%s should only accept a @-command as argument, not `%s'"
29892988 msgstr "Ingirwadusodeko Kuri a Komandi: Nka Kuri"
29902989
2991 #: tp/Texinfo/Parser.pm:5362
2992 #, fuzzy, perl-format
2993 msgid "Environment command %s as argument to @%s"
2990 #: tp/Texinfo/Parser.pm:5388
2991 #, fuzzy, perl-format
2992 msgid "environment command %s as argument to @%s"
29942993 msgstr "Ingirwadusodeko Kuri a Komandi: Nka Kuri"
29952994
2996 #: tp/Texinfo/Parser.pm:5384
2997 #, perl-format
2998 msgid "Empty @%s"
2999 msgstr ""
3000
3001 #: tp/Texinfo/Parser.pm:5392
2995 #: tp/Texinfo/Parser.pm:5410
2996 #, perl-format
2997 msgid "empty @%s"
2998 msgstr ""
2999
3000 #: tp/Texinfo/Parser.pm:5418
30023001 #, perl-format
30033002 msgid "column fraction not a number: %s"
30043003 msgstr ""
30053004
3006 #: tp/Texinfo/Parser.pm:5401
3005 #: tp/Texinfo/Parser.pm:5427
30073006 #, fuzzy, perl-format
30083007 msgid "@sp arg must be numeric, not `%s'"
30093008 msgstr "%s:%sBikurikije umubare OYA"
30103009
3011 #: tp/Texinfo/Parser.pm:5409
3012 #, perl-format
3013 msgid "Reserved index name %s"
3014 msgstr ""
3015
3016 #: tp/Texinfo/Parser.pm:5428
3017 #, fuzzy, perl-format
3018 msgid "Unknown source index in @%s: %s"
3010 #: tp/Texinfo/Parser.pm:5436
3011 #, perl-format
3012 msgid "reserved index name %s"
3013 msgstr ""
3014
3015 #: tp/Texinfo/Parser.pm:5455
3016 #, fuzzy, perl-format
3017 msgid "unknown source index in @%s: %s"
30193018 msgstr "Umubarendanga"
30203019
3021 #: tp/Texinfo/Parser.pm:5431
3022 #, fuzzy, perl-format
3023 msgid "Unknown destination index in @%s: %s"
3020 #: tp/Texinfo/Parser.pm:5458
3021 #, fuzzy, perl-format
3022 msgid "unknown destination index in @%s: %s"
30243023 msgstr "Umubarendanga"
30253024
3026 #: tp/Texinfo/Parser.pm:5461
3025 #: tp/Texinfo/Parser.pm:5488
30273026 #, perl-format
30283027 msgid "@%s leads to a merging of %s in itself, ignoring"
30293028 msgstr ""
30303029
3031 #: tp/Texinfo/Parser.pm:5474
3032 #, fuzzy, perl-format
3033 msgid "Unknown index `%s' in @printindex"
3030 #: tp/Texinfo/Parser.pm:5501
3031 #, fuzzy, perl-format
3032 msgid "unknown index `%s' in @printindex"
30343033 msgstr "Umubarendanga in"
30353034
3036 #: tp/Texinfo/Parser.pm:5480
3037 #, perl-format
3038 msgid "Printing an index `%s' merged in another one `%s'"
3039 msgstr ""
3040
3041 #: tp/Texinfo/Parser.pm:5488
3042 #, perl-format
3043 msgid "Printindex before document beginning: @printindex %s"
3044 msgstr ""
3045
3046 #: tp/Texinfo/Parser.pm:5504
3035 #: tp/Texinfo/Parser.pm:5507
3036 #, perl-format
3037 msgid "printing an index `%s' merged in another one `%s'"
3038 msgstr ""
3039
3040 #: tp/Texinfo/Parser.pm:5515
3041 #, perl-format
3042 msgid "printindex before document beginning: @printindex %s"
3043 msgstr ""
3044
3045 #: tp/Texinfo/Parser.pm:5531
30473046 #, fuzzy, perl-format
30483047 msgid "@%s arg must be `top' or `bottom', not `%s'"
30493048 msgstr "%s:%sBikurikije umubare OYA"
30503049
3051 #: tp/Texinfo/Parser.pm:5512
3050 #: tp/Texinfo/Parser.pm:5539
30523051 #, perl-format
30533052 msgid "Only @%s 10 or 11 is supported, not `%s'"
30543053 msgstr ""
30553054
3056 #: tp/Texinfo/Parser.pm:5520
3055 #: tp/Texinfo/Parser.pm:5547
30573056 #, fuzzy, perl-format
30583057 msgid "@%s arg must be `separate' or `end', not `%s'"
30593058 msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA"
30603059
3061 #: tp/Texinfo/Parser.pm:5528
3060 #: tp/Texinfo/Parser.pm:5555
30623061 #, fuzzy, perl-format
30633062 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
30643063 msgstr "%s:%sBikurikije umubare OYA"
30653064
3066 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3065 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
30673066 #, fuzzy, perl-format
30683067 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
30693068 msgstr "%s:--Igika Ikurura Bikurikije umubare OYA"
30703069
3071 #: tp/Texinfo/Parser.pm:5559
3070 #: tp/Texinfo/Parser.pm:5586
30723071 #, fuzzy, perl-format
30733072 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
30743073 msgstr "%s:--Igika Ikurura Bikurikije umubare OYA"
30753074
3076 #: tp/Texinfo/Parser.pm:5569
3075 #: tp/Texinfo/Parser.pm:5596
30773076 #, fuzzy, perl-format
30783077 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
30793078 msgstr "%s:--Igika Ikurura Bikurikije umubare OYA"
30803079
3081 #: tp/Texinfo/Parser.pm:5580
3082 #, perl-format
3083 msgid "Expected @%s on or off, not `%s'"
3084 msgstr ""
3085
3086 #: tp/Texinfo/Parser.pm:5590
3080 #: tp/Texinfo/Parser.pm:5607
3081 #, perl-format
3082 msgid "expected @%s on or off, not `%s'"
3083 msgstr ""
3084
3085 #: tp/Texinfo/Parser.pm:5617
30873086 #, perl-format
30883087 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
30893088 msgstr ""
30903089
3091 #: tp/Texinfo/Parser.pm:5598
3090 #: tp/Texinfo/Parser.pm:5625
30923091 #, fuzzy, perl-format
30933092 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
30943093 msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA"
30953094
3096 #: tp/Texinfo/Parser.pm:5606
3095 #: tp/Texinfo/Parser.pm:5633
30973096 #, fuzzy, perl-format
30983097 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
30993098 msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA"
31003099
3101 #: tp/Texinfo/Report.pm:100
3102 #, fuzzy, perl-format
3103 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3104 msgstr "%s:%d:Iburira"
3105
3106 #: tp/Texinfo/Report.pm:103
3107 #, fuzzy, perl-format
3108 msgid "%s:%d: warning: %s\n"
3109 msgstr "%s:%d:Iburira"
3110
3111 #: tp/Texinfo/Report.pm:146
3112 #, fuzzy, perl-format
3113 msgid "warning: %s\n"
3114 msgstr "%s:%d:Iburira"
3115
31163100 #: tp/Texinfo/Structuring.pm:231
31173101 #, perl-format
3118 msgid "Raising the section level of @%s which is too low"
3102 msgid "raising the section level of @%s which is too low"
31193103 msgstr ""
31203104
31213105 #: tp/Texinfo/Structuring.pm:263
31223106 #, perl-format
3123 msgid "No chapter-level command before @%s"
3107 msgid "no chapter-level command before @%s"
31243108 msgstr ""
31253109
31263110 #: tp/Texinfo/Structuring.pm:268
31273111 #, perl-format
3128 msgid "Lowering the section level of @%s appearing after a lower element"
3112 msgid "lowering the section level of @%s appearing after a lower element"
31293113 msgstr ""
31303114
31313115 #: tp/Texinfo/Structuring.pm:347
31323116 #, perl-format
3133 msgid "No sectioning command associated with @%s"
3117 msgid "no sectioning command associated with @%s"
31343118 msgstr ""
31353119
31363120 #: tp/Texinfo/Structuring.pm:568
31373121 #, fuzzy, perl-format
3138 msgid "Menu reference to nonexistent node `%s'"
3122 msgid "menu reference to nonexistent node `%s'"
31393123 msgstr "%sIndango Kuri"
31403124
31413125 #: tp/Texinfo/Structuring.pm:583
31423126 #, perl-format
3143 msgid "Menu entry node name `%s' different from %s name `%s'"
3127 msgid "menu entry node name `%s' different from %s name `%s'"
31443128 msgstr ""
31453129
31463130 #: tp/Texinfo/Structuring.pm:619
31503134
31513135 #: tp/Texinfo/Structuring.pm:665
31523136 #, perl-format
3153 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3137 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31543138 msgstr ""
31553139
31563140 #: tp/Texinfo/Structuring.pm:672
31573141 #, perl-format
3158 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3142 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31593143 msgstr ""
31603144
31613145 #: tp/Texinfo/Structuring.pm:690
31623146 #, perl-format
3163 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3147 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
31643148 msgstr ""
31653149
31663150 #: tp/Texinfo/Structuring.pm:744
31753159
31763160 #: tp/Texinfo/Structuring.pm:790
31773161 #, fuzzy, perl-format
3178 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3162 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
31793163 msgstr "Ibikubiyemo Ikintu kugirango Intego"
31803164
31813165 #: tp/Texinfo/Structuring.pm:798
31823166 #, perl-format
3183 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3167 msgid "for `%s', up in menu `%s' and up `%s' don't match"
31843168 msgstr ""
31853169
31863170 #: tp/Texinfo/Structuring.pm:1282
31933177 msgid "@%s to `%s', different from %s name `%s'"
31943178 msgstr ""
31953179
3196 #: tp/Texinfo/Structuring.pm:1939
3197 #, fuzzy, perl-format
3198 msgid "Empty index key in @%s"
3180 #: tp/Texinfo/Structuring.pm:1959
3181 #, fuzzy, perl-format
3182 msgid "empty index key in @%s"
31993183 msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango"
32003184
32013185 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
32023186 #, fuzzy, perl-format
3203 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3187 msgid "chm.pm: could not open %s for writing: %s\n"
32043188 msgstr "%s:OYA Gufungura IDOSIYE"
32053189
32063190 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
32073191 #, fuzzy, perl-format
3208 msgid "chm.pm:%s: Error on closing: %s"
3192 msgid "chm.pm: error on closing %s: %s"
32093193 msgstr "Ikosa Kuri"
32103194
3211 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3212 #, fuzzy, perl-format
3213 msgid "tex4ht.pm:%s: Cannot open: %s"
3195 #: tp/init/latex2html.pm:200
3196 #, fuzzy, perl-format
3197 msgid "l2h: could not open latex file %s for writing: %s"
3198 msgstr "%s:OYA Gufungura IDOSIYE"
3199
3200 #: tp/init/latex2html.pm:341
3201 msgid "l2h: L2H_TMP directory contains a dot"
3202 msgstr ""
3203
3204 #: tp/init/latex2html.pm:346
3205 msgid "l2h: current directory contains a dot"
3206 msgstr ""
3207
3208 #: tp/init/latex2html.pm:374
3209 #, perl-format
3210 msgid "l2h: command did not succeed: %s"
3211 msgstr ""
3212
3213 #: tp/init/latex2html.pm:422
3214 #, perl-format
3215 msgid "l2h: image has invalid extension: %s"
3216 msgstr ""
3217
3218 #: tp/init/latex2html.pm:438
3219 #, perl-format
3220 msgid "l2h: rename %s as %s failed: %s"
3221 msgstr ""
3222
3223 #: tp/init/latex2html.pm:460
3224 #, fuzzy, perl-format
3225 msgid "l2h: could not open %s: %s"
3226 msgstr "%s:OYA Gufungura IDOSIYE"
3227
3228 #: tp/init/latex2html.pm:493
3229 #, perl-format
3230 msgid "latex2html.pm: end of @%s item %d not found"
3231 msgstr ""
3232
3233 #: tp/init/latex2html.pm:504
3234 #, perl-format
3235 msgid ""
3236 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3237 "of items found in the document"
3238 msgstr ""
3239
3240 #: tp/init/latex2html.pm:534
3241 #, perl-format
3242 msgid "l2h: could not determine the fragment %d for @%s"
3243 msgstr ""
3244
3245 #: tp/init/latex2html.pm:560
3246 #, perl-format
3247 msgid ""
3248 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3249 "HTML"
3250 msgstr ""
3251
3252 #: tp/init/latex2html.pm:621
3253 #, fuzzy, perl-format
3254 msgid "l2h: could not load %s: %s"
3255 msgstr "%s:OYA Gufungura IDOSIYE"
3256
3257 #: tp/init/latex2html.pm:634
3258 #, fuzzy, perl-format
3259 msgid "l2h: could not open %s for writing: %s"
3260 msgstr "%s:OYA Gufungura IDOSIYE"
3261
3262 #: tp/init/tex4ht.pm:123
3263 #, fuzzy, perl-format
3264 msgid "tex4ht.pm: could not open %s: %s"
32143265 msgstr "Gushaka"
32153266
32163267 #: tp/init/tex4ht.pm:219
3217 #, perl-format
3218 msgid "tex4ht.pm:%s: chdir failed: %s"
3219 msgstr ""
3268 #, fuzzy, perl-format
3269 msgid "tex4ht.pm: chdir %s failed: %s"
3270 msgstr "Gushaka"
32203271
32213272 #: tp/init/tex4ht.pm:232
32223273 #, perl-format
3223 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3274 msgid "tex4ht.pm: unable to return to initial directory: %s"
32243275 msgstr ""
32253276
32263277 #: tp/init/tex4ht.pm:244
32273278 #, fuzzy, perl-format
3228 msgid "tex4ht.pm: Output file missing: %s"
3279 msgid "tex4ht.pm: output file missing: %s"
32293280 msgstr "Kurema Ibisohoka IDOSIYE"
32303281
32313282 #: tp/init/tex4ht.pm:260
3232 #, perl-format
3233 msgid "tex4ht.pm: Command failed: %s"
3234 msgstr ""
3283 #, fuzzy, perl-format
3284 msgid "tex4ht.pm: command failed: %s"
3285 msgstr "Gushaka"
3286
3287 #: tp/init/tex4ht.pm:267
3288 #, fuzzy, perl-format
3289 msgid "tex4ht.pm: could not open: %s"
3290 msgstr "Gushaka"
32353291
32363292 #: tp/init/tex4ht.pm:293
32373293 #, perl-format
32423298 #, perl-format
32433299 msgid ""
32443300 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3245 "items found in the document"
3246 msgstr ""
3247
3248 #: tp/init/tex4ht.pm:319
3249 #, perl-format
3250 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3251 msgstr ""
3252
3253 #: tp/texi2any.pl:375
3301 "items found in the document for @%s"
3302 msgstr ""
3303
3304 #: tp/init/tex4ht.pm:320
3305 #, fuzzy, perl-format
3306 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3307 msgstr "Kurema Ibisohoka IDOSIYE"
3308
3309 #: tp/init/tex4ht.pm:335
3310 #, perl-format
3311 msgid ""
3312 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3313 "items found in the document for @%s"
3314 msgstr ""
3315
3316 #: tp/texi2any.pl:379
32543317 #, fuzzy, perl-format
32553318 msgid "error loading %s: %s\n"
32563319 msgstr "Ikosa Kuri"
32573320
3258 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3259 #, fuzzy, perl-format
3260 msgid "Unknown variable %s\n"
3321 #: tp/texi2any.pl:392
3322 #, fuzzy, perl-format
3323 msgid "%s: unknown variable %s"
32613324 msgstr "Komandi:"
32623325
3263 #: tp/texi2any.pl:468
3264 #, fuzzy, perl-format
3265 msgid "Can't read init file %s"
3326 # sw/source\ui\fldui\fldui.src:STR_SETFLD.text
3327 #: tp/texi2any.pl:396
3328 #, fuzzy, perl-format
3329 msgid "%s: obsolete variable %s\n"
3330 msgstr "Gushyiraho igihinduka"
3331
3332 #: tp/texi2any.pl:411
3333 #, fuzzy, perl-format
3334 msgid "%s: unknown variable %s\n"
3335 msgstr "Komandi:"
3336
3337 # sw/source\ui\fldui\fldui.src:STR_SETFLD.text
3338 #: tp/texi2any.pl:415
3339 #, fuzzy, perl-format
3340 msgid "obsolete variable %s\n"
3341 msgstr "Gushyiraho igihinduka"
3342
3343 #: tp/texi2any.pl:480
3344 #, fuzzy, perl-format
3345 msgid "could not read init file %s"
32663346 msgstr "Gufungura Iyinjiza IDOSIYE"
32673347
3268 #: tp/texi2any.pl:619
3269 #, fuzzy, perl-format
3270 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3348 #: tp/texi2any.pl:633
3349 #, fuzzy, perl-format
3350 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32713351 msgstr "%s:Kwirengagiza Agaciro"
32723352
3273 #: tp/texi2any.pl:691
3353 #: tp/texi2any.pl:710
32743354 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32753355 msgstr ""
32763356
3277 #: tp/texi2any.pl:692
3357 #: tp/texi2any.pl:711
32783358 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32793359 msgstr ""
32803360
3281 #: tp/texi2any.pl:694
3361 #: tp/texi2any.pl:713
32823362 #, fuzzy
32833363 msgid ""
32843364 "Translate Texinfo source documentation to various other formats, by default\n"
32873367 "Inkomoko Kuri Ikindi Imiterere ku Idosiye kugirango kiri kuri interineti Na: "
32883368 "Cyangwa"
32893369
3290 #: tp/texi2any.pl:697
3370 #: tp/texi2any.pl:716
32913371 #, fuzzy, perl-format
32923372 msgid ""
32933373 "General options:\n"
33113391 "Indango Mburabuzi v ni Byakozwe Verisiyo Kugaragaza Verisiyo Ibisobanuro Na "
33123392 "Gusohoka"
33133393
3314 #: tp/texi2any.pl:712
3394 #: tp/texi2any.pl:731
33153395 #, fuzzy
33163396 msgid ""
33173397 "Output format selection (default is to produce Info):\n"
33243404 "Imiterere Ihitamo Mburabuzi ni Kuri InyandikoGitabo Ibisohoka HTML Ibisohoka "
33253405 "xml Ibisohoka Ibisohoka Byuzuye Umwandiko"
33263406
3327 #: tp/texi2any.pl:720
3407 #: tp/texi2any.pl:739
33283408 #, fuzzy
33293409 msgid ""
33303410 "General output options:\n"
33573437 "Cyangwa Ibisohoka Ibisohoka IDOSIYE Umubare Ibyatoranyijwe Ibisohoka Umutwe "
33583438 "Na Imibare o Ibisohoka Ibisohoka Kuri bushyinguro NIBA Gutandukanya"
33593439
3360 #: tp/texi2any.pl:740
3440 #: tp/texi2any.pl:759
33613441 #, fuzzy, perl-format
33623442 msgid ""
33633443 "Options for Info and plain text:\n"
33853465 "Mburabuzi Igika Ikurura Ikurura Ibika ku Imyanya Mburabuzi ni OYA Ikurura "
33863466 "NIBA Gutandukanya Ingano Gutandukanya Idosiye ku Ingano Mburabuzi"
33873467
3388 #: tp/texi2any.pl:757
3468 #: tp/texi2any.pl:776
33893469 #, fuzzy
33903470 msgid ""
33913471 "Options for HTML:\n"
34003480 " anchors; default is set only if split.\n"
34013481 msgstr "kugirango Gushyiramo Gushyiramo in IMISUSIRE Ibisohoka Gusoma NIBA ni"
34023482
3403 #: tp/texi2any.pl:768
3483 #: tp/texi2any.pl:787
34043484 msgid ""
34053485 "Options for XML and Docbook:\n"
34063486 " --output-indent=VAL does nothing, retained for compatibility.\n"
34073487 msgstr ""
34083488
3409 #: tp/texi2any.pl:771
3489 #: tp/texi2any.pl:790
34103490 msgid ""
34113491 "Options for DVI/PS/PDF:\n"
34123492 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34133493 msgstr ""
34143494
3415 #: tp/texi2any.pl:774
3495 #: tp/texi2any.pl:793
34163496 #, fuzzy
34173497 msgid ""
34183498 "Input file options:\n"
34273507 "Gushyiramo Gushaka Inzira Kuri i Gushyiramo Gushaka Inzira U i "
34283508 "IMPINDURAGACIRO Nka Na: Gusiba"
34293509
3430 #: tp/texi2any.pl:781
3510 #: tp/texi2any.pl:800
34313511 #, fuzzy
34323512 msgid ""
34333513 "Conditional processing in input:\n"
34533533 "Oya OYA Na HTML Umwandiko Oya OYA Umwandiko Oya OYA Umwandiko Oya OYA Na "
34543534 "Umwandiko Oya OYA Na xml Umwandiko kugirango i Oya Amahitamo Umwandiko"
34553535
3456 #: tp/texi2any.pl:798
3536 #: tp/texi2any.pl:817
34573537 #, fuzzy
34583538 msgid ""
34593539 " The defaults for the @if... conditionals depend on the output format:\n"
34673547 "NIBA ni ku Na i Ibindi Bidakora NIBA Byuzuye Umwandiko ni ku Na i Ibindi "
34683548 "Bidakora NIBA ni ku Na i Ibindi Bidakora"
34693549
3470 #: tp/texi2any.pl:805
3550 #: tp/texi2any.pl:824
34713551 #, fuzzy
34723552 msgid ""
34733553 "Examples:\n"
34893569 "Kwandika HTML Imirongo Umubare Ibyatoranyijwe Kwandika Na: Iriho Imibare Oya "
34903570 "Gutandukanya Kwandika IDOSIYE"
34913571
3492 #: tp/texi2any.pl:852
3572 #: tp/texi2any.pl:871
34933573 #, fuzzy, perl-format
34943574 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34953575 msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA"
34963576
3497 #: tp/texi2any.pl:934
3577 #: tp/texi2any.pl:953
34983578 #, fuzzy, perl-format
34993579 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35003580 msgstr "%s:--Igika Ikurura Bikurikije umubare OYA"
35013581
3502 #: tp/texi2any.pl:1011
3503 #, perl-format
3504 msgid "when generating %s, only one input FILE may be specified with -o"
3505 msgstr ""
3506
3507 #: tp/texi2any.pl:1015
3582 #: tp/texi2any.pl:1030
3583 #, perl-format
3584 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3585 msgstr ""
3586
3587 #: tp/texi2any.pl:1034
35083588 msgid "--Xopt option without printed output"
35093589 msgstr ""
35103590
3511 #: tp/texi2any.pl:1025
3512 #, fuzzy, perl-format
3513 msgid "Unknown tree transformation %s"
3591 #: tp/texi2any.pl:1044
3592 #, fuzzy, perl-format
3593 msgid "unknown tree transformation %s"
35143594 msgstr "Komandi:"
35153595
3516 #: tp/texi2any.pl:1032
3517 #, perl-format
3518 msgid "Ignoring splitting for format %s"
3519 msgstr ""
3520
3521 #: tp/texi2any.pl:1081
3596 #: tp/texi2any.pl:1051
3597 #, perl-format
3598 msgid "ignoring splitting for format %s"
3599 msgstr ""
3600
3601 #: tp/texi2any.pl:1101
35223602 #, fuzzy, perl-format
35233603 msgid "%s: missing file argument.\n"
35243604 msgstr "%s:Ibuze IDOSIYE"
35253605
3526 #: tp/texi2any.pl:1082
3606 #: tp/texi2any.pl:1102
35273607 #, fuzzy, perl-format
35283608 msgid "Try `%s --help' for more information.\n"
35293609 msgstr "kugirango Birenzeho Ibisobanuro"
35303610
3531 #: tp/texi2any.pl:1153
3611 #: tp/texi2any.pl:1173
35323612 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35333613 msgstr ""
35343614
3535 #: tp/texi2any.pl:1175
3536 #, fuzzy, perl-format
3537 msgid "Error on closing macro expand file %s: %s\n"
3615 #: tp/texi2any.pl:1195
3616 #, fuzzy, perl-format
3617 msgid "error on closing macro expand file %s: %s\n"
35383618 msgstr "Ikosa Ibisohoka IDOSIYE"
35393619
3540 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3541 #, fuzzy, perl-format
3542 msgid "Could not open %s for writing: %s\n"
3620 #: tp/texi2any.pl:1201
3621 #, fuzzy, perl-format
3622 msgid "could not open %s for writing: %s\n"
35433623 msgstr "%s:OYA Gufungura IDOSIYE"
35443624
3545 #: tp/texi2any.pl:1205
3625 #: tp/texi2any.pl:1226
35463626 msgid ""
35473627 "insert_nodes_for_sectioning_commands transformation return no result. No "
35483628 "section?"
35493629 msgstr ""
35503630
3551 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3552 #, fuzzy, perl-format
3553 msgid "Error on closing %s: %s\n"
3631 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3632 #, fuzzy, perl-format
3633 msgid "%s: error on closing %s: %s\n"
35543634 msgstr "Ikosa Kuri"
35553635
3556 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3557 #, perl-format
3558 msgid "Error on closing internal links file %s: %s\n"
3559 msgstr ""
3636 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3637 #, fuzzy, perl-format
3638 msgid "%s: error on closing internal links file %s: %s\n"
3639 msgstr "Ikosa Ibisohoka IDOSIYE"
3640
3641 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3642 #, fuzzy, perl-format
3643 msgid "%s: could not open %s for writing: %s\n"
3644 msgstr "%s:OYA Gufungura IDOSIYE"
35603645
35613646 #: util/texindex.c:223
35623647 #, fuzzy
36183703 msgstr "Icyinjijwe Icyinjijwe Na: a Izina:"
36193704
36203705 #, fuzzy
3706 #~ msgid "Can't create directories `%s': %s"
3707 #~ msgstr "Kurema bushyinguro"
3708
3709 #, fuzzy
3710 #~ msgid "Can't read file %s: %s"
3711 #~ msgstr "Gukuraho... IDOSIYE"
3712
3713 #, fuzzy
3714 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3715 #~ msgstr "%s:%d:Iburira"
3716
3717 #, fuzzy
3718 #~ msgid "%s:%d: warning: %s\n"
3719 #~ msgstr "%s:%d:Iburira"
3720
3721 #, fuzzy
3722 #~ msgid "warning: %s\n"
3723 #~ msgstr "%s:%d:Iburira"
3724
3725 #, fuzzy
3726 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3727 #~ msgstr "%s:OYA Gufungura IDOSIYE"
3728
3729 #, fuzzy
36213730 #~ msgid "tex4ht error opening %s: %s"
36223731 #~ msgstr "Ikosa Kuri"
36233732
36243733 #, fuzzy
3625 #~ msgid "Error on closing renamed nodes file %s: %s"
3626 #~ msgstr "Ikosa Ibisohoka IDOSIYE"
3627
3628 #, fuzzy
36293734 #~ msgid "Node `%s' that is to be renamed exists"
36303735 #~ msgstr "Times"
36313736
36323737 #, fuzzy
3633 #~ msgid "Unknown variable %s"
3634 #~ msgstr "Komandi:"
3635
3636 #, fuzzy
36373738 #~ msgid "arguments to @%s ignored"
36383739 #~ msgstr "ingingo Kuri"
36393740
37433844
37443845 #~ msgid "Footnotes"
37453846 #~ msgstr "Ubusobanuro mpezarupapuro"
3746
3747 #, fuzzy
3748 #~ msgid "%s: could not open --css-file: %s"
3749 #~ msgstr "%s:OYA Gufungura IDOSIYE"
37503847
37513848 #, fuzzy
37523849 #~ msgid "[unexpected] no html tag to pop"
40274124 #, fuzzy
40284125 #~ msgid "Expected `%s'"
40294126 #~ msgstr "Ikitezwe:"
4030
4031 #, fuzzy
4032 #~ msgid "Can't create directory `%s': %s"
4033 #~ msgstr "Kurema bushyinguro"
40344127
40354128 #, fuzzy
40364129 #~ msgid "No `%s' found in `%s'"
Binary diff not shown
+626
-531
po/sl.po less more
88 msgstr ""
99 "Project-Id-Version: texinfo 4.13\n"
1010 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
11 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
11 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1212 "PO-Revision-Date: 2012-08-10 18:31+0100\n"
1313 "Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n"
1414 "Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
408408 msgstr "Za več podrobnosti poskusite --help.\n"
409409
410410 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
411 #: tp/texi2any.pl:829 util/texindex.c:295
411 #: tp/texi2any.pl:848 util/texindex.c:295
412412 #, c-format, perl-format
413413 msgid ""
414414 "Copyright (C) %s Free Software Foundation, Inc.\n"
20902090 " --test zatri posodabljanje MAPE-DATOTEK.\n"
20912091 " --version prikaži podrobnosti različice in končaj."
20922092
2093 #: install-info/install-info.c:598 tp/texi2any.pl:817
2093 #: install-info/install-info.c:598 tp/texi2any.pl:836
20942094 msgid ""
20952095 "Email bug reports to bug-texinfo@gnu.org,\n"
20962096 "general questions and discussion to help-texinfo@gnu.org.\n"
22012201 msgstr "za `%s' ni najdenih nobenih vnosov; nič ni izbrisano"
22022202
22032203 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2204 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2205 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2206 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2207 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2208 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2209 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2204 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2205 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2206 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2207 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2208 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2209 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
22102210 #: tp/Texinfo/Convert/TexinfoXML.pm:429
22112211 #, fuzzy, perl-format
2212 msgid "Could not open %s for writing: %s"
2212 msgid "could not open %s for writing: %s"
22132213 msgstr "%s: ni mogoče odpreti --css-file: %s"
22142214
22152215 #: tp/Texinfo/Common.pm:850
22362236 msgid "%s is not a valid split possibility"
22372237 msgstr ""
22382238
2239 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2240 #, fuzzy, perl-format
2241 msgid "Cannot read %s: %s"
2239 #: tp/Texinfo/Common.pm:1096
2240 #, fuzzy, perl-format
2241 msgid "could not read %s: %s"
22422242 msgstr "Ni mogoče ustvariti mape `%s': %s"
22432243
2244 #: tp/Texinfo/Common.pm:1113
2245 #, fuzzy, perl-format
2246 msgid "Error on closing @verbatiminclude file %s: %s"
2244 #: tp/Texinfo/Common.pm:1114
2245 #, fuzzy, perl-format
2246 msgid "error on closing @verbatiminclude file %s: %s"
22472247 msgstr "napaka med končanjem datoteke vnosa `%s'"
22482248
2249 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2250 #, fuzzy, perl-format
2251 msgid "@%s: Cannot find %s"
2249 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2250 #, fuzzy, perl-format
2251 msgid "@%s: could not find %s"
22522252 msgstr "Ni mogoče najti `%s'."
22532253
2254 #: tp/Texinfo/Common.pm:1416
2255 #, fuzzy, perl-format
2256 msgid "Cannot open html refs config file %s: %s"
2254 #: tp/Texinfo/Common.pm:1417
2255 #, fuzzy, perl-format
2256 msgid "could not open html refs config file %s: %s"
22572257 msgstr "Ni mogoče odstraniti datoteke `%s': %s"
22582258
2259 #: tp/Texinfo/Common.pm:1444
2260 msgid "Missing type"
2261 msgstr ""
2262
2263 #: tp/Texinfo/Common.pm:1447
2264 #, fuzzy, perl-format
2265 msgid "Unrecognized type: %s"
2259 #: tp/Texinfo/Common.pm:1445
2260 #, fuzzy
2261 msgid "missing type"
2262 msgstr "manjka ime dejanja"
2263
2264 #: tp/Texinfo/Common.pm:1448
2265 #, fuzzy, perl-format
2266 msgid "unrecognized type: %s"
22662267 msgstr "%s: neprepoznana možnost `--%s'\n"
22672268
2268 #: tp/Texinfo/Common.pm:1463
2269 #, perl-format
2270 msgid "Error on closing html refs config file %s: %s"
2271 msgstr ""
2272
2273 #: tp/Texinfo/Common.pm:1498
2274 #, perl-format
2275 msgid "%s:%d: no node to be renamed\n"
2276 msgstr ""
2277
2278 #: tp/Texinfo/Common.pm:1509
2279 #, perl-format
2280 msgid "%s:%d: nodes without a new name at the end of file\n"
2281 msgstr ""
2282
2283 #: tp/Texinfo/Common.pm:2000
2284 #, perl-format
2285 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2269 #: tp/Texinfo/Common.pm:1465
2270 #, fuzzy, perl-format
2271 msgid "error on closing html refs config file %s: %s"
2272 msgstr "Ni mogoče odstraniti datoteke `%s': %s"
2273
2274 #: tp/Texinfo/Common.pm:1500
2275 msgid "no node to be renamed"
2276 msgstr ""
2277
2278 #: tp/Texinfo/Common.pm:1511
2279 msgid "nodes without a new name at the end of file"
2280 msgstr ""
2281
2282 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2283 #, fuzzy, perl-format
2284 msgid "could not open %s: %s"
2285 msgstr "%s: ni mogoče odpreti --css-file: %s"
2286
2287 #: tp/Texinfo/Common.pm:2002
2288 #, perl-format
2289 msgid "could not protect hash character in @%s"
22862290 msgstr ""
22872291
22882292 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2289 #: tp/texi2any.pl:387 tp/texi2any.pl:404
22902293 #, fuzzy, perl-format
22912294 msgid "Obsolete variable %s\n"
22922295 msgstr "Nastavi spremenljivko: "
22932296
22942297 #: tp/Texinfo/Convert/Converter.pm:601
22952298 #, fuzzy, perl-format
2296 msgid "Can't create directories `%s' or `%s': %s"
2299 msgid "could not create directories `%s' or `%s': %s"
22972300 msgstr "Ni mogoče ustvariti mape `%s': %s"
22982301
22992302 #: tp/Texinfo/Convert/Converter.pm:609
23002303 #, fuzzy, perl-format
2301 msgid "Can't create directories `%s': %s"
2304 msgid "could not create directory `%s': %s"
23022305 msgstr "Ni mogoče ustvariti mape `%s': %s"
23032306
2304 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2305 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2306 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2307 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2308 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2309 #, fuzzy, perl-format
2310 msgid "Error on closing %s: %s"
2307 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2308 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2309 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2310 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2311 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2312 #, fuzzy, perl-format
2313 msgid "error on closing %s: %s"
23112314 msgstr "Napaka v logičnem izrazu `%s': %s"
23122315
2313 #: tp/Texinfo/Convert/DocBook.pm:898
2316 #: tp/Texinfo/Convert/DocBook.pm:899
23142317 #, fuzzy, perl-format
23152318 msgid "@image file `%s' not found, using `%s'"
23162319 msgstr "datoteka @image `%s' je neberljiva: %s"
23172320
2318 #: tp/Texinfo/Convert/HTML.pm:1677
2321 #: tp/Texinfo/Convert/HTML.pm:1678
23192322 #, fuzzy, perl-format
23202323 msgid "@image file `%s' (for HTML) not found, using `%s'"
23212324 msgstr "@image datoteka `%s' (za HTML) ni berljiva: %s"
23222325
2323 #: tp/Texinfo/Convert/HTML.pm:2345
2324 #, perl-format
2325 msgid "Raw format %s is not converted"
2326 msgstr ""
2327
2328 #: tp/Texinfo/Convert/HTML.pm:4814
2329 #, perl-format
2330 msgid "%s:%d: string not closed in css file"
2326 #: tp/Texinfo/Convert/HTML.pm:2347
2327 #, perl-format
2328 msgid "raw format %s is not converted"
23312329 msgstr ""
23322330
23332331 #: tp/Texinfo/Convert/HTML.pm:4816
2334 #, fuzzy, perl-format
2335 msgid "%s:%d: --css-include ended in comment"
2332 msgid "string not closed in css file"
2333 msgstr ""
2334
2335 #: tp/Texinfo/Convert/HTML.pm:4818
2336 #, fuzzy
2337 msgid "--css-include ended in comment"
23362338 msgstr "%s:%d: --css-file se je končala v komentarju"
23372339
2338 #: tp/Texinfo/Convert/HTML.pm:4818
2339 #, perl-format
2340 msgid "%s:%d: @import not finished in css file"
2341 msgstr ""
2342
2343 #: tp/Texinfo/Convert/HTML.pm:4844
2344 #, fuzzy, perl-format
2345 msgid "css file %s not found"
2340 #: tp/Texinfo/Convert/HTML.pm:4820
2341 msgid "@import not finished in css file"
2342 msgstr ""
2343
2344 #: tp/Texinfo/Convert/HTML.pm:4846
2345 #, fuzzy, perl-format
2346 msgid "CSS file %s not found"
23462347 msgstr "%cend makra ni mogoče najti"
23472348
2348 #: tp/Texinfo/Convert/HTML.pm:4850
2349 #: tp/Texinfo/Convert/HTML.pm:4852
23492350 #, fuzzy, perl-format
23502351 msgid "could not open --include-file %s: %s"
23512352 msgstr "%s: ni mogoče odpreti --css-file: %s"
23522353
2353 #: tp/Texinfo/Convert/HTML.pm:4860
2354 #, fuzzy, perl-format
2355 msgid "Error on closing CSS file %s: %s"
2354 #: tp/Texinfo/Convert/HTML.pm:4862
2355 #, fuzzy, perl-format
2356 msgid "error on closing CSS file %s: %s"
23562357 msgstr "napaka med končanjem datoteke vnosa `%s'"
23572358
2358 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2359 #, fuzzy, perl-format
2360 msgid "No htmlxref.cnf entry found for `%s'"
2359 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2360 #, fuzzy, perl-format
2361 msgid "no htmlxref.cnf entry found for `%s'"
23612362 msgstr "Za `%s' ni najdenih nobenih vnosov kazal\n"
23622363
2363 #: tp/Texinfo/Convert/HTML.pm:6495
2364 #, fuzzy, perl-format
2365 msgid "Error on closing frame file %s: %s"
2364 #: tp/Texinfo/Convert/HTML.pm:6506
2365 #, fuzzy, perl-format
2366 msgid "error on closing frame file %s: %s"
23662367 msgstr "napaka med končanjem datoteke vnosa `%s'"
23672368
2368 #: tp/Texinfo/Convert/HTML.pm:6519
2369 #, fuzzy, perl-format
2370 msgid "Error on closing TOC frame file %s: %s"
2369 #: tp/Texinfo/Convert/HTML.pm:6530
2370 #, fuzzy, perl-format
2371 msgid "error on closing TOC frame file %s: %s"
23712372 msgstr "napaka med končanjem datoteke vnosa `%s'"
23722373
2373 #: tp/Texinfo/Convert/HTML.pm:6634
2374 #, perl-format
2375 msgid "Handler %s of stage %s priority %s failed"
2376 msgstr ""
2377
2378 #: tp/Texinfo/Convert/HTML.pm:6835
2379 msgid "Must specify a title with a title command or @top"
2380 msgstr ""
2381
2382 #: tp/Texinfo/Convert/HTML.pm:7040
2383 #, perl-format
2384 msgid "Error on closing redirection node file %s: %s"
2385 msgstr ""
2386
2387 #: tp/Texinfo/Convert/HTML.pm:7065
2388 #, fuzzy, perl-format
2389 msgid "Old name for `%s' is a node of the document"
2374 #: tp/Texinfo/Convert/HTML.pm:6645
2375 #, perl-format
2376 msgid "handler %s of stage %s priority %s failed"
2377 msgstr ""
2378
2379 #: tp/Texinfo/Convert/HTML.pm:6846
2380 msgid "must specify a title with a title command or @top"
2381 msgstr ""
2382
2383 #: tp/Texinfo/Convert/HTML.pm:7055
2384 #, fuzzy, perl-format
2385 msgid "error on closing redirection node file %s: %s"
2386 msgstr "napaka med končanjem datoteke vnosa `%s'"
2387
2388 #: tp/Texinfo/Convert/HTML.pm:7080
2389 #, fuzzy, perl-format
2390 msgid "old name for `%s' is a node of the document"
23902391 msgstr "Brez `Pred' ali `Gor' za to vozlišče znotraj tega dokumenta."
23912392
2392 #: tp/Texinfo/Convert/HTML.pm:7069
2393 #, fuzzy, perl-format
2394 msgid "File empty for renamed node `%s'"
2393 #: tp/Texinfo/Convert/HTML.pm:7086
2394 #, fuzzy, perl-format
2395 msgid "file empty for renamed node `%s'"
23952396 msgstr "nesklicevano vozlišče `%s'"
23962397
2397 #: tp/Texinfo/Convert/HTML.pm:7081
2398 #, perl-format
2399 msgid "Target node (new name for `%s') not in document: %s"
2400 msgstr ""
2401
2402 #: tp/Texinfo/Convert/HTML.pm:7113
2403 #, fuzzy, perl-format
2404 msgid "Error on closing renamed node redirection file %s: %s"
2398 #: tp/Texinfo/Convert/HTML.pm:7100
2399 #, perl-format
2400 msgid "target node (new name for `%s') not in document: %s"
2401 msgstr ""
2402
2403 #: tp/Texinfo/Convert/HTML.pm:7132
2404 #, fuzzy, perl-format
2405 msgid "error on closing renamed node redirection file %s: %s"
24052406 msgstr "napaka med končanjem datoteke vnosa `%s'"
24062407
2407 #: tp/Texinfo/Convert/HTML.pm:7151
2408 msgid "Empty node name"
2409 msgstr ""
2410
2411 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2412 #, perl-format
2413 msgid "Syntax for an external node used for `%s'"
2408 #: tp/Texinfo/Convert/HTML.pm:7170
2409 msgid "empty node name"
2410 msgstr ""
2411
2412 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2413 #, perl-format
2414 msgid "syntax for an external node used for `%s'"
24142415 msgstr ""
24152416
24162417 #: tp/Texinfo/Convert/Info.pm:99
24172418 #, fuzzy
2418 msgid "Document without nodes."
2419 msgid "document without nodes"
24192420 msgstr "V tem vozlišču ni menijev."
24202421
2421 #: tp/Texinfo/Convert/Info.pm:115
2422 msgid "Document without Top node."
2423 msgstr ""
2424
2425 #: tp/Texinfo/Convert/Info.pm:151
2426 #, perl-format
2427 msgid "Rename %s failed: %s"
2428 msgstr ""
2429
2430 #: tp/Texinfo/Convert/Info.pm:226
2422 #: tp/Texinfo/Convert/Info.pm:116
2423 #, fuzzy
2424 msgid "document without Top node"
2425 msgstr "V tem vozlišču ni menijev."
2426
2427 #: tp/Texinfo/Convert/Info.pm:153
2428 #, perl-format
2429 msgid "rename %s failed: %s"
2430 msgstr ""
2431
2432 #: tp/Texinfo/Convert/Info.pm:228
24312433 #, perl-format
24322434 msgid "@%s output more than once: %s"
24332435 msgstr ""
24342436
2435 #: tp/Texinfo/Convert/Info.pm:340
2437 #: tp/Texinfo/Convert/Info.pm:346
24362438 #, fuzzy, perl-format
24372439 msgid "@%s outside of any node"
24382440 msgstr "(zunaj vseh vozlišč)"
24392441
2440 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2441 #, perl-format
2442 msgid "Entry for index `%s' outside of any node"
2442 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2443 #, fuzzy, perl-format
2444 msgid "entry for index `%s' outside of any node"
24432445 msgstr "Vnos za kazalo `%s' je zunaj vseh vozlišč"
24442446
24452447 #: tp/Texinfo/Convert/Plaintext.pm:1217
24462448 #, fuzzy, perl-format
2447 msgid "Error on closing image text file %s: %s"
2449 msgid "error on closing image text file %s: %s"
24482450 msgstr "napaka med končanjem datoteke vnosa `%s'"
24492451
24502452 #: tp/Texinfo/Convert/Plaintext.pm:1222
24522454 msgid "@image file `%s' unreadable: %s"
24532455 msgstr "datoteka @image `%s' je neberljiva: %s"
24542456
2455 #: tp/Texinfo/Convert/Plaintext.pm:1250
2456 #, perl-format
2457 msgid "Cannot find @image file `%s.txt' nor alternate text"
2458 msgstr ""
2459
2460 #: tp/Texinfo/Convert/Plaintext.pm:1615
2457 #: tp/Texinfo/Convert/Plaintext.pm:1251
2458 #, perl-format
2459 msgid "could not find @image file `%s.txt' nor alternate text"
2460 msgstr ""
2461
2462 #: tp/Texinfo/Convert/Plaintext.pm:1617
24612463 msgid ""
24622464 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
24632465 "avoid that"
24652467 "@strong{Opomba ...} ustvari lažni navzkrižni sklic v Info; ponovno ubesedite "
24662468 "za izognitev temu"
24672469
2468 #: tp/Texinfo/Convert/Plaintext.pm:1845
2470 #: tp/Texinfo/Convert/Plaintext.pm:1849
24692471 #, fuzzy, perl-format
24702472 msgid "`.' or `,' must follow @xref, not %s"
24712473 msgstr "`.' ali `,' morata slediti @%s, ne `%c'"
24722474
2473 #: tp/Texinfo/Convert/Plaintext.pm:1847
2475 #: tp/Texinfo/Convert/Plaintext.pm:1852
24742476 #, fuzzy
24752477 msgid "`.' or `,' must follow @xref"
24762478 msgstr "`.' ali `,' morata slediti @%s, ne `%c'"
24802482 msgid "@%s should only appear at beginning or end of document"
24812483 msgstr ""
24822484
2483 #: tp/Texinfo/Parser.pm:837
2484 #, fuzzy, perl-format
2485 msgid "Can't read file %s: %s"
2486 msgstr "Ni mogoče odstraniti datoteke `%s': %s"
2487
24882485 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
24892486 #, perl-format
2490 msgid "Multiple @%s"
2487 msgid "multiple @%s"
24912488 msgstr ""
24922489
24932490 #: tp/Texinfo/Parser.pm:1100
24942491 #, fuzzy, perl-format
2495 msgid "Bad syntax for @%s argument: %s"
2492 msgid "bad syntax for @%s argument: %s"
24962493 msgstr "Slab argument k @%s"
24972494
24982495 #: tp/Texinfo/Parser.pm:1116
2499 #, perl-format
2500 msgid "Bad or empty @%s formal argument: %s"
2501 msgstr ""
2502
2503 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2504 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2505 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2496 #, fuzzy, perl-format
2497 msgid "bad or empty @%s formal argument: %s"
2498 msgstr "Slab argument k @%s"
2499
2500 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2501 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2502 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
25062503 #, perl-format
25072504 msgid "%c%s requires a name"
25082505 msgstr "%c%s potrebuje ime"
25092506
2510 #: tp/Texinfo/Parser.pm:1235
2507 #: tp/Texinfo/Parser.pm:1238
25112508 #, perl-format
25122509 msgid "%c%s missing close brace"
25132510 msgstr "%c%s manjka zaklepaj"
25142511
2515 #: tp/Texinfo/Parser.pm:1238
2512 #: tp/Texinfo/Parser.pm:1241
25162513 #, perl-format
25172514 msgid "@%s missing closing delimiter sequence: %s}"
25182515 msgstr ""
25192516
2520 #: tp/Texinfo/Parser.pm:1351
2517 #: tp/Texinfo/Parser.pm:1354
25212518 #, perl-format
25222519 msgid "@itemx should not begin @%s"
25232520 msgstr ""
25242521
2525 #: tp/Texinfo/Parser.pm:1419
2522 #: tp/Texinfo/Parser.pm:1422
25262523 msgid "@itemx must follow @item"
25272524 msgstr ""
25282525
2529 #: tp/Texinfo/Parser.pm:1587
2526 #: tp/Texinfo/Parser.pm:1590
25302527 #, perl-format
25312528 msgid "@%s has text but no @item"
25322529 msgstr ""
25332530
2534 #: tp/Texinfo/Parser.pm:1617
2531 #: tp/Texinfo/Parser.pm:1620
25352532 #, perl-format
25362533 msgid "`@end' expected `%s', but saw `%s'"
25372534 msgstr "`@end' pričakovan `%s', toda viden je `%s'"
25382535
2539 #: tp/Texinfo/Parser.pm:1620
2536 #: tp/Texinfo/Parser.pm:1623
25402537 #, perl-format
25412538 msgid "@%s seen before @end %s"
25422539 msgstr ""
25432540
2544 #: tp/Texinfo/Parser.pm:1624
2545 #, perl-format
2546 msgid "No matching `%cend %s'"
2541 #: tp/Texinfo/Parser.pm:1627
2542 #, fuzzy, perl-format
2543 msgid "no matching `%cend %s'"
25472544 msgstr "Ni ujemajočega `%cend %s'"
25482545
2549 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2550 #: tp/Texinfo/Parser.pm:5125
2551 #, perl-format
2552 msgid "Misplaced %c"
2546 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2547 #: tp/Texinfo/Parser.pm:5150
2548 #, fuzzy, perl-format
2549 msgid "misplaced %c"
25532550 msgstr "Napačno postavljen %c"
25542551
2555 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2556 #, perl-format
2557 msgid "Unmatched `%c%s'"
2552 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2553 #, fuzzy, perl-format
2554 msgid "unmatched `%c%s'"
25582555 msgstr "Neujemajoč `%c%s'"
25592556
2560 #: tp/Texinfo/Parser.pm:1972
2561 #, fuzzy, perl-format
2562 msgid "Macro `%s' called with too many args"
2557 #: tp/Texinfo/Parser.pm:1976
2558 #, fuzzy, perl-format
2559 msgid "macro `%s' called with too many args"
25632560 msgstr "Makro `%s' je klican v vrstici %d s preveč argumenti"
25642561
2565 #: tp/Texinfo/Parser.pm:1994
2562 #: tp/Texinfo/Parser.pm:1998
25662563 #, fuzzy, perl-format
25672564 msgid "@%s missing close brace"
25682565 msgstr "%c%s manjka zaklepaj"
25692566
2570 #: tp/Texinfo/Parser.pm:2001
2571 #, fuzzy, perl-format
2572 msgid "Macro `%s' declared without argument called with an argument"
2567 #: tp/Texinfo/Parser.pm:2006
2568 #, fuzzy, perl-format
2569 msgid "macro `%s' declared without argument called with an argument"
25732570 msgstr "Makro `%s' je klican v vrstici %d s preveč argumenti"
25742571
2575 #: tp/Texinfo/Parser.pm:2035
2572 #: tp/Texinfo/Parser.pm:2041
25762573 #, fuzzy, perl-format
25772574 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
25782575 msgstr "\\ v razširitvi makra, ki mu namesto imena parametra sledi `%s'"
25792576
2580 #: tp/Texinfo/Parser.pm:2430
2577 #: tp/Texinfo/Parser.pm:2436
25812578 #, fuzzy, perl-format
25822579 msgid "@%s `%s' previously defined"
25832580 msgstr "makro `%s' je bil predhodno določen"
25842581
2585 #: tp/Texinfo/Parser.pm:2435
2582 #: tp/Texinfo/Parser.pm:2441
25862583 #, fuzzy, perl-format
25872584 msgid "here is the previous definition as @%s"
25882585 msgstr "tukaj je predhodna določitev `%s'"
25892586
2590 #: tp/Texinfo/Parser.pm:2796
2591 #, perl-format
2592 msgid "Missing name for @%s"
2593 msgstr ""
2594
2595 #: tp/Texinfo/Parser.pm:2801
2596 #, perl-format
2597 msgid "Missing category for @%s"
2598 msgstr ""
2599
2600 #: tp/Texinfo/Parser.pm:2853
2601 #, fuzzy, perl-format
2602 msgid "Unexpected argument on @%s line: %s"
2587 #: tp/Texinfo/Parser.pm:2802
2588 #, fuzzy, perl-format
2589 msgid "missing name for @%s"
2590 msgstr "manjka ime dejanja"
2591
2592 #: tp/Texinfo/Parser.pm:2807
2593 #, perl-format
2594 msgid "missing category for @%s"
2595 msgstr ""
2596
2597 #: tp/Texinfo/Parser.pm:2859
2598 #, fuzzy, perl-format
2599 msgid "unexpected argument on @%s line: %s"
26032600 msgstr "Slab argument k @%s: %s"
26042601
2605 #: tp/Texinfo/Parser.pm:2869
2602 #: tp/Texinfo/Parser.pm:2875
26062603 #, fuzzy
26072604 msgid "empty multitable"
26082605 msgstr "%s: prazna datoteka"
26092606
2610 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2611 #, fuzzy, perl-format
2612 msgid "Superfluous argument to @%s"
2607 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2608 #, fuzzy, perl-format
2609 msgid "superfluous argument to @%s"
26132610 msgstr "Slab argument k @%s"
26142611
2615 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2616 #: tp/Texinfo/Parser.pm:5379
2617 #, perl-format
2618 msgid "Bad argument to @%s"
2612 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2613 #: tp/Texinfo/Parser.pm:5405
2614 #, fuzzy, perl-format
2615 msgid "bad argument to @%s"
26192616 msgstr "Slab argument k @%s"
26202617
2621 #: tp/Texinfo/Parser.pm:2942
2618 #: tp/Texinfo/Parser.pm:2948
26222619 #, perl-format
26232620 msgid "%s requires an argument: the formatter for %citem"
26242621 msgstr "%s potrebuje argument: oblikovalnik za %citem"
26252622
2626 #: tp/Texinfo/Parser.pm:2947
2627 #, perl-format
2628 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2629 msgstr ""
2630
2631 #: tp/Texinfo/Parser.pm:2982
2632 #, fuzzy, perl-format
2633 msgid "Accent command `@%s' not allowed as @%s argument"
2623 #: tp/Texinfo/Parser.pm:2953
2624 #, perl-format
2625 msgid "command @%s not accepting argument in brace should not be on @%s line"
2626 msgstr ""
2627
2628 #: tp/Texinfo/Parser.pm:2988
2629 #, fuzzy, perl-format
2630 msgid "accent command `@%s' not allowed as @%s argument"
26342631 msgstr "%s: možnost `--%s' ne dovoljuje argumenta\n"
26352632
2636 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2637 #: tp/Texinfo/Parser.pm:5338
2633 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2634 #: tp/Texinfo/Parser.pm:5364
26382635 #, fuzzy, perl-format
26392636 msgid "@%s missing argument"
26402637 msgstr "%s: manjka argument datoteke.\n"
26412638
2642 #: tp/Texinfo/Parser.pm:3072
2643 #, fuzzy, perl-format
2644 msgid "Unknown @end %s"
2639 #: tp/Texinfo/Parser.pm:3078
2640 #, fuzzy, perl-format
2641 msgid "unknown @end %s"
26452642 msgstr "Neznano kazalo `%s'"
26462643
2647 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2648 #, fuzzy, perl-format
2649 msgid "Superfluous argument to @%s %s: %s"
2644 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2645 #, fuzzy, perl-format
2646 msgid "superfluous argument to @%s %s: %s"
26502647 msgstr "Slab argument k @%s: %s"
26512648
2652 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2653 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2654 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2655 #, perl-format
2656 msgid "Bad argument to @%s: %s"
2649 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2650 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2651 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2652 #, fuzzy, perl-format
2653 msgid "bad argument to @%s: %s"
26572654 msgstr "Slab argument k @%s: %s"
26582655
2659 #: tp/Texinfo/Parser.pm:3118
2660 #, fuzzy, perl-format
2661 msgid "@%s: Cannot open %s: %s"
2656 #: tp/Texinfo/Parser.pm:3124
2657 #, fuzzy, perl-format
2658 msgid "@%s: could not open %s: %s"
26622659 msgstr "%s: ni mogoče odpreti --css-file: %s"
26632660
2664 #: tp/Texinfo/Parser.pm:3130
2665 #, perl-format
2666 msgid "Encoding `%s' is not a canonical texinfo encoding"
2667 msgstr ""
2668
2669 #: tp/Texinfo/Parser.pm:3139
2661 #: tp/Texinfo/Parser.pm:3136
2662 #, perl-format
2663 msgid "encoding `%s' is not a canonical texinfo encoding"
2664 msgstr ""
2665
2666 #: tp/Texinfo/Parser.pm:3145
26702667 #, perl-format
26712668 msgid "unrecognized encoding name `%s'"
26722669 msgstr "neprepoznano ime kodiranja `%s'"
26732670
2674 #: tp/Texinfo/Parser.pm:3289
2671 #: tp/Texinfo/Parser.pm:3295
26752672 #, perl-format
26762673 msgid "@%s after the first element"
26772674 msgstr ""
26782675
2679 #: tp/Texinfo/Parser.pm:3296
2676 #: tp/Texinfo/Parser.pm:3302
26802677 #, fuzzy, perl-format
26812678 msgid "@%s only meaningful on a @multitable line"
26822679 msgstr "@%s ni smiselen zunaj okolja `@titlepage'"
26832680
2684 #: tp/Texinfo/Parser.pm:3336
2681 #: tp/Texinfo/Parser.pm:3342
26852682 #, perl-format
26862683 msgid "@%s should not be associated with @top"
26872684 msgstr ""
26882685
2689 #: tp/Texinfo/Parser.pm:3348
2686 #: tp/Texinfo/Parser.pm:3354
26902687 #, perl-format
26912688 msgid "@node precedes @%s, but parts may not be associated with nodes"
26922689 msgstr ""
26932690
2694 #: tp/Texinfo/Parser.pm:3450
2695 #, fuzzy, perl-format
2696 msgid "Empty argument in @%s"
2691 #: tp/Texinfo/Parser.pm:3456
2692 #, fuzzy, perl-format
2693 msgid "empty argument in @%s"
26972694 msgstr "Slab argument k @%s"
26982695
2699 #: tp/Texinfo/Parser.pm:3454
2700 #, perl-format
2701 msgid "Empty node name after expansion `%s'"
2702 msgstr ""
2703
2704 #: tp/Texinfo/Parser.pm:3497
2705 #, fuzzy, perl-format
2706 msgid "Empty menu entry name in `%s'"
2696 #: tp/Texinfo/Parser.pm:3460
2697 #, fuzzy, perl-format
2698 msgid "empty node name after expansion `%s'"
27072699 msgstr "V vozlišču `%s' ni menijev."
27082700
2709 #: tp/Texinfo/Parser.pm:3505
2710 msgid "Empty node name in menu entry"
2711 msgstr ""
2712
2713 #: tp/Texinfo/Parser.pm:3578
2701 #: tp/Texinfo/Parser.pm:3503
2702 #, fuzzy, perl-format
2703 msgid "empty menu entry name in `%s'"
2704 msgstr "V vozlišču `%s' ni menijev."
2705
2706 #: tp/Texinfo/Parser.pm:3511
2707 msgid "empty node name in menu entry"
2708 msgstr ""
2709
2710 #: tp/Texinfo/Parser.pm:3584
27142711 #, fuzzy, perl-format
27152712 msgid "@%s should not appear in @%s"
27162713 msgstr "%s: ni mogoče odpreti --css-file: %s"
27172714
2718 #: tp/Texinfo/Parser.pm:3710
2715 #: tp/Texinfo/Parser.pm:3716
27192716 #, perl-format
27202717 msgid "@end %s should only appear at a line beginning"
27212718 msgstr ""
27222719
2723 #: tp/Texinfo/Parser.pm:3733
2720 #: tp/Texinfo/Parser.pm:3739
27242721 #, perl-format
27252722 msgid "macro `%s' previously defined"
27262723 msgstr "makro `%s' je bil predhodno določen"
27272724
2728 #: tp/Texinfo/Parser.pm:3735
2725 #: tp/Texinfo/Parser.pm:3742
27292726 #, perl-format
27302727 msgid "here is the previous definition of `%s'"
27312728 msgstr "tukaj je predhodna določitev `%s'"
27322729
2733 #: tp/Texinfo/Parser.pm:3739
2734 #, perl-format
2735 msgid "Redefining Texinfo language command: @%s"
2736 msgstr ""
2737
2738 #: tp/Texinfo/Parser.pm:3788
2730 #: tp/Texinfo/Parser.pm:3747
2731 #, perl-format
2732 msgid "redefining Texinfo language command: @%s"
2733 msgstr ""
2734
2735 #: tp/Texinfo/Parser.pm:3796
27392736 #, perl-format
27402737 msgid "@%s without associated character"
27412738 msgstr ""
27422739
2743 #: tp/Texinfo/Parser.pm:3849
2740 #: tp/Texinfo/Parser.pm:3858
27442741 #, perl-format
27452742 msgid ""
27462743 "@%s defined with zero or more than one argument should be invoked with {}"
27472744 msgstr ""
27482745
2749 #: tp/Texinfo/Parser.pm:3872
2750 #, perl-format
2751 msgid ""
2752 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2746 #: tp/Texinfo/Parser.pm:3882
2747 #, perl-format
2748 msgid ""
2749 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
27532750 "value %d)"
27542751 msgstr ""
27552752
2756 #: tp/Texinfo/Parser.pm:3880
2757 #, perl-format
2758 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2759 msgstr ""
2760
2761 #: tp/Texinfo/Parser.pm:3935
2762 #, perl-format
2763 msgid "Accent command `@%s' must not be followed by whitespace"
2764 msgstr ""
2765
2766 #: tp/Texinfo/Parser.pm:3941
2767 #, perl-format
2768 msgid "Use braces to give a command as an argument to @%s"
2753 #: tp/Texinfo/Parser.pm:3891
2754 #, perl-format
2755 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2756 msgstr ""
2757
2758 #: tp/Texinfo/Parser.pm:3947
2759 #, fuzzy, perl-format
2760 msgid "accent command `@%s' must not be followed by whitespace"
2761 msgstr "%s: možnost `--%s' ne dovoljuje argumenta\n"
2762
2763 #: tp/Texinfo/Parser.pm:3953
2764 #, fuzzy, perl-format
2765 msgid "use braces to give a command as an argument to @%s"
27692766 msgstr "Če želite dati ukaz kot argument v @%s, uporabite oklepaje"
27702767
2771 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2768 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
27722769 #, fuzzy, perl-format
27732770 msgid "%c%s expects `i' or `j' as argument, not `%s'"
27742771 msgstr "%c%s pričakuje `i' ali `j' kot argument, ne `%c'"
27752772
2776 #: tp/Texinfo/Parser.pm:3966
2777 #, perl-format
2778 msgid "Accent command `@%s' must not be followed by new line"
2779 msgstr ""
2780
2781 #: tp/Texinfo/Parser.pm:3977
2773 #: tp/Texinfo/Parser.pm:3978
2774 #, fuzzy, perl-format
2775 msgid "accent command `@%s' must not be followed by new line"
2776 msgstr "%s: možnost `--%s' ne dovoljuje argumenta\n"
2777
2778 #: tp/Texinfo/Parser.pm:3989
27822779 #, fuzzy, perl-format
27832780 msgid "@%s expected braces"
27842781 msgstr "%c%s pričakovani so oklepaji"
27852782
2786 #: tp/Texinfo/Parser.pm:4136
2783 #: tp/Texinfo/Parser.pm:4148
27872784 #, perl-format
27882785 msgid "undefined flag: %s"
27892786 msgstr "nedoločena zastavica: %s"
27902787
2791 #: tp/Texinfo/Parser.pm:4139
2792 msgid "Bad syntax for @value"
2793 msgstr ""
2794
2795 #: tp/Texinfo/Parser.pm:4146
2788 #: tp/Texinfo/Parser.pm:4151
2789 #, fuzzy
2790 msgid "bad syntax for @value"
2791 msgstr "Slab argument k @%s"
2792
2793 #: tp/Texinfo/Parser.pm:4158
27962794 #, fuzzy, perl-format
27972795 msgid "%c%s is obsolete."
27982796 msgstr "%c%s je zastarel"
27992797
2800 #: tp/Texinfo/Parser.pm:4149
2798 #: tp/Texinfo/Parser.pm:4161
28012799 #, fuzzy, perl-format
28022800 msgid "%c%s is obsolete; %s"
28032801 msgstr "%c%s je zastarel"
28042802
2805 #: tp/Texinfo/Parser.pm:4157
2803 #: tp/Texinfo/Parser.pm:4170
28062804 #, perl-format
28072805 msgid "@%s should only appear at a line beginning"
28082806 msgstr ""
28092807
2810 #: tp/Texinfo/Parser.pm:4247
2808 #: tp/Texinfo/Parser.pm:4261
28112809 #, fuzzy, perl-format
28122810 msgid "@%s not allowed inside `@%s' block"
28132811 msgstr "@%s ni smiselno znotraj bloka `@%s'"
28142812
2815 #: tp/Texinfo/Parser.pm:4255
2813 #: tp/Texinfo/Parser.pm:4270
28162814 #, perl-format
28172815 msgid "@%s should only appear in heading or footing"
28182816 msgstr ""
28192817
2820 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2821 #: tp/Texinfo/Parser.pm:4437
2818 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2819 #: tp/Texinfo/Parser.pm:4458
28222820 #, perl-format
28232821 msgid "@%s not meaningful inside `@%s' block"
28242822 msgstr "@%s ni smiselno znotraj bloka `@%s'"
28252823
2826 #: tp/Texinfo/Parser.pm:4398
2824 #: tp/Texinfo/Parser.pm:4418
28272825 #, fuzzy, perl-format
28282826 msgid "@%s in empty multitable"
28292827 msgstr "%s: prazna datoteka"
28302828
2831 #: tp/Texinfo/Parser.pm:4403
2829 #: tp/Texinfo/Parser.pm:4424
28322830 msgid "@tab before @item"
28332831 msgstr ""
28342832
2835 #: tp/Texinfo/Parser.pm:4406
2836 #, perl-format
2837 msgid "Too many columns in multitable item (max %d)"
2833 #: tp/Texinfo/Parser.pm:4427
2834 #, fuzzy, perl-format
2835 msgid "too many columns in multitable item (max %d)"
28382836 msgstr "Preveč stolpcev v predmetu večih razpredelnic (največ %d)"
28392837
2840 #: tp/Texinfo/Parser.pm:4443
2838 #: tp/Texinfo/Parser.pm:4464
28412839 msgid "ignoring @tab outside of multitable"
28422840 msgstr "prezrtje @tab izven večih razpredelnic"
28432841
2844 #: tp/Texinfo/Parser.pm:4447
2842 #: tp/Texinfo/Parser.pm:4468
28452843 #, perl-format
28462844 msgid "@%s outside of table or list"
28472845 msgstr ""
28482846
2849 #: tp/Texinfo/Parser.pm:4482
2850 #, fuzzy, perl-format
2851 msgid "Must be after `@%s' to use `@%s'"
2847 #: tp/Texinfo/Parser.pm:4503
2848 #, fuzzy, perl-format
2849 msgid "must be after `@%s' to use `@%s'"
28522850 msgstr "Mora biti v okolju `@%s' za uporabo `@%s'"
28532851
2854 #: tp/Texinfo/Parser.pm:4524
2852 #: tp/Texinfo/Parser.pm:4545
28552853 #, perl-format
28562854 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
28572855 msgstr "@%s ni smiselen zunaj okolij `@titlepage' in `@quotation'"
28582856
2859 #: tp/Texinfo/Parser.pm:4528
2857 #: tp/Texinfo/Parser.pm:4549
28602858 msgid "@dircategory after first node"
28612859 msgstr ""
28622860
2863 #: tp/Texinfo/Parser.pm:4686
2864 #, fuzzy, perl-format
2865 msgid "Region %s inside region %s is not allowed"
2861 #: tp/Texinfo/Parser.pm:4708
2862 #, fuzzy, perl-format
2863 msgid "region %s inside region %s is not allowed"
28662864 msgstr "Sprotne opombe znotraj sprotnih opomb niso dovoljene"
28672865
2868 #: tp/Texinfo/Parser.pm:4704
2866 #: tp/Texinfo/Parser.pm:4726
28692867 msgid "@direntry after first node"
28702868 msgstr ""
28712869
2872 #: tp/Texinfo/Parser.pm:4712
2870 #: tp/Texinfo/Parser.pm:4734
28732871 #, fuzzy, perl-format
28742872 msgid "@%s seen before first @node"
28752873 msgstr "@menu je bil viden pred prvim @node, ki je ustvarilo vozlišče `Top'"
28762874
2877 #: tp/Texinfo/Parser.pm:4714
2875 #: tp/Texinfo/Parser.pm:4737
28782876 msgid ""
28792877 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
28802878 msgstr ""
28812879 "Morda bi vaše vozlišče @top moralo biti ovito v @ifnottex namesto @ifinfo?"
28822880
2883 #: tp/Texinfo/Parser.pm:4776
2881 #: tp/Texinfo/Parser.pm:4799
28842882 #, perl-format
28852883 msgid "@%s should only appear in math context"
28862884 msgstr ""
28872885
2888 #: tp/Texinfo/Parser.pm:4784
2889 #, perl-format
2890 msgid "Unknown command `%s'"
2886 #: tp/Texinfo/Parser.pm:4807
2887 #, fuzzy, perl-format
2888 msgid "unknown command `%s'"
28912889 msgstr "Neznan ukaz `%s'"
28922890
2893 #: tp/Texinfo/Parser.pm:4794
2891 #: tp/Texinfo/Parser.pm:4817
28942892 #, fuzzy
2895 msgid "Unexpected @"
2893 msgid "unexpected @"
28962894 msgstr "Pričakovan `%s'"
28972895
2898 #: tp/Texinfo/Parser.pm:4822
2896 #: tp/Texinfo/Parser.pm:4846
28992897 #, fuzzy, perl-format
29002898 msgid "@%s is not meaningful outside `@float' environment"
29012899 msgstr "@%s ni smiselno zunaj okolja `@float'"
29022900
2903 #: tp/Texinfo/Parser.pm:4826
2901 #: tp/Texinfo/Parser.pm:4851
29042902 #, perl-format
29052903 msgid "@%s should be right below `@float'"
29062904 msgstr ""
29072905
2908 #: tp/Texinfo/Parser.pm:4834
2909 #, perl-format
2910 msgid "Ignoring multiple @%s"
2911 msgstr ""
2912
2913 #: tp/Texinfo/Parser.pm:4950
2914 #, perl-format
2915 msgid "Command @%s does not accept arguments"
2916 msgstr ""
2917
2918 #: tp/Texinfo/Parser.pm:4974
2919 #, perl-format
2920 msgid "Command @%s missing a node or external manual argument"
2921 msgstr ""
2922
2923 #: tp/Texinfo/Parser.pm:4993
2924 #, perl-format
2925 msgid "In @%s empty cross reference name after expansion `%s'"
2926 msgstr ""
2927
2928 #: tp/Texinfo/Parser.pm:5004
2929 #, perl-format
2930 msgid "In @%s empty cross reference title after expansion `%s'"
2931 msgstr ""
2932
2933 #: tp/Texinfo/Parser.pm:5017
2906 #: tp/Texinfo/Parser.pm:4859
2907 #, perl-format
2908 msgid "ignoring multiple @%s"
2909 msgstr ""
2910
2911 #: tp/Texinfo/Parser.pm:4975
2912 #, fuzzy, perl-format
2913 msgid "command @%s does not accept arguments"
2914 msgstr "%s: možnost `--%s' ne dovoljuje argumenta\n"
2915
2916 #: tp/Texinfo/Parser.pm:4999
2917 #, perl-format
2918 msgid "command @%s missing a node or external manual argument"
2919 msgstr ""
2920
2921 #: tp/Texinfo/Parser.pm:5018
2922 #, perl-format
2923 msgid "in @%s empty cross reference name after expansion `%s'"
2924 msgstr ""
2925
2926 #: tp/Texinfo/Parser.pm:5029
2927 #, perl-format
2928 msgid "in @%s empty cross reference title after expansion `%s'"
2929 msgstr ""
2930
2931 #: tp/Texinfo/Parser.pm:5042
29342932 msgid "@image missing filename argument"
29352933 msgstr "@image manjka argument imena datoteke"
29362934
2937 #: tp/Texinfo/Parser.pm:5047
2935 #: tp/Texinfo/Parser.pm:5072
29382936 #, fuzzy, perl-format
29392937 msgid "@%s missing first argument"
29402938 msgstr "%s: manjka argument datoteke.\n"
29412939
2942 #: tp/Texinfo/Parser.pm:5169
2943 msgid "Superfluous arguments for node"
2944 msgstr ""
2945
2946 #: tp/Texinfo/Parser.pm:5208
2947 #, fuzzy, perl-format
2948 msgid "Expected @end %s"
2940 #: tp/Texinfo/Parser.pm:5194
2941 #, fuzzy
2942 msgid "superfluous arguments for node"
2943 msgstr "Slab argument k @%s"
2944
2945 #: tp/Texinfo/Parser.pm:5233
2946 #, fuzzy, perl-format
2947 msgid "expected @end %s"
29492948 msgstr "Pričakovan `%s'"
29502949
2951 #: tp/Texinfo/Parser.pm:5283
2952 #, fuzzy, perl-format
2953 msgid "Remaining argument on @%s line: %s"
2950 #: tp/Texinfo/Parser.pm:5309
2951 #, fuzzy, perl-format
2952 msgid "remaining argument on @%s line: %s"
29542953 msgstr "Slab argument k @%s: %s"
29552954
2956 #: tp/Texinfo/Parser.pm:5287
2955 #: tp/Texinfo/Parser.pm:5313
29572956 #, fuzzy, perl-format
29582957 msgid "@%s should only accept a @-command as argument, not `%s'"
29592958 msgstr "Če želite dati ukaz kot argument v @%s, uporabite oklepaje"
29602959
2961 #: tp/Texinfo/Parser.pm:5362
2962 #, fuzzy, perl-format
2963 msgid "Environment command %s as argument to @%s"
2960 #: tp/Texinfo/Parser.pm:5388
2961 #, fuzzy, perl-format
2962 msgid "environment command %s as argument to @%s"
29642963 msgstr "Če želite dati ukaz kot argument v @%s, uporabite oklepaje"
29652964
2966 #: tp/Texinfo/Parser.pm:5384
2967 #, perl-format
2968 msgid "Empty @%s"
2969 msgstr ""
2970
2971 #: tp/Texinfo/Parser.pm:5392
2965 #: tp/Texinfo/Parser.pm:5410
2966 #, perl-format
2967 msgid "empty @%s"
2968 msgstr ""
2969
2970 #: tp/Texinfo/Parser.pm:5418
29722971 #, perl-format
29732972 msgid "column fraction not a number: %s"
29742973 msgstr ""
29752974
2976 #: tp/Texinfo/Parser.pm:5401
2975 #: tp/Texinfo/Parser.pm:5427
29772976 #, fuzzy, perl-format
29782977 msgid "@sp arg must be numeric, not `%s'"
29792978 msgstr "%s: %s argument mora biti številski, ne `%s'.\n"
29802979
2981 #: tp/Texinfo/Parser.pm:5409
2982 #, perl-format
2983 msgid "Reserved index name %s"
2984 msgstr ""
2985
2986 #: tp/Texinfo/Parser.pm:5428
2987 #, fuzzy, perl-format
2988 msgid "Unknown source index in @%s: %s"
2980 #: tp/Texinfo/Parser.pm:5436
2981 #, perl-format
2982 msgid "reserved index name %s"
2983 msgstr ""
2984
2985 #: tp/Texinfo/Parser.pm:5455
2986 #, fuzzy, perl-format
2987 msgid "unknown source index in @%s: %s"
29892988 msgstr "Neznano kazalo `%s'"
29902989
2991 #: tp/Texinfo/Parser.pm:5431
2992 #, fuzzy, perl-format
2993 msgid "Unknown destination index in @%s: %s"
2990 #: tp/Texinfo/Parser.pm:5458
2991 #, fuzzy, perl-format
2992 msgid "unknown destination index in @%s: %s"
29942993 msgstr "Neznano kazalo `%s'"
29952994
2996 #: tp/Texinfo/Parser.pm:5461
2995 #: tp/Texinfo/Parser.pm:5488
29972996 #, perl-format
29982997 msgid "@%s leads to a merging of %s in itself, ignoring"
29992998 msgstr ""
30002999
3001 #: tp/Texinfo/Parser.pm:5474
3002 #, perl-format
3003 msgid "Unknown index `%s' in @printindex"
3000 #: tp/Texinfo/Parser.pm:5501
3001 #, fuzzy, perl-format
3002 msgid "unknown index `%s' in @printindex"
30043003 msgstr "Neznano kazalo `%s' v @printindex"
30053004
3006 #: tp/Texinfo/Parser.pm:5480
3007 #, perl-format
3008 msgid "Printing an index `%s' merged in another one `%s'"
3009 msgstr ""
3010
3011 #: tp/Texinfo/Parser.pm:5488
3012 #, perl-format
3013 msgid "Printindex before document beginning: @printindex %s"
3014 msgstr ""
3015
3016 #: tp/Texinfo/Parser.pm:5504
3005 #: tp/Texinfo/Parser.pm:5507
3006 #, perl-format
3007 msgid "printing an index `%s' merged in another one `%s'"
3008 msgstr ""
3009
3010 #: tp/Texinfo/Parser.pm:5515
3011 #, perl-format
3012 msgid "printindex before document beginning: @printindex %s"
3013 msgstr ""
3014
3015 #: tp/Texinfo/Parser.pm:5531
30173016 #, fuzzy, perl-format
30183017 msgid "@%s arg must be `top' or `bottom', not `%s'"
30193018 msgstr "%s: %s argument mora biti številski, ne `%s'.\n"
30203019
3021 #: tp/Texinfo/Parser.pm:5512
3020 #: tp/Texinfo/Parser.pm:5539
30223021 #, perl-format
30233022 msgid "Only @%s 10 or 11 is supported, not `%s'"
30243023 msgstr "Podprt je samo @%s 10 ali 11, ne `%s'"
30253024
3026 #: tp/Texinfo/Parser.pm:5520
3025 #: tp/Texinfo/Parser.pm:5547
30273026 #, fuzzy, perl-format
30283027 msgid "@%s arg must be `separate' or `end', not `%s'"
30293028 msgstr ""
30303029 "%s: --footnote-style argument mora biti `separate' ali `end', ne `%s'.\n"
30313030
3032 #: tp/Texinfo/Parser.pm:5528
3031 #: tp/Texinfo/Parser.pm:5555
30333032 #, fuzzy, perl-format
30343033 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
30353034 msgstr "%s: %s argument mora biti številski, ne `%s'.\n"
30363035
3037 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3036 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
30383037 #, fuzzy, perl-format
30393038 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
30403039 msgstr ""
30413040 "%s: --paragraph-indent argument mora biti številski/`none'/`asis', ne `%s'.\n"
30423041
3043 #: tp/Texinfo/Parser.pm:5559
3042 #: tp/Texinfo/Parser.pm:5586
30443043 #, fuzzy, perl-format
30453044 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
30463045 msgstr ""
30473046 "%s: --paragraph-indent argument mora biti številski/`none'/`asis', ne `%s'.\n"
30483047
3049 #: tp/Texinfo/Parser.pm:5569
3048 #: tp/Texinfo/Parser.pm:5596
30503049 #, fuzzy, perl-format
30513050 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
30523051 msgstr ""
30533052 "%s: --paragraph-indent argument mora biti številski/`none'/`asis', ne `%s'.\n"
30543053
3055 #: tp/Texinfo/Parser.pm:5580
3056 #, perl-format
3057 msgid "Expected @%s on or off, not `%s'"
3054 #: tp/Texinfo/Parser.pm:5607
3055 #, fuzzy, perl-format
3056 msgid "expected @%s on or off, not `%s'"
30583057 msgstr "Pričakuje se @%s on ali off, namesto \"%s\""
30593058
3060 #: tp/Texinfo/Parser.pm:5590
3059 #: tp/Texinfo/Parser.pm:5617
30613060 #, perl-format
30623061 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
30633062 msgstr ""
30643063
3065 #: tp/Texinfo/Parser.pm:5598
3064 #: tp/Texinfo/Parser.pm:5625
30663065 #, fuzzy, perl-format
30673066 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
30683067 msgstr ""
30693068 "%s: --footnote-style argument mora biti `separate' ali `end', ne `%s'.\n"
30703069
3071 #: tp/Texinfo/Parser.pm:5606
3070 #: tp/Texinfo/Parser.pm:5633
30723071 #, fuzzy, perl-format
30733072 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
30743073 msgstr ""
30753074 "%s: --footnote-style argument mora biti `separate' ali `end', ne `%s'.\n"
30763075
3077 #: tp/Texinfo/Report.pm:100
3078 #, perl-format
3079 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3080 msgstr ""
3081
3082 #: tp/Texinfo/Report.pm:103
3083 #, fuzzy, perl-format
3084 msgid "%s:%d: warning: %s\n"
3085 msgstr "%s:%d: opozorilo: "
3086
3087 #: tp/Texinfo/Report.pm:146
3088 #, fuzzy, perl-format
3089 msgid "warning: %s\n"
3090 msgstr "%s: opozorilo: "
3091
30923076 #: tp/Texinfo/Structuring.pm:231
30933077 #, perl-format
3094 msgid "Raising the section level of @%s which is too low"
3078 msgid "raising the section level of @%s which is too low"
30953079 msgstr ""
30963080
30973081 #: tp/Texinfo/Structuring.pm:263
30983082 #, perl-format
3099 msgid "No chapter-level command before @%s"
3083 msgid "no chapter-level command before @%s"
31003084 msgstr ""
31013085
31023086 #: tp/Texinfo/Structuring.pm:268
31033087 #, perl-format
3104 msgid "Lowering the section level of @%s appearing after a lower element"
3088 msgid "lowering the section level of @%s appearing after a lower element"
31053089 msgstr ""
31063090
31073091 #: tp/Texinfo/Structuring.pm:347
31083092 #, perl-format
3109 msgid "No sectioning command associated with @%s"
3093 msgid "no sectioning command associated with @%s"
31103094 msgstr ""
31113095
31123096 #: tp/Texinfo/Structuring.pm:568
31133097 #, fuzzy, perl-format
3114 msgid "Menu reference to nonexistent node `%s'"
3098 msgid "menu reference to nonexistent node `%s'"
31153099 msgstr "nesklicevano vozlišče `%s'"
31163100
31173101 #: tp/Texinfo/Structuring.pm:583
31183102 #, perl-format
3119 msgid "Menu entry node name `%s' different from %s name `%s'"
3103 msgid "menu entry node name `%s' different from %s name `%s'"
31203104 msgstr ""
31213105
31223106 #: tp/Texinfo/Structuring.pm:619
31263110
31273111 #: tp/Texinfo/Structuring.pm:665
31283112 #, perl-format
3129 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3113 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31303114 msgstr ""
31313115
31323116 #: tp/Texinfo/Structuring.pm:672
31333117 #, perl-format
3134 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3118 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31353119 msgstr ""
31363120
31373121 #: tp/Texinfo/Structuring.pm:690
31383122 #, perl-format
3139 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3123 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
31403124 msgstr ""
31413125
31423126 #: tp/Texinfo/Structuring.pm:744
31503134 msgstr "nesklicevano vozlišče `%s'"
31513135
31523136 #: tp/Texinfo/Structuring.pm:790
3153 #, perl-format
3154 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3137 #, fuzzy, perl-format
3138 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
31553139 msgstr ""
31563140 "Vozlišču `%s' manjka predmet menija za `%s', kljub temu, da je njegov "
31573141 "Zgornji cilj"
31583142
31593143 #: tp/Texinfo/Structuring.pm:798
31603144 #, perl-format
3161 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3145 msgid "for `%s', up in menu `%s' and up `%s' don't match"
31623146 msgstr ""
31633147
31643148 #: tp/Texinfo/Structuring.pm:1282
31733157 msgid "@%s to `%s', different from %s name `%s'"
31743158 msgstr ""
31753159
3176 #: tp/Texinfo/Structuring.pm:1939
3177 #, perl-format
3178 msgid "Empty index key in @%s"
3179 msgstr ""
3160 #: tp/Texinfo/Structuring.pm:1959
3161 #, fuzzy, perl-format
3162 msgid "empty index key in @%s"
3163 msgstr "Slab argument k @%s"
31803164
31813165 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
31823166 #, fuzzy, perl-format
3183 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3167 msgid "chm.pm: could not open %s for writing: %s\n"
31843168 msgstr "%s: ni mogoče odpreti --css-file: %s"
31853169
31863170 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
31873171 #, fuzzy, perl-format
3188 msgid "chm.pm:%s: Error on closing: %s"
3172 msgid "chm.pm: error on closing %s: %s"
31893173 msgstr "Napaka v logičnem izrazu `%s': %s"
31903174
3191 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3192 #, fuzzy, perl-format
3193 msgid "tex4ht.pm:%s: Cannot open: %s"
3175 #: tp/init/latex2html.pm:200
3176 #, fuzzy, perl-format
3177 msgid "l2h: could not open latex file %s for writing: %s"
31943178 msgstr "%s: ni mogoče odpreti --css-file: %s"
31953179
3180 #: tp/init/latex2html.pm:341
3181 msgid "l2h: L2H_TMP directory contains a dot"
3182 msgstr ""
3183
3184 #: tp/init/latex2html.pm:346
3185 msgid "l2h: current directory contains a dot"
3186 msgstr ""
3187
3188 #: tp/init/latex2html.pm:374
3189 #, perl-format
3190 msgid "l2h: command did not succeed: %s"
3191 msgstr ""
3192
3193 #: tp/init/latex2html.pm:422
3194 #, perl-format
3195 msgid "l2h: image has invalid extension: %s"
3196 msgstr ""
3197
3198 #: tp/init/latex2html.pm:438
3199 #, perl-format
3200 msgid "l2h: rename %s as %s failed: %s"
3201 msgstr ""
3202
3203 #: tp/init/latex2html.pm:460
3204 #, fuzzy, perl-format
3205 msgid "l2h: could not open %s: %s"
3206 msgstr "%s: ni mogoče odpreti --css-file: %s"
3207
3208 #: tp/init/latex2html.pm:493
3209 #, perl-format
3210 msgid "latex2html.pm: end of @%s item %d not found"
3211 msgstr ""
3212
3213 #: tp/init/latex2html.pm:504
3214 #, perl-format
3215 msgid ""
3216 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3217 "of items found in the document"
3218 msgstr ""
3219
3220 #: tp/init/latex2html.pm:534
3221 #, perl-format
3222 msgid "l2h: could not determine the fragment %d for @%s"
3223 msgstr ""
3224
3225 #: tp/init/latex2html.pm:560
3226 #, perl-format
3227 msgid ""
3228 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3229 "HTML"
3230 msgstr ""
3231
3232 #: tp/init/latex2html.pm:621
3233 #, fuzzy, perl-format
3234 msgid "l2h: could not load %s: %s"
3235 msgstr "%s: ni mogoče odpreti --css-file: %s"
3236
3237 #: tp/init/latex2html.pm:634
3238 #, fuzzy, perl-format
3239 msgid "l2h: could not open %s for writing: %s"
3240 msgstr "%s: ni mogoče odpreti --css-file: %s"
3241
3242 #: tp/init/tex4ht.pm:123
3243 #, fuzzy, perl-format
3244 msgid "tex4ht.pm: could not open %s: %s"
3245 msgstr "%s: ni mogoče odpreti --css-file: %s"
3246
31963247 #: tp/init/tex4ht.pm:219
3197 #, perl-format
3198 msgid "tex4ht.pm:%s: chdir failed: %s"
3199 msgstr ""
3248 #, fuzzy, perl-format
3249 msgid "tex4ht.pm: chdir %s failed: %s"
3250 msgstr "%s: ni mogoče odpreti --css-file: %s"
32003251
32013252 #: tp/init/tex4ht.pm:232
32023253 #, perl-format
3203 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3254 msgid "tex4ht.pm: unable to return to initial directory: %s"
32043255 msgstr ""
32053256
32063257 #: tp/init/tex4ht.pm:244
32073258 #, fuzzy, perl-format
3208 msgid "tex4ht.pm: Output file missing: %s"
3259 msgid "tex4ht.pm: output file missing: %s"
32093260 msgstr "ni mogoče ustvariti datoteke vnosa `%s'"
32103261
32113262 #: tp/init/tex4ht.pm:260
3212 #, perl-format
3213 msgid "tex4ht.pm: Command failed: %s"
3214 msgstr ""
3263 #, fuzzy, perl-format
3264 msgid "tex4ht.pm: command failed: %s"
3265 msgstr "%s: ni mogoče odpreti --css-file: %s"
3266
3267 #: tp/init/tex4ht.pm:267
3268 #, fuzzy, perl-format
3269 msgid "tex4ht.pm: could not open: %s"
3270 msgstr "%s: ni mogoče odpreti --css-file: %s"
32153271
32163272 #: tp/init/tex4ht.pm:293
32173273 #, perl-format
32223278 #, perl-format
32233279 msgid ""
32243280 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3225 "items found in the document"
3226 msgstr ""
3227
3228 #: tp/init/tex4ht.pm:319
3229 #, perl-format
3230 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3231 msgstr ""
3232
3233 #: tp/texi2any.pl:375
3281 "items found in the document for @%s"
3282 msgstr ""
3283
3284 #: tp/init/tex4ht.pm:320
3285 #, fuzzy, perl-format
3286 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3287 msgstr "ni mogoče ustvariti datoteke vnosa `%s'"
3288
3289 #: tp/init/tex4ht.pm:335
3290 #, perl-format
3291 msgid ""
3292 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3293 "items found in the document for @%s"
3294 msgstr ""
3295
3296 #: tp/texi2any.pl:379
32343297 #, fuzzy, perl-format
32353298 msgid "error loading %s: %s\n"
32363299 msgstr "napaka med branjem v `%s'"
32373300
3238 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3239 #, fuzzy, perl-format
3240 msgid "Unknown variable %s\n"
3301 #: tp/texi2any.pl:392
3302 #, fuzzy, perl-format
3303 msgid "%s: unknown variable %s"
32413304 msgstr "Neznano kazalo `%s'"
32423305
3243 #: tp/texi2any.pl:468
3244 #, fuzzy, perl-format
3245 msgid "Can't read init file %s"
3306 #: tp/texi2any.pl:396
3307 #, fuzzy, perl-format
3308 msgid "%s: obsolete variable %s\n"
3309 msgstr "Nastavi spremenljivko: "
3310
3311 #: tp/texi2any.pl:411
3312 #, fuzzy, perl-format
3313 msgid "%s: unknown variable %s\n"
3314 msgstr "Neznano kazalo `%s'"
3315
3316 #: tp/texi2any.pl:415
3317 #, fuzzy, perl-format
3318 msgid "obsolete variable %s\n"
3319 msgstr "Nastavi spremenljivko: "
3320
3321 #: tp/texi2any.pl:480
3322 #, fuzzy, perl-format
3323 msgid "could not read init file %s"
32463324 msgstr "ni mogoče odpreti datoteke vnosa `%s'"
32473325
3248 #: tp/texi2any.pl:619
3249 #, perl-format
3250 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3326 #: tp/texi2any.pl:633
3327 #, fuzzy, perl-format
3328 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32513329 msgstr "%s: Prezrtje neprepoznane vrednosti TEXINFO_OUTPUT_FORMAT `%s'.\n"
32523330
3253 #: tp/texi2any.pl:691
3331 #: tp/texi2any.pl:710
32543332 #, fuzzy
32553333 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32563334 msgstr "Uporaba: %s [MOŽNOST] ... DATOTEKA-TEXINFO ...\n"
32573335
3258 #: tp/texi2any.pl:692
3336 #: tp/texi2any.pl:711
32593337 #, fuzzy
32603338 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32613339 msgstr "Uporaba: %s [MOŽNOST] ... DATOTEKA-TEXINFO ...\n"
32623340
3263 #: tp/texi2any.pl:694
3341 #: tp/texi2any.pl:713
32643342 msgid ""
32653343 "Translate Texinfo source documentation to various other formats, by default\n"
32663344 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32693347 "datoteke Info, ki so primerne za branje na spletu z Emacs ali samostojnim "
32703348 "GNU Info.\n"
32713349
3272 #: tp/texi2any.pl:697
3350 #: tp/texi2any.pl:716
32733351 #, fuzzy, perl-format
32743352 msgid ""
32753353 "General options:\n"
32993377 " -v, --verbose pojasnitev, kaj se dogaja.\n"
33003378 " --version prikaži podrobnosti različice in končaj.\n"
33013379
3302 #: tp/texi2any.pl:712
3380 #: tp/texi2any.pl:731
33033381 #, fuzzy
33043382 msgid ""
33053383 "Output format selection (default is to produce Info):\n"
33153393 " --xml izpiši Texinfo XML namesto Info.\n"
33163394 " --plaintext izpiši običajno besedilo namesto Info.\n"
33173395
3318 #: tp/texi2any.pl:720
3396 #: tp/texi2any.pl:739
33193397 #, fuzzy
33203398 msgid ""
33213399 "General output options:\n"
33573435 " --number-sections izpiši poglavje in številke ustvarjanja odsekov.\n"
33583436 " -o, --output=DATOTEKA izpiši v DATOTEKO (ali mapo, če se razdeli HTML).\n"
33593437
3360 #: tp/texi2any.pl:740
3438 #: tp/texi2any.pl:759
33613439 #, perl-format
33623440 msgid ""
33633441 "Options for Info and plain text:\n"
33953473 " `asis', ohrani obstoječi zamik.\n"
33963474 " --split-size=NUM razdeli datoteke Info na velikost NUM (privzeto %d).\n"
33973475
3398 #: tp/texi2any.pl:757
3476 #: tp/texi2any.pl:776
33993477 #, fuzzy
34003478 msgid ""
34013479 "Options for HTML:\n"
34193497 " izdelaj imena datotek v transliteraciji "
34203498 "ASCII.\n"
34213499
3422 #: tp/texi2any.pl:768
3500 #: tp/texi2any.pl:787
34233501 msgid ""
34243502 "Options for XML and Docbook:\n"
34253503 " --output-indent=VAL does nothing, retained for compatibility.\n"
34263504 msgstr ""
34273505
3428 #: tp/texi2any.pl:771
3506 #: tp/texi2any.pl:790
34293507 msgid ""
34303508 "Options for DVI/PS/PDF:\n"
34313509 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34323510 msgstr ""
34333511
3434 #: tp/texi2any.pl:774
3512 #: tp/texi2any.pl:793
34353513 #, fuzzy
34363514 msgid ""
34373515 "Input file options:\n"
34483526 " -P MAPA pripni MAPO na začetek poti iskanja @include.\n"
34493527 " -U SPR razveljavi določitev spremenljivke SPR, tako kot @clear.\n"
34503528
3451 #: tp/texi2any.pl:781
3529 #: tp/texi2any.pl:800
34523530 #, fuzzy
34533531 msgid ""
34543532 "Conditional processing in input:\n"
34863564 "\n"
34873565 " Za možnosti --no-ifFORMAT obdelaj besedilo @ifnotFORMAT.\n"
34883566
3489 #: tp/texi2any.pl:798
3567 #: tp/texi2any.pl:817
34903568 #, fuzzy
34913569 msgid ""
34923570 " The defaults for the @if... conditionals depend on the output format:\n"
35033581 "izključeni;\n"
35043582 " če se ustvarja XML, je --ifxml vključen in vsi ostali izključeni;\n"
35053583
3506 #: tp/texi2any.pl:805
3584 #: tp/texi2any.pl:824
35073585 #, fuzzy
35083586 msgid ""
35093587 "Examples:\n"
35333611 " makeinfo --no-split foo.texi zapiši eno datoteko Info, ne glede na "
35343612 "velikost\n"
35353613
3536 #: tp/texi2any.pl:852
3614 #: tp/texi2any.pl:871
35373615 #, perl-format
35383616 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35393617 msgstr ""
35403618 "%s: --footnote-style argument mora biti `separate' ali `end', ne `%s'.\n"
35413619
3542 #: tp/texi2any.pl:934
3620 #: tp/texi2any.pl:953
35433621 #, perl-format
35443622 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35453623 msgstr ""
35463624 "%s: --paragraph-indent argument mora biti številski/`none'/`asis', ne `%s'.\n"
35473625
3548 #: tp/texi2any.pl:1011
3549 #, perl-format
3550 msgid "when generating %s, only one input FILE may be specified with -o"
3551 msgstr ""
3552
3553 #: tp/texi2any.pl:1015
3626 #: tp/texi2any.pl:1030
3627 #, perl-format
3628 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3629 msgstr ""
3630
3631 #: tp/texi2any.pl:1034
35543632 msgid "--Xopt option without printed output"
35553633 msgstr ""
35563634
3557 #: tp/texi2any.pl:1025
3558 #, fuzzy, perl-format
3559 msgid "Unknown tree transformation %s"
3635 #: tp/texi2any.pl:1044
3636 #, fuzzy, perl-format
3637 msgid "unknown tree transformation %s"
35603638 msgstr "neznano dejanje `%s'"
35613639
3562 #: tp/texi2any.pl:1032
3563 #, perl-format
3564 msgid "Ignoring splitting for format %s"
3565 msgstr ""
3566
3567 #: tp/texi2any.pl:1081
3640 #: tp/texi2any.pl:1051
3641 #, perl-format
3642 msgid "ignoring splitting for format %s"
3643 msgstr ""
3644
3645 #: tp/texi2any.pl:1101
35683646 #, perl-format
35693647 msgid "%s: missing file argument.\n"
35703648 msgstr "%s: manjka argument datoteke.\n"
35713649
3572 #: tp/texi2any.pl:1082
3650 #: tp/texi2any.pl:1102
35733651 #, perl-format
35743652 msgid "Try `%s --help' for more information.\n"
35753653 msgstr "Za več podrobnosti poskusite `%s --help'.\n"
35763654
3577 #: tp/texi2any.pl:1153
3655 #: tp/texi2any.pl:1173
35783656 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35793657 msgstr ""
35803658
3581 #: tp/texi2any.pl:1175
3582 #, fuzzy, perl-format
3583 msgid "Error on closing macro expand file %s: %s\n"
3659 #: tp/texi2any.pl:1195
3660 #, fuzzy, perl-format
3661 msgid "error on closing macro expand file %s: %s\n"
35843662 msgstr "napaka med končanjem datoteke vnosa `%s'"
35853663
3586 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3587 #, fuzzy, perl-format
3588 msgid "Could not open %s for writing: %s\n"
3664 #: tp/texi2any.pl:1201
3665 #, fuzzy, perl-format
3666 msgid "could not open %s for writing: %s\n"
35893667 msgstr "%s: ni mogoče odpreti --css-file: %s"
35903668
3591 #: tp/texi2any.pl:1205
3669 #: tp/texi2any.pl:1226
35923670 msgid ""
35933671 "insert_nodes_for_sectioning_commands transformation return no result. No "
35943672 "section?"
35953673 msgstr ""
35963674
3597 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3598 #, fuzzy, perl-format
3599 msgid "Error on closing %s: %s\n"
3675 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3676 #, fuzzy, perl-format
3677 msgid "%s: error on closing %s: %s\n"
36003678 msgstr "Napaka v logičnem izrazu `%s': %s"
36013679
3602 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3603 #, perl-format
3604 msgid "Error on closing internal links file %s: %s\n"
3605 msgstr ""
3680 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3681 #, fuzzy, perl-format
3682 msgid "%s: error on closing internal links file %s: %s\n"
3683 msgstr "napaka med končanjem datoteke vnosa `%s'"
3684
3685 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3686 #, fuzzy, perl-format
3687 msgid "%s: could not open %s for writing: %s\n"
3688 msgstr "%s: ni mogoče odpreti --css-file: %s"
36063689
36073690 #: util/texindex.c:223
36083691 msgid "display this help and exit"
36623745 msgstr "Vnos %s sledi vnosu z drugotnim imenom"
36633746
36643747 #, fuzzy
3665 #~ msgid "Error on closing renamed nodes file %s: %s"
3666 #~ msgstr "napaka med končanjem datoteke vnosa `%s'"
3748 #~ msgid "Can't read file %s: %s"
3749 #~ msgstr "Ni mogoče odstraniti datoteke `%s': %s"
3750
3751 #, fuzzy
3752 #~ msgid "%s:%d: warning: %s\n"
3753 #~ msgstr "%s:%d: opozorilo: "
3754
3755 #, fuzzy
3756 #~ msgid "warning: %s\n"
3757 #~ msgstr "%s: opozorilo: "
3758
3759 #, fuzzy
3760 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3761 #~ msgstr "%s: ni mogoče odpreti --css-file: %s"
36673762
36683763 #, fuzzy
36693764 #~ msgid "Node `%s' that is to be renamed exists"
Binary diff not shown
+626
-533
po/sv.po less more
55 msgstr ""
66 "Project-Id-Version: texinfo 4.11.93\n"
77 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
8 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
8 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
99 "PO-Revision-Date: 2008-03-09 20:35+0100\n"
1010 "Last-Translator: Christian Rose <menthos@menthos.com>\n"
1111 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
423423 msgstr "Prova --help för mer information.\n"
424424
425425 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
426 #: tp/texi2any.pl:829 util/texindex.c:295
426 #: tp/texi2any.pl:848 util/texindex.c:295
427427 #, c-format, perl-format
428428 msgid ""
429429 "Copyright (C) %s Free Software Foundation, Inc.\n"
21402140 " --test undertryck uppdatering av KATALOGFIL.\n"
21412141 " --version visa versionsinformation och avsluta."
21422142
2143 #: install-info/install-info.c:598 tp/texi2any.pl:817
2143 #: install-info/install-info.c:598 tp/texi2any.pl:836
21442144 msgid ""
21452145 "Email bug reports to bug-texinfo@gnu.org,\n"
21462146 "general questions and discussion to help-texinfo@gnu.org.\n"
22522252 msgstr "inga poster hittades för \"%s\"; ingenting togs bort"
22532253
22542254 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2255 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2256 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2257 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2258 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2259 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2260 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2255 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2256 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2257 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2258 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2259 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2260 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
22612261 #: tp/Texinfo/Convert/TexinfoXML.pm:429
22622262 #, fuzzy, perl-format
2263 msgid "Could not open %s for writing: %s"
2263 msgid "could not open %s for writing: %s"
22642264 msgstr "%s: kunde inte öppna --css-fil: %s"
22652265
22662266 #: tp/Texinfo/Common.pm:850
22872287 msgid "%s is not a valid split possibility"
22882288 msgstr "%s är inte en giltig landskod enligt ISO 639"
22892289
2290 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2291 #, fuzzy, perl-format
2292 msgid "Cannot read %s: %s"
2290 #: tp/Texinfo/Common.pm:1096
2291 #, fuzzy, perl-format
2292 msgid "could not read %s: %s"
22932293 msgstr "Kan inte skapa katalogen \"%s\": %s"
22942294
2295 #: tp/Texinfo/Common.pm:1113
2296 #, fuzzy, perl-format
2297 msgid "Error on closing @verbatiminclude file %s: %s"
2295 #: tp/Texinfo/Common.pm:1114
2296 #, fuzzy, perl-format
2297 msgid "error on closing @verbatiminclude file %s: %s"
22982298 msgstr "fel vid stängning av utdatafilen \"%s\""
22992299
2300 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2301 #, fuzzy, perl-format
2302 msgid "@%s: Cannot find %s"
2300 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2301 #, fuzzy, perl-format
2302 msgid "@%s: could not find %s"
23032303 msgstr "Kan inte hitta \"%s\"."
23042304
2305 #: tp/Texinfo/Common.pm:1416
2306 #, fuzzy, perl-format
2307 msgid "Cannot open html refs config file %s: %s"
2305 #: tp/Texinfo/Common.pm:1417
2306 #, fuzzy, perl-format
2307 msgid "could not open html refs config file %s: %s"
23082308 msgstr "Kan inte ta bort filen \"%s\": %s"
23092309
2310 #: tp/Texinfo/Common.pm:1444
2311 msgid "Missing type"
2312 msgstr ""
2313
2314 #: tp/Texinfo/Common.pm:1447
2315 #, fuzzy, perl-format
2316 msgid "Unrecognized type: %s"
2310 #: tp/Texinfo/Common.pm:1445
2311 #, fuzzy
2312 msgid "missing type"
2313 msgstr "åtgärdsnamn saknas"
2314
2315 #: tp/Texinfo/Common.pm:1448
2316 #, fuzzy, perl-format
2317 msgid "unrecognized type: %s"
23172318 msgstr "%s: okänd flagga \"--%s\"\n"
23182319
2319 #: tp/Texinfo/Common.pm:1463
2320 #, fuzzy, perl-format
2321 msgid "Error on closing html refs config file %s: %s"
2320 #: tp/Texinfo/Common.pm:1465
2321 #, fuzzy, perl-format
2322 msgid "error on closing html refs config file %s: %s"
23222323 msgstr "Kan inte ta bort filen \"%s\": %s"
23232324
2324 #: tp/Texinfo/Common.pm:1498
2325 #, perl-format
2326 msgid "%s:%d: no node to be renamed\n"
2327 msgstr ""
2328
2329 #: tp/Texinfo/Common.pm:1509
2330 #, perl-format
2331 msgid "%s:%d: nodes without a new name at the end of file\n"
2332 msgstr ""
2333
2334 #: tp/Texinfo/Common.pm:2000
2335 #, perl-format
2336 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2325 #: tp/Texinfo/Common.pm:1500
2326 msgid "no node to be renamed"
2327 msgstr ""
2328
2329 #: tp/Texinfo/Common.pm:1511
2330 msgid "nodes without a new name at the end of file"
2331 msgstr ""
2332
2333 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2334 #, fuzzy, perl-format
2335 msgid "could not open %s: %s"
2336 msgstr "%s: kunde inte öppna --css-fil: %s"
2337
2338 #: tp/Texinfo/Common.pm:2002
2339 #, perl-format
2340 msgid "could not protect hash character in @%s"
23372341 msgstr ""
23382342
23392343 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2340 #: tp/texi2any.pl:387 tp/texi2any.pl:404
23412344 #, fuzzy, perl-format
23422345 msgid "Obsolete variable %s\n"
23432346 msgstr "Ställ in variabel: "
23442347
23452348 #: tp/Texinfo/Convert/Converter.pm:601
23462349 #, fuzzy, perl-format
2347 msgid "Can't create directories `%s' or `%s': %s"
2350 msgid "could not create directories `%s' or `%s': %s"
23482351 msgstr "Kan inte skapa katalogen \"%s\": %s"
23492352
23502353 #: tp/Texinfo/Convert/Converter.pm:609
23512354 #, fuzzy, perl-format
2352 msgid "Can't create directories `%s': %s"
2355 msgid "could not create directory `%s': %s"
23532356 msgstr "Kan inte skapa katalogen \"%s\": %s"
23542357
2355 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2356 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2357 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2358 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2359 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2360 #, fuzzy, perl-format
2361 msgid "Error on closing %s: %s"
2358 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2359 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2360 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2361 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2362 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2363 #, fuzzy, perl-format
2364 msgid "error on closing %s: %s"
23622365 msgstr "fel vid skrivning till \"%s\""
23632366
2364 #: tp/Texinfo/Convert/DocBook.pm:898
2367 #: tp/Texinfo/Convert/DocBook.pm:899
23652368 #, fuzzy, perl-format
23662369 msgid "@image file `%s' not found, using `%s'"
23672370 msgstr "@image-filen \"%s\" är oläslig: %s"
23682371
2369 #: tp/Texinfo/Convert/HTML.pm:1677
2372 #: tp/Texinfo/Convert/HTML.pm:1678
23702373 #, fuzzy, perl-format
23712374 msgid "@image file `%s' (for HTML) not found, using `%s'"
23722375 msgstr "@image-filen \"%s\" (för HTML) är oläslig: %s"
23732376
2374 #: tp/Texinfo/Convert/HTML.pm:2345
2375 #, perl-format
2376 msgid "Raw format %s is not converted"
2377 msgstr ""
2378
2379 #: tp/Texinfo/Convert/HTML.pm:4814
2380 #, perl-format
2381 msgid "%s:%d: string not closed in css file"
2377 #: tp/Texinfo/Convert/HTML.pm:2347
2378 #, perl-format
2379 msgid "raw format %s is not converted"
23822380 msgstr ""
23832381
23842382 #: tp/Texinfo/Convert/HTML.pm:4816
2385 #, fuzzy, perl-format
2386 msgid "%s:%d: --css-include ended in comment"
2383 msgid "string not closed in css file"
2384 msgstr ""
2385
2386 #: tp/Texinfo/Convert/HTML.pm:4818
2387 #, fuzzy
2388 msgid "--css-include ended in comment"
23872389 msgstr "%s:%d: --css-fil slutade med kommentar"
23882390
2389 #: tp/Texinfo/Convert/HTML.pm:4818
2390 #, perl-format
2391 msgid "%s:%d: @import not finished in css file"
2392 msgstr ""
2393
2394 #: tp/Texinfo/Convert/HTML.pm:4844
2395 #, fuzzy, perl-format
2396 msgid "css file %s not found"
2391 #: tp/Texinfo/Convert/HTML.pm:4820
2392 msgid "@import not finished in css file"
2393 msgstr ""
2394
2395 #: tp/Texinfo/Convert/HTML.pm:4846
2396 #, fuzzy, perl-format
2397 msgid "CSS file %s not found"
23972398 msgstr "Makrot %cend hittades inte"
23982399
2399 #: tp/Texinfo/Convert/HTML.pm:4850
2400 #: tp/Texinfo/Convert/HTML.pm:4852
24002401 #, fuzzy, perl-format
24012402 msgid "could not open --include-file %s: %s"
24022403 msgstr "%s: kunde inte öppna --css-fil: %s"
24032404
2404 #: tp/Texinfo/Convert/HTML.pm:4860
2405 #, fuzzy, perl-format
2406 msgid "Error on closing CSS file %s: %s"
2405 #: tp/Texinfo/Convert/HTML.pm:4862
2406 #, fuzzy, perl-format
2407 msgid "error on closing CSS file %s: %s"
24072408 msgstr "fel vid stängning av utdatafilen \"%s\""
24082409
2409 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2410 #, fuzzy, perl-format
2411 msgid "No htmlxref.cnf entry found for `%s'"
2410 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2411 #, fuzzy, perl-format
2412 msgid "no htmlxref.cnf entry found for `%s'"
24122413 msgstr "inga indexposter för \"%s\" hittades\n"
24132414
2414 #: tp/Texinfo/Convert/HTML.pm:6495
2415 #, fuzzy, perl-format
2416 msgid "Error on closing frame file %s: %s"
2415 #: tp/Texinfo/Convert/HTML.pm:6506
2416 #, fuzzy, perl-format
2417 msgid "error on closing frame file %s: %s"
24172418 msgstr "fel vid stängning av utdatafilen \"%s\""
24182419
2419 #: tp/Texinfo/Convert/HTML.pm:6519
2420 #, fuzzy, perl-format
2421 msgid "Error on closing TOC frame file %s: %s"
2420 #: tp/Texinfo/Convert/HTML.pm:6530
2421 #, fuzzy, perl-format
2422 msgid "error on closing TOC frame file %s: %s"
24222423 msgstr "fel vid stängning av utdatafilen \"%s\""
24232424
2424 #: tp/Texinfo/Convert/HTML.pm:6634
2425 #, perl-format
2426 msgid "Handler %s of stage %s priority %s failed"
2427 msgstr ""
2428
2429 #: tp/Texinfo/Convert/HTML.pm:6835
2430 msgid "Must specify a title with a title command or @top"
2431 msgstr ""
2432
2433 #: tp/Texinfo/Convert/HTML.pm:7040
2434 #, perl-format
2435 msgid "Error on closing redirection node file %s: %s"
2436 msgstr ""
2437
2438 #: tp/Texinfo/Convert/HTML.pm:7065
2439 #, fuzzy, perl-format
2440 msgid "Old name for `%s' is a node of the document"
2425 #: tp/Texinfo/Convert/HTML.pm:6645
2426 #, perl-format
2427 msgid "handler %s of stage %s priority %s failed"
2428 msgstr ""
2429
2430 #: tp/Texinfo/Convert/HTML.pm:6846
2431 msgid "must specify a title with a title command or @top"
2432 msgstr ""
2433
2434 #: tp/Texinfo/Convert/HTML.pm:7055
2435 #, fuzzy, perl-format
2436 msgid "error on closing redirection node file %s: %s"
2437 msgstr "fel vid stängning av utdatafilen \"%s\""
2438
2439 #: tp/Texinfo/Convert/HTML.pm:7080
2440 #, fuzzy, perl-format
2441 msgid "old name for `%s' is a node of the document"
24412442 msgstr "Inget \"Prev\" eller \"Up\" för denna nod inom detta dokument."
24422443
2443 #: tp/Texinfo/Convert/HTML.pm:7069
2444 #, fuzzy, perl-format
2445 msgid "File empty for renamed node `%s'"
2444 #: tp/Texinfo/Convert/HTML.pm:7086
2445 #, fuzzy, perl-format
2446 msgid "file empty for renamed node `%s'"
24462447 msgstr "orefererad nod \"%s\""
24472448
2448 #: tp/Texinfo/Convert/HTML.pm:7081
2449 #, perl-format
2450 msgid "Target node (new name for `%s') not in document: %s"
2451 msgstr ""
2452
2453 #: tp/Texinfo/Convert/HTML.pm:7113
2454 #, fuzzy, perl-format
2455 msgid "Error on closing renamed node redirection file %s: %s"
2449 #: tp/Texinfo/Convert/HTML.pm:7100
2450 #, perl-format
2451 msgid "target node (new name for `%s') not in document: %s"
2452 msgstr ""
2453
2454 #: tp/Texinfo/Convert/HTML.pm:7132
2455 #, fuzzy, perl-format
2456 msgid "error on closing renamed node redirection file %s: %s"
24562457 msgstr "fel vid stängning av utdatafilen \"%s\""
24572458
2458 #: tp/Texinfo/Convert/HTML.pm:7151
2459 #, fuzzy
2460 msgid "Empty node name"
2459 #: tp/Texinfo/Convert/HTML.pm:7170
2460 #, fuzzy
2461 msgid "empty node name"
24612462 msgstr "inga indexposter för \"%s\" hittades\n"
24622463
2463 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2464 #, perl-format
2465 msgid "Syntax for an external node used for `%s'"
2464 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2465 #, perl-format
2466 msgid "syntax for an external node used for `%s'"
24662467 msgstr ""
24672468
24682469 #: tp/Texinfo/Convert/Info.pm:99
24692470 #, fuzzy
2470 msgid "Document without nodes."
2471 msgid "document without nodes"
24712472 msgstr "Ingen meny i denna nod."
24722473
2473 #: tp/Texinfo/Convert/Info.pm:115
2474 msgid "Document without Top node."
2475 msgstr ""
2476
2477 #: tp/Texinfo/Convert/Info.pm:151
2478 #, perl-format
2479 msgid "Rename %s failed: %s"
2480 msgstr ""
2481
2482 #: tp/Texinfo/Convert/Info.pm:226
2474 #: tp/Texinfo/Convert/Info.pm:116
2475 #, fuzzy
2476 msgid "document without Top node"
2477 msgstr "Ingen meny i denna nod."
2478
2479 #: tp/Texinfo/Convert/Info.pm:153
2480 #, perl-format
2481 msgid "rename %s failed: %s"
2482 msgstr ""
2483
2484 #: tp/Texinfo/Convert/Info.pm:228
24832485 #, perl-format
24842486 msgid "@%s output more than once: %s"
24852487 msgstr ""
24862488
2487 #: tp/Texinfo/Convert/Info.pm:340
2489 #: tp/Texinfo/Convert/Info.pm:346
24882490 #, fuzzy, perl-format
24892491 msgid "@%s outside of any node"
24902492 msgstr "(utanför alla noder)"
24912493
2492 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2493 #, perl-format
2494 msgid "Entry for index `%s' outside of any node"
2494 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2495 #, fuzzy, perl-format
2496 msgid "entry for index `%s' outside of any node"
24952497 msgstr "Posten för index \"%s\" är utanför alla noder"
24962498
24972499 #: tp/Texinfo/Convert/Plaintext.pm:1217
24982500 #, fuzzy, perl-format
2499 msgid "Error on closing image text file %s: %s"
2501 msgid "error on closing image text file %s: %s"
25002502 msgstr "fel vid stängning av utdatafilen \"%s\""
25012503
25022504 #: tp/Texinfo/Convert/Plaintext.pm:1222
25042506 msgid "@image file `%s' unreadable: %s"
25052507 msgstr "@image-filen \"%s\" är oläslig: %s"
25062508
2507 #: tp/Texinfo/Convert/Plaintext.pm:1250
2508 #, fuzzy, perl-format
2509 msgid "Cannot find @image file `%s.txt' nor alternate text"
2509 #: tp/Texinfo/Convert/Plaintext.pm:1251
2510 #, fuzzy, perl-format
2511 msgid "could not find @image file `%s.txt' nor alternate text"
25102512 msgstr "Kan inte hitta noden \"%s\"."
25112513
25122514 # Är det kombinationen "@strong{Note:.." eller bara @strong{} rent allmänt som
25132515 # orsakar problem?
2514 #: tp/Texinfo/Convert/Plaintext.pm:1615
2516 #: tp/Texinfo/Convert/Plaintext.pm:1617
25152517 msgid ""
25162518 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
25172519 "avoid that"
25192521 "@strong{Obs...} skapar en falsk korsreferens i Info; formulera om för att "
25202522 "undvika detta"
25212523
2522 #: tp/Texinfo/Convert/Plaintext.pm:1845
2524 #: tp/Texinfo/Convert/Plaintext.pm:1849
25232525 #, fuzzy, perl-format
25242526 msgid "`.' or `,' must follow @xref, not %s"
25252527 msgstr "\".\" eller \",\" måste följa på @%s, inte \"%c\""
25262528
2527 #: tp/Texinfo/Convert/Plaintext.pm:1847
2529 #: tp/Texinfo/Convert/Plaintext.pm:1852
25282530 #, fuzzy
25292531 msgid "`.' or `,' must follow @xref"
25302532 msgstr "\".\" eller \",\" måste följa på @%s, inte \"%c\""
25342536 msgid "@%s should only appear at beginning or end of document"
25352537 msgstr "%s: kunde inte öppna --css-fil: %s"
25362538
2537 #: tp/Texinfo/Parser.pm:837
2538 #, fuzzy, perl-format
2539 msgid "Can't read file %s: %s"
2540 msgstr "Kan inte ta bort filen \"%s\": %s"
2541
25422539 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
25432540 #, perl-format
2544 msgid "Multiple @%s"
2541 msgid "multiple @%s"
25452542 msgstr ""
25462543
25472544 #: tp/Texinfo/Parser.pm:1100
25482545 #, fuzzy, perl-format
2549 msgid "Bad syntax for @%s argument: %s"
2546 msgid "bad syntax for @%s argument: %s"
25502547 msgstr "Felaktigt argument till @%s"
25512548
25522549 #: tp/Texinfo/Parser.pm:1116
2553 #, perl-format
2554 msgid "Bad or empty @%s formal argument: %s"
2555 msgstr ""
2556
2557 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2558 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2559 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2550 #, fuzzy, perl-format
2551 msgid "bad or empty @%s formal argument: %s"
2552 msgstr "Felaktigt argument till @%s"
2553
2554 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2555 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2556 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
25602557 #, perl-format
25612558 msgid "%c%s requires a name"
25622559 msgstr "%c%s kräver ett namn"
25632560
2564 #: tp/Texinfo/Parser.pm:1235
2561 #: tp/Texinfo/Parser.pm:1238
25652562 #, perl-format
25662563 msgid "%c%s missing close brace"
25672564 msgstr "%c%s saknar avslutande klammer"
25682565
2569 #: tp/Texinfo/Parser.pm:1238
2566 #: tp/Texinfo/Parser.pm:1241
25702567 #, fuzzy, perl-format
25712568 msgid "@%s missing closing delimiter sequence: %s}"
25722569 msgstr "%c%s saknar avslutande klammer"
25732570
2574 #: tp/Texinfo/Parser.pm:1351
2571 #: tp/Texinfo/Parser.pm:1354
25752572 #, fuzzy, perl-format
25762573 msgid "@itemx should not begin @%s"
25772574 msgstr "%s: kunde inte öppna --css-fil: %s"
25782575
2579 #: tp/Texinfo/Parser.pm:1419
2576 #: tp/Texinfo/Parser.pm:1422
25802577 msgid "@itemx must follow @item"
25812578 msgstr ""
25822579
2583 #: tp/Texinfo/Parser.pm:1587
2580 #: tp/Texinfo/Parser.pm:1590
25842581 #, perl-format
25852582 msgid "@%s has text but no @item"
25862583 msgstr ""
25872584
2588 #: tp/Texinfo/Parser.pm:1617
2585 #: tp/Texinfo/Parser.pm:1620
25892586 #, perl-format
25902587 msgid "`@end' expected `%s', but saw `%s'"
25912588 msgstr "\"@end\" förväntade \"%s\", men såg \"%s\""
25922589
2593 #: tp/Texinfo/Parser.pm:1620
2590 #: tp/Texinfo/Parser.pm:1623
25942591 #, fuzzy, perl-format
25952592 msgid "@%s seen before @end %s"
25962593 msgstr "@menu sågs innan första @node, skapar \"Top\"-nod"
25972594
2598 #: tp/Texinfo/Parser.pm:1624
2599 #, perl-format
2600 msgid "No matching `%cend %s'"
2595 #: tp/Texinfo/Parser.pm:1627
2596 #, fuzzy, perl-format
2597 msgid "no matching `%cend %s'"
26012598 msgstr "Inget matchande \"%cend %s\""
26022599
2603 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2604 #: tp/Texinfo/Parser.pm:5125
2605 #, perl-format
2606 msgid "Misplaced %c"
2600 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2601 #: tp/Texinfo/Parser.pm:5150
2602 #, fuzzy, perl-format
2603 msgid "misplaced %c"
26072604 msgstr "Felplacerat %c"
26082605
2609 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2610 #, perl-format
2611 msgid "Unmatched `%c%s'"
2606 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2607 #, fuzzy, perl-format
2608 msgid "unmatched `%c%s'"
26122609 msgstr "Ensamt \"%c%s\""
26132610
2614 #: tp/Texinfo/Parser.pm:1972
2615 #, fuzzy, perl-format
2616 msgid "Macro `%s' called with too many args"
2611 #: tp/Texinfo/Parser.pm:1976
2612 #, fuzzy, perl-format
2613 msgid "macro `%s' called with too many args"
26172614 msgstr "Makrot \"%s\" anropades på rad %d med för många argument"
26182615
2619 #: tp/Texinfo/Parser.pm:1994
2616 #: tp/Texinfo/Parser.pm:1998
26202617 #, fuzzy, perl-format
26212618 msgid "@%s missing close brace"
26222619 msgstr "%c%s saknar avslutande klammer"
26232620
2624 #: tp/Texinfo/Parser.pm:2001
2625 #, fuzzy, perl-format
2626 msgid "Macro `%s' declared without argument called with an argument"
2621 #: tp/Texinfo/Parser.pm:2006
2622 #, fuzzy, perl-format
2623 msgid "macro `%s' declared without argument called with an argument"
26272624 msgstr "Makrot \"%s\" anropades på rad %d med för många argument"
26282625
2629 #: tp/Texinfo/Parser.pm:2035
2626 #: tp/Texinfo/Parser.pm:2041
26302627 #, fuzzy, perl-format
26312628 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
26322629 msgstr "\\ i makroutökning följdes av \"%s\" istället för parameternamn"
26332630
2634 #: tp/Texinfo/Parser.pm:2430
2631 #: tp/Texinfo/Parser.pm:2436
26352632 #, fuzzy, perl-format
26362633 msgid "@%s `%s' previously defined"
26372634 msgstr "makrot \"%s\" är redan definierat"
26382635
2639 #: tp/Texinfo/Parser.pm:2435
2636 #: tp/Texinfo/Parser.pm:2441
26402637 #, fuzzy, perl-format
26412638 msgid "here is the previous definition as @%s"
26422639 msgstr "här är den tidigare definitionen av \"%s\""
26432640
2644 #: tp/Texinfo/Parser.pm:2796
2645 #, fuzzy, perl-format
2646 msgid "Missing name for @%s"
2641 #: tp/Texinfo/Parser.pm:2802
2642 #, fuzzy, perl-format
2643 msgid "missing name for @%s"
26472644 msgstr "\"}\" saknas i @def-argumentet"
26482645
2649 #: tp/Texinfo/Parser.pm:2801
2650 #, perl-format
2651 msgid "Missing category for @%s"
2652 msgstr ""
2653
2654 #: tp/Texinfo/Parser.pm:2853
2655 #, fuzzy, perl-format
2656 msgid "Unexpected argument on @%s line: %s"
2646 #: tp/Texinfo/Parser.pm:2807
2647 #, fuzzy, perl-format
2648 msgid "missing category for @%s"
2649 msgstr "\"}\" saknas i @def-argumentet"
2650
2651 #: tp/Texinfo/Parser.pm:2859
2652 #, fuzzy, perl-format
2653 msgid "unexpected argument on @%s line: %s"
26572654 msgstr "Felaktigt argument till @%s: %s"
26582655
2659 #: tp/Texinfo/Parser.pm:2869
2656 #: tp/Texinfo/Parser.pm:2875
26602657 #, fuzzy
26612658 msgid "empty multitable"
26622659 msgstr "%s: tom fil"
26632660
2664 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2665 #, fuzzy, perl-format
2666 msgid "Superfluous argument to @%s"
2661 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2662 #, fuzzy, perl-format
2663 msgid "superfluous argument to @%s"
26672664 msgstr "Felaktigt argument till @%s"
26682665
2669 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2670 #: tp/Texinfo/Parser.pm:5379
2671 #, perl-format
2672 msgid "Bad argument to @%s"
2666 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2667 #: tp/Texinfo/Parser.pm:5405
2668 #, fuzzy, perl-format
2669 msgid "bad argument to @%s"
26732670 msgstr "Felaktigt argument till @%s"
26742671
2675 #: tp/Texinfo/Parser.pm:2942
2672 #: tp/Texinfo/Parser.pm:2948
26762673 #, perl-format
26772674 msgid "%s requires an argument: the formatter for %citem"
26782675 msgstr "%s kräver ett argument: formateraren för %citem"
26792676
2680 #: tp/Texinfo/Parser.pm:2947
2681 #, perl-format
2682 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2683 msgstr ""
2684
2685 #: tp/Texinfo/Parser.pm:2982
2686 #, fuzzy, perl-format
2687 msgid "Accent command `@%s' not allowed as @%s argument"
2677 #: tp/Texinfo/Parser.pm:2953
2678 #, perl-format
2679 msgid "command @%s not accepting argument in brace should not be on @%s line"
2680 msgstr ""
2681
2682 #: tp/Texinfo/Parser.pm:2988
2683 #, fuzzy, perl-format
2684 msgid "accent command `@%s' not allowed as @%s argument"
26882685 msgstr "@item är inte tillåtet i argument till @itemize"
26892686
2690 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2691 #: tp/Texinfo/Parser.pm:5338
2687 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2688 #: tp/Texinfo/Parser.pm:5364
26922689 #, fuzzy, perl-format
26932690 msgid "@%s missing argument"
26942691 msgstr "%s: filargument saknas.\n"
26952692
2696 #: tp/Texinfo/Parser.pm:3072
2697 #, fuzzy, perl-format
2698 msgid "Unknown @end %s"
2693 #: tp/Texinfo/Parser.pm:3078
2694 #, fuzzy, perl-format
2695 msgid "unknown @end %s"
26992696 msgstr "Okänt index \"%s\""
27002697
2701 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2702 #, fuzzy, perl-format
2703 msgid "Superfluous argument to @%s %s: %s"
2698 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2699 #, fuzzy, perl-format
2700 msgid "superfluous argument to @%s %s: %s"
27042701 msgstr "Felaktigt argument till @%s: %s"
27052702
2706 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2707 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2708 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2709 #, perl-format
2710 msgid "Bad argument to @%s: %s"
2703 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2704 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2705 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2706 #, fuzzy, perl-format
2707 msgid "bad argument to @%s: %s"
27112708 msgstr "Felaktigt argument till @%s: %s"
27122709
2713 #: tp/Texinfo/Parser.pm:3118
2714 #, fuzzy, perl-format
2715 msgid "@%s: Cannot open %s: %s"
2710 #: tp/Texinfo/Parser.pm:3124
2711 #, fuzzy, perl-format
2712 msgid "@%s: could not open %s: %s"
27162713 msgstr "Kan inte hitta \"%s\"."
27172714
2718 #: tp/Texinfo/Parser.pm:3130
2719 #, perl-format
2720 msgid "Encoding `%s' is not a canonical texinfo encoding"
2721 msgstr ""
2722
2723 #: tp/Texinfo/Parser.pm:3139
2715 #: tp/Texinfo/Parser.pm:3136
2716 #, perl-format
2717 msgid "encoding `%s' is not a canonical texinfo encoding"
2718 msgstr ""
2719
2720 #: tp/Texinfo/Parser.pm:3145
27242721 #, perl-format
27252722 msgid "unrecognized encoding name `%s'"
27262723 msgstr "okänt kodningsnamn \"%s\""
27272724
2728 #: tp/Texinfo/Parser.pm:3289
2725 #: tp/Texinfo/Parser.pm:3295
27292726 #, perl-format
27302727 msgid "@%s after the first element"
27312728 msgstr ""
27322729
2733 #: tp/Texinfo/Parser.pm:3296
2730 #: tp/Texinfo/Parser.pm:3302
27342731 #, fuzzy, perl-format
27352732 msgid "@%s only meaningful on a @multitable line"
27362733 msgstr "@%s är inte meningsfullt utanför \"@titlepage\"-omgivning"
27372734
2738 #: tp/Texinfo/Parser.pm:3336
2735 #: tp/Texinfo/Parser.pm:3342
27392736 #, fuzzy, perl-format
27402737 msgid "@%s should not be associated with @top"
27412738 msgstr "%s: kunde inte öppna --css-fil: %s"
27422739
2743 #: tp/Texinfo/Parser.pm:3348
2740 #: tp/Texinfo/Parser.pm:3354
27442741 #, fuzzy, perl-format
27452742 msgid "@node precedes @%s, but parts may not be associated with nodes"
27462743 msgstr "%s: kunde inte öppna --css-fil: %s"
27472744
2748 #: tp/Texinfo/Parser.pm:3450
2749 #, fuzzy, perl-format
2750 msgid "Empty argument in @%s"
2745 #: tp/Texinfo/Parser.pm:3456
2746 #, fuzzy, perl-format
2747 msgid "empty argument in @%s"
27512748 msgstr "Felaktigt argument till @%s"
27522749
2753 #: tp/Texinfo/Parser.pm:3454
2754 #, perl-format
2755 msgid "Empty node name after expansion `%s'"
2756 msgstr ""
2757
2758 #: tp/Texinfo/Parser.pm:3497
2759 #, fuzzy, perl-format
2760 msgid "Empty menu entry name in `%s'"
2750 #: tp/Texinfo/Parser.pm:3460
2751 #, fuzzy, perl-format
2752 msgid "empty node name after expansion `%s'"
27612753 msgstr "Felaktigt argument till @%s"
27622754
2763 #: tp/Texinfo/Parser.pm:3505
2764 #, fuzzy
2765 msgid "Empty node name in menu entry"
2755 #: tp/Texinfo/Parser.pm:3503
2756 #, fuzzy, perl-format
2757 msgid "empty menu entry name in `%s'"
2758 msgstr "Felaktigt argument till @%s"
2759
2760 #: tp/Texinfo/Parser.pm:3511
2761 #, fuzzy
2762 msgid "empty node name in menu entry"
27662763 msgstr "inga indexposter för \"%s\" hittades\n"
27672764
2768 #: tp/Texinfo/Parser.pm:3578
2765 #: tp/Texinfo/Parser.pm:3584
27692766 #, fuzzy, perl-format
27702767 msgid "@%s should not appear in @%s"
27712768 msgstr "%s: kunde inte öppna --css-fil: %s"
27722769
2773 #: tp/Texinfo/Parser.pm:3710
2770 #: tp/Texinfo/Parser.pm:3716
27742771 #, fuzzy, perl-format
27752772 msgid "@end %s should only appear at a line beginning"
27762773 msgstr "%s: kunde inte öppna --css-fil: %s"
27772774
2778 #: tp/Texinfo/Parser.pm:3733
2775 #: tp/Texinfo/Parser.pm:3739
27792776 #, perl-format
27802777 msgid "macro `%s' previously defined"
27812778 msgstr "makrot \"%s\" är redan definierat"
27822779
2783 #: tp/Texinfo/Parser.pm:3735
2780 #: tp/Texinfo/Parser.pm:3742
27842781 #, perl-format
27852782 msgid "here is the previous definition of `%s'"
27862783 msgstr "här är den tidigare definitionen av \"%s\""
27872784
2788 #: tp/Texinfo/Parser.pm:3739
2789 #, perl-format
2790 msgid "Redefining Texinfo language command: @%s"
2791 msgstr ""
2792
2793 #: tp/Texinfo/Parser.pm:3788
2785 #: tp/Texinfo/Parser.pm:3747
2786 #, perl-format
2787 msgid "redefining Texinfo language command: @%s"
2788 msgstr ""
2789
2790 #: tp/Texinfo/Parser.pm:3796
27942791 #, perl-format
27952792 msgid "@%s without associated character"
27962793 msgstr ""
27972794
2798 #: tp/Texinfo/Parser.pm:3849
2795 #: tp/Texinfo/Parser.pm:3858
27992796 #, perl-format
28002797 msgid ""
28012798 "@%s defined with zero or more than one argument should be invoked with {}"
28022799 msgstr ""
28032800
2804 #: tp/Texinfo/Parser.pm:3872
2805 #, perl-format
2806 msgid ""
2807 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2801 #: tp/Texinfo/Parser.pm:3882
2802 #, perl-format
2803 msgid ""
2804 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
28082805 "value %d)"
28092806 msgstr ""
28102807
2811 #: tp/Texinfo/Parser.pm:3880
2812 #, perl-format
2813 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2814 msgstr ""
2815
2816 #: tp/Texinfo/Parser.pm:3935
2817 #, perl-format
2818 msgid "Accent command `@%s' must not be followed by whitespace"
2819 msgstr ""
2820
2821 #: tp/Texinfo/Parser.pm:3941
2822 #, perl-format
2823 msgid "Use braces to give a command as an argument to @%s"
2808 #: tp/Texinfo/Parser.pm:3891
2809 #, perl-format
2810 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2811 msgstr ""
2812
2813 #: tp/Texinfo/Parser.pm:3947
2814 #, fuzzy, perl-format
2815 msgid "accent command `@%s' must not be followed by whitespace"
2816 msgstr "@item är inte tillåtet i argument till @itemize"
2817
2818 #: tp/Texinfo/Parser.pm:3953
2819 #, fuzzy, perl-format
2820 msgid "use braces to give a command as an argument to @%s"
28242821 msgstr "Använd klamrar för att ge ett komamndo som ett argument till @%s"
28252822
2826 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2823 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
28272824 #, fuzzy, perl-format
28282825 msgid "%c%s expects `i' or `j' as argument, not `%s'"
28292826 msgstr "%c%s förväntar \"i\" eller \"j\" som argument, inte \"%c\""
28302827
2831 #: tp/Texinfo/Parser.pm:3966
2832 #, perl-format
2833 msgid "Accent command `@%s' must not be followed by new line"
2834 msgstr ""
2835
2836 #: tp/Texinfo/Parser.pm:3977
2828 #: tp/Texinfo/Parser.pm:3978
2829 #, fuzzy, perl-format
2830 msgid "accent command `@%s' must not be followed by new line"
2831 msgstr "@item är inte tillåtet i argument till @itemize"
2832
2833 #: tp/Texinfo/Parser.pm:3989
28372834 #, fuzzy, perl-format
28382835 msgid "@%s expected braces"
28392836 msgstr "%c%s förväntade klamrar"
28402837
2841 #: tp/Texinfo/Parser.pm:4136
2838 #: tp/Texinfo/Parser.pm:4148
28422839 #, perl-format
28432840 msgid "undefined flag: %s"
28442841 msgstr "odefinierad flagga: %s"
28452842
2846 #: tp/Texinfo/Parser.pm:4139
2847 msgid "Bad syntax for @value"
2848 msgstr ""
2849
2850 #: tp/Texinfo/Parser.pm:4146
2843 #: tp/Texinfo/Parser.pm:4151
2844 #, fuzzy
2845 msgid "bad syntax for @value"
2846 msgstr "Felaktigt argument till @%s"
2847
2848 #: tp/Texinfo/Parser.pm:4158
28512849 #, fuzzy, perl-format
28522850 msgid "%c%s is obsolete."
28532851 msgstr "%c%s är föråldrat"
28542852
2855 #: tp/Texinfo/Parser.pm:4149
2853 #: tp/Texinfo/Parser.pm:4161
28562854 #, fuzzy, perl-format
28572855 msgid "%c%s is obsolete; %s"
28582856 msgstr "%c%s är föråldrat"
28592857
2860 #: tp/Texinfo/Parser.pm:4157
2858 #: tp/Texinfo/Parser.pm:4170
28612859 #, fuzzy, perl-format
28622860 msgid "@%s should only appear at a line beginning"
28632861 msgstr "%s: kunde inte öppna --css-fil: %s"
28642862
2865 #: tp/Texinfo/Parser.pm:4247
2863 #: tp/Texinfo/Parser.pm:4261
28662864 #, fuzzy, perl-format
28672865 msgid "@%s not allowed inside `@%s' block"
28682866 msgstr "@%s är inte meningsfullt inuti \"@%s\"-block"
28692867
2870 #: tp/Texinfo/Parser.pm:4255
2868 #: tp/Texinfo/Parser.pm:4270
28712869 #, fuzzy, perl-format
28722870 msgid "@%s should only appear in heading or footing"
28732871 msgstr "%s: kunde inte öppna --css-fil: %s"
28742872
2875 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2876 #: tp/Texinfo/Parser.pm:4437
2873 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2874 #: tp/Texinfo/Parser.pm:4458
28772875 #, perl-format
28782876 msgid "@%s not meaningful inside `@%s' block"
28792877 msgstr "@%s är inte meningsfullt inuti \"@%s\"-block"
28802878
2881 #: tp/Texinfo/Parser.pm:4398
2879 #: tp/Texinfo/Parser.pm:4418
28822880 #, fuzzy, perl-format
28832881 msgid "@%s in empty multitable"
28842882 msgstr "%s: tom fil"
28852883
2886 #: tp/Texinfo/Parser.pm:4403
2884 #: tp/Texinfo/Parser.pm:4424
28872885 msgid "@tab before @item"
28882886 msgstr ""
28892887
2890 #: tp/Texinfo/Parser.pm:4406
2891 #, perl-format
2892 msgid "Too many columns in multitable item (max %d)"
2888 #: tp/Texinfo/Parser.pm:4427
2889 #, fuzzy, perl-format
2890 msgid "too many columns in multitable item (max %d)"
28932891 msgstr "För många kolumner i multitabellsobjekt (max %d)"
28942892
2895 #: tp/Texinfo/Parser.pm:4443
2893 #: tp/Texinfo/Parser.pm:4464
28962894 msgid "ignoring @tab outside of multitable"
28972895 msgstr "ignorerar @tab utanför multitabell"
28982896
2899 #: tp/Texinfo/Parser.pm:4447
2897 #: tp/Texinfo/Parser.pm:4468
29002898 #, perl-format
29012899 msgid "@%s outside of table or list"
29022900 msgstr ""
29032901
2904 #: tp/Texinfo/Parser.pm:4482
2905 #, fuzzy, perl-format
2906 msgid "Must be after `@%s' to use `@%s'"
2902 #: tp/Texinfo/Parser.pm:4503
2903 #, fuzzy, perl-format
2904 msgid "must be after `@%s' to use `@%s'"
29072905 msgstr "Måste vara i \"@%s\"-omgivning för att använda \"@%s\""
29082906
2909 #: tp/Texinfo/Parser.pm:4524
2907 #: tp/Texinfo/Parser.pm:4545
29102908 #, perl-format
29112909 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
29122910 msgstr ""
29132911 "@%s är inte meningsfullt utanför \"@titlepage\"- och \"@quotation\"-omgivning"
29142912
2915 #: tp/Texinfo/Parser.pm:4528
2913 #: tp/Texinfo/Parser.pm:4549
29162914 #, fuzzy
29172915 msgid "@dircategory after first node"
29182916 msgstr "@menu sågs innan första @node, skapar \"Top\"-nod"
29192917
2920 #: tp/Texinfo/Parser.pm:4686
2921 #, fuzzy, perl-format
2922 msgid "Region %s inside region %s is not allowed"
2918 #: tp/Texinfo/Parser.pm:4708
2919 #, fuzzy, perl-format
2920 msgid "region %s inside region %s is not allowed"
29232921 msgstr "Fotnoter inuti fotnoter är inte tillåtet"
29242922
2925 #: tp/Texinfo/Parser.pm:4704
2923 #: tp/Texinfo/Parser.pm:4726
29262924 #, fuzzy
29272925 msgid "@direntry after first node"
29282926 msgstr "@menu sågs innan första @node, skapar \"Top\"-nod"
29292927
2930 #: tp/Texinfo/Parser.pm:4712
2928 #: tp/Texinfo/Parser.pm:4734
29312929 #, fuzzy, perl-format
29322930 msgid "@%s seen before first @node"
29332931 msgstr "@menu sågs innan första @node, skapar \"Top\"-nod"
29342932
2935 #: tp/Texinfo/Parser.pm:4714
2933 #: tp/Texinfo/Parser.pm:4737
29362934 msgid ""
29372935 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
29382936 msgstr "din @top-nod ska kanske packas i @ifnottex istället för @ifinfo?"
29392937
2940 #: tp/Texinfo/Parser.pm:4776
2938 #: tp/Texinfo/Parser.pm:4799
29412939 #, fuzzy, perl-format
29422940 msgid "@%s should only appear in math context"
29432941 msgstr "%s: kunde inte öppna --css-fil: %s"
29442942
2945 #: tp/Texinfo/Parser.pm:4784
2946 #, perl-format
2947 msgid "Unknown command `%s'"
2943 #: tp/Texinfo/Parser.pm:4807
2944 #, fuzzy, perl-format
2945 msgid "unknown command `%s'"
29482946 msgstr "Okänt kommando \"%s\""
29492947
2950 #: tp/Texinfo/Parser.pm:4794
2951 #, fuzzy
2952 msgid "Unexpected @"
2948 #: tp/Texinfo/Parser.pm:4817
2949 #, fuzzy
2950 msgid "unexpected @"
29532951 msgstr "\"%s\" förväntades"
29542952
2955 #: tp/Texinfo/Parser.pm:4822
2953 #: tp/Texinfo/Parser.pm:4846
29562954 #, fuzzy, perl-format
29572955 msgid "@%s is not meaningful outside `@float' environment"
29582956 msgstr "@%s är inte meningsfullt utanför \"@float\"-omgivning"
29592957
2960 #: tp/Texinfo/Parser.pm:4826
2958 #: tp/Texinfo/Parser.pm:4851
29612959 #, perl-format
29622960 msgid "@%s should be right below `@float'"
29632961 msgstr ""
29642962
2965 #: tp/Texinfo/Parser.pm:4834
2966 #, perl-format
2967 msgid "Ignoring multiple @%s"
2968 msgstr ""
2969
2970 #: tp/Texinfo/Parser.pm:4950
2971 #, perl-format
2972 msgid "Command @%s does not accept arguments"
2973 msgstr ""
2974
2975 #: tp/Texinfo/Parser.pm:4974
2976 #, fuzzy, perl-format
2977 msgid "Command @%s missing a node or external manual argument"
2963 #: tp/Texinfo/Parser.pm:4859
2964 #, perl-format
2965 msgid "ignoring multiple @%s"
2966 msgstr ""
2967
2968 #: tp/Texinfo/Parser.pm:4975
2969 #, fuzzy, perl-format
2970 msgid "command @%s does not accept arguments"
2971 msgstr "@item är inte tillåtet i argument till @itemize"
2972
2973 #: tp/Texinfo/Parser.pm:4999
2974 #, fuzzy, perl-format
2975 msgid "command @%s missing a node or external manual argument"
29782976 msgstr "%s: filargument saknas.\n"
29792977
2980 #: tp/Texinfo/Parser.pm:4993
2981 #, perl-format
2982 msgid "In @%s empty cross reference name after expansion `%s'"
2983 msgstr ""
2984
2985 #: tp/Texinfo/Parser.pm:5004
2986 #, perl-format
2987 msgid "In @%s empty cross reference title after expansion `%s'"
2988 msgstr ""
2989
2990 #: tp/Texinfo/Parser.pm:5017
2978 #: tp/Texinfo/Parser.pm:5018
2979 #, perl-format
2980 msgid "in @%s empty cross reference name after expansion `%s'"
2981 msgstr ""
2982
2983 #: tp/Texinfo/Parser.pm:5029
2984 #, perl-format
2985 msgid "in @%s empty cross reference title after expansion `%s'"
2986 msgstr ""
2987
2988 #: tp/Texinfo/Parser.pm:5042
29912989 msgid "@image missing filename argument"
29922990 msgstr "@image saknar filnamnsargument"
29932991
2994 #: tp/Texinfo/Parser.pm:5047
2992 #: tp/Texinfo/Parser.pm:5072
29952993 #, fuzzy, perl-format
29962994 msgid "@%s missing first argument"
29972995 msgstr "%s: filargument saknas.\n"
29982996
2999 #: tp/Texinfo/Parser.pm:5169
3000 msgid "Superfluous arguments for node"
3001 msgstr ""
3002
3003 #: tp/Texinfo/Parser.pm:5208
3004 #, fuzzy, perl-format
3005 msgid "Expected @end %s"
2997 #: tp/Texinfo/Parser.pm:5194
2998 #, fuzzy
2999 msgid "superfluous arguments for node"
3000 msgstr "Felaktigt argument till @%s"
3001
3002 #: tp/Texinfo/Parser.pm:5233
3003 #, fuzzy, perl-format
3004 msgid "expected @end %s"
30063005 msgstr "\"%s\" förväntades"
30073006
3008 #: tp/Texinfo/Parser.pm:5283
3009 #, fuzzy, perl-format
3010 msgid "Remaining argument on @%s line: %s"
3007 #: tp/Texinfo/Parser.pm:5309
3008 #, fuzzy, perl-format
3009 msgid "remaining argument on @%s line: %s"
30113010 msgstr "Felaktigt argument till @%s: %s"
30123011
3013 #: tp/Texinfo/Parser.pm:5287
3012 #: tp/Texinfo/Parser.pm:5313
30143013 #, fuzzy, perl-format
30153014 msgid "@%s should only accept a @-command as argument, not `%s'"
30163015 msgstr "Använd klamrar för att ge ett komamndo som ett argument till @%s"
30173016
3018 #: tp/Texinfo/Parser.pm:5362
3019 #, fuzzy, perl-format
3020 msgid "Environment command %s as argument to @%s"
3017 #: tp/Texinfo/Parser.pm:5388
3018 #, fuzzy, perl-format
3019 msgid "environment command %s as argument to @%s"
30213020 msgstr "Använd klamrar för att ge ett komamndo som ett argument till @%s"
30223021
3023 #: tp/Texinfo/Parser.pm:5384
3024 #, perl-format
3025 msgid "Empty @%s"
3026 msgstr ""
3027
3028 #: tp/Texinfo/Parser.pm:5392
3022 #: tp/Texinfo/Parser.pm:5410
3023 #, perl-format
3024 msgid "empty @%s"
3025 msgstr ""
3026
3027 #: tp/Texinfo/Parser.pm:5418
30293028 #, perl-format
30303029 msgid "column fraction not a number: %s"
30313030 msgstr ""
30323031
3033 #: tp/Texinfo/Parser.pm:5401
3032 #: tp/Texinfo/Parser.pm:5427
30343033 #, fuzzy, perl-format
30353034 msgid "@sp arg must be numeric, not `%s'"
30363035 msgstr "%s: argumentet %s måste vara numeriskt, inte \"%s\".\n"
30373036
3038 #: tp/Texinfo/Parser.pm:5409
3039 #, perl-format
3040 msgid "Reserved index name %s"
3041 msgstr ""
3042
3043 #: tp/Texinfo/Parser.pm:5428
3044 #, fuzzy, perl-format
3045 msgid "Unknown source index in @%s: %s"
3037 #: tp/Texinfo/Parser.pm:5436
3038 #, perl-format
3039 msgid "reserved index name %s"
3040 msgstr ""
3041
3042 #: tp/Texinfo/Parser.pm:5455
3043 #, fuzzy, perl-format
3044 msgid "unknown source index in @%s: %s"
30463045 msgstr "Okänt index \"%s\""
30473046
3048 #: tp/Texinfo/Parser.pm:5431
3049 #, fuzzy, perl-format
3050 msgid "Unknown destination index in @%s: %s"
3047 #: tp/Texinfo/Parser.pm:5458
3048 #, fuzzy, perl-format
3049 msgid "unknown destination index in @%s: %s"
30513050 msgstr "Okänt index \"%s\""
30523051
3053 #: tp/Texinfo/Parser.pm:5461
3052 #: tp/Texinfo/Parser.pm:5488
30543053 #, perl-format
30553054 msgid "@%s leads to a merging of %s in itself, ignoring"
30563055 msgstr ""
30573056
3058 #: tp/Texinfo/Parser.pm:5474
3059 #, perl-format
3060 msgid "Unknown index `%s' in @printindex"
3057 #: tp/Texinfo/Parser.pm:5501
3058 #, fuzzy, perl-format
3059 msgid "unknown index `%s' in @printindex"
30613060 msgstr "Okänt index \"%s\" i @printindex"
30623061
3063 #: tp/Texinfo/Parser.pm:5480
3064 #, perl-format
3065 msgid "Printing an index `%s' merged in another one `%s'"
3066 msgstr ""
3067
3068 #: tp/Texinfo/Parser.pm:5488
3069 #, perl-format
3070 msgid "Printindex before document beginning: @printindex %s"
3071 msgstr ""
3072
3073 #: tp/Texinfo/Parser.pm:5504
3062 #: tp/Texinfo/Parser.pm:5507
3063 #, perl-format
3064 msgid "printing an index `%s' merged in another one `%s'"
3065 msgstr ""
3066
3067 #: tp/Texinfo/Parser.pm:5515
3068 #, perl-format
3069 msgid "printindex before document beginning: @printindex %s"
3070 msgstr ""
3071
3072 #: tp/Texinfo/Parser.pm:5531
30743073 #, fuzzy, perl-format
30753074 msgid "@%s arg must be `top' or `bottom', not `%s'"
30763075 msgstr "%s: argumentet %s måste vara numeriskt, inte \"%s\".\n"
30773076
3078 #: tp/Texinfo/Parser.pm:5512
3077 #: tp/Texinfo/Parser.pm:5539
30793078 #, perl-format
30803079 msgid "Only @%s 10 or 11 is supported, not `%s'"
30813080 msgstr "Endast @%s 10 eller 11 stöds, inte \"%s\""
30823081
3083 #: tp/Texinfo/Parser.pm:5520
3082 #: tp/Texinfo/Parser.pm:5547
30843083 #, fuzzy, perl-format
30853084 msgid "@%s arg must be `separate' or `end', not `%s'"
30863085 msgstr ""
30873086 "%s: argumentet --footnote-style måste vara \"separate\" eller \"end\", inte "
30883087 "\"%s\".\n"
30893088
3090 #: tp/Texinfo/Parser.pm:5528
3089 #: tp/Texinfo/Parser.pm:5555
30913090 #, fuzzy, perl-format
30923091 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
30933092 msgstr "%s: argumentet %s måste vara numeriskt, inte \"%s\".\n"
30943093
3095 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3094 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
30963095 #, fuzzy, perl-format
30973096 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
30983097 msgstr ""
30993098 "%s: argumentet --paragraph-indent måste vara numeriskt/\"none\"/\"asis\", "
31003099 "inte \"%s\".\n"
31013100
3102 #: tp/Texinfo/Parser.pm:5559
3101 #: tp/Texinfo/Parser.pm:5586
31033102 #, fuzzy, perl-format
31043103 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
31053104 msgstr ""
31063105 "%s: argumentet --paragraph-indent måste vara numeriskt/\"none\"/\"asis\", "
31073106 "inte \"%s\".\n"
31083107
3109 #: tp/Texinfo/Parser.pm:5569
3108 #: tp/Texinfo/Parser.pm:5596
31103109 #, fuzzy, perl-format
31113110 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
31123111 msgstr ""
31133112 "%s: argumentet --paragraph-indent måste vara numeriskt/\"none\"/\"asis\", "
31143113 "inte \"%s\".\n"
31153114
3116 #: tp/Texinfo/Parser.pm:5580
3117 #, perl-format
3118 msgid "Expected @%s on or off, not `%s'"
3115 #: tp/Texinfo/Parser.pm:5607
3116 #, fuzzy, perl-format
3117 msgid "expected @%s on or off, not `%s'"
31193118 msgstr "Förväntade @%s on eller off, inte \"%s\""
31203119
3121 #: tp/Texinfo/Parser.pm:5590
3120 #: tp/Texinfo/Parser.pm:5617
31223121 #, perl-format
31233122 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
31243123 msgstr ""
31253124
3126 #: tp/Texinfo/Parser.pm:5598
3125 #: tp/Texinfo/Parser.pm:5625
31273126 #, fuzzy, perl-format
31283127 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
31293128 msgstr ""
31303129 "%s: argumentet --footnote-style måste vara \"separate\" eller \"end\", inte "
31313130 "\"%s\".\n"
31323131
3133 #: tp/Texinfo/Parser.pm:5606
3132 #: tp/Texinfo/Parser.pm:5633
31343133 #, fuzzy, perl-format
31353134 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
31363135 msgstr ""
31373136 "%s: argumentet --footnote-style måste vara \"separate\" eller \"end\", inte "
31383137 "\"%s\".\n"
31393138
3140 #: tp/Texinfo/Report.pm:100
3141 #, fuzzy, perl-format
3142 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3143 msgstr "%s:%d: varning: "
3144
3145 #: tp/Texinfo/Report.pm:103
3146 #, fuzzy, perl-format
3147 msgid "%s:%d: warning: %s\n"
3148 msgstr "%s:%d: varning: "
3149
3150 #: tp/Texinfo/Report.pm:146
3151 #, fuzzy, perl-format
3152 msgid "warning: %s\n"
3153 msgstr "%s:%d: varning: "
3154
31553139 #: tp/Texinfo/Structuring.pm:231
31563140 #, perl-format
3157 msgid "Raising the section level of @%s which is too low"
3141 msgid "raising the section level of @%s which is too low"
31583142 msgstr ""
31593143
31603144 #: tp/Texinfo/Structuring.pm:263
31613145 #, perl-format
3162 msgid "No chapter-level command before @%s"
3146 msgid "no chapter-level command before @%s"
31633147 msgstr ""
31643148
31653149 #: tp/Texinfo/Structuring.pm:268
31663150 #, perl-format
3167 msgid "Lowering the section level of @%s appearing after a lower element"
3151 msgid "lowering the section level of @%s appearing after a lower element"
31683152 msgstr ""
31693153
31703154 #: tp/Texinfo/Structuring.pm:347
31713155 #, perl-format
3172 msgid "No sectioning command associated with @%s"
3156 msgid "no sectioning command associated with @%s"
31733157 msgstr ""
31743158
31753159 #: tp/Texinfo/Structuring.pm:568
31763160 #, fuzzy, perl-format
3177 msgid "Menu reference to nonexistent node `%s'"
3161 msgid "menu reference to nonexistent node `%s'"
31783162 msgstr "orefererad nod \"%s\""
31793163
31803164 #: tp/Texinfo/Structuring.pm:583
31813165 #, perl-format
3182 msgid "Menu entry node name `%s' different from %s name `%s'"
3166 msgid "menu entry node name `%s' different from %s name `%s'"
31833167 msgstr ""
31843168
31853169 #: tp/Texinfo/Structuring.pm:619
31893173
31903174 #: tp/Texinfo/Structuring.pm:665
31913175 #, perl-format
3192 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3176 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31933177 msgstr ""
31943178
31953179 #: tp/Texinfo/Structuring.pm:672
31963180 #, perl-format
3197 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3181 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31983182 msgstr ""
31993183
32003184 #: tp/Texinfo/Structuring.pm:690
32013185 #, perl-format
3202 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3186 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
32033187 msgstr ""
32043188
32053189 #: tp/Texinfo/Structuring.pm:744
32133197 msgstr "orefererad nod \"%s\""
32143198
32153199 #: tp/Texinfo/Structuring.pm:790
3216 #, perl-format
3217 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3200 #, fuzzy, perl-format
3201 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
32183202 msgstr "Noden \"%s\" saknar menypost för \"%s\" trots att den är dess Upp-mål"
32193203
32203204 #: tp/Texinfo/Structuring.pm:798
32213205 #, perl-format
3222 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3206 msgid "for `%s', up in menu `%s' and up `%s' don't match"
32233207 msgstr ""
32243208
32253209 #: tp/Texinfo/Structuring.pm:1282
32343218 msgid "@%s to `%s', different from %s name `%s'"
32353219 msgstr ""
32363220
3237 #: tp/Texinfo/Structuring.pm:1939
3238 #, fuzzy, perl-format
3239 msgid "Empty index key in @%s"
3221 #: tp/Texinfo/Structuring.pm:1959
3222 #, fuzzy, perl-format
3223 msgid "empty index key in @%s"
32403224 msgstr "inga indexposter för \"%s\" hittades\n"
32413225
32423226 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
32433227 #, fuzzy, perl-format
3244 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3228 msgid "chm.pm: could not open %s for writing: %s\n"
32453229 msgstr "%s: kunde inte öppna --css-fil: %s"
32463230
32473231 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
32483232 #, fuzzy, perl-format
3249 msgid "chm.pm:%s: Error on closing: %s"
3233 msgid "chm.pm: error on closing %s: %s"
32503234 msgstr "fel vid skrivning till \"%s\""
32513235
3252 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3253 #, fuzzy, perl-format
3254 msgid "tex4ht.pm:%s: Cannot open: %s"
3236 #: tp/init/latex2html.pm:200
3237 #, fuzzy, perl-format
3238 msgid "l2h: could not open latex file %s for writing: %s"
3239 msgstr "%s: kunde inte öppna --css-fil: %s"
3240
3241 #: tp/init/latex2html.pm:341
3242 msgid "l2h: L2H_TMP directory contains a dot"
3243 msgstr ""
3244
3245 #: tp/init/latex2html.pm:346
3246 msgid "l2h: current directory contains a dot"
3247 msgstr ""
3248
3249 #: tp/init/latex2html.pm:374
3250 #, perl-format
3251 msgid "l2h: command did not succeed: %s"
3252 msgstr ""
3253
3254 #: tp/init/latex2html.pm:422
3255 #, perl-format
3256 msgid "l2h: image has invalid extension: %s"
3257 msgstr ""
3258
3259 #: tp/init/latex2html.pm:438
3260 #, perl-format
3261 msgid "l2h: rename %s as %s failed: %s"
3262 msgstr ""
3263
3264 #: tp/init/latex2html.pm:460
3265 #, fuzzy, perl-format
3266 msgid "l2h: could not open %s: %s"
3267 msgstr "%s: kunde inte öppna --css-fil: %s"
3268
3269 #: tp/init/latex2html.pm:493
3270 #, perl-format
3271 msgid "latex2html.pm: end of @%s item %d not found"
3272 msgstr ""
3273
3274 #: tp/init/latex2html.pm:504
3275 #, perl-format
3276 msgid ""
3277 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3278 "of items found in the document"
3279 msgstr ""
3280
3281 #: tp/init/latex2html.pm:534
3282 #, perl-format
3283 msgid "l2h: could not determine the fragment %d for @%s"
3284 msgstr ""
3285
3286 #: tp/init/latex2html.pm:560
3287 #, perl-format
3288 msgid ""
3289 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3290 "HTML"
3291 msgstr ""
3292
3293 #: tp/init/latex2html.pm:621
3294 #, fuzzy, perl-format
3295 msgid "l2h: could not load %s: %s"
3296 msgstr "%s: kunde inte öppna --css-fil: %s"
3297
3298 #: tp/init/latex2html.pm:634
3299 #, fuzzy, perl-format
3300 msgid "l2h: could not open %s for writing: %s"
3301 msgstr "%s: kunde inte öppna --css-fil: %s"
3302
3303 #: tp/init/tex4ht.pm:123
3304 #, fuzzy, perl-format
3305 msgid "tex4ht.pm: could not open %s: %s"
32553306 msgstr "Kan inte hitta \"%s\"."
32563307
32573308 #: tp/init/tex4ht.pm:219
3258 #, perl-format
3259 msgid "tex4ht.pm:%s: chdir failed: %s"
3260 msgstr ""
3309 #, fuzzy, perl-format
3310 msgid "tex4ht.pm: chdir %s failed: %s"
3311 msgstr "Kan inte hitta \"%s\"."
32613312
32623313 #: tp/init/tex4ht.pm:232
32633314 #, perl-format
3264 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3315 msgid "tex4ht.pm: unable to return to initial directory: %s"
32653316 msgstr ""
32663317
32673318 #: tp/init/tex4ht.pm:244
32683319 #, fuzzy, perl-format
3269 msgid "tex4ht.pm: Output file missing: %s"
3320 msgid "tex4ht.pm: output file missing: %s"
32703321 msgstr "kan inte skapa utdatafilen \"%s\""
32713322
32723323 #: tp/init/tex4ht.pm:260
3273 #, perl-format
3274 msgid "tex4ht.pm: Command failed: %s"
3275 msgstr ""
3324 #, fuzzy, perl-format
3325 msgid "tex4ht.pm: command failed: %s"
3326 msgstr "Kan inte hitta \"%s\"."
3327
3328 #: tp/init/tex4ht.pm:267
3329 #, fuzzy, perl-format
3330 msgid "tex4ht.pm: could not open: %s"
3331 msgstr "Kan inte hitta \"%s\"."
32763332
32773333 #: tp/init/tex4ht.pm:293
32783334 #, perl-format
32833339 #, perl-format
32843340 msgid ""
32853341 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3286 "items found in the document"
3287 msgstr ""
3288
3289 #: tp/init/tex4ht.pm:319
3290 #, perl-format
3291 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3292 msgstr ""
3293
3294 #: tp/texi2any.pl:375
3342 "items found in the document for @%s"
3343 msgstr ""
3344
3345 #: tp/init/tex4ht.pm:320
3346 #, fuzzy, perl-format
3347 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3348 msgstr "kan inte skapa utdatafilen \"%s\""
3349
3350 #: tp/init/tex4ht.pm:335
3351 #, perl-format
3352 msgid ""
3353 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3354 "items found in the document for @%s"
3355 msgstr ""
3356
3357 #: tp/texi2any.pl:379
32953358 #, fuzzy, perl-format
32963359 msgid "error loading %s: %s\n"
32973360 msgstr "fel vid skrivning till \"%s\""
32983361
3299 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3300 #, fuzzy, perl-format
3301 msgid "Unknown variable %s\n"
3362 #: tp/texi2any.pl:392
3363 #, fuzzy, perl-format
3364 msgid "%s: unknown variable %s"
33023365 msgstr "Okänt kommando \"%s\""
33033366
3304 #: tp/texi2any.pl:468
3305 #, fuzzy, perl-format
3306 msgid "Can't read init file %s"
3367 #: tp/texi2any.pl:396
3368 #, fuzzy, perl-format
3369 msgid "%s: obsolete variable %s\n"
3370 msgstr "Ställ in variabel: "
3371
3372 #: tp/texi2any.pl:411
3373 #, fuzzy, perl-format
3374 msgid "%s: unknown variable %s\n"
3375 msgstr "Okänt kommando \"%s\""
3376
3377 #: tp/texi2any.pl:415
3378 #, fuzzy, perl-format
3379 msgid "obsolete variable %s\n"
3380 msgstr "Ställ in variabel: "
3381
3382 #: tp/texi2any.pl:480
3383 #, fuzzy, perl-format
3384 msgid "could not read init file %s"
33073385 msgstr "kan inte öppna indatafilen \"%s\""
33083386
3309 #: tp/texi2any.pl:619
3310 #, perl-format
3311 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3387 #: tp/texi2any.pl:633
3388 #, fuzzy, perl-format
3389 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
33123390 msgstr "%s: Ignorerar okänt TEXINFO_OUTPUT_FORMAT-värde \"%s\".\n"
33133391
3314 #: tp/texi2any.pl:691
3392 #: tp/texi2any.pl:710
33153393 #, fuzzy
33163394 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
33173395 msgstr "Användning: %s [FLAGGA]... TEXINFO-FIL...\n"
33183396
3319 #: tp/texi2any.pl:692
3397 #: tp/texi2any.pl:711
33203398 #, fuzzy
33213399 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
33223400 msgstr "Användning: %s [FLAGGA]... TEXINFO-FIL...\n"
33233401
3324 #: tp/texi2any.pl:694
3402 #: tp/texi2any.pl:713
33253403 msgid ""
33263404 "Translate Texinfo source documentation to various other formats, by default\n"
33273405 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
33293407 "Översätt Texinfo-källdokumentation till diverse andra format, som standard\n"
33303408 "infofiler som är lämpliga för läsning med Emacs eller GNU Info.\n"
33313409
3332 #: tp/texi2any.pl:697
3410 #: tp/texi2any.pl:716
33333411 #, fuzzy, perl-format
33343412 msgid ""
33353413 "General options:\n"
33593437 " -v, --verbose förklara vad som görs.\n"
33603438 " --version visa versionsinformation och avsluta.\n"
33613439
3362 #: tp/texi2any.pl:712
3440 #: tp/texi2any.pl:731
33633441 #, fuzzy
33643442 msgid ""
33653443 "Output format selection (default is to produce Info):\n"
33753453 " --xml generera Texinfo XML istället för Info.\n"
33763454 " --plaintext generera vanlig text istället för Info.\n"
33773455
3378 #: tp/texi2any.pl:720
3456 #: tp/texi2any.pl:739
33793457 #, fuzzy
33803458 msgid ""
33813459 "General output options:\n"
34153493 " --number-sections generera kapitel- och avsnittsnummer.\n"
34163494 " -o, --output=FIL generera till FIL (katalog om delad HTML).\n"
34173495
3418 #: tp/texi2any.pl:740
3496 #: tp/texi2any.pl:759
34193497 #, perl-format
34203498 msgid ""
34213499 "Options for Info and plain text:\n"
34573535 " --split-size=ANTAL dela upp Info-filer vid storleken ANTAL\n"
34583536 " (standardvärde %d).\n"
34593537
3460 #: tp/texi2any.pl:757
3538 #: tp/texi2any.pl:776
34613539 #, fuzzy
34623540 msgid ""
34633541 "Options for HTML:\n"
34783556 " --transliterate-file-names\n"
34793557 " producera filnamn i ASCII-translitteration.\n"
34803558
3481 #: tp/texi2any.pl:768
3559 #: tp/texi2any.pl:787
34823560 msgid ""
34833561 "Options for XML and Docbook:\n"
34843562 " --output-indent=VAL does nothing, retained for compatibility.\n"
34853563 msgstr ""
34863564
3487 #: tp/texi2any.pl:771
3565 #: tp/texi2any.pl:790
34883566 msgid ""
34893567 "Options for DVI/PS/PDF:\n"
34903568 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34913569 msgstr ""
34923570
3493 #: tp/texi2any.pl:774
3571 #: tp/texi2any.pl:793
34943572 #, fuzzy
34953573 msgid ""
34963574 "Input file options:\n"
35103588 " -U VARIABEL odefiniera variabeln VARIABEL, som med "
35113589 "@clear.\n"
35123590
3513 #: tp/texi2any.pl:781
3591 #: tp/texi2any.pl:800
35143592 #, fuzzy
35153593 msgid ""
35163594 "Conditional processing in input:\n"
35483626 "\n"
35493627 " Dessutom, för flaggorna --no-ifFORMAT, behandla @ifnotFORMAT-text.\n"
35503628
3551 #: tp/texi2any.pl:798
3629 #: tp/texi2any.pl:817
35523630 #, fuzzy
35533631 msgid ""
35543632 " The defaults for the @if... conditionals depend on the output format:\n"
35643642 " om vanlig text genereras är --ifplaintext på och de andra av;\n"
35653643 " om XML genereras är --ifxml på och de andra av.\n"
35663644
3567 #: tp/texi2any.pl:805
3645 #: tp/texi2any.pl:824
35683646 #, fuzzy
35693647 msgid ""
35703648 "Examples:\n"
35953673 " makeinfo --no-split apa.texi skriv en Info-fil hur stor den än "
35963674 "är\n"
35973675
3598 #: tp/texi2any.pl:852
3676 #: tp/texi2any.pl:871
35993677 #, perl-format
36003678 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
36013679 msgstr ""
36023680 "%s: argumentet --footnote-style måste vara \"separate\" eller \"end\", inte "
36033681 "\"%s\".\n"
36043682
3605 #: tp/texi2any.pl:934
3683 #: tp/texi2any.pl:953
36063684 #, perl-format
36073685 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
36083686 msgstr ""
36093687 "%s: argumentet --paragraph-indent måste vara numeriskt/\"none\"/\"asis\", "
36103688 "inte \"%s\".\n"
36113689
3612 #: tp/texi2any.pl:1011
3613 #, perl-format
3614 msgid "when generating %s, only one input FILE may be specified with -o"
3615 msgstr ""
3616
3617 #: tp/texi2any.pl:1015
3690 #: tp/texi2any.pl:1030
3691 #, perl-format
3692 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3693 msgstr ""
3694
3695 #: tp/texi2any.pl:1034
36183696 msgid "--Xopt option without printed output"
36193697 msgstr ""
36203698
3621 #: tp/texi2any.pl:1025
3622 #, fuzzy, perl-format
3623 msgid "Unknown tree transformation %s"
3699 #: tp/texi2any.pl:1044
3700 #, fuzzy, perl-format
3701 msgid "unknown tree transformation %s"
36243702 msgstr "Okänt kommando \"%s\""
36253703
3626 #: tp/texi2any.pl:1032
3627 #, perl-format
3628 msgid "Ignoring splitting for format %s"
3629 msgstr ""
3630
3631 #: tp/texi2any.pl:1081
3704 #: tp/texi2any.pl:1051
3705 #, perl-format
3706 msgid "ignoring splitting for format %s"
3707 msgstr ""
3708
3709 #: tp/texi2any.pl:1101
36323710 #, perl-format
36333711 msgid "%s: missing file argument.\n"
36343712 msgstr "%s: filargument saknas.\n"
36353713
3636 #: tp/texi2any.pl:1082
3714 #: tp/texi2any.pl:1102
36373715 #, perl-format
36383716 msgid "Try `%s --help' for more information.\n"
36393717 msgstr "Prova \"%s --help\" för mer information.\n"
36403718
3641 #: tp/texi2any.pl:1153
3719 #: tp/texi2any.pl:1173
36423720 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36433721 msgstr ""
36443722
3645 #: tp/texi2any.pl:1175
3646 #, fuzzy, perl-format
3647 msgid "Error on closing macro expand file %s: %s\n"
3723 #: tp/texi2any.pl:1195
3724 #, fuzzy, perl-format
3725 msgid "error on closing macro expand file %s: %s\n"
36483726 msgstr "fel vid stängning av utdatafilen \"%s\""
36493727
3650 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3651 #, fuzzy, perl-format
3652 msgid "Could not open %s for writing: %s\n"
3728 #: tp/texi2any.pl:1201
3729 #, fuzzy, perl-format
3730 msgid "could not open %s for writing: %s\n"
36533731 msgstr "%s: kunde inte öppna --css-fil: %s"
36543732
3655 #: tp/texi2any.pl:1205
3733 #: tp/texi2any.pl:1226
36563734 msgid ""
36573735 "insert_nodes_for_sectioning_commands transformation return no result. No "
36583736 "section?"
36593737 msgstr ""
36603738
3661 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3662 #, fuzzy, perl-format
3663 msgid "Error on closing %s: %s\n"
3739 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3740 #, fuzzy, perl-format
3741 msgid "%s: error on closing %s: %s\n"
36643742 msgstr "fel vid skrivning till \"%s\""
36653743
3666 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3667 #, perl-format
3668 msgid "Error on closing internal links file %s: %s\n"
3669 msgstr ""
3744 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3745 #, fuzzy, perl-format
3746 msgid "%s: error on closing internal links file %s: %s\n"
3747 msgstr "fel vid stängning av utdatafilen \"%s\""
3748
3749 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3750 #, fuzzy, perl-format
3751 msgid "%s: could not open %s for writing: %s\n"
3752 msgstr "%s: kunde inte öppna --css-fil: %s"
36703753
36713754 #: util/texindex.c:223
36723755 msgid "display this help and exit"
37263809 msgstr "posten %s följer på en post med ett sekundärt namn"
37273810
37283811 #, fuzzy
3812 #~ msgid "Can't create directories `%s': %s"
3813 #~ msgstr "Kan inte skapa katalogen \"%s\": %s"
3814
3815 #, fuzzy
3816 #~ msgid "Can't read file %s: %s"
3817 #~ msgstr "Kan inte ta bort filen \"%s\": %s"
3818
3819 #, fuzzy
3820 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3821 #~ msgstr "%s:%d: varning: "
3822
3823 #, fuzzy
3824 #~ msgid "%s:%d: warning: %s\n"
3825 #~ msgstr "%s:%d: varning: "
3826
3827 #, fuzzy
3828 #~ msgid "warning: %s\n"
3829 #~ msgstr "%s:%d: varning: "
3830
3831 #, fuzzy
3832 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3833 #~ msgstr "%s: kunde inte öppna --css-fil: %s"
3834
3835 #, fuzzy
37293836 #~ msgid "tex4ht error opening %s: %s"
37303837 #~ msgstr "fel vid skrivning till \"%s\""
37313838
37323839 #, fuzzy
3733 #~ msgid "Error on closing renamed nodes file %s: %s"
3734 #~ msgstr "fel vid stängning av utdatafilen \"%s\""
3735
3736 #, fuzzy
37373840 #~ msgid "Node `%s' that is to be renamed exists"
37383841 #~ msgstr "Indexet \"%s\" finns redan"
3739
3740 #, fuzzy
3741 #~ msgid "Unknown variable %s"
3742 #~ msgstr "Okänt kommando \"%s\""
37433842
37443843 #~ msgid "ferror on stdout\n"
37453844 #~ msgstr "ferror-fel på standard ut\n"
38603959
38613960 #~ msgid "Footnotes"
38623961 #~ msgstr "Fotnoter"
3863
3864 #~ msgid "%s: could not open --css-file: %s"
3865 #~ msgstr "%s: kunde inte öppna --css-fil: %s"
38663962
38673963 # to pop?
38683964 #~ msgid "[unexpected] no html tag to pop"
41634259
41644260 #~ msgid "Expected `%s'"
41654261 #~ msgstr "\"%s\" förväntades"
4166
4167 #~ msgid "Can't create directory `%s': %s"
4168 #~ msgstr "Kan inte skapa katalogen \"%s\": %s"
41694262
41704263 #~ msgid "No `%s' found in `%s'"
41714264 #~ msgstr "Inget \"%s\" hittades i \"%s\""
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: texinfo 4.13.95\n"
8 "Project-Id-Version: texinfo 4.13.96\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
10 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1111 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313 "Language-Team: LANGUAGE <LL@li.org>\n"
391391 msgstr ""
392392
393393 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
394 #: tp/texi2any.pl:829 util/texindex.c:295
394 #: tp/texi2any.pl:848 util/texindex.c:295
395395 #, c-format, perl-format
396396 msgid ""
397397 "Copyright (C) %s Free Software Foundation, Inc.\n"
18971897 " --version display version information and exit."
18981898 msgstr ""
18991899
1900 #: install-info/install-info.c:598 tp/texi2any.pl:817
1900 #: install-info/install-info.c:598 tp/texi2any.pl:836
19011901 msgid ""
19021902 "Email bug reports to bug-texinfo@gnu.org,\n"
19031903 "general questions and discussion to help-texinfo@gnu.org.\n"
19901990 msgstr ""
19911991
19921992 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
1993 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
1994 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
1995 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
1996 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
1997 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
1998 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
1993 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
1994 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
1995 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
1996 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
1997 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
1998 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
19991999 #: tp/Texinfo/Convert/TexinfoXML.pm:429
20002000 #, perl-format
2001 msgid "Could not open %s for writing: %s"
2001 msgid "could not open %s for writing: %s"
20022002 msgstr ""
20032003
20042004 #: tp/Texinfo/Common.pm:850
20242024 msgid "%s is not a valid split possibility"
20252025 msgstr ""
20262026
2027 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2028 #, perl-format
2029 msgid "Cannot read %s: %s"
2030 msgstr ""
2031
2032 #: tp/Texinfo/Common.pm:1113
2033 #, perl-format
2034 msgid "Error on closing @verbatiminclude file %s: %s"
2035 msgstr ""
2036
2037 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2038 #, perl-format
2039 msgid "@%s: Cannot find %s"
2040 msgstr ""
2041
2042 #: tp/Texinfo/Common.pm:1416
2043 #, perl-format
2044 msgid "Cannot open html refs config file %s: %s"
2045 msgstr ""
2046
2047 #: tp/Texinfo/Common.pm:1444
2048 msgid "Missing type"
2049 msgstr ""
2050
2051 #: tp/Texinfo/Common.pm:1447
2052 #, perl-format
2053 msgid "Unrecognized type: %s"
2054 msgstr ""
2055
2056 #: tp/Texinfo/Common.pm:1463
2057 #, perl-format
2058 msgid "Error on closing html refs config file %s: %s"
2059 msgstr ""
2060
2061 #: tp/Texinfo/Common.pm:1498
2062 #, perl-format
2063 msgid "%s:%d: no node to be renamed\n"
2064 msgstr ""
2065
2066 #: tp/Texinfo/Common.pm:1509
2067 #, perl-format
2068 msgid "%s:%d: nodes without a new name at the end of file\n"
2069 msgstr ""
2070
2071 #: tp/Texinfo/Common.pm:2000
2072 #, perl-format
2073 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2027 #: tp/Texinfo/Common.pm:1096
2028 #, perl-format
2029 msgid "could not read %s: %s"
2030 msgstr ""
2031
2032 #: tp/Texinfo/Common.pm:1114
2033 #, perl-format
2034 msgid "error on closing @verbatiminclude file %s: %s"
2035 msgstr ""
2036
2037 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2038 #, perl-format
2039 msgid "@%s: could not find %s"
2040 msgstr ""
2041
2042 #: tp/Texinfo/Common.pm:1417
2043 #, perl-format
2044 msgid "could not open html refs config file %s: %s"
2045 msgstr ""
2046
2047 #: tp/Texinfo/Common.pm:1445
2048 msgid "missing type"
2049 msgstr ""
2050
2051 #: tp/Texinfo/Common.pm:1448
2052 #, perl-format
2053 msgid "unrecognized type: %s"
2054 msgstr ""
2055
2056 #: tp/Texinfo/Common.pm:1465
2057 #, perl-format
2058 msgid "error on closing html refs config file %s: %s"
2059 msgstr ""
2060
2061 #: tp/Texinfo/Common.pm:1500
2062 msgid "no node to be renamed"
2063 msgstr ""
2064
2065 #: tp/Texinfo/Common.pm:1511
2066 msgid "nodes without a new name at the end of file"
2067 msgstr ""
2068
2069 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2070 #, perl-format
2071 msgid "could not open %s: %s"
2072 msgstr ""
2073
2074 #: tp/Texinfo/Common.pm:2002
2075 #, perl-format
2076 msgid "could not protect hash character in @%s"
20742077 msgstr ""
20752078
20762079 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2077 #: tp/texi2any.pl:387 tp/texi2any.pl:404
20782080 #, perl-format
20792081 msgid "Obsolete variable %s\n"
20802082 msgstr ""
20812083
20822084 #: tp/Texinfo/Convert/Converter.pm:601
20832085 #, perl-format
2084 msgid "Can't create directories `%s' or `%s': %s"
2086 msgid "could not create directories `%s' or `%s': %s"
20852087 msgstr ""
20862088
20872089 #: tp/Texinfo/Convert/Converter.pm:609
20882090 #, perl-format
2089 msgid "Can't create directories `%s': %s"
2090 msgstr ""
2091
2092 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2093 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2094 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2095 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2096 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2097 #, perl-format
2098 msgid "Error on closing %s: %s"
2099 msgstr ""
2100
2101 #: tp/Texinfo/Convert/DocBook.pm:898
2091 msgid "could not create directory `%s': %s"
2092 msgstr ""
2093
2094 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2095 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2096 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2097 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2098 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2099 #, perl-format
2100 msgid "error on closing %s: %s"
2101 msgstr ""
2102
2103 #: tp/Texinfo/Convert/DocBook.pm:899
21022104 #, perl-format
21032105 msgid "@image file `%s' not found, using `%s'"
21042106 msgstr ""
21052107
2106 #: tp/Texinfo/Convert/HTML.pm:1677
2108 #: tp/Texinfo/Convert/HTML.pm:1678
21072109 #, perl-format
21082110 msgid "@image file `%s' (for HTML) not found, using `%s'"
21092111 msgstr ""
21102112
2111 #: tp/Texinfo/Convert/HTML.pm:2345
2112 #, perl-format
2113 msgid "Raw format %s is not converted"
2114 msgstr ""
2115
2116 #: tp/Texinfo/Convert/HTML.pm:4814
2117 #, perl-format
2118 msgid "%s:%d: string not closed in css file"
2113 #: tp/Texinfo/Convert/HTML.pm:2347
2114 #, perl-format
2115 msgid "raw format %s is not converted"
21192116 msgstr ""
21202117
21212118 #: tp/Texinfo/Convert/HTML.pm:4816
2122 #, perl-format
2123 msgid "%s:%d: --css-include ended in comment"
2119 msgid "string not closed in css file"
21242120 msgstr ""
21252121
21262122 #: tp/Texinfo/Convert/HTML.pm:4818
2127 #, perl-format
2128 msgid "%s:%d: @import not finished in css file"
2129 msgstr ""
2130
2131 #: tp/Texinfo/Convert/HTML.pm:4844
2132 #, perl-format
2133 msgid "css file %s not found"
2134 msgstr ""
2135
2136 #: tp/Texinfo/Convert/HTML.pm:4850
2123 msgid "--css-include ended in comment"
2124 msgstr ""
2125
2126 #: tp/Texinfo/Convert/HTML.pm:4820
2127 msgid "@import not finished in css file"
2128 msgstr ""
2129
2130 #: tp/Texinfo/Convert/HTML.pm:4846
2131 #, perl-format
2132 msgid "CSS file %s not found"
2133 msgstr ""
2134
2135 #: tp/Texinfo/Convert/HTML.pm:4852
21372136 #, perl-format
21382137 msgid "could not open --include-file %s: %s"
21392138 msgstr ""
21402139
2141 #: tp/Texinfo/Convert/HTML.pm:4860
2142 #, perl-format
2143 msgid "Error on closing CSS file %s: %s"
2144 msgstr ""
2145
2146 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2147 #, perl-format
2148 msgid "No htmlxref.cnf entry found for `%s'"
2149 msgstr ""
2150
2151 #: tp/Texinfo/Convert/HTML.pm:6495
2152 #, perl-format
2153 msgid "Error on closing frame file %s: %s"
2154 msgstr ""
2155
2156 #: tp/Texinfo/Convert/HTML.pm:6519
2157 #, perl-format
2158 msgid "Error on closing TOC frame file %s: %s"
2159 msgstr ""
2160
2161 #: tp/Texinfo/Convert/HTML.pm:6634
2162 #, perl-format
2163 msgid "Handler %s of stage %s priority %s failed"
2164 msgstr ""
2165
2166 #: tp/Texinfo/Convert/HTML.pm:6835
2167 msgid "Must specify a title with a title command or @top"
2168 msgstr ""
2169
2170 #: tp/Texinfo/Convert/HTML.pm:7040
2171 #, perl-format
2172 msgid "Error on closing redirection node file %s: %s"
2173 msgstr ""
2174
2175 #: tp/Texinfo/Convert/HTML.pm:7065
2176 #, perl-format
2177 msgid "Old name for `%s' is a node of the document"
2178 msgstr ""
2179
2180 #: tp/Texinfo/Convert/HTML.pm:7069
2181 #, perl-format
2182 msgid "File empty for renamed node `%s'"
2183 msgstr ""
2184
2185 #: tp/Texinfo/Convert/HTML.pm:7081
2186 #, perl-format
2187 msgid "Target node (new name for `%s') not in document: %s"
2188 msgstr ""
2189
2190 #: tp/Texinfo/Convert/HTML.pm:7113
2191 #, perl-format
2192 msgid "Error on closing renamed node redirection file %s: %s"
2193 msgstr ""
2194
2195 #: tp/Texinfo/Convert/HTML.pm:7151
2196 msgid "Empty node name"
2197 msgstr ""
2198
2199 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2200 #, perl-format
2201 msgid "Syntax for an external node used for `%s'"
2140 #: tp/Texinfo/Convert/HTML.pm:4862
2141 #, perl-format
2142 msgid "error on closing CSS file %s: %s"
2143 msgstr ""
2144
2145 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2146 #, perl-format
2147 msgid "no htmlxref.cnf entry found for `%s'"
2148 msgstr ""
2149
2150 #: tp/Texinfo/Convert/HTML.pm:6506
2151 #, perl-format
2152 msgid "error on closing frame file %s: %s"
2153 msgstr ""
2154
2155 #: tp/Texinfo/Convert/HTML.pm:6530
2156 #, perl-format
2157 msgid "error on closing TOC frame file %s: %s"
2158 msgstr ""
2159
2160 #: tp/Texinfo/Convert/HTML.pm:6645
2161 #, perl-format
2162 msgid "handler %s of stage %s priority %s failed"
2163 msgstr ""
2164
2165 #: tp/Texinfo/Convert/HTML.pm:6846
2166 msgid "must specify a title with a title command or @top"
2167 msgstr ""
2168
2169 #: tp/Texinfo/Convert/HTML.pm:7055
2170 #, perl-format
2171 msgid "error on closing redirection node file %s: %s"
2172 msgstr ""
2173
2174 #: tp/Texinfo/Convert/HTML.pm:7080
2175 #, perl-format
2176 msgid "old name for `%s' is a node of the document"
2177 msgstr ""
2178
2179 #: tp/Texinfo/Convert/HTML.pm:7086
2180 #, perl-format
2181 msgid "file empty for renamed node `%s'"
2182 msgstr ""
2183
2184 #: tp/Texinfo/Convert/HTML.pm:7100
2185 #, perl-format
2186 msgid "target node (new name for `%s') not in document: %s"
2187 msgstr ""
2188
2189 #: tp/Texinfo/Convert/HTML.pm:7132
2190 #, perl-format
2191 msgid "error on closing renamed node redirection file %s: %s"
2192 msgstr ""
2193
2194 #: tp/Texinfo/Convert/HTML.pm:7170
2195 msgid "empty node name"
2196 msgstr ""
2197
2198 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2199 #, perl-format
2200 msgid "syntax for an external node used for `%s'"
22022201 msgstr ""
22032202
22042203 #: tp/Texinfo/Convert/Info.pm:99
2205 msgid "Document without nodes."
2206 msgstr ""
2207
2208 #: tp/Texinfo/Convert/Info.pm:115
2209 msgid "Document without Top node."
2210 msgstr ""
2211
2212 #: tp/Texinfo/Convert/Info.pm:151
2213 #, perl-format
2214 msgid "Rename %s failed: %s"
2215 msgstr ""
2216
2217 #: tp/Texinfo/Convert/Info.pm:226
2204 msgid "document without nodes"
2205 msgstr ""
2206
2207 #: tp/Texinfo/Convert/Info.pm:116
2208 msgid "document without Top node"
2209 msgstr ""
2210
2211 #: tp/Texinfo/Convert/Info.pm:153
2212 #, perl-format
2213 msgid "rename %s failed: %s"
2214 msgstr ""
2215
2216 #: tp/Texinfo/Convert/Info.pm:228
22182217 #, perl-format
22192218 msgid "@%s output more than once: %s"
22202219 msgstr ""
22212220
2222 #: tp/Texinfo/Convert/Info.pm:340
2221 #: tp/Texinfo/Convert/Info.pm:346
22232222 #, perl-format
22242223 msgid "@%s outside of any node"
22252224 msgstr ""
22262225
2227 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2228 #, perl-format
2229 msgid "Entry for index `%s' outside of any node"
2226 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2227 #, perl-format
2228 msgid "entry for index `%s' outside of any node"
22302229 msgstr ""
22312230
22322231 #: tp/Texinfo/Convert/Plaintext.pm:1217
22332232 #, perl-format
2234 msgid "Error on closing image text file %s: %s"
2233 msgid "error on closing image text file %s: %s"
22352234 msgstr ""
22362235
22372236 #: tp/Texinfo/Convert/Plaintext.pm:1222
22392238 msgid "@image file `%s' unreadable: %s"
22402239 msgstr ""
22412240
2242 #: tp/Texinfo/Convert/Plaintext.pm:1250
2243 #, perl-format
2244 msgid "Cannot find @image file `%s.txt' nor alternate text"
2245 msgstr ""
2246
2247 #: tp/Texinfo/Convert/Plaintext.pm:1615
2241 #: tp/Texinfo/Convert/Plaintext.pm:1251
2242 #, perl-format
2243 msgid "could not find @image file `%s.txt' nor alternate text"
2244 msgstr ""
2245
2246 #: tp/Texinfo/Convert/Plaintext.pm:1617
22482247 msgid ""
22492248 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
22502249 "avoid that"
22512250 msgstr ""
22522251
2253 #: tp/Texinfo/Convert/Plaintext.pm:1845
2252 #: tp/Texinfo/Convert/Plaintext.pm:1849
22542253 #, perl-format
22552254 msgid "`.' or `,' must follow @xref, not %s"
22562255 msgstr ""
22572256
2258 #: tp/Texinfo/Convert/Plaintext.pm:1847
2257 #: tp/Texinfo/Convert/Plaintext.pm:1852
22592258 msgid "`.' or `,' must follow @xref"
22602259 msgstr ""
22612260
22642263 msgid "@%s should only appear at beginning or end of document"
22652264 msgstr ""
22662265
2267 #: tp/Texinfo/Parser.pm:837
2268 #, perl-format
2269 msgid "Can't read file %s: %s"
2270 msgstr ""
2271
22722266 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
22732267 #, perl-format
2274 msgid "Multiple @%s"
2268 msgid "multiple @%s"
22752269 msgstr ""
22762270
22772271 #: tp/Texinfo/Parser.pm:1100
22782272 #, perl-format
2279 msgid "Bad syntax for @%s argument: %s"
2273 msgid "bad syntax for @%s argument: %s"
22802274 msgstr ""
22812275
22822276 #: tp/Texinfo/Parser.pm:1116
22832277 #, perl-format
2284 msgid "Bad or empty @%s formal argument: %s"
2285 msgstr ""
2286
2287 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2288 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2289 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2278 msgid "bad or empty @%s formal argument: %s"
2279 msgstr ""
2280
2281 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2282 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2283 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
22902284 #, perl-format
22912285 msgid "%c%s requires a name"
22922286 msgstr ""
22932287
2294 #: tp/Texinfo/Parser.pm:1235
2288 #: tp/Texinfo/Parser.pm:1238
22952289 #, perl-format
22962290 msgid "%c%s missing close brace"
22972291 msgstr ""
22982292
2299 #: tp/Texinfo/Parser.pm:1238
2293 #: tp/Texinfo/Parser.pm:1241
23002294 #, perl-format
23012295 msgid "@%s missing closing delimiter sequence: %s}"
23022296 msgstr ""
23032297
2304 #: tp/Texinfo/Parser.pm:1351
2298 #: tp/Texinfo/Parser.pm:1354
23052299 #, perl-format
23062300 msgid "@itemx should not begin @%s"
23072301 msgstr ""
23082302
2309 #: tp/Texinfo/Parser.pm:1419
2303 #: tp/Texinfo/Parser.pm:1422
23102304 msgid "@itemx must follow @item"
23112305 msgstr ""
23122306
2313 #: tp/Texinfo/Parser.pm:1587
2307 #: tp/Texinfo/Parser.pm:1590
23142308 #, perl-format
23152309 msgid "@%s has text but no @item"
23162310 msgstr ""
23172311
2318 #: tp/Texinfo/Parser.pm:1617
2312 #: tp/Texinfo/Parser.pm:1620
23192313 #, perl-format
23202314 msgid "`@end' expected `%s', but saw `%s'"
23212315 msgstr ""
23222316
2323 #: tp/Texinfo/Parser.pm:1620
2317 #: tp/Texinfo/Parser.pm:1623
23242318 #, perl-format
23252319 msgid "@%s seen before @end %s"
23262320 msgstr ""
23272321
2328 #: tp/Texinfo/Parser.pm:1624
2329 #, perl-format
2330 msgid "No matching `%cend %s'"
2331 msgstr ""
2332
2333 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2334 #: tp/Texinfo/Parser.pm:5125
2335 #, perl-format
2336 msgid "Misplaced %c"
2337 msgstr ""
2338
2339 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2340 #, perl-format
2341 msgid "Unmatched `%c%s'"
2342 msgstr ""
2343
2344 #: tp/Texinfo/Parser.pm:1972
2345 #, perl-format
2346 msgid "Macro `%s' called with too many args"
2347 msgstr ""
2348
2349 #: tp/Texinfo/Parser.pm:1994
2322 #: tp/Texinfo/Parser.pm:1627
2323 #, perl-format
2324 msgid "no matching `%cend %s'"
2325 msgstr ""
2326
2327 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2328 #: tp/Texinfo/Parser.pm:5150
2329 #, perl-format
2330 msgid "misplaced %c"
2331 msgstr ""
2332
2333 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2334 #, perl-format
2335 msgid "unmatched `%c%s'"
2336 msgstr ""
2337
2338 #: tp/Texinfo/Parser.pm:1976
2339 #, perl-format
2340 msgid "macro `%s' called with too many args"
2341 msgstr ""
2342
2343 #: tp/Texinfo/Parser.pm:1998
23502344 #, perl-format
23512345 msgid "@%s missing close brace"
23522346 msgstr ""
23532347
2354 #: tp/Texinfo/Parser.pm:2001
2355 #, perl-format
2356 msgid "Macro `%s' declared without argument called with an argument"
2357 msgstr ""
2358
2359 #: tp/Texinfo/Parser.pm:2035
2348 #: tp/Texinfo/Parser.pm:2006
2349 #, perl-format
2350 msgid "macro `%s' declared without argument called with an argument"
2351 msgstr ""
2352
2353 #: tp/Texinfo/Parser.pm:2041
23602354 #, perl-format
23612355 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
23622356 msgstr ""
23632357
2364 #: tp/Texinfo/Parser.pm:2430
2358 #: tp/Texinfo/Parser.pm:2436
23652359 #, perl-format
23662360 msgid "@%s `%s' previously defined"
23672361 msgstr ""
23682362
2369 #: tp/Texinfo/Parser.pm:2435
2363 #: tp/Texinfo/Parser.pm:2441
23702364 #, perl-format
23712365 msgid "here is the previous definition as @%s"
23722366 msgstr ""
23732367
2374 #: tp/Texinfo/Parser.pm:2796
2375 #, perl-format
2376 msgid "Missing name for @%s"
2377 msgstr ""
2378
2379 #: tp/Texinfo/Parser.pm:2801
2380 #, perl-format
2381 msgid "Missing category for @%s"
2382 msgstr ""
2383
2384 #: tp/Texinfo/Parser.pm:2853
2385 #, perl-format
2386 msgid "Unexpected argument on @%s line: %s"
2387 msgstr ""
2388
2389 #: tp/Texinfo/Parser.pm:2869
2368 #: tp/Texinfo/Parser.pm:2802
2369 #, perl-format
2370 msgid "missing name for @%s"
2371 msgstr ""
2372
2373 #: tp/Texinfo/Parser.pm:2807
2374 #, perl-format
2375 msgid "missing category for @%s"
2376 msgstr ""
2377
2378 #: tp/Texinfo/Parser.pm:2859
2379 #, perl-format
2380 msgid "unexpected argument on @%s line: %s"
2381 msgstr ""
2382
2383 #: tp/Texinfo/Parser.pm:2875
23902384 msgid "empty multitable"
23912385 msgstr ""
23922386
2393 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2394 #, perl-format
2395 msgid "Superfluous argument to @%s"
2396 msgstr ""
2397
2398 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2399 #: tp/Texinfo/Parser.pm:5379
2400 #, perl-format
2401 msgid "Bad argument to @%s"
2402 msgstr ""
2403
2404 #: tp/Texinfo/Parser.pm:2942
2387 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2388 #, perl-format
2389 msgid "superfluous argument to @%s"
2390 msgstr ""
2391
2392 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2393 #: tp/Texinfo/Parser.pm:5405
2394 #, perl-format
2395 msgid "bad argument to @%s"
2396 msgstr ""
2397
2398 #: tp/Texinfo/Parser.pm:2948
24052399 #, perl-format
24062400 msgid "%s requires an argument: the formatter for %citem"
24072401 msgstr ""
24082402
2409 #: tp/Texinfo/Parser.pm:2947
2410 #, perl-format
2411 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2412 msgstr ""
2413
2414 #: tp/Texinfo/Parser.pm:2982
2415 #, perl-format
2416 msgid "Accent command `@%s' not allowed as @%s argument"
2417 msgstr ""
2418
2419 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2420 #: tp/Texinfo/Parser.pm:5338
2403 #: tp/Texinfo/Parser.pm:2953
2404 #, perl-format
2405 msgid "command @%s not accepting argument in brace should not be on @%s line"
2406 msgstr ""
2407
2408 #: tp/Texinfo/Parser.pm:2988
2409 #, perl-format
2410 msgid "accent command `@%s' not allowed as @%s argument"
2411 msgstr ""
2412
2413 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2414 #: tp/Texinfo/Parser.pm:5364
24212415 #, perl-format
24222416 msgid "@%s missing argument"
24232417 msgstr ""
24242418
2425 #: tp/Texinfo/Parser.pm:3072
2426 #, perl-format
2427 msgid "Unknown @end %s"
2428 msgstr ""
2429
2430 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2431 #, perl-format
2432 msgid "Superfluous argument to @%s %s: %s"
2433 msgstr ""
2434
2435 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2436 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2437 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2438 #, perl-format
2439 msgid "Bad argument to @%s: %s"
2440 msgstr ""
2441
2442 #: tp/Texinfo/Parser.pm:3118
2443 #, perl-format
2444 msgid "@%s: Cannot open %s: %s"
2445 msgstr ""
2446
2447 #: tp/Texinfo/Parser.pm:3130
2448 #, perl-format
2449 msgid "Encoding `%s' is not a canonical texinfo encoding"
2450 msgstr ""
2451
2452 #: tp/Texinfo/Parser.pm:3139
2419 #: tp/Texinfo/Parser.pm:3078
2420 #, perl-format
2421 msgid "unknown @end %s"
2422 msgstr ""
2423
2424 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2425 #, perl-format
2426 msgid "superfluous argument to @%s %s: %s"
2427 msgstr ""
2428
2429 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2430 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2431 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2432 #, perl-format
2433 msgid "bad argument to @%s: %s"
2434 msgstr ""
2435
2436 #: tp/Texinfo/Parser.pm:3124
2437 #, perl-format
2438 msgid "@%s: could not open %s: %s"
2439 msgstr ""
2440
2441 #: tp/Texinfo/Parser.pm:3136
2442 #, perl-format
2443 msgid "encoding `%s' is not a canonical texinfo encoding"
2444 msgstr ""
2445
2446 #: tp/Texinfo/Parser.pm:3145
24532447 #, perl-format
24542448 msgid "unrecognized encoding name `%s'"
24552449 msgstr ""
24562450
2457 #: tp/Texinfo/Parser.pm:3289
2451 #: tp/Texinfo/Parser.pm:3295
24582452 #, perl-format
24592453 msgid "@%s after the first element"
24602454 msgstr ""
24612455
2462 #: tp/Texinfo/Parser.pm:3296
2456 #: tp/Texinfo/Parser.pm:3302
24632457 #, perl-format
24642458 msgid "@%s only meaningful on a @multitable line"
24652459 msgstr ""
24662460
2467 #: tp/Texinfo/Parser.pm:3336
2461 #: tp/Texinfo/Parser.pm:3342
24682462 #, perl-format
24692463 msgid "@%s should not be associated with @top"
24702464 msgstr ""
24712465
2472 #: tp/Texinfo/Parser.pm:3348
2466 #: tp/Texinfo/Parser.pm:3354
24732467 #, perl-format
24742468 msgid "@node precedes @%s, but parts may not be associated with nodes"
24752469 msgstr ""
24762470
2477 #: tp/Texinfo/Parser.pm:3450
2478 #, perl-format
2479 msgid "Empty argument in @%s"
2480 msgstr ""
2481
2482 #: tp/Texinfo/Parser.pm:3454
2483 #, perl-format
2484 msgid "Empty node name after expansion `%s'"
2485 msgstr ""
2486
2487 #: tp/Texinfo/Parser.pm:3497
2488 #, perl-format
2489 msgid "Empty menu entry name in `%s'"
2490 msgstr ""
2491
2492 #: tp/Texinfo/Parser.pm:3505
2493 msgid "Empty node name in menu entry"
2494 msgstr ""
2495
2496 #: tp/Texinfo/Parser.pm:3578
2471 #: tp/Texinfo/Parser.pm:3456
2472 #, perl-format
2473 msgid "empty argument in @%s"
2474 msgstr ""
2475
2476 #: tp/Texinfo/Parser.pm:3460
2477 #, perl-format
2478 msgid "empty node name after expansion `%s'"
2479 msgstr ""
2480
2481 #: tp/Texinfo/Parser.pm:3503
2482 #, perl-format
2483 msgid "empty menu entry name in `%s'"
2484 msgstr ""
2485
2486 #: tp/Texinfo/Parser.pm:3511
2487 msgid "empty node name in menu entry"
2488 msgstr ""
2489
2490 #: tp/Texinfo/Parser.pm:3584
24972491 #, perl-format
24982492 msgid "@%s should not appear in @%s"
24992493 msgstr ""
25002494
2501 #: tp/Texinfo/Parser.pm:3710
2495 #: tp/Texinfo/Parser.pm:3716
25022496 #, perl-format
25032497 msgid "@end %s should only appear at a line beginning"
25042498 msgstr ""
25052499
2506 #: tp/Texinfo/Parser.pm:3733
2500 #: tp/Texinfo/Parser.pm:3739
25072501 #, perl-format
25082502 msgid "macro `%s' previously defined"
25092503 msgstr ""
25102504
2511 #: tp/Texinfo/Parser.pm:3735
2505 #: tp/Texinfo/Parser.pm:3742
25122506 #, perl-format
25132507 msgid "here is the previous definition of `%s'"
25142508 msgstr ""
25152509
2516 #: tp/Texinfo/Parser.pm:3739
2517 #, perl-format
2518 msgid "Redefining Texinfo language command: @%s"
2519 msgstr ""
2520
2521 #: tp/Texinfo/Parser.pm:3788
2510 #: tp/Texinfo/Parser.pm:3747
2511 #, perl-format
2512 msgid "redefining Texinfo language command: @%s"
2513 msgstr ""
2514
2515 #: tp/Texinfo/Parser.pm:3796
25222516 #, perl-format
25232517 msgid "@%s without associated character"
25242518 msgstr ""
25252519
2526 #: tp/Texinfo/Parser.pm:3849
2520 #: tp/Texinfo/Parser.pm:3858
25272521 #, perl-format
25282522 msgid ""
25292523 "@%s defined with zero or more than one argument should be invoked with {}"
25302524 msgstr ""
25312525
2532 #: tp/Texinfo/Parser.pm:3872
2533 #, perl-format
2534 msgid ""
2535 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2526 #: tp/Texinfo/Parser.pm:3882
2527 #, perl-format
2528 msgid ""
2529 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
25362530 "value %d)"
25372531 msgstr ""
25382532
2539 #: tp/Texinfo/Parser.pm:3880
2540 #, perl-format
2541 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2542 msgstr ""
2543
2544 #: tp/Texinfo/Parser.pm:3935
2545 #, perl-format
2546 msgid "Accent command `@%s' must not be followed by whitespace"
2547 msgstr ""
2548
2549 #: tp/Texinfo/Parser.pm:3941
2550 #, perl-format
2551 msgid "Use braces to give a command as an argument to @%s"
2552 msgstr ""
2553
2554 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2533 #: tp/Texinfo/Parser.pm:3891
2534 #, perl-format
2535 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2536 msgstr ""
2537
2538 #: tp/Texinfo/Parser.pm:3947
2539 #, perl-format
2540 msgid "accent command `@%s' must not be followed by whitespace"
2541 msgstr ""
2542
2543 #: tp/Texinfo/Parser.pm:3953
2544 #, perl-format
2545 msgid "use braces to give a command as an argument to @%s"
2546 msgstr ""
2547
2548 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
25552549 #, perl-format
25562550 msgid "%c%s expects `i' or `j' as argument, not `%s'"
25572551 msgstr ""
25582552
2559 #: tp/Texinfo/Parser.pm:3966
2560 #, perl-format
2561 msgid "Accent command `@%s' must not be followed by new line"
2562 msgstr ""
2563
2564 #: tp/Texinfo/Parser.pm:3977
2553 #: tp/Texinfo/Parser.pm:3978
2554 #, perl-format
2555 msgid "accent command `@%s' must not be followed by new line"
2556 msgstr ""
2557
2558 #: tp/Texinfo/Parser.pm:3989
25652559 #, perl-format
25662560 msgid "@%s expected braces"
25672561 msgstr ""
25682562
2569 #: tp/Texinfo/Parser.pm:4136
2563 #: tp/Texinfo/Parser.pm:4148
25702564 #, perl-format
25712565 msgid "undefined flag: %s"
25722566 msgstr ""
25732567
2574 #: tp/Texinfo/Parser.pm:4139
2575 msgid "Bad syntax for @value"
2576 msgstr ""
2577
2578 #: tp/Texinfo/Parser.pm:4146
2568 #: tp/Texinfo/Parser.pm:4151
2569 msgid "bad syntax for @value"
2570 msgstr ""
2571
2572 #: tp/Texinfo/Parser.pm:4158
25792573 #, perl-format
25802574 msgid "%c%s is obsolete."
25812575 msgstr ""
25822576
2583 #: tp/Texinfo/Parser.pm:4149
2577 #: tp/Texinfo/Parser.pm:4161
25842578 #, perl-format
25852579 msgid "%c%s is obsolete; %s"
25862580 msgstr ""
25872581
2588 #: tp/Texinfo/Parser.pm:4157
2582 #: tp/Texinfo/Parser.pm:4170
25892583 #, perl-format
25902584 msgid "@%s should only appear at a line beginning"
25912585 msgstr ""
25922586
2593 #: tp/Texinfo/Parser.pm:4247
2587 #: tp/Texinfo/Parser.pm:4261
25942588 #, perl-format
25952589 msgid "@%s not allowed inside `@%s' block"
25962590 msgstr ""
25972591
2598 #: tp/Texinfo/Parser.pm:4255
2592 #: tp/Texinfo/Parser.pm:4270
25992593 #, perl-format
26002594 msgid "@%s should only appear in heading or footing"
26012595 msgstr ""
26022596
2603 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2604 #: tp/Texinfo/Parser.pm:4437
2597 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2598 #: tp/Texinfo/Parser.pm:4458
26052599 #, perl-format
26062600 msgid "@%s not meaningful inside `@%s' block"
26072601 msgstr ""
26082602
2609 #: tp/Texinfo/Parser.pm:4398
2603 #: tp/Texinfo/Parser.pm:4418
26102604 #, perl-format
26112605 msgid "@%s in empty multitable"
26122606 msgstr ""
26132607
2614 #: tp/Texinfo/Parser.pm:4403
2608 #: tp/Texinfo/Parser.pm:4424
26152609 msgid "@tab before @item"
26162610 msgstr ""
26172611
2618 #: tp/Texinfo/Parser.pm:4406
2619 #, perl-format
2620 msgid "Too many columns in multitable item (max %d)"
2621 msgstr ""
2622
2623 #: tp/Texinfo/Parser.pm:4443
2612 #: tp/Texinfo/Parser.pm:4427
2613 #, perl-format
2614 msgid "too many columns in multitable item (max %d)"
2615 msgstr ""
2616
2617 #: tp/Texinfo/Parser.pm:4464
26242618 msgid "ignoring @tab outside of multitable"
26252619 msgstr ""
26262620
2627 #: tp/Texinfo/Parser.pm:4447
2621 #: tp/Texinfo/Parser.pm:4468
26282622 #, perl-format
26292623 msgid "@%s outside of table or list"
26302624 msgstr ""
26312625
2632 #: tp/Texinfo/Parser.pm:4482
2633 #, perl-format
2634 msgid "Must be after `@%s' to use `@%s'"
2635 msgstr ""
2636
2637 #: tp/Texinfo/Parser.pm:4524
2626 #: tp/Texinfo/Parser.pm:4503
2627 #, perl-format
2628 msgid "must be after `@%s' to use `@%s'"
2629 msgstr ""
2630
2631 #: tp/Texinfo/Parser.pm:4545
26382632 #, perl-format
26392633 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
26402634 msgstr ""
26412635
2642 #: tp/Texinfo/Parser.pm:4528
2636 #: tp/Texinfo/Parser.pm:4549
26432637 msgid "@dircategory after first node"
26442638 msgstr ""
26452639
2646 #: tp/Texinfo/Parser.pm:4686
2647 #, perl-format
2648 msgid "Region %s inside region %s is not allowed"
2649 msgstr ""
2650
2651 #: tp/Texinfo/Parser.pm:4704
2640 #: tp/Texinfo/Parser.pm:4708
2641 #, perl-format
2642 msgid "region %s inside region %s is not allowed"
2643 msgstr ""
2644
2645 #: tp/Texinfo/Parser.pm:4726
26522646 msgid "@direntry after first node"
26532647 msgstr ""
26542648
2655 #: tp/Texinfo/Parser.pm:4712
2649 #: tp/Texinfo/Parser.pm:4734
26562650 #, perl-format
26572651 msgid "@%s seen before first @node"
26582652 msgstr ""
26592653
2660 #: tp/Texinfo/Parser.pm:4714
2654 #: tp/Texinfo/Parser.pm:4737
26612655 msgid ""
26622656 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
26632657 msgstr ""
26642658
2665 #: tp/Texinfo/Parser.pm:4776
2659 #: tp/Texinfo/Parser.pm:4799
26662660 #, perl-format
26672661 msgid "@%s should only appear in math context"
26682662 msgstr ""
26692663
2670 #: tp/Texinfo/Parser.pm:4784
2671 #, perl-format
2672 msgid "Unknown command `%s'"
2673 msgstr ""
2674
2675 #: tp/Texinfo/Parser.pm:4794
2676 msgid "Unexpected @"
2677 msgstr ""
2678
2679 #: tp/Texinfo/Parser.pm:4822
2664 #: tp/Texinfo/Parser.pm:4807
2665 #, perl-format
2666 msgid "unknown command `%s'"
2667 msgstr ""
2668
2669 #: tp/Texinfo/Parser.pm:4817
2670 msgid "unexpected @"
2671 msgstr ""
2672
2673 #: tp/Texinfo/Parser.pm:4846
26802674 #, perl-format
26812675 msgid "@%s is not meaningful outside `@float' environment"
26822676 msgstr ""
26832677
2684 #: tp/Texinfo/Parser.pm:4826
2678 #: tp/Texinfo/Parser.pm:4851
26852679 #, perl-format
26862680 msgid "@%s should be right below `@float'"
26872681 msgstr ""
26882682
2689 #: tp/Texinfo/Parser.pm:4834
2690 #, perl-format
2691 msgid "Ignoring multiple @%s"
2692 msgstr ""
2693
2694 #: tp/Texinfo/Parser.pm:4950
2695 #, perl-format
2696 msgid "Command @%s does not accept arguments"
2697 msgstr ""
2698
2699 #: tp/Texinfo/Parser.pm:4974
2700 #, perl-format
2701 msgid "Command @%s missing a node or external manual argument"
2702 msgstr ""
2703
2704 #: tp/Texinfo/Parser.pm:4993
2705 #, perl-format
2706 msgid "In @%s empty cross reference name after expansion `%s'"
2707 msgstr ""
2708
2709 #: tp/Texinfo/Parser.pm:5004
2710 #, perl-format
2711 msgid "In @%s empty cross reference title after expansion `%s'"
2712 msgstr ""
2713
2714 #: tp/Texinfo/Parser.pm:5017
2683 #: tp/Texinfo/Parser.pm:4859
2684 #, perl-format
2685 msgid "ignoring multiple @%s"
2686 msgstr ""
2687
2688 #: tp/Texinfo/Parser.pm:4975
2689 #, perl-format
2690 msgid "command @%s does not accept arguments"
2691 msgstr ""
2692
2693 #: tp/Texinfo/Parser.pm:4999
2694 #, perl-format
2695 msgid "command @%s missing a node or external manual argument"
2696 msgstr ""
2697
2698 #: tp/Texinfo/Parser.pm:5018
2699 #, perl-format
2700 msgid "in @%s empty cross reference name after expansion `%s'"
2701 msgstr ""
2702
2703 #: tp/Texinfo/Parser.pm:5029
2704 #, perl-format
2705 msgid "in @%s empty cross reference title after expansion `%s'"
2706 msgstr ""
2707
2708 #: tp/Texinfo/Parser.pm:5042
27152709 msgid "@image missing filename argument"
27162710 msgstr ""
27172711
2718 #: tp/Texinfo/Parser.pm:5047
2712 #: tp/Texinfo/Parser.pm:5072
27192713 #, perl-format
27202714 msgid "@%s missing first argument"
27212715 msgstr ""
27222716
2723 #: tp/Texinfo/Parser.pm:5169
2724 msgid "Superfluous arguments for node"
2725 msgstr ""
2726
2727 #: tp/Texinfo/Parser.pm:5208
2728 #, perl-format
2729 msgid "Expected @end %s"
2730 msgstr ""
2731
2732 #: tp/Texinfo/Parser.pm:5283
2733 #, perl-format
2734 msgid "Remaining argument on @%s line: %s"
2735 msgstr ""
2736
2737 #: tp/Texinfo/Parser.pm:5287
2717 #: tp/Texinfo/Parser.pm:5194
2718 msgid "superfluous arguments for node"
2719 msgstr ""
2720
2721 #: tp/Texinfo/Parser.pm:5233
2722 #, perl-format
2723 msgid "expected @end %s"
2724 msgstr ""
2725
2726 #: tp/Texinfo/Parser.pm:5309
2727 #, perl-format
2728 msgid "remaining argument on @%s line: %s"
2729 msgstr ""
2730
2731 #: tp/Texinfo/Parser.pm:5313
27382732 #, perl-format
27392733 msgid "@%s should only accept a @-command as argument, not `%s'"
27402734 msgstr ""
27412735
2742 #: tp/Texinfo/Parser.pm:5362
2743 #, perl-format
2744 msgid "Environment command %s as argument to @%s"
2745 msgstr ""
2746
2747 #: tp/Texinfo/Parser.pm:5384
2748 #, perl-format
2749 msgid "Empty @%s"
2750 msgstr ""
2751
2752 #: tp/Texinfo/Parser.pm:5392
2736 #: tp/Texinfo/Parser.pm:5388
2737 #, perl-format
2738 msgid "environment command %s as argument to @%s"
2739 msgstr ""
2740
2741 #: tp/Texinfo/Parser.pm:5410
2742 #, perl-format
2743 msgid "empty @%s"
2744 msgstr ""
2745
2746 #: tp/Texinfo/Parser.pm:5418
27532747 #, perl-format
27542748 msgid "column fraction not a number: %s"
27552749 msgstr ""
27562750
2757 #: tp/Texinfo/Parser.pm:5401
2751 #: tp/Texinfo/Parser.pm:5427
27582752 #, perl-format
27592753 msgid "@sp arg must be numeric, not `%s'"
27602754 msgstr ""
27612755
2762 #: tp/Texinfo/Parser.pm:5409
2763 #, perl-format
2764 msgid "Reserved index name %s"
2765 msgstr ""
2766
2767 #: tp/Texinfo/Parser.pm:5428
2768 #, perl-format
2769 msgid "Unknown source index in @%s: %s"
2770 msgstr ""
2771
2772 #: tp/Texinfo/Parser.pm:5431
2773 #, perl-format
2774 msgid "Unknown destination index in @%s: %s"
2775 msgstr ""
2776
2777 #: tp/Texinfo/Parser.pm:5461
2756 #: tp/Texinfo/Parser.pm:5436
2757 #, perl-format
2758 msgid "reserved index name %s"
2759 msgstr ""
2760
2761 #: tp/Texinfo/Parser.pm:5455
2762 #, perl-format
2763 msgid "unknown source index in @%s: %s"
2764 msgstr ""
2765
2766 #: tp/Texinfo/Parser.pm:5458
2767 #, perl-format
2768 msgid "unknown destination index in @%s: %s"
2769 msgstr ""
2770
2771 #: tp/Texinfo/Parser.pm:5488
27782772 #, perl-format
27792773 msgid "@%s leads to a merging of %s in itself, ignoring"
27802774 msgstr ""
27812775
2782 #: tp/Texinfo/Parser.pm:5474
2783 #, perl-format
2784 msgid "Unknown index `%s' in @printindex"
2785 msgstr ""
2786
2787 #: tp/Texinfo/Parser.pm:5480
2788 #, perl-format
2789 msgid "Printing an index `%s' merged in another one `%s'"
2790 msgstr ""
2791
2792 #: tp/Texinfo/Parser.pm:5488
2793 #, perl-format
2794 msgid "Printindex before document beginning: @printindex %s"
2795 msgstr ""
2796
2797 #: tp/Texinfo/Parser.pm:5504
2776 #: tp/Texinfo/Parser.pm:5501
2777 #, perl-format
2778 msgid "unknown index `%s' in @printindex"
2779 msgstr ""
2780
2781 #: tp/Texinfo/Parser.pm:5507
2782 #, perl-format
2783 msgid "printing an index `%s' merged in another one `%s'"
2784 msgstr ""
2785
2786 #: tp/Texinfo/Parser.pm:5515
2787 #, perl-format
2788 msgid "printindex before document beginning: @printindex %s"
2789 msgstr ""
2790
2791 #: tp/Texinfo/Parser.pm:5531
27982792 #, perl-format
27992793 msgid "@%s arg must be `top' or `bottom', not `%s'"
28002794 msgstr ""
28012795
2802 #: tp/Texinfo/Parser.pm:5512
2796 #: tp/Texinfo/Parser.pm:5539
28032797 #, perl-format
28042798 msgid "Only @%s 10 or 11 is supported, not `%s'"
28052799 msgstr ""
28062800
2807 #: tp/Texinfo/Parser.pm:5520
2801 #: tp/Texinfo/Parser.pm:5547
28082802 #, perl-format
28092803 msgid "@%s arg must be `separate' or `end', not `%s'"
28102804 msgstr ""
28112805
2812 #: tp/Texinfo/Parser.pm:5528
2806 #: tp/Texinfo/Parser.pm:5555
28132807 #, perl-format
28142808 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
28152809 msgstr ""
28162810
2817 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
2811 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
28182812 #, perl-format
28192813 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
28202814 msgstr ""
28212815
2822 #: tp/Texinfo/Parser.pm:5559
2816 #: tp/Texinfo/Parser.pm:5586
28232817 #, perl-format
28242818 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
28252819 msgstr ""
28262820
2827 #: tp/Texinfo/Parser.pm:5569
2821 #: tp/Texinfo/Parser.pm:5596
28282822 #, perl-format
28292823 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
28302824 msgstr ""
28312825
2832 #: tp/Texinfo/Parser.pm:5580
2833 #, perl-format
2834 msgid "Expected @%s on or off, not `%s'"
2835 msgstr ""
2836
2837 #: tp/Texinfo/Parser.pm:5590
2826 #: tp/Texinfo/Parser.pm:5607
2827 #, perl-format
2828 msgid "expected @%s on or off, not `%s'"
2829 msgstr ""
2830
2831 #: tp/Texinfo/Parser.pm:5617
28382832 #, perl-format
28392833 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
28402834 msgstr ""
28412835
2842 #: tp/Texinfo/Parser.pm:5598
2836 #: tp/Texinfo/Parser.pm:5625
28432837 #, perl-format
28442838 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
28452839 msgstr ""
28462840
2847 #: tp/Texinfo/Parser.pm:5606
2841 #: tp/Texinfo/Parser.pm:5633
28482842 #, perl-format
28492843 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
28502844 msgstr ""
28512845
2852 #: tp/Texinfo/Report.pm:100
2853 #, perl-format
2854 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
2855 msgstr ""
2856
2857 #: tp/Texinfo/Report.pm:103
2858 #, perl-format
2859 msgid "%s:%d: warning: %s\n"
2860 msgstr ""
2861
2862 #: tp/Texinfo/Report.pm:146
2863 #, perl-format
2864 msgid "warning: %s\n"
2865 msgstr ""
2866
28672846 #: tp/Texinfo/Structuring.pm:231
28682847 #, perl-format
2869 msgid "Raising the section level of @%s which is too low"
2848 msgid "raising the section level of @%s which is too low"
28702849 msgstr ""
28712850
28722851 #: tp/Texinfo/Structuring.pm:263
28732852 #, perl-format
2874 msgid "No chapter-level command before @%s"
2853 msgid "no chapter-level command before @%s"
28752854 msgstr ""
28762855
28772856 #: tp/Texinfo/Structuring.pm:268
28782857 #, perl-format
2879 msgid "Lowering the section level of @%s appearing after a lower element"
2858 msgid "lowering the section level of @%s appearing after a lower element"
28802859 msgstr ""
28812860
28822861 #: tp/Texinfo/Structuring.pm:347
28832862 #, perl-format
2884 msgid "No sectioning command associated with @%s"
2863 msgid "no sectioning command associated with @%s"
28852864 msgstr ""
28862865
28872866 #: tp/Texinfo/Structuring.pm:568
28882867 #, perl-format
2889 msgid "Menu reference to nonexistent node `%s'"
2868 msgid "menu reference to nonexistent node `%s'"
28902869 msgstr ""
28912870
28922871 #: tp/Texinfo/Structuring.pm:583
28932872 #, perl-format
2894 msgid "Menu entry node name `%s' different from %s name `%s'"
2873 msgid "menu entry node name `%s' different from %s name `%s'"
28952874 msgstr ""
28962875
28972876 #: tp/Texinfo/Structuring.pm:619
29012880
29022881 #: tp/Texinfo/Structuring.pm:665
29032882 #, perl-format
2904 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
2883 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
29052884 msgstr ""
29062885
29072886 #: tp/Texinfo/Structuring.pm:672
29082887 #, perl-format
2909 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
2888 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
29102889 msgstr ""
29112890
29122891 #: tp/Texinfo/Structuring.pm:690
29132892 #, perl-format
2914 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
2893 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
29152894 msgstr ""
29162895
29172896 #: tp/Texinfo/Structuring.pm:744
29262905
29272906 #: tp/Texinfo/Structuring.pm:790
29282907 #, perl-format
2929 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
2908 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
29302909 msgstr ""
29312910
29322911 #: tp/Texinfo/Structuring.pm:798
29332912 #, perl-format
2934 msgid "For `%s', up in menu `%s' and up `%s' don't match"
2913 msgid "for `%s', up in menu `%s' and up `%s' don't match"
29352914 msgstr ""
29362915
29372916 #: tp/Texinfo/Structuring.pm:1282
29442923 msgid "@%s to `%s', different from %s name `%s'"
29452924 msgstr ""
29462925
2947 #: tp/Texinfo/Structuring.pm:1939
2948 #, perl-format
2949 msgid "Empty index key in @%s"
2926 #: tp/Texinfo/Structuring.pm:1959
2927 #, perl-format
2928 msgid "empty index key in @%s"
29502929 msgstr ""
29512930
29522931 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
29532932 #, perl-format
2954 msgid "chm.pm:%s: Cannot open for writing: %s\n"
2933 msgid "chm.pm: could not open %s for writing: %s\n"
29552934 msgstr ""
29562935
29572936 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
29582937 #, perl-format
2959 msgid "chm.pm:%s: Error on closing: %s"
2960 msgstr ""
2961
2962 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
2963 #, perl-format
2964 msgid "tex4ht.pm:%s: Cannot open: %s"
2938 msgid "chm.pm: error on closing %s: %s"
2939 msgstr ""
2940
2941 #: tp/init/latex2html.pm:200
2942 #, perl-format
2943 msgid "l2h: could not open latex file %s for writing: %s"
2944 msgstr ""
2945
2946 #: tp/init/latex2html.pm:341
2947 msgid "l2h: L2H_TMP directory contains a dot"
2948 msgstr ""
2949
2950 #: tp/init/latex2html.pm:346
2951 msgid "l2h: current directory contains a dot"
2952 msgstr ""
2953
2954 #: tp/init/latex2html.pm:374
2955 #, perl-format
2956 msgid "l2h: command did not succeed: %s"
2957 msgstr ""
2958
2959 #: tp/init/latex2html.pm:422
2960 #, perl-format
2961 msgid "l2h: image has invalid extension: %s"
2962 msgstr ""
2963
2964 #: tp/init/latex2html.pm:438
2965 #, perl-format
2966 msgid "l2h: rename %s as %s failed: %s"
2967 msgstr ""
2968
2969 #: tp/init/latex2html.pm:460
2970 #, perl-format
2971 msgid "l2h: could not open %s: %s"
2972 msgstr ""
2973
2974 #: tp/init/latex2html.pm:493
2975 #, perl-format
2976 msgid "latex2html.pm: end of @%s item %d not found"
2977 msgstr ""
2978
2979 #: tp/init/latex2html.pm:504
2980 #, perl-format
2981 msgid ""
2982 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
2983 "of items found in the document"
2984 msgstr ""
2985
2986 #: tp/init/latex2html.pm:534
2987 #, perl-format
2988 msgid "l2h: could not determine the fragment %d for @%s"
2989 msgstr ""
2990
2991 #: tp/init/latex2html.pm:560
2992 #, perl-format
2993 msgid ""
2994 "l2h: could not extract the fragment %d for @%s with output counter %d from "
2995 "HTML"
2996 msgstr ""
2997
2998 #: tp/init/latex2html.pm:621
2999 #, perl-format
3000 msgid "l2h: could not load %s: %s"
3001 msgstr ""
3002
3003 #: tp/init/latex2html.pm:634
3004 #, perl-format
3005 msgid "l2h: could not open %s for writing: %s"
3006 msgstr ""
3007
3008 #: tp/init/tex4ht.pm:123
3009 #, perl-format
3010 msgid "tex4ht.pm: could not open %s: %s"
29653011 msgstr ""
29663012
29673013 #: tp/init/tex4ht.pm:219
29683014 #, perl-format
2969 msgid "tex4ht.pm:%s: chdir failed: %s"
3015 msgid "tex4ht.pm: chdir %s failed: %s"
29703016 msgstr ""
29713017
29723018 #: tp/init/tex4ht.pm:232
29733019 #, perl-format
2974 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3020 msgid "tex4ht.pm: unable to return to initial directory: %s"
29753021 msgstr ""
29763022
29773023 #: tp/init/tex4ht.pm:244
29783024 #, perl-format
2979 msgid "tex4ht.pm: Output file missing: %s"
3025 msgid "tex4ht.pm: output file missing: %s"
29803026 msgstr ""
29813027
29823028 #: tp/init/tex4ht.pm:260
29833029 #, perl-format
2984 msgid "tex4ht.pm: Command failed: %s"
3030 msgid "tex4ht.pm: command failed: %s"
3031 msgstr ""
3032
3033 #: tp/init/tex4ht.pm:267
3034 #, perl-format
3035 msgid "tex4ht.pm: could not open: %s"
29853036 msgstr ""
29863037
29873038 #: tp/init/tex4ht.pm:293
29933044 #, perl-format
29943045 msgid ""
29953046 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
2996 "items found in the document"
2997 msgstr ""
2998
2999 #: tp/init/tex4ht.pm:319
3000 #, perl-format
3001 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3002 msgstr ""
3003
3004 #: tp/texi2any.pl:375
3047 "items found in the document for @%s"
3048 msgstr ""
3049
3050 #: tp/init/tex4ht.pm:320
3051 #, perl-format
3052 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3053 msgstr ""
3054
3055 #: tp/init/tex4ht.pm:335
3056 #, perl-format
3057 msgid ""
3058 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3059 "items found in the document for @%s"
3060 msgstr ""
3061
3062 #: tp/texi2any.pl:379
30053063 #, perl-format
30063064 msgid "error loading %s: %s\n"
30073065 msgstr ""
30083066
3009 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3010 #, perl-format
3011 msgid "Unknown variable %s\n"
3012 msgstr ""
3013
3014 #: tp/texi2any.pl:468
3015 #, perl-format
3016 msgid "Can't read init file %s"
3017 msgstr ""
3018
3019 #: tp/texi2any.pl:619
3020 #, perl-format
3021 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3022 msgstr ""
3023
3024 #: tp/texi2any.pl:691
3067 #: tp/texi2any.pl:392
3068 #, perl-format
3069 msgid "%s: unknown variable %s"
3070 msgstr ""
3071
3072 #: tp/texi2any.pl:396
3073 #, perl-format
3074 msgid "%s: obsolete variable %s\n"
3075 msgstr ""
3076
3077 #: tp/texi2any.pl:411
3078 #, perl-format
3079 msgid "%s: unknown variable %s\n"
3080 msgstr ""
3081
3082 #: tp/texi2any.pl:415
3083 #, perl-format
3084 msgid "obsolete variable %s\n"
3085 msgstr ""
3086
3087 #: tp/texi2any.pl:480
3088 #, perl-format
3089 msgid "could not read init file %s"
3090 msgstr ""
3091
3092 #: tp/texi2any.pl:633
3093 #, perl-format
3094 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
3095 msgstr ""
3096
3097 #: tp/texi2any.pl:710
30253098 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
30263099 msgstr ""
30273100
3028 #: tp/texi2any.pl:692
3101 #: tp/texi2any.pl:711
30293102 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
30303103 msgstr ""
30313104
3032 #: tp/texi2any.pl:694
3105 #: tp/texi2any.pl:713
30333106 msgid ""
30343107 "Translate Texinfo source documentation to various other formats, by default\n"
30353108 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
30363109 msgstr ""
30373110
3038 #: tp/texi2any.pl:697
3111 #: tp/texi2any.pl:716
30393112 #, perl-format
30403113 msgid ""
30413114 "General options:\n"
30543127 " --version display version information and exit.\n"
30553128 msgstr ""
30563129
3057 #: tp/texi2any.pl:712
3130 #: tp/texi2any.pl:731
30583131 msgid ""
30593132 "Output format selection (default is to produce Info):\n"
30603133 " --docbook output Docbook XML rather than Info.\n"
30643137 " --dvi, --dvipdf, --ps, --pdf call texi2dvi to generate given output.\n"
30653138 msgstr ""
30663139
3067 #: tp/texi2any.pl:720
3140 #: tp/texi2any.pl:739
30683141 msgid ""
30693142 "General output options:\n"
30703143 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
30913164 " Otherwise, DEST names the output file.\n"
30923165 msgstr ""
30933166
3094 #: tp/texi2any.pl:740
3167 #: tp/texi2any.pl:759
30953168 #, perl-format
30963169 msgid ""
30973170 "Options for Info and plain text:\n"
31133186 " --split-size=NUM split Info files at size NUM (default %d).\n"
31143187 msgstr ""
31153188
3116 #: tp/texi2any.pl:757
3189 #: tp/texi2any.pl:776
31173190 msgid ""
31183191 "Options for HTML:\n"
31193192 " --css-include=FILE include FILE in HTML <style> output;\n"
31273200 " anchors; default is set only if split.\n"
31283201 msgstr ""
31293202
3130 #: tp/texi2any.pl:768
3203 #: tp/texi2any.pl:787
31313204 msgid ""
31323205 "Options for XML and Docbook:\n"
31333206 " --output-indent=VAL does nothing, retained for compatibility.\n"
31343207 msgstr ""
31353208
3136 #: tp/texi2any.pl:771
3209 #: tp/texi2any.pl:790
31373210 msgid ""
31383211 "Options for DVI/PS/PDF:\n"
31393212 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
31403213 msgstr ""
31413214
3142 #: tp/texi2any.pl:774
3215 #: tp/texi2any.pl:793
31433216 msgid ""
31443217 "Input file options:\n"
31453218 " --commands-in-node-names does nothing, retained for compatibility.\n"
31493222 " -U VAR undefine the variable VAR, as with @clear.\n"
31503223 msgstr ""
31513224
3152 #: tp/texi2any.pl:781
3225 #: tp/texi2any.pl:800
31533226 msgid ""
31543227 "Conditional processing in input:\n"
31553228 " --ifdocbook process @ifdocbook and @docbook even if\n"
31693242 " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
31703243 msgstr ""
31713244
3172 #: tp/texi2any.pl:798
3245 #: tp/texi2any.pl:817
31733246 msgid ""
31743247 " The defaults for the @if... conditionals depend on the output format:\n"
31753248 " if generating Docbook, --ifdocbook is on and the others are off;\n"
31793252 " if generating XML, --ifxml is on and the others are off.\n"
31803253 msgstr ""
31813254
3182 #: tp/texi2any.pl:805
3255 #: tp/texi2any.pl:824
31833256 msgid ""
31843257 "Examples:\n"
31853258 " makeinfo foo.texi write Info to foo's @setfilename\n"
31963269 " makeinfo --no-split foo.texi write one Info file however big\n"
31973270 msgstr ""
31983271
3199 #: tp/texi2any.pl:852
3272 #: tp/texi2any.pl:871
32003273 #, perl-format
32013274 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
32023275 msgstr ""
32033276
3204 #: tp/texi2any.pl:934
3277 #: tp/texi2any.pl:953
32053278 #, perl-format
32063279 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
32073280 msgstr ""
32083281
3209 #: tp/texi2any.pl:1011
3210 #, perl-format
3211 msgid "when generating %s, only one input FILE may be specified with -o"
3212 msgstr ""
3213
3214 #: tp/texi2any.pl:1015
3282 #: tp/texi2any.pl:1030
3283 #, perl-format
3284 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3285 msgstr ""
3286
3287 #: tp/texi2any.pl:1034
32153288 msgid "--Xopt option without printed output"
32163289 msgstr ""
32173290
3218 #: tp/texi2any.pl:1025
3219 #, perl-format
3220 msgid "Unknown tree transformation %s"
3221 msgstr ""
3222
3223 #: tp/texi2any.pl:1032
3224 #, perl-format
3225 msgid "Ignoring splitting for format %s"
3226 msgstr ""
3227
3228 #: tp/texi2any.pl:1081
3291 #: tp/texi2any.pl:1044
3292 #, perl-format
3293 msgid "unknown tree transformation %s"
3294 msgstr ""
3295
3296 #: tp/texi2any.pl:1051
3297 #, perl-format
3298 msgid "ignoring splitting for format %s"
3299 msgstr ""
3300
3301 #: tp/texi2any.pl:1101
32293302 #, perl-format
32303303 msgid "%s: missing file argument.\n"
32313304 msgstr ""
32323305
3233 #: tp/texi2any.pl:1082
3306 #: tp/texi2any.pl:1102
32343307 #, perl-format
32353308 msgid "Try `%s --help' for more information.\n"
32363309 msgstr ""
32373310
3238 #: tp/texi2any.pl:1153
3311 #: tp/texi2any.pl:1173
32393312 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
32403313 msgstr ""
32413314
3242 #: tp/texi2any.pl:1175
3243 #, perl-format
3244 msgid "Error on closing macro expand file %s: %s\n"
3245 msgstr ""
3246
3247 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3248 #, perl-format
3249 msgid "Could not open %s for writing: %s\n"
3250 msgstr ""
3251
3252 #: tp/texi2any.pl:1205
3315 #: tp/texi2any.pl:1195
3316 #, perl-format
3317 msgid "error on closing macro expand file %s: %s\n"
3318 msgstr ""
3319
3320 #: tp/texi2any.pl:1201
3321 #, perl-format
3322 msgid "could not open %s for writing: %s\n"
3323 msgstr ""
3324
3325 #: tp/texi2any.pl:1226
32533326 msgid ""
32543327 "insert_nodes_for_sectioning_commands transformation return no result. No "
32553328 "section?"
32563329 msgstr ""
32573330
3258 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3259 #, perl-format
3260 msgid "Error on closing %s: %s\n"
3261 msgstr ""
3262
3263 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3264 #, perl-format
3265 msgid "Error on closing internal links file %s: %s\n"
3331 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3332 #, perl-format
3333 msgid "%s: error on closing %s: %s\n"
3334 msgstr ""
3335
3336 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3337 #, perl-format
3338 msgid "%s: error on closing internal links file %s: %s\n"
3339 msgstr ""
3340
3341 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3342 #, perl-format
3343 msgid "%s: could not open %s for writing: %s\n"
32663344 msgstr ""
32673345
32683346 #: util/texindex.c:223
Binary diff not shown
+601
-487
po/tr.po less more
66 msgstr ""
77 "Project-Id-Version: texinfo 4.13.92\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
9 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1010 "PO-Revision-Date: 2012-12-24 23:21-0600\n"
1111 "Last-Translator: Eyüp Hakan Duran <hakan_duran@hotmail.com>\n"
1212 "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
399399 msgstr "Daha fazla bilgi için --help seçeneğini kullanın.\n"
400400
401401 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
402 #: tp/texi2any.pl:829 util/texindex.c:295
402 #: tp/texi2any.pl:848 util/texindex.c:295
403403 #, c-format, perl-format
404404 msgid ""
405405 "Copyright (C) %s Free Software Foundation, Inc.\n"
21062106 " --test DİZİN-DOSYASI'nın güncellenmesini engeller.\n"
21072107 " --version sürüm bilgisini gösterir ve çıkar."
21082108
2109 #: install-info/install-info.c:598 tp/texi2any.pl:817
2109 #: install-info/install-info.c:598 tp/texi2any.pl:836
21102110 msgid ""
21112111 "Email bug reports to bug-texinfo@gnu.org,\n"
21122112 "general questions and discussion to help-texinfo@gnu.org.\n"
22182218 msgstr "`%s' için girdi bulunamadı; hiçbir şey silinmedi"
22192219
22202220 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2221 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2222 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2223 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2224 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2225 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2226 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2221 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2222 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2223 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2224 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2225 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2226 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
22272227 #: tp/Texinfo/Convert/TexinfoXML.pm:429
2228 #, perl-format
2229 msgid "Could not open %s for writing: %s"
2228 #, fuzzy, perl-format
2229 msgid "could not open %s for writing: %s"
22302230 msgstr "%1$s yazmak için açılamıyor: %2$s"
22312231
22322232 #: tp/Texinfo/Common.pm:850
22522252 msgid "%s is not a valid split possibility"
22532253 msgstr "%s geçerli bir bölme olasılığı değildir"
22542254
2255 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2256 #, perl-format
2257 msgid "Cannot read %s: %s"
2255 #: tp/Texinfo/Common.pm:1096
2256 #, fuzzy, perl-format
2257 msgid "could not read %s: %s"
22582258 msgstr "%1$s okunamıyor: %2$s"
22592259
2260 #: tp/Texinfo/Common.pm:1113
2261 #, perl-format
2262 msgid "Error on closing @verbatiminclude file %s: %s"
2260 #: tp/Texinfo/Common.pm:1114
2261 #, fuzzy, perl-format
2262 msgid "error on closing @verbatiminclude file %s: %s"
22632263 msgstr "%1$s @verbatiminclude dosyasını kapatmada hata: %2$s"
22642264
2265 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2266 #, perl-format
2267 msgid "@%s: Cannot find %s"
2265 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2266 #, fuzzy, perl-format
2267 msgid "@%s: could not find %s"
22682268 msgstr "@%1$s: %2$s bulunamıyor"
22692269
2270 #: tp/Texinfo/Common.pm:1416
2271 #, perl-format
2272 msgid "Cannot open html refs config file %s: %s"
2270 #: tp/Texinfo/Common.pm:1417
2271 #, fuzzy, perl-format
2272 msgid "could not open html refs config file %s: %s"
22732273 msgstr "%1$s html başvuru ayar dosyası açılamıyor: %2$s"
22742274
2275 #: tp/Texinfo/Common.pm:1444
2276 msgid "Missing type"
2275 #: tp/Texinfo/Common.pm:1445
2276 #, fuzzy
2277 msgid "missing type"
22772278 msgstr "Kayıp tür"
22782279
2279 #: tp/Texinfo/Common.pm:1447
2280 #, perl-format
2281 msgid "Unrecognized type: %s"
2280 #: tp/Texinfo/Common.pm:1448
2281 #, fuzzy, perl-format
2282 msgid "unrecognized type: %s"
22822283 msgstr "Bilinmeyen tür: %s"
22832284
2284 #: tp/Texinfo/Common.pm:1463
2285 #, perl-format
2286 msgid "Error on closing html refs config file %s: %s"
2285 #: tp/Texinfo/Common.pm:1465
2286 #, fuzzy, perl-format
2287 msgid "error on closing html refs config file %s: %s"
22872288 msgstr "%1$s html başvuru ayar dosyasını kapatmada hata: %2$s"
22882289
2289 #: tp/Texinfo/Common.pm:1498
2290 #, perl-format
2291 msgid "%s:%d: no node to be renamed\n"
2290 #: tp/Texinfo/Common.pm:1500
2291 #, fuzzy
2292 msgid "no node to be renamed"
22922293 msgstr "%s:%d: yeniden adlandırılacak düğüm yok\n"
22932294
2294 #: tp/Texinfo/Common.pm:1509
2295 #, perl-format
2296 msgid "%s:%d: nodes without a new name at the end of file\n"
2295 #: tp/Texinfo/Common.pm:1511
2296 #, fuzzy
2297 msgid "nodes without a new name at the end of file"
22972298 msgstr "%s:%d: dosya sonunda yeni adı olmayan düğümler\n"
22982299
2299 #: tp/Texinfo/Common.pm:2000
2300 #, perl-format
2301 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2302 msgstr "protect_hashchar_at_line_beginning @%s'de koruyamıyor"
2300 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2301 #, fuzzy, perl-format
2302 msgid "could not open %s: %s"
2303 msgstr "%1$s yazmak için açılamıyor: %2$s"
2304
2305 #: tp/Texinfo/Common.pm:2002
2306 #, perl-format
2307 msgid "could not protect hash character in @%s"
2308 msgstr ""
23032309
23042310 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2305 #: tp/texi2any.pl:387 tp/texi2any.pl:404
23062311 #, perl-format
23072312 msgid "Obsolete variable %s\n"
23082313 msgstr "Kullanım dışı değişken %s\n"
23092314
23102315 #: tp/Texinfo/Convert/Converter.pm:601
2311 #, perl-format
2312 msgid "Can't create directories `%s' or `%s': %s"
2316 #, fuzzy, perl-format
2317 msgid "could not create directories `%s' or `%s': %s"
23132318 msgstr "`%1$s' ya da `%2$s' dizinleri oluşturulamıyor: %3$s"
23142319
23152320 #: tp/Texinfo/Convert/Converter.pm:609
2316 #, perl-format
2317 msgid "Can't create directories `%s': %s"
2321 #, fuzzy, perl-format
2322 msgid "could not create directory `%s': %s"
23182323 msgstr "`%1$s' dizinleri oluşturulamıyor: %2$s"
23192324
2320 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2321 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2322 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2323 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2324 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2325 #, perl-format
2326 msgid "Error on closing %s: %s"
2325 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2326 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2327 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2328 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2329 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2330 #, fuzzy, perl-format
2331 msgid "error on closing %s: %s"
23272332 msgstr "%1$s'i kapatmada hata: %2$s"
23282333
2329 #: tp/Texinfo/Convert/DocBook.pm:898
2334 #: tp/Texinfo/Convert/DocBook.pm:899
23302335 #, perl-format
23312336 msgid "@image file `%s' not found, using `%s'"
23322337 msgstr "@image dosyası `%1$s' bulunamıyor, `%2$s' kullanılacak"
23332338
2334 #: tp/Texinfo/Convert/HTML.pm:1677
2339 #: tp/Texinfo/Convert/HTML.pm:1678
23352340 #, perl-format
23362341 msgid "@image file `%s' (for HTML) not found, using `%s'"
23372342 msgstr "@image dosyası `%1$s' (HTML için) bulunamadı, `%2$s' kullanılacak"
23382343
2339 #: tp/Texinfo/Convert/HTML.pm:2345
2340 #, perl-format
2341 msgid "Raw format %s is not converted"
2344 #: tp/Texinfo/Convert/HTML.pm:2347
2345 #, fuzzy, perl-format
2346 msgid "raw format %s is not converted"
23422347 msgstr "Ham biçem %s dönüştürülmedi"
23432348
2344 #: tp/Texinfo/Convert/HTML.pm:4814
2345 #, perl-format
2346 msgid "%s:%d: string not closed in css file"
2349 #: tp/Texinfo/Convert/HTML.pm:4816
2350 #, fuzzy
2351 msgid "string not closed in css file"
23472352 msgstr "%s:%d: css dosyasında dizge kapatılmadı"
23482353
2349 #: tp/Texinfo/Convert/HTML.pm:4816
2350 #, perl-format
2351 msgid "%s:%d: --css-include ended in comment"
2354 #: tp/Texinfo/Convert/HTML.pm:4818
2355 #, fuzzy
2356 msgid "--css-include ended in comment"
23522357 msgstr "%s:%d: --css-include yorum içinde sonlandı"
23532358
2354 #: tp/Texinfo/Convert/HTML.pm:4818
2355 #, fuzzy, perl-format
2356 msgid "%s:%d: @import not finished in css file"
2359 #: tp/Texinfo/Convert/HTML.pm:4820
2360 #, fuzzy
2361 msgid "@import not finished in css file"
23572362 msgstr "%s:%d css dosyasında @import bitmedi"
23582363
2359 #: tp/Texinfo/Convert/HTML.pm:4844
2360 #, perl-format
2361 msgid "css file %s not found"
2364 #: tp/Texinfo/Convert/HTML.pm:4846
2365 #, fuzzy, perl-format
2366 msgid "CSS file %s not found"
23622367 msgstr "css dosyası %s bulunamadı"
23632368
2364 #: tp/Texinfo/Convert/HTML.pm:4850
2369 #: tp/Texinfo/Convert/HTML.pm:4852
23652370 #, perl-format
23662371 msgid "could not open --include-file %s: %s"
23672372 msgstr "--include-file %1$s açılamadı: %2$s"
23682373
2369 #: tp/Texinfo/Convert/HTML.pm:4860
2370 #, perl-format
2371 msgid "Error on closing CSS file %s: %s"
2374 #: tp/Texinfo/Convert/HTML.pm:4862
2375 #, fuzzy, perl-format
2376 msgid "error on closing CSS file %s: %s"
23722377 msgstr "CSS dosyası %1$s'i kapatmada hata: %2$s"
23732378
2374 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2375 #, perl-format
2376 msgid "No htmlxref.cnf entry found for `%s'"
2379 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2380 #, fuzzy, perl-format
2381 msgid "no htmlxref.cnf entry found for `%s'"
23772382 msgstr "`%s' için htmlxref.cnf girdisi bulunamadı"
23782383
2379 #: tp/Texinfo/Convert/HTML.pm:6495
2380 #, perl-format
2381 msgid "Error on closing frame file %s: %s"
2384 #: tp/Texinfo/Convert/HTML.pm:6506
2385 #, fuzzy, perl-format
2386 msgid "error on closing frame file %s: %s"
23822387 msgstr "Çerçeve dosyası %1$s'i kapatmada hata: %2$s"
23832388
2384 #: tp/Texinfo/Convert/HTML.pm:6519
2385 #, perl-format
2386 msgid "Error on closing TOC frame file %s: %s"
2389 #: tp/Texinfo/Convert/HTML.pm:6530
2390 #, fuzzy, perl-format
2391 msgid "error on closing TOC frame file %s: %s"
23872392 msgstr "TOC çerçeve dosyası %1$s'i kapatmada hata: %2$s"
23882393
2389 #: tp/Texinfo/Convert/HTML.pm:6634
2390 #, perl-format
2391 msgid "Handler %s of stage %s priority %s failed"
2394 #: tp/Texinfo/Convert/HTML.pm:6645
2395 #, fuzzy, perl-format
2396 msgid "handler %s of stage %s priority %s failed"
23922397 msgstr "Evre %2$s öncelik %3$s'in kotarıcısı %1$s başarısız"
23932398
2394 #: tp/Texinfo/Convert/HTML.pm:6835
2395 msgid "Must specify a title with a title command or @top"
2399 #: tp/Texinfo/Convert/HTML.pm:6846
2400 #, fuzzy
2401 msgid "must specify a title with a title command or @top"
23962402 msgstr "Başlık komutu ya da @top ile bir başlık belirlemelisiniz"
23972403
2398 #: tp/Texinfo/Convert/HTML.pm:7040
2399 #, perl-format
2400 msgid "Error on closing redirection node file %s: %s"
2404 #: tp/Texinfo/Convert/HTML.pm:7055
2405 #, fuzzy, perl-format
2406 msgid "error on closing redirection node file %s: %s"
24012407 msgstr "Yeniden yönlendirme düğüm dosyası %1$s'i kapatmada hata: %2$s"
24022408
2403 #: tp/Texinfo/Convert/HTML.pm:7065
2404 #, perl-format
2405 msgid "Old name for `%s' is a node of the document"
2409 #: tp/Texinfo/Convert/HTML.pm:7080
2410 #, fuzzy, perl-format
2411 msgid "old name for `%s' is a node of the document"
24062412 msgstr "`%s'nin önceki adı bu belgenin bir düğümüdür"
24072413
2408 #: tp/Texinfo/Convert/HTML.pm:7069
2409 #, perl-format
2410 msgid "File empty for renamed node `%s'"
2414 #: tp/Texinfo/Convert/HTML.pm:7086
2415 #, fuzzy, perl-format
2416 msgid "file empty for renamed node `%s'"
24112417 msgstr "Yeniden adlandırılmış `%s' düğüm dosyası boş"
24122418
2413 #: tp/Texinfo/Convert/HTML.pm:7081
2414 #, perl-format
2415 msgid "Target node (new name for `%s') not in document: %s"
2419 #: tp/Texinfo/Convert/HTML.pm:7100
2420 #, fuzzy, perl-format
2421 msgid "target node (new name for `%s') not in document: %s"
24162422 msgstr "Hedef düğüm (`%s'nin yeni adı) belgede yok: %s"
24172423
2418 #: tp/Texinfo/Convert/HTML.pm:7113
2419 #, perl-format
2420 msgid "Error on closing renamed node redirection file %s: %s"
2424 #: tp/Texinfo/Convert/HTML.pm:7132
2425 #, fuzzy, perl-format
2426 msgid "error on closing renamed node redirection file %s: %s"
24212427 msgstr ""
24222428 "Yeniden adlandırılmış düğüm yeniden yönlendirme dosyası %s'i kapatmada hata: "
24232429 "%s"
24242430
2425 #: tp/Texinfo/Convert/HTML.pm:7151
2426 msgid "Empty node name"
2431 #: tp/Texinfo/Convert/HTML.pm:7170
2432 #, fuzzy
2433 msgid "empty node name"
24272434 msgstr "Boş düğüm adı"
24282435
2429 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2430 #, perl-format
2431 msgid "Syntax for an external node used for `%s'"
2436 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2437 #, fuzzy, perl-format
2438 msgid "syntax for an external node used for `%s'"
24322439 msgstr "`%s' için kullanılan bir harici düğümün sözdizimi"
24332440
24342441 #: tp/Texinfo/Convert/Info.pm:99
2435 msgid "Document without nodes."
2442 #, fuzzy
2443 msgid "document without nodes"
24362444 msgstr "Düğümsüz belge."
24372445
2438 #: tp/Texinfo/Convert/Info.pm:115
2439 msgid "Document without Top node."
2446 #: tp/Texinfo/Convert/Info.pm:116
2447 #, fuzzy
2448 msgid "document without Top node"
24402449 msgstr "Top düğümü olmayan belge."
24412450
2442 #: tp/Texinfo/Convert/Info.pm:151
2443 #, perl-format
2444 msgid "Rename %s failed: %s"
2451 #: tp/Texinfo/Convert/Info.pm:153
2452 #, fuzzy, perl-format
2453 msgid "rename %s failed: %s"
24452454 msgstr "%1$s yeniden adlandırma başarısız: %2$s"
24462455
2447 #: tp/Texinfo/Convert/Info.pm:226
2456 #: tp/Texinfo/Convert/Info.pm:228
24482457 #, perl-format
24492458 msgid "@%s output more than once: %s"
24502459 msgstr "@%s çıktısı birden fazla: %s"
24512460
2452 #: tp/Texinfo/Convert/Info.pm:340
2461 #: tp/Texinfo/Convert/Info.pm:346
24532462 #, perl-format
24542463 msgid "@%s outside of any node"
24552464 msgstr "@%s tüm düğümlerin dışında"
24562465
2457 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2458 #, perl-format
2459 msgid "Entry for index `%s' outside of any node"
2466 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2467 #, fuzzy, perl-format
2468 msgid "entry for index `%s' outside of any node"
24602469 msgstr "`%s' indeks girdisi tüm düğümlerin dışında"
24612470
24622471 #: tp/Texinfo/Convert/Plaintext.pm:1217
2463 #, perl-format
2464 msgid "Error on closing image text file %s: %s"
2472 #, fuzzy, perl-format
2473 msgid "error on closing image text file %s: %s"
24652474 msgstr "İmge metin dosyası %1$s'i kapatmada hata: %2$s"
24662475
24672476 #: tp/Texinfo/Convert/Plaintext.pm:1222
24692478 msgid "@image file `%s' unreadable: %s"
24702479 msgstr "@image dosyası `%1$s' okunamıyor: %2$s"
24712480
2472 #: tp/Texinfo/Convert/Plaintext.pm:1250
2473 #, perl-format
2474 msgid "Cannot find @image file `%s.txt' nor alternate text"
2481 #: tp/Texinfo/Convert/Plaintext.pm:1251
2482 #, fuzzy, perl-format
2483 msgid "could not find @image file `%s.txt' nor alternate text"
24752484 msgstr "@image dosyası `%s.txt' ya da alternatif metin bulunamadı"
24762485
2477 #: tp/Texinfo/Convert/Plaintext.pm:1615
2486 #: tp/Texinfo/Convert/Plaintext.pm:1617
24782487 msgid ""
24792488 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
24802489 "avoid that"
24822491 "@strong{Not...} Info'da sahte bir çapraz-başvuru oluşturur; bundan kaçınmak "
24832492 "için yazımı değiştirin"
24842493
2485 #: tp/Texinfo/Convert/Plaintext.pm:1845
2494 #: tp/Texinfo/Convert/Plaintext.pm:1849
24862495 #, perl-format
24872496 msgid "`.' or `,' must follow @xref, not %s"
24882497 msgstr "`.' ya da `,' @xref'i izlemelidir, `%s'i değil"
24892498
2490 #: tp/Texinfo/Convert/Plaintext.pm:1847
2499 #: tp/Texinfo/Convert/Plaintext.pm:1852
24912500 msgid "`.' or `,' must follow @xref"
24922501 msgstr "`.' ya da `,' @xref'i izlemelidir"
24932502
24962505 msgid "@%s should only appear at beginning or end of document"
24972506 msgstr "@%s yalnızca belgenin başında ya da sonunda görünmelidir"
24982507
2499 #: tp/Texinfo/Parser.pm:837
2500 #, perl-format
2501 msgid "Can't read file %s: %s"
2502 msgstr "%1$s dosyası okunamıyor: %2$s"
2503
25042508 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
2505 #, perl-format
2506 msgid "Multiple @%s"
2509 #, fuzzy, perl-format
2510 msgid "multiple @%s"
25072511 msgstr "Çok sayıda @%s"
25082512
25092513 #: tp/Texinfo/Parser.pm:1100
2510 #, perl-format
2511 msgid "Bad syntax for @%s argument: %s"
2514 #, fuzzy, perl-format
2515 msgid "bad syntax for @%s argument: %s"
25122516 msgstr "@%s argümanı için hatalı sözdüzüm: %s"
25132517
25142518 #: tp/Texinfo/Parser.pm:1116
2515 #, perl-format
2516 msgid "Bad or empty @%s formal argument: %s"
2519 #, fuzzy, perl-format
2520 msgid "bad or empty @%s formal argument: %s"
25172521 msgstr "Hatalı ya da boş @%s resmi argümanı: %s"
25182522
2519 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2520 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2521 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2523 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2524 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2525 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
25222526 #, perl-format
25232527 msgid "%c%s requires a name"
25242528 msgstr "%c%s bir isim gerektirir"
25252529
2526 #: tp/Texinfo/Parser.pm:1235
2530 #: tp/Texinfo/Parser.pm:1238
25272531 #, perl-format
25282532 msgid "%c%s missing close brace"
25292533 msgstr "%c%s eksik kapama }"
25302534
2531 #: tp/Texinfo/Parser.pm:1238
2535 #: tp/Texinfo/Parser.pm:1241
25322536 #, perl-format
25332537 msgid "@%s missing closing delimiter sequence: %s}"
25342538 msgstr "@%s kayıp kapanış sınır belirteci sıralı ögeleri: %s}"
25352539
2536 #: tp/Texinfo/Parser.pm:1351
2540 #: tp/Texinfo/Parser.pm:1354
25372541 #, perl-format
25382542 msgid "@itemx should not begin @%s"
25392543 msgstr "@itemx başlamamalı @%s"
25402544
2541 #: tp/Texinfo/Parser.pm:1419
2545 #: tp/Texinfo/Parser.pm:1422
25422546 msgid "@itemx must follow @item"
25432547 msgstr "@itemx, @item'dan sonra gelmeli"
25442548
2545 #: tp/Texinfo/Parser.pm:1587
2549 #: tp/Texinfo/Parser.pm:1590
25462550 #, perl-format
25472551 msgid "@%s has text but no @item"
25482552 msgstr "@%s'in metni var fakat @item'ı yok"
25492553
2550 #: tp/Texinfo/Parser.pm:1617
2554 #: tp/Texinfo/Parser.pm:1620
25512555 #, perl-format
25522556 msgid "`@end' expected `%s', but saw `%s'"
25532557 msgstr "`@end' `%1$s' beklerdi, `%2$s' gördü"
25542558
2555 #: tp/Texinfo/Parser.pm:1620
2559 #: tp/Texinfo/Parser.pm:1623
25562560 #, perl-format
25572561 msgid "@%s seen before @end %s"
25582562 msgstr "@%s, @end'den önce görüldü %s"
25592563
2560 #: tp/Texinfo/Parser.pm:1624
2561 #, perl-format
2562 msgid "No matching `%cend %s'"
2564 #: tp/Texinfo/Parser.pm:1627
2565 #, fuzzy, perl-format
2566 msgid "no matching `%cend %s'"
25632567 msgstr "Eşleşen `%cend %s' yok"
25642568
2565 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2566 #: tp/Texinfo/Parser.pm:5125
2567 #, perl-format
2568 msgid "Misplaced %c"
2569 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2570 #: tp/Texinfo/Parser.pm:5150
2571 #, fuzzy, perl-format
2572 msgid "misplaced %c"
25692573 msgstr "Yanlış yerleştirilmiş %c"
25702574
2571 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2572 #, perl-format
2573 msgid "Unmatched `%c%s'"
2575 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2576 #, fuzzy, perl-format
2577 msgid "unmatched `%c%s'"
25742578 msgstr "Eşleşmeyen `%c%s'"
25752579
2576 #: tp/Texinfo/Parser.pm:1972
2577 #, perl-format
2578 msgid "Macro `%s' called with too many args"
2580 #: tp/Texinfo/Parser.pm:1976
2581 #, fuzzy, perl-format
2582 msgid "macro `%s' called with too many args"
25792583 msgstr "Makro `%s' çok sayıda arg.la çağrıldı"
25802584
2581 #: tp/Texinfo/Parser.pm:1994
2585 #: tp/Texinfo/Parser.pm:1998
25822586 #, perl-format
25832587 msgid "@%s missing close brace"
25842588 msgstr "@%s kayıp küme parantezi"
25852589
2586 #: tp/Texinfo/Parser.pm:2001
2587 #, perl-format
2588 msgid "Macro `%s' declared without argument called with an argument"
2590 #: tp/Texinfo/Parser.pm:2006
2591 #, fuzzy, perl-format
2592 msgid "macro `%s' declared without argument called with an argument"
25892593 msgstr "Makro `%s' argümansız tanımlandı, argümanla kullanıldı"
25902594
2591 #: tp/Texinfo/Parser.pm:2035
2595 #: tp/Texinfo/Parser.pm:2041
25922596 #, perl-format
25932597 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
25942598 msgstr "@%s açılımındaki \\ paramatre adı ya da \\ yerine `%s'i izliyor"
25952599
2596 #: tp/Texinfo/Parser.pm:2430
2600 #: tp/Texinfo/Parser.pm:2436
25972601 #, perl-format
25982602 msgid "@%s `%s' previously defined"
25992603 msgstr "@%s `%s' daha önce tanımlanmış"
26002604
2601 #: tp/Texinfo/Parser.pm:2435
2605 #: tp/Texinfo/Parser.pm:2441
26022606 #, perl-format
26032607 msgid "here is the previous definition as @%s"
26042608 msgstr "işte @%s olarak önceki tanım"
26052609
2606 #: tp/Texinfo/Parser.pm:2796
2607 #, perl-format
2608 msgid "Missing name for @%s"
2610 #: tp/Texinfo/Parser.pm:2802
2611 #, fuzzy, perl-format
2612 msgid "missing name for @%s"
26092613 msgstr "@%s için kayıp isim"
26102614
2611 #: tp/Texinfo/Parser.pm:2801
2612 #, perl-format
2613 msgid "Missing category for @%s"
2615 #: tp/Texinfo/Parser.pm:2807
2616 #, fuzzy, perl-format
2617 msgid "missing category for @%s"
26142618 msgstr "@%s için kayıp kategori"
26152619
2616 #: tp/Texinfo/Parser.pm:2853
2617 #, perl-format
2618 msgid "Unexpected argument on @%s line: %s"
2620 #: tp/Texinfo/Parser.pm:2859
2621 #, fuzzy, perl-format
2622 msgid "unexpected argument on @%s line: %s"
26192623 msgstr "@%s satırında beklenmedik argüman: %s"
26202624
2621 #: tp/Texinfo/Parser.pm:2869
2625 #: tp/Texinfo/Parser.pm:2875
26222626 msgid "empty multitable"
26232627 msgstr "boş çoklutablo"
26242628
2625 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2626 #, perl-format
2627 msgid "Superfluous argument to @%s"
2629 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2630 #, fuzzy, perl-format
2631 msgid "superfluous argument to @%s"
26282632 msgstr "@%s'e fazladan argüman"
26292633
2630 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2631 #: tp/Texinfo/Parser.pm:5379
2632 #, perl-format
2633 msgid "Bad argument to @%s"
2634 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2635 #: tp/Texinfo/Parser.pm:5405
2636 #, fuzzy, perl-format
2637 msgid "bad argument to @%s"
26342638 msgstr "@%s'ye hatalı argüman"
26352639
2636 #: tp/Texinfo/Parser.pm:2942
2640 #: tp/Texinfo/Parser.pm:2948
26372641 #, perl-format
26382642 msgid "%s requires an argument: the formatter for %citem"
26392643 msgstr "%s bir argüman gerektirir: %c öğesi için biçimlendirici"
26402644
2641 #: tp/Texinfo/Parser.pm:2947
2642 #, perl-format
2643 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2645 #: tp/Texinfo/Parser.pm:2953
2646 #, fuzzy, perl-format
2647 msgid "command @%s not accepting argument in brace should not be on @%s line"
26442648 msgstr ""
26452649 "@%s komutu küme parantezi içinde argüman kabul etmiyor @%s satırında olmamalı"
26462650
2647 #: tp/Texinfo/Parser.pm:2982
2648 #, perl-format
2649 msgid "Accent command `@%s' not allowed as @%s argument"
2651 #: tp/Texinfo/Parser.pm:2988
2652 #, fuzzy, perl-format
2653 msgid "accent command `@%s' not allowed as @%s argument"
26502654 msgstr "Vurgu komutu `@%s'ın @%s argümanı olmasına izin verilmiyor"
26512655
2652 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2653 #: tp/Texinfo/Parser.pm:5338
2656 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2657 #: tp/Texinfo/Parser.pm:5364
26542658 #, perl-format
26552659 msgid "@%s missing argument"
26562660 msgstr "@%s kayıp argüman"
26572661
2658 #: tp/Texinfo/Parser.pm:3072
2659 #, perl-format
2660 msgid "Unknown @end %s"
2662 #: tp/Texinfo/Parser.pm:3078
2663 #, fuzzy, perl-format
2664 msgid "unknown @end %s"
26612665 msgstr "Bilinmeyen @end %s"
26622666
2663 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2664 #, perl-format
2665 msgid "Superfluous argument to @%s %s: %s"
2667 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2668 #, fuzzy, perl-format
2669 msgid "superfluous argument to @%s %s: %s"
26662670 msgstr "@%s %s'e fazladan argüman: %s"
26672671
2668 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2669 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2670 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2671 #, perl-format
2672 msgid "Bad argument to @%s: %s"
2672 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2673 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2674 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2675 #, fuzzy, perl-format
2676 msgid "bad argument to @%s: %s"
26732677 msgstr "@%s:%s'ye hatalı argüman"
26742678
2675 #: tp/Texinfo/Parser.pm:3118
2676 #, perl-format
2677 msgid "@%s: Cannot open %s: %s"
2679 #: tp/Texinfo/Parser.pm:3124
2680 #, fuzzy, perl-format
2681 msgid "@%s: could not open %s: %s"
26782682 msgstr "@%s: %s açılamıyor: %s"
26792683
2680 #: tp/Texinfo/Parser.pm:3130
2681 #, perl-format
2682 msgid "Encoding `%s' is not a canonical texinfo encoding"
2684 #: tp/Texinfo/Parser.pm:3136
2685 #, fuzzy, perl-format
2686 msgid "encoding `%s' is not a canonical texinfo encoding"
26832687 msgstr "`%s' kodlaması kanonik bir texinfo kodlaması değil"
26842688
2685 #: tp/Texinfo/Parser.pm:3139
2689 #: tp/Texinfo/Parser.pm:3145
26862690 #, perl-format
26872691 msgid "unrecognized encoding name `%s'"
26882692 msgstr "tanınmayan kodlama adı `%s'"
26892693
2690 #: tp/Texinfo/Parser.pm:3289
2694 #: tp/Texinfo/Parser.pm:3295
26912695 #, perl-format
26922696 msgid "@%s after the first element"
26932697 msgstr "ilk unsurdan sonra @%s"
26942698
2695 #: tp/Texinfo/Parser.pm:3296
2699 #: tp/Texinfo/Parser.pm:3302
26962700 #, perl-format
26972701 msgid "@%s only meaningful on a @multitable line"
26982702 msgstr "@%s yalnızca bir @multitable satırında anlamlıdır"
26992703
2700 #: tp/Texinfo/Parser.pm:3336
2704 #: tp/Texinfo/Parser.pm:3342
27012705 #, perl-format
27022706 msgid "@%s should not be associated with @top"
27032707 msgstr "@%s @top ile ilintili olmamalı"
27042708
2705 #: tp/Texinfo/Parser.pm:3348
2709 #: tp/Texinfo/Parser.pm:3354
27062710 #, perl-format
27072711 msgid "@node precedes @%s, but parts may not be associated with nodes"
27082712 msgstr ""
27092713 "@node @%s'den önce geliyor, fakat parçaları düğümlerle ilişkili olmayabilir"
27102714
2711 #: tp/Texinfo/Parser.pm:3450
2712 #, perl-format
2713 msgid "Empty argument in @%s"
2715 #: tp/Texinfo/Parser.pm:3456
2716 #, fuzzy, perl-format
2717 msgid "empty argument in @%s"
27142718 msgstr "@%s'de boş argüman"
27152719
2716 #: tp/Texinfo/Parser.pm:3454
2717 #, perl-format
2718 msgid "Empty node name after expansion `%s'"
2720 #: tp/Texinfo/Parser.pm:3460
2721 #, fuzzy, perl-format
2722 msgid "empty node name after expansion `%s'"
27192723 msgstr "`%s' açılımından sonra boş düğüm adı"
27202724
2721 #: tp/Texinfo/Parser.pm:3497
2722 #, perl-format
2723 msgid "Empty menu entry name in `%s'"
2725 #: tp/Texinfo/Parser.pm:3503
2726 #, fuzzy, perl-format
2727 msgid "empty menu entry name in `%s'"
27242728 msgstr "`%s' de boş menü girdi adı"
27252729
2726 #: tp/Texinfo/Parser.pm:3505
2730 #: tp/Texinfo/Parser.pm:3511
27272731 #, fuzzy
2728 msgid "Empty node name in menu entry"
2732 msgid "empty node name in menu entry"
27292733 msgstr "Menü girdisinde boş düğüm"
27302734
2731 #: tp/Texinfo/Parser.pm:3578
2735 #: tp/Texinfo/Parser.pm:3584
27322736 #, perl-format
27332737 msgid "@%s should not appear in @%s"
27342738 msgstr "@%s @%s'de görülmemeli"
27352739
2736 #: tp/Texinfo/Parser.pm:3710
2740 #: tp/Texinfo/Parser.pm:3716
27372741 #, perl-format
27382742 msgid "@end %s should only appear at a line beginning"
27392743 msgstr "@end %s yalnızca bir satır başında görülmeli"
27402744
2741 #: tp/Texinfo/Parser.pm:3733
2745 #: tp/Texinfo/Parser.pm:3739
27422746 #, perl-format
27432747 msgid "macro `%s' previously defined"
27442748 msgstr "makro `%s' daha önce tanımlanmış"
27452749
2746 #: tp/Texinfo/Parser.pm:3735
2750 #: tp/Texinfo/Parser.pm:3742
27472751 #, perl-format
27482752 msgid "here is the previous definition of `%s'"
27492753 msgstr "işte `%s''nin önceki tanımı"
27502754
2751 #: tp/Texinfo/Parser.pm:3739
2752 #, perl-format
2753 msgid "Redefining Texinfo language command: @%s"
2755 #: tp/Texinfo/Parser.pm:3747
2756 #, fuzzy, perl-format
2757 msgid "redefining Texinfo language command: @%s"
27542758 msgstr "Texinfo dil komutu yeniden tanımlanıyor: @%s"
27552759
2756 #: tp/Texinfo/Parser.pm:3788
2760 #: tp/Texinfo/Parser.pm:3796
27572761 #, perl-format
27582762 msgid "@%s without associated character"
27592763 msgstr "ilişkili karakteri olmayan @%s"
27602764
2761 #: tp/Texinfo/Parser.pm:3849
2765 #: tp/Texinfo/Parser.pm:3858
27622766 #, perl-format
27632767 msgid ""
27642768 "@%s defined with zero or more than one argument should be invoked with {}"
27652769 msgstr "sıfırla tanımlanmış @%s ya da birden çok argüman {} ile çağrılmalı"
27662770
2767 #: tp/Texinfo/Parser.pm:3872
2768 #, perl-format
2769 msgid ""
2770 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2771 #: tp/Texinfo/Parser.pm:3882
2772 #, fuzzy, perl-format
2773 msgid ""
2774 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
27712775 "value %d)"
27722776 msgstr ""
27732777 "Makro çağrısı çok içiçe (geçersiz kılmak için MAX_NESTED_MACROS'u atayın; "
27742778 "mevcut değer %d)"
27752779
2776 #: tp/Texinfo/Parser.pm:3880
2777 #, perl-format
2778 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2780 #: tp/Texinfo/Parser.pm:3891
2781 #, fuzzy, perl-format
2782 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
27792783 msgstr ""
27802784 "%s makrosunun özyineli çağrısına izin verilmiyor; gerekirse @rmacro kullanın"
27812785
2782 #: tp/Texinfo/Parser.pm:3935
2783 #, perl-format
2784 msgid "Accent command `@%s' must not be followed by whitespace"
2786 #: tp/Texinfo/Parser.pm:3947
2787 #, fuzzy, perl-format
2788 msgid "accent command `@%s' must not be followed by whitespace"
27852789 msgstr "`@%s' aksan komutundan sonra beyaz boşluk gelmemeli"
27862790
2787 #: tp/Texinfo/Parser.pm:3941
2788 #, perl-format
2789 msgid "Use braces to give a command as an argument to @%s"
2791 #: tp/Texinfo/Parser.pm:3953
2792 #, fuzzy, perl-format
2793 msgid "use braces to give a command as an argument to @%s"
27902794 msgstr "@%s'e argüman olarak bir komut vermek için {} kullanın"
27912795
2792 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2796 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
27932797 #, perl-format
27942798 msgid "%c%s expects `i' or `j' as argument, not `%s'"
27952799 msgstr "%c%s argüman olarak `i' ya da `j' gerektirir, `%s' değil"
27962800
2797 #: tp/Texinfo/Parser.pm:3966
2798 #, perl-format
2799 msgid "Accent command `@%s' must not be followed by new line"
2801 #: tp/Texinfo/Parser.pm:3978
2802 #, fuzzy, perl-format
2803 msgid "accent command `@%s' must not be followed by new line"
28002804 msgstr "`@%s' aksan komutundan sonra yeni satır gelmemelidir"
28012805
2802 #: tp/Texinfo/Parser.pm:3977
2806 #: tp/Texinfo/Parser.pm:3989
28032807 #, perl-format
28042808 msgid "@%s expected braces"
28052809 msgstr "@%s küme parantezi bekledi"
28062810
2807 #: tp/Texinfo/Parser.pm:4136
2811 #: tp/Texinfo/Parser.pm:4148
28082812 #, perl-format
28092813 msgid "undefined flag: %s"
28102814 msgstr "tanımlanmamış bayrak: %s"
28112815
2812 #: tp/Texinfo/Parser.pm:4139
2813 msgid "Bad syntax for @value"
2816 #: tp/Texinfo/Parser.pm:4151
2817 #, fuzzy
2818 msgid "bad syntax for @value"
28142819 msgstr "@value için bozuk sözdizimi"
28152820
2816 #: tp/Texinfo/Parser.pm:4146
2821 #: tp/Texinfo/Parser.pm:4158
28172822 #, perl-format
28182823 msgid "%c%s is obsolete."
28192824 msgstr "%c%s kullanımdan kalkmış"
28202825
2821 #: tp/Texinfo/Parser.pm:4149
2826 #: tp/Texinfo/Parser.pm:4161
28222827 #, perl-format
28232828 msgid "%c%s is obsolete; %s"
28242829 msgstr "%c%s kullanımdan kalkmış; %s"
28252830
2826 #: tp/Texinfo/Parser.pm:4157
2831 #: tp/Texinfo/Parser.pm:4170
28272832 #, perl-format
28282833 msgid "@%s should only appear at a line beginning"
28292834 msgstr "@%s yalnızca bir satır başında görülmeli"
28302835
2831 #: tp/Texinfo/Parser.pm:4247
2836 #: tp/Texinfo/Parser.pm:4261
28322837 #, perl-format
28332838 msgid "@%s not allowed inside `@%s' block"
28342839 msgstr "`@%s' bloğu içinde @%s'e izin verilmez"
28352840
2836 #: tp/Texinfo/Parser.pm:4255
2841 #: tp/Texinfo/Parser.pm:4270
28372842 #, perl-format
28382843 msgid "@%s should only appear in heading or footing"
28392844 msgstr "@%s yalnızca alt ya da üst kısımda görülmelidir"
28402845
2841 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2842 #: tp/Texinfo/Parser.pm:4437
2846 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2847 #: tp/Texinfo/Parser.pm:4458
28432848 #, perl-format
28442849 msgid "@%s not meaningful inside `@%s' block"
28452850 msgstr "`@%s' bloğu içinde @%s anlamlı değil"
28462851
2847 #: tp/Texinfo/Parser.pm:4398
2852 #: tp/Texinfo/Parser.pm:4418
28482853 #, perl-format
28492854 msgid "@%s in empty multitable"
28502855 msgstr "boş @multitable'de @%s"
28512856
2852 #: tp/Texinfo/Parser.pm:4403
2857 #: tp/Texinfo/Parser.pm:4424
28532858 msgid "@tab before @item"
28542859 msgstr "@item'den önce @tab"
28552860
2856 #: tp/Texinfo/Parser.pm:4406
2857 #, perl-format
2858 msgid "Too many columns in multitable item (max %d)"
2861 #: tp/Texinfo/Parser.pm:4427
2862 #, fuzzy, perl-format
2863 msgid "too many columns in multitable item (max %d)"
28592864 msgstr "Çok-tablolu öğede, çok fazla sütun (maks %d)"
28602865
2861 #: tp/Texinfo/Parser.pm:4443
2866 #: tp/Texinfo/Parser.pm:4464
28622867 msgid "ignoring @tab outside of multitable"
28632868 msgstr "çok-tablolunun dışındaki @tab yoksayılıyor"
28642869
2865 #: tp/Texinfo/Parser.pm:4447
2870 #: tp/Texinfo/Parser.pm:4468
28662871 #, perl-format
28672872 msgid "@%s outside of table or list"
28682873 msgstr "tablo ya da liste dışında @%s"
28692874
2870 #: tp/Texinfo/Parser.pm:4482
2871 #, perl-format
2872 msgid "Must be after `@%s' to use `@%s'"
2875 #: tp/Texinfo/Parser.pm:4503
2876 #, fuzzy, perl-format
2877 msgid "must be after `@%s' to use `@%s'"
28732878 msgstr "`@%2$s' kullanmak için `@%1$s' den sonra ol(un)malıdır"
28742879
2875 #: tp/Texinfo/Parser.pm:4524
2880 #: tp/Texinfo/Parser.pm:4545
28762881 #, perl-format
28772882 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
28782883 msgstr "`@titlepage' ve `@quotation' çevreleri dışında @%s anlamlı değil"
28792884
2880 #: tp/Texinfo/Parser.pm:4528
2885 #: tp/Texinfo/Parser.pm:4549
28812886 msgid "@dircategory after first node"
28822887 msgstr "ilk düğümden sonra @dircategory"
28832888
2884 #: tp/Texinfo/Parser.pm:4686
2885 #, perl-format
2886 msgid "Region %s inside region %s is not allowed"
2889 #: tp/Texinfo/Parser.pm:4708
2890 #, fuzzy, perl-format
2891 msgid "region %s inside region %s is not allowed"
28872892 msgstr "%2$s bölgesi içinde %1$s bölgesine izin verilmez"
28882893
2889 #: tp/Texinfo/Parser.pm:4704
2894 #: tp/Texinfo/Parser.pm:4726
28902895 msgid "@direntry after first node"
28912896 msgstr "ilk düğümden sonra @direntry"
28922897
2893 #: tp/Texinfo/Parser.pm:4712
2898 #: tp/Texinfo/Parser.pm:4734
28942899 #, perl-format
28952900 msgid "@%s seen before first @node"
28962901 msgstr "ilk @node öncesinde @%s görüldü"
28972902
2898 #: tp/Texinfo/Parser.pm:4714
2903 #: tp/Texinfo/Parser.pm:4737
28992904 msgid ""
29002905 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
29012906 msgstr ""
29022907 "belki de sizin @top düğümünüz, @ifinfo'dan ziyade @ifnottex içine "
29032908 "sarılmalıdır?"
29042909
2905 #: tp/Texinfo/Parser.pm:4776
2910 #: tp/Texinfo/Parser.pm:4799
29062911 #, perl-format
29072912 msgid "@%s should only appear in math context"
29082913 msgstr "@%s yalnızca matematik bağlamında görünmelidir"
29092914
2910 #: tp/Texinfo/Parser.pm:4784
2911 #, perl-format
2912 msgid "Unknown command `%s'"
2915 #: tp/Texinfo/Parser.pm:4807
2916 #, fuzzy, perl-format
2917 msgid "unknown command `%s'"
29132918 msgstr "Bilinmeyen komut `%s'"
29142919
2915 #: tp/Texinfo/Parser.pm:4794
2916 msgid "Unexpected @"
2920 #: tp/Texinfo/Parser.pm:4817
2921 #, fuzzy
2922 msgid "unexpected @"
29172923 msgstr "Beklenmedik @"
29182924
2919 #: tp/Texinfo/Parser.pm:4822
2925 #: tp/Texinfo/Parser.pm:4846
29202926 #, perl-format
29212927 msgid "@%s is not meaningful outside `@float' environment"
29222928 msgstr "`@float' çevresi dışında @%s anlamlı değil"
29232929
2924 #: tp/Texinfo/Parser.pm:4826
2930 #: tp/Texinfo/Parser.pm:4851
29252931 #, perl-format
29262932 msgid "@%s should be right below `@float'"
29272933 msgstr "@%s, `@float'ın hemen altında olmalıdır"
29282934
2929 #: tp/Texinfo/Parser.pm:4834
2930 #, perl-format
2931 msgid "Ignoring multiple @%s"
2935 #: tp/Texinfo/Parser.pm:4859
2936 #, fuzzy, perl-format
2937 msgid "ignoring multiple @%s"
29322938 msgstr "Çok sayıda @%s yok sayılıyor"
29332939
2934 #: tp/Texinfo/Parser.pm:4950
2935 #, perl-format
2936 msgid "Command @%s does not accept arguments"
2940 #: tp/Texinfo/Parser.pm:4975
2941 #, fuzzy, perl-format
2942 msgid "command @%s does not accept arguments"
29372943 msgstr "@%s komutu argüman kabul etmez"
29382944
2939 #: tp/Texinfo/Parser.pm:4974
2940 #, perl-format
2941 msgid "Command @%s missing a node or external manual argument"
2945 #: tp/Texinfo/Parser.pm:4999
2946 #, fuzzy, perl-format
2947 msgid "command @%s missing a node or external manual argument"
29422948 msgstr "@%s komutunda bir düğüm ya da harici manüel argüman eksik"
29432949
2944 #: tp/Texinfo/Parser.pm:4993
2945 #, perl-format
2946 msgid "In @%s empty cross reference name after expansion `%s'"
2950 #: tp/Texinfo/Parser.pm:5018
2951 #, fuzzy, perl-format
2952 msgid "in @%s empty cross reference name after expansion `%s'"
29472953 msgstr "@%s'de `%s' açılımından sonra boş çapraz başvuru adı"
29482954
2949 #: tp/Texinfo/Parser.pm:5004
2950 #, perl-format
2951 msgid "In @%s empty cross reference title after expansion `%s'"
2955 #: tp/Texinfo/Parser.pm:5029
2956 #, fuzzy, perl-format
2957 msgid "in @%s empty cross reference title after expansion `%s'"
29522958 msgstr "@%s'de `%s' açılımından sonra boş çapraz başvuru başlığı"
29532959
2954 #: tp/Texinfo/Parser.pm:5017
2960 #: tp/Texinfo/Parser.pm:5042
29552961 msgid "@image missing filename argument"
29562962 msgstr "@image eksik dosyaadı argümanı"
29572963
2958 #: tp/Texinfo/Parser.pm:5047
2964 #: tp/Texinfo/Parser.pm:5072
29592965 #, perl-format
29602966 msgid "@%s missing first argument"
29612967 msgstr "@%s'de eksik ilk argüman"
29622968
2963 #: tp/Texinfo/Parser.pm:5169
2964 msgid "Superfluous arguments for node"
2969 #: tp/Texinfo/Parser.pm:5194
2970 #, fuzzy
2971 msgid "superfluous arguments for node"
29652972 msgstr "Düğüm için çok fazla argüman"
29662973
2967 #: tp/Texinfo/Parser.pm:5208
2968 #, perl-format
2969 msgid "Expected @end %s"
2974 #: tp/Texinfo/Parser.pm:5233
2975 #, fuzzy, perl-format
2976 msgid "expected @end %s"
29702977 msgstr "@end beklenirdi %s"
29712978
2972 #: tp/Texinfo/Parser.pm:5283
2973 #, perl-format
2974 msgid "Remaining argument on @%s line: %s"
2979 #: tp/Texinfo/Parser.pm:5309
2980 #, fuzzy, perl-format
2981 msgid "remaining argument on @%s line: %s"
29752982 msgstr "@%s satırında kalan argüman: %s"
29762983
2977 #: tp/Texinfo/Parser.pm:5287
2984 #: tp/Texinfo/Parser.pm:5313
29782985 #, perl-format
29792986 msgid "@%s should only accept a @-command as argument, not `%s'"
29802987 msgstr "@%s argüman olarak yalnızca bir @-komut kabul etmelidir, `%s' değil"
29812988
2982 #: tp/Texinfo/Parser.pm:5362
2983 #, perl-format
2984 msgid "Environment command %s as argument to @%s"
2989 #: tp/Texinfo/Parser.pm:5388
2990 #, fuzzy, perl-format
2991 msgid "environment command %s as argument to @%s"
29852992 msgstr "@%s'e argüman olarak çevre komutu %s"
29862993
2987 #: tp/Texinfo/Parser.pm:5384
2988 #, perl-format
2989 msgid "Empty @%s"
2994 #: tp/Texinfo/Parser.pm:5410
2995 #, fuzzy, perl-format
2996 msgid "empty @%s"
29902997 msgstr "Boş @%s"
29912998
2992 #: tp/Texinfo/Parser.pm:5392
2999 #: tp/Texinfo/Parser.pm:5418
29933000 #, perl-format
29943001 msgid "column fraction not a number: %s"
29953002 msgstr "sütun kesiri numara değil: %s"
29963003
2997 #: tp/Texinfo/Parser.pm:5401
3004 #: tp/Texinfo/Parser.pm:5427
29983005 #, perl-format
29993006 msgid "@sp arg must be numeric, not `%s'"
30003007 msgstr "@sp arg sayısal olmalıdır `%s' değil"
30013008
3002 #: tp/Texinfo/Parser.pm:5409
3003 #, perl-format
3004 msgid "Reserved index name %s"
3009 #: tp/Texinfo/Parser.pm:5436
3010 #, fuzzy, perl-format
3011 msgid "reserved index name %s"
30053012 msgstr "Ayrılmış dizin adı %s"
30063013
3007 #: tp/Texinfo/Parser.pm:5428
3008 #, perl-format
3009 msgid "Unknown source index in @%s: %s"
3014 #: tp/Texinfo/Parser.pm:5455
3015 #, fuzzy, perl-format
3016 msgid "unknown source index in @%s: %s"
30103017 msgstr "@%s'de bilinmeyen kaynak dizini: %s"
30113018
3012 #: tp/Texinfo/Parser.pm:5431
3013 #, perl-format
3014 msgid "Unknown destination index in @%s: %s"
3019 #: tp/Texinfo/Parser.pm:5458
3020 #, fuzzy, perl-format
3021 msgid "unknown destination index in @%s: %s"
30153022 msgstr "@%s'de bilinmeyen hedef dizini: %s"
30163023
3017 #: tp/Texinfo/Parser.pm:5461
3024 #: tp/Texinfo/Parser.pm:5488
30183025 #, perl-format
30193026 msgid "@%s leads to a merging of %s in itself, ignoring"
30203027 msgstr "@%s, %s'in kendi içine kaynaşmasına yol açar, yok sayılıyor"
30213028
3022 #: tp/Texinfo/Parser.pm:5474
3023 #, perl-format
3024 msgid "Unknown index `%s' in @printindex"
3029 #: tp/Texinfo/Parser.pm:5501
3030 #, fuzzy, perl-format
3031 msgid "unknown index `%s' in @printindex"
30253032 msgstr "@printindex içinde bilinmeyen indeks `%s'"
30263033
3027 #: tp/Texinfo/Parser.pm:5480
3028 #, perl-format
3029 msgid "Printing an index `%s' merged in another one `%s'"
3034 #: tp/Texinfo/Parser.pm:5507
3035 #, fuzzy, perl-format
3036 msgid "printing an index `%s' merged in another one `%s'"
30303037 msgstr "`%2$s' içine kaynaştırılmış bir `%1$s' dizini yazdırılıyor"
30313038
3032 #: tp/Texinfo/Parser.pm:5488
3033 #, perl-format
3034 msgid "Printindex before document beginning: @printindex %s"
3039 #: tp/Texinfo/Parser.pm:5515
3040 #, fuzzy, perl-format
3041 msgid "printindex before document beginning: @printindex %s"
30353042 msgstr "Belge başlangıcından önce printindex: @printindex %s"
30363043
3037 #: tp/Texinfo/Parser.pm:5504
3044 #: tp/Texinfo/Parser.pm:5531
30383045 #, perl-format
30393046 msgid "@%s arg must be `top' or `bottom', not `%s'"
30403047 msgstr "@%s arg `top' ya da `bottom' olmalıdır, `%s' değil"
30413048
3042 #: tp/Texinfo/Parser.pm:5512
3049 #: tp/Texinfo/Parser.pm:5539
30433050 #, perl-format
30443051 msgid "Only @%s 10 or 11 is supported, not `%s'"
30453052 msgstr "Yalnızca @%1$s 10 ya da 11 destekleniyor, `%2$s' değil"
30463053
3047 #: tp/Texinfo/Parser.pm:5520
3054 #: tp/Texinfo/Parser.pm:5547
30483055 #, perl-format
30493056 msgid "@%s arg must be `separate' or `end', not `%s'"
30503057 msgstr "@%s arg `separate' ya da `end' olmalıdır, `%s' değil"
30513058
3052 #: tp/Texinfo/Parser.pm:5528
3059 #: tp/Texinfo/Parser.pm:5555
30533060 #, perl-format
30543061 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
30553062 msgstr "'%s arg `on', `off' ya da `odd' olmalıdır, `%s' değil"
30563063
3057 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3064 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
30583065 #, perl-format
30593066 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
30603067 msgstr "@paragrafindent arg sayısal/'none'/`asis' olmalıdır, `%s' değil"
30613068
3062 #: tp/Texinfo/Parser.pm:5559
3069 #: tp/Texinfo/Parser.pm:5586
30633070 #, perl-format
30643071 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
30653072 msgstr "@firstparagraphindent arg `none' ya da `insert' olmalıdır, `%s' değil"
30663073
3067 #: tp/Texinfo/Parser.pm:5569
3074 #: tp/Texinfo/Parser.pm:5596
30683075 #, perl-format
30693076 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
30703077 msgstr "@exampleindent arg sayısal/`asis' olmalıdır, `%s' değil"
30713078
3072 #: tp/Texinfo/Parser.pm:5580
3073 #, perl-format
3074 msgid "Expected @%s on or off, not `%s'"
3079 #: tp/Texinfo/Parser.pm:5607
3080 #, fuzzy, perl-format
3081 msgid "expected @%s on or off, not `%s'"
30753082 msgstr "%1$s'de açık ya da kapalı bakleniyordu, `%2$s' değil"
30763083
3077 #: tp/Texinfo/Parser.pm:5590
3084 #: tp/Texinfo/Parser.pm:5617
30783085 #, perl-format
30793086 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
30803087 msgstr "@kbdinputstyle arg `code'/`example'/`distinct' olmalıdır, `%s' değil"
30813088
3082 #: tp/Texinfo/Parser.pm:5598
3089 #: tp/Texinfo/Parser.pm:5625
30833090 #, perl-format
30843091 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
30853092 msgstr "@allowcodebreaks arg `true' ya da `false' olmalıdır, `%s' değil"
30863093
3087 #: tp/Texinfo/Parser.pm:5606
3094 #: tp/Texinfo/Parser.pm:5633
30883095 #, perl-format
30893096 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
30903097 msgstr "@urefbreakstyle arg `after'/`before'/`none' olmalıdır, `%s' değil"
30913098
3092 #: tp/Texinfo/Report.pm:100
3093 #, perl-format
3094 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3095 msgstr "%s.%d: uyarı: %s (muhtemelen @%s ile ilgili) \n"
3096
3097 #: tp/Texinfo/Report.pm:103
3098 #, perl-format
3099 msgid "%s:%d: warning: %s\n"
3100 msgstr "%s:%d: uyarı: %s\n"
3101
3102 #: tp/Texinfo/Report.pm:146
3103 #, perl-format
3104 msgid "warning: %s\n"
3105 msgstr "uyarı: %s\n"
3106
31073099 #: tp/Texinfo/Structuring.pm:231
3108 #, perl-format
3109 msgid "Raising the section level of @%s which is too low"
3100 #, fuzzy, perl-format
3101 msgid "raising the section level of @%s which is too low"
31103102 msgstr "@%s'in çok düşük olan bölüm düzeyi yükseltiliyor"
31113103
31123104 #: tp/Texinfo/Structuring.pm:263
3113 #, perl-format
3114 msgid "No chapter-level command before @%s"
3105 #, fuzzy, perl-format
3106 msgid "no chapter-level command before @%s"
31153107 msgstr "@%s'den önce kısım düzeyi komutu yok"
31163108
31173109 #: tp/Texinfo/Structuring.pm:268
3118 #, perl-format
3119 msgid "Lowering the section level of @%s appearing after a lower element"
3110 #, fuzzy, perl-format
3111 msgid "lowering the section level of @%s appearing after a lower element"
31203112 msgstr ""
31213113 "Daha düşük düzeyde bir unsurdan sonra görülen @%s'in bölüm düzeyi düşürülüyor"
31223114
31233115 #: tp/Texinfo/Structuring.pm:347
3124 #, perl-format
3125 msgid "No sectioning command associated with @%s"
3116 #, fuzzy, perl-format
3117 msgid "no sectioning command associated with @%s"
31263118 msgstr "@%s ile ilintili bir bölümleme kmoutu yok"
31273119
31283120 #: tp/Texinfo/Structuring.pm:568
3129 #, perl-format
3130 msgid "Menu reference to nonexistent node `%s'"
3121 #, fuzzy, perl-format
3122 msgid "menu reference to nonexistent node `%s'"
31313123 msgstr "Varolmayan düğüm `%s'e menü referansı"
31323124
31333125 #: tp/Texinfo/Structuring.pm:583
3134 #, perl-format
3135 msgid "Menu entry node name `%s' different from %s name `%s'"
3126 #, fuzzy, perl-format
3127 msgid "menu entry node name `%s' different from %s name `%s'"
31363128 msgstr "Menü girdisi düğüm adı `%s' %s adı olan `%s'den farklı"
31373129
31383130 #: tp/Texinfo/Structuring.pm:619
31413133 msgstr "başvurulmamış düğüm `%s'"
31423134
31433135 #: tp/Texinfo/Structuring.pm:665
3144 #, perl-format
3145 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3136 #, fuzzy, perl-format
3137 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31463138 msgstr "Düğüm `1$%s' `%3$s' için bölümlemede %2$s fakat menüde değil"
31473139
31483140 #: tp/Texinfo/Structuring.pm:672
3149 #, perl-format
3150 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3141 #, fuzzy, perl-format
3142 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31513143 msgstr "Düğüm %1$s `%3$s' menüsündeki `%2$s' ve bölümlemedeki `%4$s' farklı"
31523144
31533145 #: tp/Texinfo/Structuring.pm:690
3154 #, perl-format
3155 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3146 #, fuzzy, perl-format
3147 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
31563148 msgstr "Düğüm `%s' menüdeki `%s' için %s fakat bölümlemede değil"
31573149
31583150 #: tp/Texinfo/Structuring.pm:744
31663158 msgstr "varolmayan düğüm `%s' e %s referansı"
31673159
31683160 #: tp/Texinfo/Structuring.pm:790
3169 #, perl-format
3170 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3161 #, fuzzy, perl-format
3162 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
31713163 msgstr ""
31723164 "Düğüm `%s', Yukarı hedefi olmasına karşın, `%s' için eksik menü öğesi "
31733165 "içeriyor"
31743166
31753167 #: tp/Texinfo/Structuring.pm:798
3176 #, perl-format
3177 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3168 #, fuzzy, perl-format
3169 msgid "for `%s', up in menu `%s' and up `%s' don't match"
31783170 msgstr "`%s' için, menü `%s' deki yukarı ve `%s' yukarısı eşleşmiyor"
31793171
31803172 #: tp/Texinfo/Structuring.pm:1282
31873179 msgid "@%s to `%s', different from %s name `%s'"
31883180 msgstr "`%s'e @%s, `%s' %s adından farklı"
31893181
3190 #: tp/Texinfo/Structuring.pm:1939
3191 #, perl-format
3192 msgid "Empty index key in @%s"
3182 #: tp/Texinfo/Structuring.pm:1959
3183 #, fuzzy, perl-format
3184 msgid "empty index key in @%s"
31933185 msgstr "@%s'de boş dizin anahtarı"
31943186
31953187 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
31963188 #, fuzzy, perl-format
3197 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3198 msgstr "%s yazmak için açılamıyor: %s\n"
3189 msgid "chm.pm: could not open %s for writing: %s\n"
3190 msgstr "%s yazmak için açılamıyorı: %s\n"
31993191
32003192 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
32013193 #, fuzzy, perl-format
3202 msgid "chm.pm:%s: Error on closing: %s"
3194 msgid "chm.pm: error on closing %s: %s"
32033195 msgstr "%1$s'i kapatmada hata: %2$s"
32043196
3205 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3206 #, fuzzy, perl-format
3207 msgid "tex4ht.pm:%s: Cannot open: %s"
3197 #: tp/init/latex2html.pm:200
3198 #, fuzzy, perl-format
3199 msgid "l2h: could not open latex file %s for writing: %s"
3200 msgstr "%1$s yazmak için açılamıyor: %2$s"
3201
3202 #: tp/init/latex2html.pm:341
3203 msgid "l2h: L2H_TMP directory contains a dot"
3204 msgstr ""
3205
3206 #: tp/init/latex2html.pm:346
3207 msgid "l2h: current directory contains a dot"
3208 msgstr ""
3209
3210 #: tp/init/latex2html.pm:374
3211 #, perl-format
3212 msgid "l2h: command did not succeed: %s"
3213 msgstr ""
3214
3215 #: tp/init/latex2html.pm:422
3216 #, perl-format
3217 msgid "l2h: image has invalid extension: %s"
3218 msgstr ""
3219
3220 #: tp/init/latex2html.pm:438
3221 #, fuzzy, perl-format
3222 msgid "l2h: rename %s as %s failed: %s"
3223 msgstr "%1$s yeniden adlandırma başarısız: %2$s"
3224
3225 #: tp/init/latex2html.pm:460
3226 #, fuzzy, perl-format
3227 msgid "l2h: could not open %s: %s"
32083228 msgstr "@%s: %s açılamıyor: %s"
32093229
3210 #: tp/init/tex4ht.pm:219
3211 #, fuzzy, perl-format
3212 msgid "tex4ht.pm:%s: chdir failed: %s"
3213 msgstr "%1$s yeniden adlandırma başarısız: %2$s"
3214
3215 #: tp/init/tex4ht.pm:232
3216 #, perl-format
3217 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3218 msgstr ""
3219
3220 #: tp/init/tex4ht.pm:244
3221 #, fuzzy, perl-format
3222 msgid "tex4ht.pm: Output file missing: %s"
3223 msgstr "tex4ht çıktı dosyası kayıp: %s"
3224
3225 #: tp/init/tex4ht.pm:260
3226 #, perl-format
3227 msgid "tex4ht.pm: Command failed: %s"
3228 msgstr ""
3229
3230 #: tp/init/tex4ht.pm:293
3231 #, perl-format
3232 msgid "tex4ht.pm: end of @%s item %d not found"
3233 msgstr ""
3234
3235 #: tp/init/tex4ht.pm:300
3236 #, fuzzy, perl-format
3237 msgid ""
3238 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3239 "items found in the document"
3230 #: tp/init/latex2html.pm:493
3231 #, perl-format
3232 msgid "latex2html.pm: end of @%s item %d not found"
3233 msgstr ""
3234
3235 #: tp/init/latex2html.pm:504
3236 #, fuzzy, perl-format
3237 msgid ""
3238 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3239 "of items found in the document"
32403240 msgstr ""
32413241 "tex4ht işlemesi HTML'de %d öğe üretti; %d bekleniyordu, belgede bulunan öğe "
32423242 "sayısı"
32433243
3244 #: tp/init/tex4ht.pm:319
3245 #, fuzzy, perl-format
3246 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3244 #: tp/init/latex2html.pm:534
3245 #, perl-format
3246 msgid "l2h: could not determine the fragment %d for @%s"
3247 msgstr ""
3248
3249 #: tp/init/latex2html.pm:560
3250 #, perl-format
3251 msgid ""
3252 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3253 "HTML"
3254 msgstr ""
3255
3256 #: tp/init/latex2html.pm:621
3257 #, fuzzy, perl-format
3258 msgid "l2h: could not load %s: %s"
3259 msgstr "--include-file %1$s açılamadı: %2$s"
3260
3261 #: tp/init/latex2html.pm:634
3262 #, fuzzy, perl-format
3263 msgid "l2h: could not open %s for writing: %s"
3264 msgstr "%1$s yazmak için açılamıyor: %2$s"
3265
3266 #: tp/init/tex4ht.pm:123
3267 #, fuzzy, perl-format
3268 msgid "tex4ht.pm: could not open %s: %s"
3269 msgstr "@%s: %s açılamıyor: %s"
3270
3271 #: tp/init/tex4ht.pm:219
3272 #, fuzzy, perl-format
3273 msgid "tex4ht.pm: chdir %s failed: %s"
3274 msgstr "%1$s yeniden adlandırma başarısız: %2$s"
3275
3276 #: tp/init/tex4ht.pm:232
3277 #, perl-format
3278 msgid "tex4ht.pm: unable to return to initial directory: %s"
3279 msgstr ""
3280
3281 #: tp/init/tex4ht.pm:244
3282 #, fuzzy, perl-format
3283 msgid "tex4ht.pm: output file missing: %s"
3284 msgstr "tex4ht çıktı dosyası kayıp: %s"
3285
3286 #: tp/init/tex4ht.pm:260
3287 #, fuzzy, perl-format
3288 msgid "tex4ht.pm: command failed: %s"
3289 msgstr "%1$s yeniden adlandırma başarısız: %2$s"
3290
3291 #: tp/init/tex4ht.pm:267
3292 #, fuzzy, perl-format
3293 msgid "tex4ht.pm: could not open: %s"
3294 msgstr "@%s: %s açılamıyor: %s"
3295
3296 #: tp/init/tex4ht.pm:293
3297 #, perl-format
3298 msgid "tex4ht.pm: end of @%s item %d not found"
3299 msgstr ""
3300
3301 #: tp/init/tex4ht.pm:300
3302 #, fuzzy, perl-format
3303 msgid ""
3304 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3305 "items found in the document for @%s"
3306 msgstr ""
3307 "tex4ht işlemesi HTML'de %d öğe üretti; %d bekleniyordu, belgede bulunan öğe "
3308 "sayısı"
3309
3310 #: tp/init/tex4ht.pm:320
3311 #, fuzzy, perl-format
3312 msgid "tex4ht.pm: output has no HTML item for @%s %s"
32473313 msgstr "tex4ht çıktısında @%s %s için hiç HTML öğesi yok"
32483314
3249 #: tp/texi2any.pl:375
3315 #: tp/init/tex4ht.pm:335
3316 #, fuzzy, perl-format
3317 msgid ""
3318 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3319 "items found in the document for @%s"
3320 msgstr ""
3321 "tex4ht işlemesi HTML'de %d öğe üretti; %d bekleniyordu, belgede bulunan öğe "
3322 "sayısı"
3323
3324 #: tp/texi2any.pl:379
32503325 #, perl-format
32513326 msgid "error loading %s: %s\n"
32523327 msgstr "%s yüklenirken hata: %s\n"
32533328
3254 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3255 #, perl-format
3256 msgid "Unknown variable %s\n"
3329 #: tp/texi2any.pl:392
3330 #, fuzzy, perl-format
3331 msgid "%s: unknown variable %s"
32573332 msgstr "Bilinmeyen değişken %s\n"
32583333
3259 #: tp/texi2any.pl:468
3260 #, perl-format
3261 msgid "Can't read init file %s"
3334 #: tp/texi2any.pl:396
3335 #, fuzzy, perl-format
3336 msgid "%s: obsolete variable %s\n"
3337 msgstr "Kullanım dışı değişken %s\n"
3338
3339 #: tp/texi2any.pl:411
3340 #, fuzzy, perl-format
3341 msgid "%s: unknown variable %s\n"
3342 msgstr "Bilinmeyen değişken %s\n"
3343
3344 #: tp/texi2any.pl:415
3345 #, fuzzy, perl-format
3346 msgid "obsolete variable %s\n"
3347 msgstr "Kullanım dışı değişken %s\n"
3348
3349 #: tp/texi2any.pl:480
3350 #, fuzzy, perl-format
3351 msgid "could not read init file %s"
32623352 msgstr "init dosyası %s okunamıyor"
32633353
3264 #: tp/texi2any.pl:619
3265 #, perl-format
3266 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3354 #: tp/texi2any.pl:633
3355 #, fuzzy, perl-format
3356 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32673357 msgstr "%s: Tanınamayan TEXINFO_OUTPUT_FORMAT değeri `%s' yok sayılıyor.\n"
32683358
3269 #: tp/texi2any.pl:691
3359 #: tp/texi2any.pl:710
32703360 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32713361 msgstr "Kullanım: makeinfo [SEÇENEK]... TEXINFO-DOSYASI...\n"
32723362
3273 #: tp/texi2any.pl:692
3363 #: tp/texi2any.pl:711
32743364 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32753365 msgstr "ya da: texi2any [SEÇENEK]... TEXINFO-DOSYASI...\n"
32763366
3277 #: tp/texi2any.pl:694
3367 #: tp/texi2any.pl:713
32783368 msgid ""
32793369 "Translate Texinfo source documentation to various other formats, by default\n"
32803370 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32833373 "Info dosyaları çevrimiçi Emacs ya da tek başına GNU Info'yla okunmak için "
32843374 "uygundur.\n"
32853375
3286 #: tp/texi2any.pl:697
3376 #: tp/texi2any.pl:716
32873377 #, perl-format
32883378 msgid ""
32893379 "General options:\n"
33193409 " -v, --verbose ne yapılıyor olduğunu açıklar.\n"
33203410 " --version sürüm bilgisini görüntüler ve çıkar.\n"
33213411
3322 #: tp/texi2any.pl:712
3412 #: tp/texi2any.pl:731
33233413 msgid ""
33243414 "Output format selection (default is to produce Info):\n"
33253415 " --docbook output Docbook XML rather than Info.\n"
33363426 " --dvi, --dvipdf, --ps, --pdf belirtilen çıktıyı oluşturmak için "
33373427 "texi2dvi'ı çağırır.\n"
33383428
3339 #: tp/texi2any.pl:720
3429 #: tp/texi2any.pl:739
33403430 msgid ""
33413431 "General output options:\n"
33423432 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33883478 " Aksi halde, HEDEF çıktı dosyasını "
33893479 "adlandırır.\n"
33903480
3391 #: tp/texi2any.pl:740
3481 #: tp/texi2any.pl:759
33923482 #, perl-format
33933483 msgid ""
33943484 "Options for Info and plain text:\n"
34293519 " --spilt-size=NUM Info dosyalarını NUM boyutuna böler (öntanımlı "
34303520 "%d).\n"
34313521
3432 #: tp/texi2any.pl:757
3522 #: tp/texi2any.pl:776
34333523 msgid ""
34343524 "Options for HTML:\n"
34353525 " --css-include=FILE include FILE in HTML <style> output;\n"
34553545 "dosyaları üretir;\n"
34563546 " öntanımlısı yalnızca bölünmüşse atanır.\n"
34573547
3458 #: tp/texi2any.pl:768
3548 #: tp/texi2any.pl:787
34593549 msgid ""
34603550 "Options for XML and Docbook:\n"
34613551 " --output-indent=VAL does nothing, retained for compatibility.\n"
34643554 " --output-indent=DEĞ hiçbir şey yapmaz, uyumluluk için "
34653555 "korunmuştur.\n"
34663556
3467 #: tp/texi2any.pl:771
3557 #: tp/texi2any.pl:790
34683558 msgid ""
34693559 "Options for DVI/PS/PDF:\n"
34703560 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34723562 "DVI/PS/PDF için Seçenekler:\n"
34733563 " --Xopt=OPT OPT'i texi2dvi'e aktar; yinelenebilir.\n"
34743564
3475 #: tp/texi2any.pl:774
3565 #: tp/texi2any.pl:793
34763566 msgid ""
34773567 "Input file options:\n"
34783568 " --commands-in-node-names does nothing, retained for compatibility.\n"
34903580 " -U VAR VAR değişkeninin tanımını, @clear ile olduğu gibi geri "
34913581 "alır.\n"
34923582
3493 #: tp/texi2any.pl:781
3583 #: tp/texi2any.pl:800
34943584 msgid ""
34953585 "Conditional processing in input:\n"
34963586 " --ifdocbook process @ifdocbook and @docbook even if\n"
35263616 "\n"
35273617 " Ayrıca --no-ifFORMAT seçenekleri için @ifnotFORMAT metnini işler.\n"
35283618
3529 #: tp/texi2any.pl:798
3619 #: tp/texi2any.pl:817
35303620 msgid ""
35313621 " The defaults for the @if... conditionals depend on the output format:\n"
35323622 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35423632 " eğer salt metin oluşturuluyorsa, --ifplaintext açık, diğerleri kapalıdır;\n"
35433633 " eğer XML oluşturuluyorsa, --ifxml açık, deiğerleri kapalıdır.\n"
35443634
3545 #: tp/texi2any.pl:805
3635 #: tp/texi2any.pl:824
35463636 msgid ""
35473637 "Examples:\n"
35483638 " makeinfo foo.texi write Info to foo's @setfilename\n"
35723662 " makeinfo --no-split foo.texi ne büyüklükte olursa olsun tek Info "
35733663 "dosyası yazar\n"
35743664
3575 #: tp/texi2any.pl:852
3665 #: tp/texi2any.pl:871
35763666 #, perl-format
35773667 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35783668 msgstr ""
35793669 "%1$s: --footnote-style arg. `separate' ya da `end' olmalıdır, `%2$s' değil.\n"
35803670
3581 #: tp/texi2any.pl:934
3671 #: tp/texi2any.pl:953
35823672 #, perl-format
35833673 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35843674 msgstr ""
35853675 "%1$s: --paragraph-indent arg. sayısal/`none'/`asis' olmalıdır, `%2$s' "
35863676 "değil.\n"
35873677
3588 #: tp/texi2any.pl:1011
3589 #, perl-format
3590 msgid "when generating %s, only one input FILE may be specified with -o"
3678 #: tp/texi2any.pl:1030
3679 #, fuzzy, perl-format
3680 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
35913681 msgstr "%s oluşturulurken -o ile yalnızca bir girdi DOSYAsı belirtilebilir"
35923682
3593 #: tp/texi2any.pl:1015
3683 #: tp/texi2any.pl:1034
35943684 msgid "--Xopt option without printed output"
35953685 msgstr "yazdırılmış çıktı olmadan--Xopt seçeneği"
35963686
3597 #: tp/texi2any.pl:1025
3598 #, perl-format
3599 msgid "Unknown tree transformation %s"
3687 #: tp/texi2any.pl:1044
3688 #, fuzzy, perl-format
3689 msgid "unknown tree transformation %s"
36003690 msgstr "Bilinmeyen ağaç dönüşümü %s"
36013691
3602 #: tp/texi2any.pl:1032
3603 #, perl-format
3604 msgid "Ignoring splitting for format %s"
3692 #: tp/texi2any.pl:1051
3693 #, fuzzy, perl-format
3694 msgid "ignoring splitting for format %s"
36053695 msgstr "%s biçemi için bölme yok sayılıyor"
36063696
3607 #: tp/texi2any.pl:1081
3697 #: tp/texi2any.pl:1101
36083698 #, perl-format
36093699 msgid "%s: missing file argument.\n"
36103700 msgstr "%s: dosya argümanı eksik.\n"
36113701
3612 #: tp/texi2any.pl:1082
3702 #: tp/texi2any.pl:1102
36133703 #, perl-format
36143704 msgid "Try `%s --help' for more information.\n"
36153705 msgstr "Daha fazla bilgi için `%s --help' yazın.\n"
36163706
3617 #: tp/texi2any.pl:1153
3707 #: tp/texi2any.pl:1173
36183708 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36193709 msgstr "fill_gaps_in_sectioning dönüşümü sonuç geri döndürmedi. Bölüm yok mu?"
36203710
3621 #: tp/texi2any.pl:1175
3622 #, perl-format
3623 msgid "Error on closing macro expand file %s: %s\n"
3711 #: tp/texi2any.pl:1195
3712 #, fuzzy, perl-format
3713 msgid "error on closing macro expand file %s: %s\n"
36243714 msgstr "%s makro genişletme dosyasını kapatmada hata: %s\n"
36253715
3626 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3627 #, perl-format
3628 msgid "Could not open %s for writing: %s\n"
3716 #: tp/texi2any.pl:1201
3717 #, fuzzy, perl-format
3718 msgid "could not open %s for writing: %s\n"
36293719 msgstr "%s yazmak için açılamıyorı: %s\n"
36303720
3631 #: tp/texi2any.pl:1205
3721 #: tp/texi2any.pl:1226
36323722 msgid ""
36333723 "insert_nodes_for_sectioning_commands transformation return no result. No "
36343724 "section?"
36363726 "insert_nodes_for_sectioning_commands dönüşümü sonuç geri döndürmüyor. Bölüm "
36373727 "yok mu?"
36383728
3639 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3640 #, perl-format
3641 msgid "Error on closing %s: %s\n"
3729 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3730 #, fuzzy, perl-format
3731 msgid "%s: error on closing %s: %s\n"
36423732 msgstr "%s'i kapatmada hata: %s\n"
36433733
3644 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3645 #, perl-format
3646 msgid "Error on closing internal links file %s: %s\n"
3734 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3735 #, fuzzy, perl-format
3736 msgid "%s: error on closing internal links file %s: %s\n"
36473737 msgstr "%s dahili bağlantı dosyasını kapatmada hata: %s\n"
3738
3739 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3740 #, fuzzy, perl-format
3741 msgid "%s: could not open %s for writing: %s\n"
3742 msgstr "%s yazmak için açılamıyorı: %s\n"
36483743
36493744 #: util/texindex.c:223
36503745 msgid "display this help and exit"
37033798 #, c-format
37043799 msgid "entry %s follows an entry with a secondary name"
37053800 msgstr "%s girdisi, ikincil isimli bir girdiyi takip ediyor"
3801
3802 #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
3803 #~ msgstr "protect_hashchar_at_line_beginning @%s'de koruyamıyor"
3804
3805 #~ msgid "Can't read file %s: %s"
3806 #~ msgstr "%1$s dosyası okunamıyor: %2$s"
3807
3808 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3809 #~ msgstr "%s.%d: uyarı: %s (muhtemelen @%s ile ilgili) \n"
3810
3811 #~ msgid "%s:%d: warning: %s\n"
3812 #~ msgstr "%s:%d: uyarı: %s\n"
3813
3814 #~ msgid "warning: %s\n"
3815 #~ msgstr "uyarı: %s\n"
3816
3817 #, fuzzy
3818 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3819 #~ msgstr "%s yazmak için açılamıyor: %s\n"
37063820
37073821 #~ msgid "tex4ht error opening %s: %s"
37083822 #~ msgstr "%s'i açmada tex4ht hatası: %s"
Binary diff not shown
+626
-533
po/uk.po less more
77 msgstr ""
88 "Project-Id-Version: texinfo 4.13\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
10 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1111 "PO-Revision-Date: 2010-06-01 14:53+0300\n"
1212 "Last-Translator: Maxim V. Dziumanenko <dziumanenko@gmail.com>\n"
1313 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
411411 msgstr "Спробуйте --help, щоб отримати більше інформації.\n"
412412
413413 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
414 #: tp/texi2any.pl:829 util/texindex.c:295
414 #: tp/texi2any.pl:848 util/texindex.c:295
415415 #, c-format, perl-format
416416 msgid ""
417417 "Copyright (C) %s Free Software Foundation, Inc.\n"
21252125 " --test не оновлювати ФАЙЛ-DIR.\n"
21262126 " --version показати інформацію про версію й вийти."
21272127
2128 #: install-info/install-info.c:598 tp/texi2any.pl:817
2128 #: install-info/install-info.c:598 tp/texi2any.pl:836
21292129 msgid ""
21302130 "Email bug reports to bug-texinfo@gnu.org,\n"
21312131 "general questions and discussion to help-texinfo@gnu.org.\n"
22402240 msgstr "у `%s' записів не знайдено; нічого не вилучено"
22412241
22422242 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2243 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2244 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2245 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2246 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2247 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2248 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2243 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2244 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2245 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2246 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2247 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2248 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
22492249 #: tp/Texinfo/Convert/TexinfoXML.pm:429
22502250 #, fuzzy, perl-format
2251 msgid "Could not open %s for writing: %s"
2251 msgid "could not open %s for writing: %s"
22522252 msgstr "%s: не вдається відкрити --css-file: %s"
22532253
22542254 #: tp/Texinfo/Common.pm:850
22752275 msgid "%s is not a valid split possibility"
22762276 msgstr "%s не є правильним кодом мови за ISO 639"
22772277
2278 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2279 #, fuzzy, perl-format
2280 msgid "Cannot read %s: %s"
2278 #: tp/Texinfo/Common.pm:1096
2279 #, fuzzy, perl-format
2280 msgid "could not read %s: %s"
22812281 msgstr "Не вдається створити директорію `%s': %s"
22822282
2283 #: tp/Texinfo/Common.pm:1113
2284 #, fuzzy, perl-format
2285 msgid "Error on closing @verbatiminclude file %s: %s"
2283 #: tp/Texinfo/Common.pm:1114
2284 #, fuzzy, perl-format
2285 msgid "error on closing @verbatiminclude file %s: %s"
22862286 msgstr "помилка закриття файлу виводу `%s'"
22872287
2288 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2289 #, fuzzy, perl-format
2290 msgid "@%s: Cannot find %s"
2288 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2289 #, fuzzy, perl-format
2290 msgid "@%s: could not find %s"
22912291 msgstr "Не вдається знайти `%s'."
22922292
2293 #: tp/Texinfo/Common.pm:1416
2294 #, fuzzy, perl-format
2295 msgid "Cannot open html refs config file %s: %s"
2293 #: tp/Texinfo/Common.pm:1417
2294 #, fuzzy, perl-format
2295 msgid "could not open html refs config file %s: %s"
22962296 msgstr "Не вдається вилучити файл `%s': %s"
22972297
2298 #: tp/Texinfo/Common.pm:1444
2299 msgid "Missing type"
2300 msgstr ""
2301
2302 #: tp/Texinfo/Common.pm:1447
2303 #, fuzzy, perl-format
2304 msgid "Unrecognized type: %s"
2298 #: tp/Texinfo/Common.pm:1445
2299 #, fuzzy
2300 msgid "missing type"
2301 msgstr "пропущено назву дії"
2302
2303 #: tp/Texinfo/Common.pm:1448
2304 #, fuzzy, perl-format
2305 msgid "unrecognized type: %s"
23052306 msgstr "%s: невідомий параметр `--%s'\n"
23062307
2307 #: tp/Texinfo/Common.pm:1463
2308 #, fuzzy, perl-format
2309 msgid "Error on closing html refs config file %s: %s"
2308 #: tp/Texinfo/Common.pm:1465
2309 #, fuzzy, perl-format
2310 msgid "error on closing html refs config file %s: %s"
23102311 msgstr "Не вдається вилучити файл `%s': %s"
23112312
2312 #: tp/Texinfo/Common.pm:1498
2313 #, perl-format
2314 msgid "%s:%d: no node to be renamed\n"
2315 msgstr ""
2316
2317 #: tp/Texinfo/Common.pm:1509
2318 #, perl-format
2319 msgid "%s:%d: nodes without a new name at the end of file\n"
2320 msgstr ""
2321
2322 #: tp/Texinfo/Common.pm:2000
2323 #, perl-format
2324 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2313 #: tp/Texinfo/Common.pm:1500
2314 msgid "no node to be renamed"
2315 msgstr ""
2316
2317 #: tp/Texinfo/Common.pm:1511
2318 msgid "nodes without a new name at the end of file"
2319 msgstr ""
2320
2321 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2322 #, fuzzy, perl-format
2323 msgid "could not open %s: %s"
2324 msgstr "%s: не вдається відкрити --css-file: %s"
2325
2326 #: tp/Texinfo/Common.pm:2002
2327 #, perl-format
2328 msgid "could not protect hash character in @%s"
23252329 msgstr ""
23262330
23272331 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2328 #: tp/texi2any.pl:387 tp/texi2any.pl:404
23292332 #, fuzzy, perl-format
23302333 msgid "Obsolete variable %s\n"
23312334 msgstr "Встановити змінну: "
23322335
23332336 #: tp/Texinfo/Convert/Converter.pm:601
23342337 #, fuzzy, perl-format
2335 msgid "Can't create directories `%s' or `%s': %s"
2338 msgid "could not create directories `%s' or `%s': %s"
23362339 msgstr "Не вдається створити директорію `%s': %s"
23372340
23382341 #: tp/Texinfo/Convert/Converter.pm:609
23392342 #, fuzzy, perl-format
2340 msgid "Can't create directories `%s': %s"
2343 msgid "could not create directory `%s': %s"
23412344 msgstr "Не вдається створити директорію `%s': %s"
23422345
2343 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2344 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2345 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2346 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2347 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2348 #, fuzzy, perl-format
2349 msgid "Error on closing %s: %s"
2346 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2347 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2348 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2349 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2350 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2351 #, fuzzy, perl-format
2352 msgid "error on closing %s: %s"
23502353 msgstr "помилка запису до `%s'"
23512354
2352 #: tp/Texinfo/Convert/DocBook.pm:898
2355 #: tp/Texinfo/Convert/DocBook.pm:899
23532356 #, fuzzy, perl-format
23542357 msgid "@image file `%s' not found, using `%s'"
23552358 msgstr "Неможливо прочитати файл @image `%s': %s"
23562359
2357 #: tp/Texinfo/Convert/HTML.pm:1677
2360 #: tp/Texinfo/Convert/HTML.pm:1678
23582361 #, fuzzy, perl-format
23592362 msgid "@image file `%s' (for HTML) not found, using `%s'"
23602363 msgstr "файл @image `%s' (для HTML) неможливо прочитати: %s"
23612364
2362 #: tp/Texinfo/Convert/HTML.pm:2345
2363 #, perl-format
2364 msgid "Raw format %s is not converted"
2365 msgstr ""
2366
2367 #: tp/Texinfo/Convert/HTML.pm:4814
2368 #, perl-format
2369 msgid "%s:%d: string not closed in css file"
2365 #: tp/Texinfo/Convert/HTML.pm:2347
2366 #, perl-format
2367 msgid "raw format %s is not converted"
23702368 msgstr ""
23712369
23722370 #: tp/Texinfo/Convert/HTML.pm:4816
2373 #, fuzzy, perl-format
2374 msgid "%s:%d: --css-include ended in comment"
2371 msgid "string not closed in css file"
2372 msgstr ""
2373
2374 #: tp/Texinfo/Convert/HTML.pm:4818
2375 #, fuzzy
2376 msgid "--css-include ended in comment"
23752377 msgstr "%s:%d: --css-file закінчився усередині коментаря"
23762378
2377 #: tp/Texinfo/Convert/HTML.pm:4818
2378 #, perl-format
2379 msgid "%s:%d: @import not finished in css file"
2380 msgstr ""
2381
2382 #: tp/Texinfo/Convert/HTML.pm:4844
2383 #, fuzzy, perl-format
2384 msgid "css file %s not found"
2379 #: tp/Texinfo/Convert/HTML.pm:4820
2380 msgid "@import not finished in css file"
2381 msgstr ""
2382
2383 #: tp/Texinfo/Convert/HTML.pm:4846
2384 #, fuzzy, perl-format
2385 msgid "CSS file %s not found"
23852386 msgstr "не знайдено %cend macro"
23862387
2387 #: tp/Texinfo/Convert/HTML.pm:4850
2388 #: tp/Texinfo/Convert/HTML.pm:4852
23882389 #, fuzzy, perl-format
23892390 msgid "could not open --include-file %s: %s"
23902391 msgstr "%s: не вдається відкрити --css-file: %s"
23912392
2392 #: tp/Texinfo/Convert/HTML.pm:4860
2393 #, fuzzy, perl-format
2394 msgid "Error on closing CSS file %s: %s"
2393 #: tp/Texinfo/Convert/HTML.pm:4862
2394 #, fuzzy, perl-format
2395 msgid "error on closing CSS file %s: %s"
23952396 msgstr "помилка закриття файлу виводу `%s'"
23962397
2397 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2398 #, fuzzy, perl-format
2399 msgid "No htmlxref.cnf entry found for `%s'"
2398 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2399 #, fuzzy, perl-format
2400 msgid "no htmlxref.cnf entry found for `%s'"
24002401 msgstr "не знайдено пунктів покажчику для `%s'\n"
24012402
2402 #: tp/Texinfo/Convert/HTML.pm:6495
2403 #, fuzzy, perl-format
2404 msgid "Error on closing frame file %s: %s"
2403 #: tp/Texinfo/Convert/HTML.pm:6506
2404 #, fuzzy, perl-format
2405 msgid "error on closing frame file %s: %s"
24052406 msgstr "помилка закриття файлу виводу `%s'"
24062407
2407 #: tp/Texinfo/Convert/HTML.pm:6519
2408 #, fuzzy, perl-format
2409 msgid "Error on closing TOC frame file %s: %s"
2408 #: tp/Texinfo/Convert/HTML.pm:6530
2409 #, fuzzy, perl-format
2410 msgid "error on closing TOC frame file %s: %s"
24102411 msgstr "помилка закриття файлу виводу `%s'"
24112412
2412 #: tp/Texinfo/Convert/HTML.pm:6634
2413 #, perl-format
2414 msgid "Handler %s of stage %s priority %s failed"
2415 msgstr ""
2416
2417 #: tp/Texinfo/Convert/HTML.pm:6835
2418 msgid "Must specify a title with a title command or @top"
2419 msgstr ""
2420
2421 #: tp/Texinfo/Convert/HTML.pm:7040
2422 #, perl-format
2423 msgid "Error on closing redirection node file %s: %s"
2424 msgstr ""
2425
2426 #: tp/Texinfo/Convert/HTML.pm:7065
2427 #, fuzzy, perl-format
2428 msgid "Old name for `%s' is a node of the document"
2413 #: tp/Texinfo/Convert/HTML.pm:6645
2414 #, perl-format
2415 msgid "handler %s of stage %s priority %s failed"
2416 msgstr ""
2417
2418 #: tp/Texinfo/Convert/HTML.pm:6846
2419 msgid "must specify a title with a title command or @top"
2420 msgstr ""
2421
2422 #: tp/Texinfo/Convert/HTML.pm:7055
2423 #, fuzzy, perl-format
2424 msgid "error on closing redirection node file %s: %s"
2425 msgstr "помилка закриття файлу виводу `%s'"
2426
2427 #: tp/Texinfo/Convert/HTML.pm:7080
2428 #, fuzzy, perl-format
2429 msgid "old name for `%s' is a node of the document"
24292430 msgstr ""
24302431 "У цього вузла немає `Попереднього' чи `Горішнього' вузла у цьому документі."
24312432
2432 #: tp/Texinfo/Convert/HTML.pm:7069
2433 #, fuzzy, perl-format
2434 msgid "File empty for renamed node `%s'"
2433 #: tp/Texinfo/Convert/HTML.pm:7086
2434 #, fuzzy, perl-format
2435 msgid "file empty for renamed node `%s'"
24352436 msgstr "вузол, на який нема посилань `%s'"
24362437
2437 #: tp/Texinfo/Convert/HTML.pm:7081
2438 #, perl-format
2439 msgid "Target node (new name for `%s') not in document: %s"
2440 msgstr ""
2441
2442 #: tp/Texinfo/Convert/HTML.pm:7113
2443 #, fuzzy, perl-format
2444 msgid "Error on closing renamed node redirection file %s: %s"
2438 #: tp/Texinfo/Convert/HTML.pm:7100
2439 #, perl-format
2440 msgid "target node (new name for `%s') not in document: %s"
2441 msgstr ""
2442
2443 #: tp/Texinfo/Convert/HTML.pm:7132
2444 #, fuzzy, perl-format
2445 msgid "error on closing renamed node redirection file %s: %s"
24452446 msgstr "помилка закриття файлу виводу `%s'"
24462447
2447 #: tp/Texinfo/Convert/HTML.pm:7151
2448 #, fuzzy
2449 msgid "Empty node name"
2448 #: tp/Texinfo/Convert/HTML.pm:7170
2449 #, fuzzy
2450 msgid "empty node name"
24502451 msgstr "не знайдено пунктів покажчику для `%s'\n"
24512452
2452 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2453 #, perl-format
2454 msgid "Syntax for an external node used for `%s'"
2453 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2454 #, perl-format
2455 msgid "syntax for an external node used for `%s'"
24552456 msgstr ""
24562457
24572458 #: tp/Texinfo/Convert/Info.pm:99
24582459 #, fuzzy
2459 msgid "Document without nodes."
2460 msgid "document without nodes"
24602461 msgstr "Цей вузол не має меню."
24612462
2462 #: tp/Texinfo/Convert/Info.pm:115
2463 msgid "Document without Top node."
2464 msgstr ""
2465
2466 #: tp/Texinfo/Convert/Info.pm:151
2467 #, perl-format
2468 msgid "Rename %s failed: %s"
2469 msgstr ""
2470
2471 #: tp/Texinfo/Convert/Info.pm:226
2463 #: tp/Texinfo/Convert/Info.pm:116
2464 #, fuzzy
2465 msgid "document without Top node"
2466 msgstr "Цей вузол не має меню."
2467
2468 #: tp/Texinfo/Convert/Info.pm:153
2469 #, perl-format
2470 msgid "rename %s failed: %s"
2471 msgstr ""
2472
2473 #: tp/Texinfo/Convert/Info.pm:228
24722474 #, perl-format
24732475 msgid "@%s output more than once: %s"
24742476 msgstr ""
24752477
2476 #: tp/Texinfo/Convert/Info.pm:340
2478 #: tp/Texinfo/Convert/Info.pm:346
24772479 #, fuzzy, perl-format
24782480 msgid "@%s outside of any node"
24792481 msgstr "(ззовні будь-якого вузла)"
24802482
2481 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2482 #, perl-format
2483 msgid "Entry for index `%s' outside of any node"
2483 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2484 #, fuzzy, perl-format
2485 msgid "entry for index `%s' outside of any node"
24842486 msgstr "Пункт покажчику `%s' ззовні будь-якого вузла"
24852487
24862488 #: tp/Texinfo/Convert/Plaintext.pm:1217
24872489 #, fuzzy, perl-format
2488 msgid "Error on closing image text file %s: %s"
2490 msgid "error on closing image text file %s: %s"
24892491 msgstr "помилка закриття файлу виводу `%s'"
24902492
24912493 #: tp/Texinfo/Convert/Plaintext.pm:1222
24932495 msgid "@image file `%s' unreadable: %s"
24942496 msgstr "Неможливо прочитати файл @image `%s': %s"
24952497
2496 #: tp/Texinfo/Convert/Plaintext.pm:1250
2497 #, fuzzy, perl-format
2498 msgid "Cannot find @image file `%s.txt' nor alternate text"
2498 #: tp/Texinfo/Convert/Plaintext.pm:1251
2499 #, fuzzy, perl-format
2500 msgid "could not find @image file `%s.txt' nor alternate text"
24992501 msgstr "Не вдається знайти вузол `%s'."
25002502
2501 #: tp/Texinfo/Convert/Plaintext.pm:1615
2503 #: tp/Texinfo/Convert/Plaintext.pm:1617
25022504 msgid ""
25032505 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
25042506 "avoid that"
25062508 "@strong{Note...} створює хибні перехресні посилання у Info; переформулюйте, "
25072509 "уникаючи цього"
25082510
2509 #: tp/Texinfo/Convert/Plaintext.pm:1845
2511 #: tp/Texinfo/Convert/Plaintext.pm:1849
25102512 #, fuzzy, perl-format
25112513 msgid "`.' or `,' must follow @xref, not %s"
25122514 msgstr "`.' чи `,' мають йти після @%s, а не `%c'"
25132515
2514 #: tp/Texinfo/Convert/Plaintext.pm:1847
2516 #: tp/Texinfo/Convert/Plaintext.pm:1852
25152517 #, fuzzy
25162518 msgid "`.' or `,' must follow @xref"
25172519 msgstr "`.' чи `,' мають йти після @%s, а не `%c'"
25212523 msgid "@%s should only appear at beginning or end of document"
25222524 msgstr "%s: не вдається відкрити --css-file: %s"
25232525
2524 #: tp/Texinfo/Parser.pm:837
2525 #, fuzzy, perl-format
2526 msgid "Can't read file %s: %s"
2527 msgstr "Не вдається вилучити файл `%s': %s"
2528
25292526 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
25302527 #, perl-format
2531 msgid "Multiple @%s"
2528 msgid "multiple @%s"
25322529 msgstr ""
25332530
25342531 #: tp/Texinfo/Parser.pm:1100
25352532 #, fuzzy, perl-format
2536 msgid "Bad syntax for @%s argument: %s"
2533 msgid "bad syntax for @%s argument: %s"
25372534 msgstr "Неправильний аргумент до @%s"
25382535
25392536 #: tp/Texinfo/Parser.pm:1116
2540 #, perl-format
2541 msgid "Bad or empty @%s formal argument: %s"
2542 msgstr ""
2543
2544 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2545 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2546 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2537 #, fuzzy, perl-format
2538 msgid "bad or empty @%s formal argument: %s"
2539 msgstr "Неправильний аргумент до @%s"
2540
2541 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2542 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2543 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
25472544 #, perl-format
25482545 msgid "%c%s requires a name"
25492546 msgstr "%c%s вимагає вказати назву"
25502547
2551 #: tp/Texinfo/Parser.pm:1235
2548 #: tp/Texinfo/Parser.pm:1238
25522549 #, perl-format
25532550 msgid "%c%s missing close brace"
25542551 msgstr "%c%s не має заключної дужки"
25552552
2556 #: tp/Texinfo/Parser.pm:1238
2553 #: tp/Texinfo/Parser.pm:1241
25572554 #, fuzzy, perl-format
25582555 msgid "@%s missing closing delimiter sequence: %s}"
25592556 msgstr "%c%s не має заключної дужки"
25602557
2561 #: tp/Texinfo/Parser.pm:1351
2558 #: tp/Texinfo/Parser.pm:1354
25622559 #, fuzzy, perl-format
25632560 msgid "@itemx should not begin @%s"
25642561 msgstr "%s: не вдається відкрити --css-file: %s"
25652562
2566 #: tp/Texinfo/Parser.pm:1419
2563 #: tp/Texinfo/Parser.pm:1422
25672564 msgid "@itemx must follow @item"
25682565 msgstr ""
25692566
2570 #: tp/Texinfo/Parser.pm:1587
2567 #: tp/Texinfo/Parser.pm:1590
25712568 #, perl-format
25722569 msgid "@%s has text but no @item"
25732570 msgstr ""
25742571
2575 #: tp/Texinfo/Parser.pm:1617
2572 #: tp/Texinfo/Parser.pm:1620
25762573 #, perl-format
25772574 msgid "`@end' expected `%s', but saw `%s'"
25782575 msgstr "`@end' очікує `%s', натомість отримано `%s'"
25792576
2580 #: tp/Texinfo/Parser.pm:1620
2577 #: tp/Texinfo/Parser.pm:1623
25812578 #, fuzzy, perl-format
25822579 msgid "@%s seen before @end %s"
25832580 msgstr "знайдено @menu перед першим @node, створюється горішній вузол `Top'"
25842581
2585 #: tp/Texinfo/Parser.pm:1624
2586 #, perl-format
2587 msgid "No matching `%cend %s'"
2582 #: tp/Texinfo/Parser.pm:1627
2583 #, fuzzy, perl-format
2584 msgid "no matching `%cend %s'"
25882585 msgstr "Не знайдено відповідного `%cend %s'"
25892586
2590 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2591 #: tp/Texinfo/Parser.pm:5125
2592 #, perl-format
2593 msgid "Misplaced %c"
2587 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2588 #: tp/Texinfo/Parser.pm:5150
2589 #, fuzzy, perl-format
2590 msgid "misplaced %c"
25942591 msgstr "Неправильно розташоване %c"
25952592
2596 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2597 #, perl-format
2598 msgid "Unmatched `%c%s'"
2593 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2594 #, fuzzy, perl-format
2595 msgid "unmatched `%c%s'"
25992596 msgstr "`%c%s' без відповідника"
26002597
2601 #: tp/Texinfo/Parser.pm:1972
2602 #, fuzzy, perl-format
2603 msgid "Macro `%s' called with too many args"
2598 #: tp/Texinfo/Parser.pm:1976
2599 #, fuzzy, perl-format
2600 msgid "macro `%s' called with too many args"
26042601 msgstr "Виклик макровизначення `%s' з рядка %d має занадто багато аргументів"
26052602
2606 #: tp/Texinfo/Parser.pm:1994
2603 #: tp/Texinfo/Parser.pm:1998
26072604 #, fuzzy, perl-format
26082605 msgid "@%s missing close brace"
26092606 msgstr "%c%s не має заключної дужки"
26102607
2611 #: tp/Texinfo/Parser.pm:2001
2612 #, fuzzy, perl-format
2613 msgid "Macro `%s' declared without argument called with an argument"
2608 #: tp/Texinfo/Parser.pm:2006
2609 #, fuzzy, perl-format
2610 msgid "macro `%s' declared without argument called with an argument"
26142611 msgstr "Виклик макровизначення `%s' з рядка %d має занадто багато аргументів"
26152612
2616 #: tp/Texinfo/Parser.pm:2035
2613 #: tp/Texinfo/Parser.pm:2041
26172614 #, fuzzy, perl-format
26182615 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
26192616 msgstr ""
26202617 "\\ під час розкриття макровизначення, за яким йшло `%s' замість назви "
26212618 "параметру"
26222619
2623 #: tp/Texinfo/Parser.pm:2430
2620 #: tp/Texinfo/Parser.pm:2436
26242621 #, fuzzy, perl-format
26252622 msgid "@%s `%s' previously defined"
26262623 msgstr "макровизначення `%s' вже було визначене"
26272624
2628 #: tp/Texinfo/Parser.pm:2435
2625 #: tp/Texinfo/Parser.pm:2441
26292626 #, fuzzy, perl-format
26302627 msgid "here is the previous definition as @%s"
26312628 msgstr "попереднє визначення `%s' тут"
26322629
2633 #: tp/Texinfo/Parser.pm:2796
2634 #, fuzzy, perl-format
2635 msgid "Missing name for @%s"
2630 #: tp/Texinfo/Parser.pm:2802
2631 #, fuzzy, perl-format
2632 msgid "missing name for @%s"
26362633 msgstr "Серед аргументів @def пропущено `}'"
26372634
2638 #: tp/Texinfo/Parser.pm:2801
2639 #, perl-format
2640 msgid "Missing category for @%s"
2641 msgstr ""
2642
2643 #: tp/Texinfo/Parser.pm:2853
2644 #, fuzzy, perl-format
2645 msgid "Unexpected argument on @%s line: %s"
2635 #: tp/Texinfo/Parser.pm:2807
2636 #, fuzzy, perl-format
2637 msgid "missing category for @%s"
2638 msgstr "Серед аргументів @def пропущено `}'"
2639
2640 #: tp/Texinfo/Parser.pm:2859
2641 #, fuzzy, perl-format
2642 msgid "unexpected argument on @%s line: %s"
26462643 msgstr "Неправильний аргумент до @%s: %s"
26472644
2648 #: tp/Texinfo/Parser.pm:2869
2645 #: tp/Texinfo/Parser.pm:2875
26492646 #, fuzzy
26502647 msgid "empty multitable"
26512648 msgstr "%s: порожній файл"
26522649
2653 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2654 #, fuzzy, perl-format
2655 msgid "Superfluous argument to @%s"
2650 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2651 #, fuzzy, perl-format
2652 msgid "superfluous argument to @%s"
26562653 msgstr "Неправильний аргумент до @%s"
26572654
2658 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2659 #: tp/Texinfo/Parser.pm:5379
2660 #, perl-format
2661 msgid "Bad argument to @%s"
2655 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2656 #: tp/Texinfo/Parser.pm:5405
2657 #, fuzzy, perl-format
2658 msgid "bad argument to @%s"
26622659 msgstr "Неправильний аргумент до @%s"
26632660
2664 #: tp/Texinfo/Parser.pm:2942
2661 #: tp/Texinfo/Parser.pm:2948
26652662 #, perl-format
26662663 msgid "%s requires an argument: the formatter for %citem"
26672664 msgstr "%s потребує аргументу: форматер для %citem"
26682665
2669 #: tp/Texinfo/Parser.pm:2947
2670 #, perl-format
2671 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2672 msgstr ""
2673
2674 #: tp/Texinfo/Parser.pm:2982
2675 #, fuzzy, perl-format
2676 msgid "Accent command `@%s' not allowed as @%s argument"
2666 #: tp/Texinfo/Parser.pm:2953
2667 #, perl-format
2668 msgid "command @%s not accepting argument in brace should not be on @%s line"
2669 msgstr ""
2670
2671 #: tp/Texinfo/Parser.pm:2988
2672 #, fuzzy, perl-format
2673 msgid "accent command `@%s' not allowed as @%s argument"
26772674 msgstr "у аргументах до @itemize не дозволене @item"
26782675
2679 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2680 #: tp/Texinfo/Parser.pm:5338
2676 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2677 #: tp/Texinfo/Parser.pm:5364
26812678 #, fuzzy, perl-format
26822679 msgid "@%s missing argument"
26832680 msgstr "%s: не вказано аргумент назви файлу.\n"
26842681
2685 #: tp/Texinfo/Parser.pm:3072
2686 #, fuzzy, perl-format
2687 msgid "Unknown @end %s"
2682 #: tp/Texinfo/Parser.pm:3078
2683 #, fuzzy, perl-format
2684 msgid "unknown @end %s"
26882685 msgstr "Невідомий покажчик `%s'"
26892686
2690 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2691 #, fuzzy, perl-format
2692 msgid "Superfluous argument to @%s %s: %s"
2687 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2688 #, fuzzy, perl-format
2689 msgid "superfluous argument to @%s %s: %s"
26932690 msgstr "Неправильний аргумент до @%s: %s"
26942691
2695 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2696 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2697 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2698 #, perl-format
2699 msgid "Bad argument to @%s: %s"
2692 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2693 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2694 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2695 #, fuzzy, perl-format
2696 msgid "bad argument to @%s: %s"
27002697 msgstr "Неправильний аргумент до @%s: %s"
27012698
2702 #: tp/Texinfo/Parser.pm:3118
2703 #, fuzzy, perl-format
2704 msgid "@%s: Cannot open %s: %s"
2699 #: tp/Texinfo/Parser.pm:3124
2700 #, fuzzy, perl-format
2701 msgid "@%s: could not open %s: %s"
27052702 msgstr "Не вдається знайти `%s'."
27062703
2707 #: tp/Texinfo/Parser.pm:3130
2708 #, perl-format
2709 msgid "Encoding `%s' is not a canonical texinfo encoding"
2710 msgstr ""
2711
2712 #: tp/Texinfo/Parser.pm:3139
2704 #: tp/Texinfo/Parser.pm:3136
2705 #, perl-format
2706 msgid "encoding `%s' is not a canonical texinfo encoding"
2707 msgstr ""
2708
2709 #: tp/Texinfo/Parser.pm:3145
27132710 #, perl-format
27142711 msgid "unrecognized encoding name `%s'"
27152712 msgstr "невідома назва кодування `%s'"
27162713
2717 #: tp/Texinfo/Parser.pm:3289
2714 #: tp/Texinfo/Parser.pm:3295
27182715 #, perl-format
27192716 msgid "@%s after the first element"
27202717 msgstr ""
27212718
2722 #: tp/Texinfo/Parser.pm:3296
2719 #: tp/Texinfo/Parser.pm:3302
27232720 #, fuzzy, perl-format
27242721 msgid "@%s only meaningful on a @multitable line"
27252722 msgstr "@%s не має сенсу ззовні оточення `@titlepage'"
27262723
2727 #: tp/Texinfo/Parser.pm:3336
2724 #: tp/Texinfo/Parser.pm:3342
27282725 #, fuzzy, perl-format
27292726 msgid "@%s should not be associated with @top"
27302727 msgstr "%s: не вдається відкрити --css-file: %s"
27312728
2732 #: tp/Texinfo/Parser.pm:3348
2729 #: tp/Texinfo/Parser.pm:3354
27332730 #, fuzzy, perl-format
27342731 msgid "@node precedes @%s, but parts may not be associated with nodes"
27352732 msgstr "%s: не вдається відкрити --css-file: %s"
27362733
2737 #: tp/Texinfo/Parser.pm:3450
2738 #, fuzzy, perl-format
2739 msgid "Empty argument in @%s"
2734 #: tp/Texinfo/Parser.pm:3456
2735 #, fuzzy, perl-format
2736 msgid "empty argument in @%s"
27402737 msgstr "Неправильний аргумент до @%s"
27412738
2742 #: tp/Texinfo/Parser.pm:3454
2743 #, perl-format
2744 msgid "Empty node name after expansion `%s'"
2745 msgstr ""
2746
2747 #: tp/Texinfo/Parser.pm:3497
2748 #, fuzzy, perl-format
2749 msgid "Empty menu entry name in `%s'"
2739 #: tp/Texinfo/Parser.pm:3460
2740 #, fuzzy, perl-format
2741 msgid "empty node name after expansion `%s'"
27502742 msgstr "Неправильний аргумент до @%s"
27512743
2752 #: tp/Texinfo/Parser.pm:3505
2753 #, fuzzy
2754 msgid "Empty node name in menu entry"
2744 #: tp/Texinfo/Parser.pm:3503
2745 #, fuzzy, perl-format
2746 msgid "empty menu entry name in `%s'"
2747 msgstr "Неправильний аргумент до @%s"
2748
2749 #: tp/Texinfo/Parser.pm:3511
2750 #, fuzzy
2751 msgid "empty node name in menu entry"
27552752 msgstr "не знайдено пунктів покажчику для `%s'\n"
27562753
2757 #: tp/Texinfo/Parser.pm:3578
2754 #: tp/Texinfo/Parser.pm:3584
27582755 #, fuzzy, perl-format
27592756 msgid "@%s should not appear in @%s"
27602757 msgstr "%s: не вдається відкрити --css-file: %s"
27612758
2762 #: tp/Texinfo/Parser.pm:3710
2759 #: tp/Texinfo/Parser.pm:3716
27632760 #, fuzzy, perl-format
27642761 msgid "@end %s should only appear at a line beginning"
27652762 msgstr "%s: не вдається відкрити --css-file: %s"
27662763
2767 #: tp/Texinfo/Parser.pm:3733
2764 #: tp/Texinfo/Parser.pm:3739
27682765 #, perl-format
27692766 msgid "macro `%s' previously defined"
27702767 msgstr "макровизначення `%s' вже було визначене"
27712768
2772 #: tp/Texinfo/Parser.pm:3735
2769 #: tp/Texinfo/Parser.pm:3742
27732770 #, perl-format
27742771 msgid "here is the previous definition of `%s'"
27752772 msgstr "попереднє визначення `%s' тут"
27762773
2777 #: tp/Texinfo/Parser.pm:3739
2778 #, perl-format
2779 msgid "Redefining Texinfo language command: @%s"
2780 msgstr ""
2781
2782 #: tp/Texinfo/Parser.pm:3788
2774 #: tp/Texinfo/Parser.pm:3747
2775 #, perl-format
2776 msgid "redefining Texinfo language command: @%s"
2777 msgstr ""
2778
2779 #: tp/Texinfo/Parser.pm:3796
27832780 #, perl-format
27842781 msgid "@%s without associated character"
27852782 msgstr ""
27862783
2787 #: tp/Texinfo/Parser.pm:3849
2784 #: tp/Texinfo/Parser.pm:3858
27882785 #, perl-format
27892786 msgid ""
27902787 "@%s defined with zero or more than one argument should be invoked with {}"
27912788 msgstr ""
27922789
2793 #: tp/Texinfo/Parser.pm:3872
2794 #, perl-format
2795 msgid ""
2796 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2790 #: tp/Texinfo/Parser.pm:3882
2791 #, perl-format
2792 msgid ""
2793 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
27972794 "value %d)"
27982795 msgstr ""
27992796
2800 #: tp/Texinfo/Parser.pm:3880
2801 #, perl-format
2802 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2803 msgstr ""
2804
2805 #: tp/Texinfo/Parser.pm:3935
2806 #, perl-format
2807 msgid "Accent command `@%s' must not be followed by whitespace"
2808 msgstr ""
2809
2810 #: tp/Texinfo/Parser.pm:3941
2811 #, perl-format
2812 msgid "Use braces to give a command as an argument to @%s"
2797 #: tp/Texinfo/Parser.pm:3891
2798 #, perl-format
2799 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2800 msgstr ""
2801
2802 #: tp/Texinfo/Parser.pm:3947
2803 #, fuzzy, perl-format
2804 msgid "accent command `@%s' must not be followed by whitespace"
2805 msgstr "у аргументах до @itemize не дозволене @item"
2806
2807 #: tp/Texinfo/Parser.pm:3953
2808 #, fuzzy, perl-format
2809 msgid "use braces to give a command as an argument to @%s"
28132810 msgstr "Використовуйте дужки, щоб передати команду як аргумент до @%s"
28142811
2815 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2812 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
28162813 #, fuzzy, perl-format
28172814 msgid "%c%s expects `i' or `j' as argument, not `%s'"
28182815 msgstr "%c%s очікує `i' чи `j' як аргумент, не `%c'"
28192816
2820 #: tp/Texinfo/Parser.pm:3966
2821 #, perl-format
2822 msgid "Accent command `@%s' must not be followed by new line"
2823 msgstr ""
2824
2825 #: tp/Texinfo/Parser.pm:3977
2817 #: tp/Texinfo/Parser.pm:3978
2818 #, fuzzy, perl-format
2819 msgid "accent command `@%s' must not be followed by new line"
2820 msgstr "у аргументах до @itemize не дозволене @item"
2821
2822 #: tp/Texinfo/Parser.pm:3989
28262823 #, fuzzy, perl-format
28272824 msgid "@%s expected braces"
28282825 msgstr "%c%s очікувалися дужки"
28292826
2830 #: tp/Texinfo/Parser.pm:4136
2827 #: tp/Texinfo/Parser.pm:4148
28312828 #, perl-format
28322829 msgid "undefined flag: %s"
28332830 msgstr "невідомий прапорець: %s"
28342831
2835 #: tp/Texinfo/Parser.pm:4139
2836 msgid "Bad syntax for @value"
2837 msgstr ""
2838
2839 #: tp/Texinfo/Parser.pm:4146
2832 #: tp/Texinfo/Parser.pm:4151
2833 #, fuzzy
2834 msgid "bad syntax for @value"
2835 msgstr "Неправильний аргумент до @%s"
2836
2837 #: tp/Texinfo/Parser.pm:4158
28402838 #, fuzzy, perl-format
28412839 msgid "%c%s is obsolete."
28422840 msgstr "%c%s є застарілим"
28432841
2844 #: tp/Texinfo/Parser.pm:4149
2842 #: tp/Texinfo/Parser.pm:4161
28452843 #, fuzzy, perl-format
28462844 msgid "%c%s is obsolete; %s"
28472845 msgstr "%c%s є застарілим"
28482846
2849 #: tp/Texinfo/Parser.pm:4157
2847 #: tp/Texinfo/Parser.pm:4170
28502848 #, fuzzy, perl-format
28512849 msgid "@%s should only appear at a line beginning"
28522850 msgstr "%s: не вдається відкрити --css-file: %s"
28532851
2854 #: tp/Texinfo/Parser.pm:4247
2852 #: tp/Texinfo/Parser.pm:4261
28552853 #, fuzzy, perl-format
28562854 msgid "@%s not allowed inside `@%s' block"
28572855 msgstr "@%s не має сенсу усередині блоку `%s'"
28582856
2859 #: tp/Texinfo/Parser.pm:4255
2857 #: tp/Texinfo/Parser.pm:4270
28602858 #, fuzzy, perl-format
28612859 msgid "@%s should only appear in heading or footing"
28622860 msgstr "%s: не вдається відкрити --css-file: %s"
28632861
2864 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2865 #: tp/Texinfo/Parser.pm:4437
2862 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2863 #: tp/Texinfo/Parser.pm:4458
28662864 #, perl-format
28672865 msgid "@%s not meaningful inside `@%s' block"
28682866 msgstr "@%s не має сенсу усередині блоку `%s'"
28692867
2870 #: tp/Texinfo/Parser.pm:4398
2868 #: tp/Texinfo/Parser.pm:4418
28712869 #, fuzzy, perl-format
28722870 msgid "@%s in empty multitable"
28732871 msgstr "%s: порожній файл"
28742872
2875 #: tp/Texinfo/Parser.pm:4403
2873 #: tp/Texinfo/Parser.pm:4424
28762874 msgid "@tab before @item"
28772875 msgstr ""
28782876
2879 #: tp/Texinfo/Parser.pm:4406
2880 #, perl-format
2881 msgid "Too many columns in multitable item (max %d)"
2877 #: tp/Texinfo/Parser.pm:4427
2878 #, fuzzy, perl-format
2879 msgid "too many columns in multitable item (max %d)"
28822880 msgstr "Занадто багато стовпчиків у об’єкті multitable (максимум %d)"
28832881
2884 #: tp/Texinfo/Parser.pm:4443
2882 #: tp/Texinfo/Parser.pm:4464
28852883 msgid "ignoring @tab outside of multitable"
28862884 msgstr "пропускається @tab зовні multitable"
28872885
2888 #: tp/Texinfo/Parser.pm:4447
2886 #: tp/Texinfo/Parser.pm:4468
28892887 #, perl-format
28902888 msgid "@%s outside of table or list"
28912889 msgstr ""
28922890
2893 #: tp/Texinfo/Parser.pm:4482
2894 #, fuzzy, perl-format
2895 msgid "Must be after `@%s' to use `@%s'"
2891 #: tp/Texinfo/Parser.pm:4503
2892 #, fuzzy, perl-format
2893 msgid "must be after `@%s' to use `@%s'"
28962894 msgstr "Для використання `@%2$s' потрібне оточення `@%1$s'"
28972895
2898 #: tp/Texinfo/Parser.pm:4524
2896 #: tp/Texinfo/Parser.pm:4545
28992897 #, perl-format
29002898 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
29012899 msgstr "@%s не має сенсу ззовні оточень `@titlepage' та `@quotation'"
29022900
2903 #: tp/Texinfo/Parser.pm:4528
2901 #: tp/Texinfo/Parser.pm:4549
29042902 #, fuzzy
29052903 msgid "@dircategory after first node"
29062904 msgstr "знайдено @menu перед першим @node, створюється горішній вузол `Top'"
29072905
2908 #: tp/Texinfo/Parser.pm:4686
2909 #, fuzzy, perl-format
2910 msgid "Region %s inside region %s is not allowed"
2906 #: tp/Texinfo/Parser.pm:4708
2907 #, fuzzy, perl-format
2908 msgid "region %s inside region %s is not allowed"
29112909 msgstr "Виноски з виносок не дозволені"
29122910
2913 #: tp/Texinfo/Parser.pm:4704
2911 #: tp/Texinfo/Parser.pm:4726
29142912 #, fuzzy
29152913 msgid "@direntry after first node"
29162914 msgstr "знайдено @menu перед першим @node, створюється горішній вузол `Top'"
29172915
2918 #: tp/Texinfo/Parser.pm:4712
2916 #: tp/Texinfo/Parser.pm:4734
29192917 #, fuzzy, perl-format
29202918 msgid "@%s seen before first @node"
29212919 msgstr "знайдено @menu перед першим @node, створюється горішній вузол `Top'"
29222920
2923 #: tp/Texinfo/Parser.pm:4714
2921 #: tp/Texinfo/Parser.pm:4737
29242922 msgid ""
29252923 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
29262924 msgstr ""
29272925 "мабуть, ваш вузол @top повинен бути обгорнутий у @ifnottex замість @ifinfo?"
29282926
2929 #: tp/Texinfo/Parser.pm:4776
2927 #: tp/Texinfo/Parser.pm:4799
29302928 #, fuzzy, perl-format
29312929 msgid "@%s should only appear in math context"
29322930 msgstr "%s: не вдається відкрити --css-file: %s"
29332931
2934 #: tp/Texinfo/Parser.pm:4784
2935 #, perl-format
2936 msgid "Unknown command `%s'"
2932 #: tp/Texinfo/Parser.pm:4807
2933 #, fuzzy, perl-format
2934 msgid "unknown command `%s'"
29372935 msgstr "Невідома команда `%s'"
29382936
2939 #: tp/Texinfo/Parser.pm:4794
2940 #, fuzzy
2941 msgid "Unexpected @"
2937 #: tp/Texinfo/Parser.pm:4817
2938 #, fuzzy
2939 msgid "unexpected @"
29422940 msgstr "Очікувалося `%s'"
29432941
2944 #: tp/Texinfo/Parser.pm:4822
2942 #: tp/Texinfo/Parser.pm:4846
29452943 #, fuzzy, perl-format
29462944 msgid "@%s is not meaningful outside `@float' environment"
29472945 msgstr "@%s не має сенсу ззовні оточення `@float'"
29482946
2949 #: tp/Texinfo/Parser.pm:4826
2947 #: tp/Texinfo/Parser.pm:4851
29502948 #, perl-format
29512949 msgid "@%s should be right below `@float'"
29522950 msgstr ""
29532951
2954 #: tp/Texinfo/Parser.pm:4834
2955 #, perl-format
2956 msgid "Ignoring multiple @%s"
2957 msgstr ""
2958
2959 #: tp/Texinfo/Parser.pm:4950
2960 #, perl-format
2961 msgid "Command @%s does not accept arguments"
2962 msgstr ""
2963
2964 #: tp/Texinfo/Parser.pm:4974
2965 #, fuzzy, perl-format
2966 msgid "Command @%s missing a node or external manual argument"
2952 #: tp/Texinfo/Parser.pm:4859
2953 #, perl-format
2954 msgid "ignoring multiple @%s"
2955 msgstr ""
2956
2957 #: tp/Texinfo/Parser.pm:4975
2958 #, fuzzy, perl-format
2959 msgid "command @%s does not accept arguments"
2960 msgstr "у аргументах до @itemize не дозволене @item"
2961
2962 #: tp/Texinfo/Parser.pm:4999
2963 #, fuzzy, perl-format
2964 msgid "command @%s missing a node or external manual argument"
29672965 msgstr "%s: не вказано аргумент назви файлу.\n"
29682966
2969 #: tp/Texinfo/Parser.pm:4993
2970 #, perl-format
2971 msgid "In @%s empty cross reference name after expansion `%s'"
2972 msgstr ""
2973
2974 #: tp/Texinfo/Parser.pm:5004
2975 #, perl-format
2976 msgid "In @%s empty cross reference title after expansion `%s'"
2977 msgstr ""
2978
2979 #: tp/Texinfo/Parser.pm:5017
2967 #: tp/Texinfo/Parser.pm:5018
2968 #, perl-format
2969 msgid "in @%s empty cross reference name after expansion `%s'"
2970 msgstr ""
2971
2972 #: tp/Texinfo/Parser.pm:5029
2973 #, perl-format
2974 msgid "in @%s empty cross reference title after expansion `%s'"
2975 msgstr ""
2976
2977 #: tp/Texinfo/Parser.pm:5042
29802978 msgid "@image missing filename argument"
29812979 msgstr "не вказано аргумент назви файлу для @image"
29822980
2983 #: tp/Texinfo/Parser.pm:5047
2981 #: tp/Texinfo/Parser.pm:5072
29842982 #, fuzzy, perl-format
29852983 msgid "@%s missing first argument"
29862984 msgstr "%s: не вказано аргумент назви файлу.\n"
29872985
2988 #: tp/Texinfo/Parser.pm:5169
2989 msgid "Superfluous arguments for node"
2990 msgstr ""
2991
2992 #: tp/Texinfo/Parser.pm:5208
2993 #, fuzzy, perl-format
2994 msgid "Expected @end %s"
2986 #: tp/Texinfo/Parser.pm:5194
2987 #, fuzzy
2988 msgid "superfluous arguments for node"
2989 msgstr "Неправильний аргумент до @%s"
2990
2991 #: tp/Texinfo/Parser.pm:5233
2992 #, fuzzy, perl-format
2993 msgid "expected @end %s"
29952994 msgstr "Очікувалося `%s'"
29962995
2997 #: tp/Texinfo/Parser.pm:5283
2998 #, fuzzy, perl-format
2999 msgid "Remaining argument on @%s line: %s"
2996 #: tp/Texinfo/Parser.pm:5309
2997 #, fuzzy, perl-format
2998 msgid "remaining argument on @%s line: %s"
30002999 msgstr "Неправильний аргумент до @%s: %s"
30013000
3002 #: tp/Texinfo/Parser.pm:5287
3001 #: tp/Texinfo/Parser.pm:5313
30033002 #, fuzzy, perl-format
30043003 msgid "@%s should only accept a @-command as argument, not `%s'"
30053004 msgstr "Використовуйте дужки, щоб передати команду як аргумент до @%s"
30063005
3007 #: tp/Texinfo/Parser.pm:5362
3008 #, fuzzy, perl-format
3009 msgid "Environment command %s as argument to @%s"
3006 #: tp/Texinfo/Parser.pm:5388
3007 #, fuzzy, perl-format
3008 msgid "environment command %s as argument to @%s"
30103009 msgstr "Використовуйте дужки, щоб передати команду як аргумент до @%s"
30113010
3012 #: tp/Texinfo/Parser.pm:5384
3013 #, perl-format
3014 msgid "Empty @%s"
3015 msgstr ""
3016
3017 #: tp/Texinfo/Parser.pm:5392
3011 #: tp/Texinfo/Parser.pm:5410
3012 #, perl-format
3013 msgid "empty @%s"
3014 msgstr ""
3015
3016 #: tp/Texinfo/Parser.pm:5418
30183017 #, perl-format
30193018 msgid "column fraction not a number: %s"
30203019 msgstr ""
30213020
3022 #: tp/Texinfo/Parser.pm:5401
3021 #: tp/Texinfo/Parser.pm:5427
30233022 #, fuzzy, perl-format
30243023 msgid "@sp arg must be numeric, not `%s'"
30253024 msgstr "%s: аргумент %s має бути числом, а не `%s'.\n"
30263025
3027 #: tp/Texinfo/Parser.pm:5409
3028 #, perl-format
3029 msgid "Reserved index name %s"
3030 msgstr ""
3031
3032 #: tp/Texinfo/Parser.pm:5428
3033 #, fuzzy, perl-format
3034 msgid "Unknown source index in @%s: %s"
3026 #: tp/Texinfo/Parser.pm:5436
3027 #, perl-format
3028 msgid "reserved index name %s"
3029 msgstr ""
3030
3031 #: tp/Texinfo/Parser.pm:5455
3032 #, fuzzy, perl-format
3033 msgid "unknown source index in @%s: %s"
30353034 msgstr "Невідомий покажчик `%s'"
30363035
3037 #: tp/Texinfo/Parser.pm:5431
3038 #, fuzzy, perl-format
3039 msgid "Unknown destination index in @%s: %s"
3036 #: tp/Texinfo/Parser.pm:5458
3037 #, fuzzy, perl-format
3038 msgid "unknown destination index in @%s: %s"
30403039 msgstr "Невідомий покажчик `%s'"
30413040
3042 #: tp/Texinfo/Parser.pm:5461
3041 #: tp/Texinfo/Parser.pm:5488
30433042 #, perl-format
30443043 msgid "@%s leads to a merging of %s in itself, ignoring"
30453044 msgstr ""
30463045
3047 #: tp/Texinfo/Parser.pm:5474
3048 #, perl-format
3049 msgid "Unknown index `%s' in @printindex"
3046 #: tp/Texinfo/Parser.pm:5501
3047 #, fuzzy, perl-format
3048 msgid "unknown index `%s' in @printindex"
30503049 msgstr "Невідомий покажчик `%s' у @printindex"
30513050
3052 #: tp/Texinfo/Parser.pm:5480
3053 #, perl-format
3054 msgid "Printing an index `%s' merged in another one `%s'"
3055 msgstr ""
3056
3057 #: tp/Texinfo/Parser.pm:5488
3058 #, perl-format
3059 msgid "Printindex before document beginning: @printindex %s"
3060 msgstr ""
3061
3062 #: tp/Texinfo/Parser.pm:5504
3051 #: tp/Texinfo/Parser.pm:5507
3052 #, perl-format
3053 msgid "printing an index `%s' merged in another one `%s'"
3054 msgstr ""
3055
3056 #: tp/Texinfo/Parser.pm:5515
3057 #, perl-format
3058 msgid "printindex before document beginning: @printindex %s"
3059 msgstr ""
3060
3061 #: tp/Texinfo/Parser.pm:5531
30633062 #, fuzzy, perl-format
30643063 msgid "@%s arg must be `top' or `bottom', not `%s'"
30653064 msgstr "%s: аргумент %s має бути числом, а не `%s'.\n"
30663065
3067 #: tp/Texinfo/Parser.pm:5512
3066 #: tp/Texinfo/Parser.pm:5539
30683067 #, perl-format
30693068 msgid "Only @%s 10 or 11 is supported, not `%s'"
30703069 msgstr "Підтримуються лише @%s 10 чи 11, а не `%s'"
30713070
3072 #: tp/Texinfo/Parser.pm:5520
3071 #: tp/Texinfo/Parser.pm:5547
30733072 #, fuzzy, perl-format
30743073 msgid "@%s arg must be `separate' or `end', not `%s'"
30753074 msgstr ""
30763075 "%s: аргумент до --footnote-style має бути `separate' чи `end', а не `%s'.\n"
30773076
3078 #: tp/Texinfo/Parser.pm:5528
3077 #: tp/Texinfo/Parser.pm:5555
30793078 #, fuzzy, perl-format
30803079 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
30813080 msgstr "%s: аргумент %s має бути числом, а не `%s'.\n"
30823081
3083 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3082 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
30843083 #, fuzzy, perl-format
30853084 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
30863085 msgstr ""
30873086 "%s: аргумент до --paragraph-indent має бути числом, `none' чи `asis', а не `"
30883087 "%s'.\n"
30893088
3090 #: tp/Texinfo/Parser.pm:5559
3089 #: tp/Texinfo/Parser.pm:5586
30913090 #, fuzzy, perl-format
30923091 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
30933092 msgstr ""
30943093 "%s: аргумент до --paragraph-indent має бути числом, `none' чи `asis', а не `"
30953094 "%s'.\n"
30963095
3097 #: tp/Texinfo/Parser.pm:5569
3096 #: tp/Texinfo/Parser.pm:5596
30983097 #, fuzzy, perl-format
30993098 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
31003099 msgstr ""
31013100 "%s: аргумент до --paragraph-indent має бути числом, `none' чи `asis', а не `"
31023101 "%s'.\n"
31033102
3104 #: tp/Texinfo/Parser.pm:5580
3105 #, perl-format
3106 msgid "Expected @%s on or off, not `%s'"
3103 #: tp/Texinfo/Parser.pm:5607
3104 #, fuzzy, perl-format
3105 msgid "expected @%s on or off, not `%s'"
31073106 msgstr "Очікується @%s on чи off, а не `%s'"
31083107
3109 #: tp/Texinfo/Parser.pm:5590
3108 #: tp/Texinfo/Parser.pm:5617
31103109 #, perl-format
31113110 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
31123111 msgstr ""
31133112
3114 #: tp/Texinfo/Parser.pm:5598
3113 #: tp/Texinfo/Parser.pm:5625
31153114 #, fuzzy, perl-format
31163115 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
31173116 msgstr ""
31183117 "%s: аргумент до --footnote-style має бути `separate' чи `end', а не `%s'.\n"
31193118
3120 #: tp/Texinfo/Parser.pm:5606
3119 #: tp/Texinfo/Parser.pm:5633
31213120 #, fuzzy, perl-format
31223121 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
31233122 msgstr ""
31243123 "%s: аргумент до --footnote-style має бути `separate' чи `end', а не `%s'.\n"
31253124
3126 #: tp/Texinfo/Report.pm:100
3127 #, fuzzy, perl-format
3128 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3129 msgstr "%s:%d: попередження: "
3130
3131 #: tp/Texinfo/Report.pm:103
3132 #, fuzzy, perl-format
3133 msgid "%s:%d: warning: %s\n"
3134 msgstr "%s:%d: попередження: "
3135
3136 #: tp/Texinfo/Report.pm:146
3137 #, fuzzy, perl-format
3138 msgid "warning: %s\n"
3139 msgstr "%s:%d: попередження: "
3140
31413125 #: tp/Texinfo/Structuring.pm:231
31423126 #, perl-format
3143 msgid "Raising the section level of @%s which is too low"
3127 msgid "raising the section level of @%s which is too low"
31443128 msgstr ""
31453129
31463130 #: tp/Texinfo/Structuring.pm:263
31473131 #, perl-format
3148 msgid "No chapter-level command before @%s"
3132 msgid "no chapter-level command before @%s"
31493133 msgstr ""
31503134
31513135 #: tp/Texinfo/Structuring.pm:268
31523136 #, perl-format
3153 msgid "Lowering the section level of @%s appearing after a lower element"
3137 msgid "lowering the section level of @%s appearing after a lower element"
31543138 msgstr ""
31553139
31563140 #: tp/Texinfo/Structuring.pm:347
31573141 #, perl-format
3158 msgid "No sectioning command associated with @%s"
3142 msgid "no sectioning command associated with @%s"
31593143 msgstr ""
31603144
31613145 #: tp/Texinfo/Structuring.pm:568
31623146 #, fuzzy, perl-format
3163 msgid "Menu reference to nonexistent node `%s'"
3147 msgid "menu reference to nonexistent node `%s'"
31643148 msgstr "вузол, на який нема посилань `%s'"
31653149
31663150 #: tp/Texinfo/Structuring.pm:583
31673151 #, perl-format
3168 msgid "Menu entry node name `%s' different from %s name `%s'"
3152 msgid "menu entry node name `%s' different from %s name `%s'"
31693153 msgstr ""
31703154
31713155 #: tp/Texinfo/Structuring.pm:619
31753159
31763160 #: tp/Texinfo/Structuring.pm:665
31773161 #, perl-format
3178 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3162 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31793163 msgstr ""
31803164
31813165 #: tp/Texinfo/Structuring.pm:672
31823166 #, perl-format
3183 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3167 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31843168 msgstr ""
31853169
31863170 #: tp/Texinfo/Structuring.pm:690
31873171 #, perl-format
3188 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3172 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
31893173 msgstr ""
31903174
31913175 #: tp/Texinfo/Structuring.pm:744
31993183 msgstr "вузол, на який нема посилань `%s'"
32003184
32013185 #: tp/Texinfo/Structuring.pm:790
3202 #, perl-format
3203 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3186 #, fuzzy, perl-format
3187 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
32043188 msgstr "Вузол `%s' не має пункту меню для `%s', хоча й є його горішнім вузлом"
32053189
32063190 #: tp/Texinfo/Structuring.pm:798
32073191 #, perl-format
3208 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3192 msgid "for `%s', up in menu `%s' and up `%s' don't match"
32093193 msgstr ""
32103194
32113195 #: tp/Texinfo/Structuring.pm:1282
32203204 msgid "@%s to `%s', different from %s name `%s'"
32213205 msgstr ""
32223206
3223 #: tp/Texinfo/Structuring.pm:1939
3224 #, fuzzy, perl-format
3225 msgid "Empty index key in @%s"
3207 #: tp/Texinfo/Structuring.pm:1959
3208 #, fuzzy, perl-format
3209 msgid "empty index key in @%s"
32263210 msgstr "не знайдено пунктів покажчику для `%s'\n"
32273211
32283212 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
32293213 #, fuzzy, perl-format
3230 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3214 msgid "chm.pm: could not open %s for writing: %s\n"
32313215 msgstr "%s: не вдається відкрити --css-file: %s"
32323216
32333217 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
32343218 #, fuzzy, perl-format
3235 msgid "chm.pm:%s: Error on closing: %s"
3219 msgid "chm.pm: error on closing %s: %s"
32363220 msgstr "помилка запису до `%s'"
32373221
3238 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3239 #, fuzzy, perl-format
3240 msgid "tex4ht.pm:%s: Cannot open: %s"
3222 #: tp/init/latex2html.pm:200
3223 #, fuzzy, perl-format
3224 msgid "l2h: could not open latex file %s for writing: %s"
3225 msgstr "%s: не вдається відкрити --css-file: %s"
3226
3227 #: tp/init/latex2html.pm:341
3228 msgid "l2h: L2H_TMP directory contains a dot"
3229 msgstr ""
3230
3231 #: tp/init/latex2html.pm:346
3232 msgid "l2h: current directory contains a dot"
3233 msgstr ""
3234
3235 #: tp/init/latex2html.pm:374
3236 #, perl-format
3237 msgid "l2h: command did not succeed: %s"
3238 msgstr ""
3239
3240 #: tp/init/latex2html.pm:422
3241 #, perl-format
3242 msgid "l2h: image has invalid extension: %s"
3243 msgstr ""
3244
3245 #: tp/init/latex2html.pm:438
3246 #, perl-format
3247 msgid "l2h: rename %s as %s failed: %s"
3248 msgstr ""
3249
3250 #: tp/init/latex2html.pm:460
3251 #, fuzzy, perl-format
3252 msgid "l2h: could not open %s: %s"
3253 msgstr "%s: не вдається відкрити --css-file: %s"
3254
3255 #: tp/init/latex2html.pm:493
3256 #, perl-format
3257 msgid "latex2html.pm: end of @%s item %d not found"
3258 msgstr ""
3259
3260 #: tp/init/latex2html.pm:504
3261 #, perl-format
3262 msgid ""
3263 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3264 "of items found in the document"
3265 msgstr ""
3266
3267 #: tp/init/latex2html.pm:534
3268 #, perl-format
3269 msgid "l2h: could not determine the fragment %d for @%s"
3270 msgstr ""
3271
3272 #: tp/init/latex2html.pm:560
3273 #, perl-format
3274 msgid ""
3275 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3276 "HTML"
3277 msgstr ""
3278
3279 #: tp/init/latex2html.pm:621
3280 #, fuzzy, perl-format
3281 msgid "l2h: could not load %s: %s"
3282 msgstr "%s: не вдається відкрити --css-file: %s"
3283
3284 #: tp/init/latex2html.pm:634
3285 #, fuzzy, perl-format
3286 msgid "l2h: could not open %s for writing: %s"
3287 msgstr "%s: не вдається відкрити --css-file: %s"
3288
3289 #: tp/init/tex4ht.pm:123
3290 #, fuzzy, perl-format
3291 msgid "tex4ht.pm: could not open %s: %s"
32413292 msgstr "Не вдається знайти `%s'."
32423293
32433294 #: tp/init/tex4ht.pm:219
3244 #, perl-format
3245 msgid "tex4ht.pm:%s: chdir failed: %s"
3246 msgstr ""
3295 #, fuzzy, perl-format
3296 msgid "tex4ht.pm: chdir %s failed: %s"
3297 msgstr "Не вдається знайти `%s'."
32473298
32483299 #: tp/init/tex4ht.pm:232
32493300 #, perl-format
3250 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3301 msgid "tex4ht.pm: unable to return to initial directory: %s"
32513302 msgstr ""
32523303
32533304 #: tp/init/tex4ht.pm:244
32543305 #, fuzzy, perl-format
3255 msgid "tex4ht.pm: Output file missing: %s"
3306 msgid "tex4ht.pm: output file missing: %s"
32563307 msgstr "не вдається створити файл виводу `%s'"
32573308
32583309 #: tp/init/tex4ht.pm:260
3259 #, perl-format
3260 msgid "tex4ht.pm: Command failed: %s"
3261 msgstr ""
3310 #, fuzzy, perl-format
3311 msgid "tex4ht.pm: command failed: %s"
3312 msgstr "Не вдається знайти `%s'."
3313
3314 #: tp/init/tex4ht.pm:267
3315 #, fuzzy, perl-format
3316 msgid "tex4ht.pm: could not open: %s"
3317 msgstr "Не вдається знайти `%s'."
32623318
32633319 #: tp/init/tex4ht.pm:293
32643320 #, perl-format
32693325 #, perl-format
32703326 msgid ""
32713327 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3272 "items found in the document"
3273 msgstr ""
3274
3275 #: tp/init/tex4ht.pm:319
3276 #, perl-format
3277 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3278 msgstr ""
3279
3280 #: tp/texi2any.pl:375
3328 "items found in the document for @%s"
3329 msgstr ""
3330
3331 #: tp/init/tex4ht.pm:320
3332 #, fuzzy, perl-format
3333 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3334 msgstr "не вдається створити файл виводу `%s'"
3335
3336 #: tp/init/tex4ht.pm:335
3337 #, perl-format
3338 msgid ""
3339 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3340 "items found in the document for @%s"
3341 msgstr ""
3342
3343 #: tp/texi2any.pl:379
32813344 #, fuzzy, perl-format
32823345 msgid "error loading %s: %s\n"
32833346 msgstr "помилка запису до `%s'"
32843347
3285 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3286 #, fuzzy, perl-format
3287 msgid "Unknown variable %s\n"
3348 #: tp/texi2any.pl:392
3349 #, fuzzy, perl-format
3350 msgid "%s: unknown variable %s"
32883351 msgstr "Невідома команда `%s'"
32893352
3290 #: tp/texi2any.pl:468
3291 #, fuzzy, perl-format
3292 msgid "Can't read init file %s"
3353 #: tp/texi2any.pl:396
3354 #, fuzzy, perl-format
3355 msgid "%s: obsolete variable %s\n"
3356 msgstr "Встановити змінну: "
3357
3358 #: tp/texi2any.pl:411
3359 #, fuzzy, perl-format
3360 msgid "%s: unknown variable %s\n"
3361 msgstr "Невідома команда `%s'"
3362
3363 #: tp/texi2any.pl:415
3364 #, fuzzy, perl-format
3365 msgid "obsolete variable %s\n"
3366 msgstr "Встановити змінну: "
3367
3368 #: tp/texi2any.pl:480
3369 #, fuzzy, perl-format
3370 msgid "could not read init file %s"
32933371 msgstr "не вдається відкрити вхідний файл `%s'"
32943372
3295 #: tp/texi2any.pl:619
3296 #, perl-format
3297 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3373 #: tp/texi2any.pl:633
3374 #, fuzzy, perl-format
3375 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32983376 msgstr "%s: Пропущено невідоме значення TEXINFO_OUTPUT_FORMAT `%s'.\n"
32993377
3300 #: tp/texi2any.pl:691
3378 #: tp/texi2any.pl:710
33013379 #, fuzzy
33023380 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
33033381 msgstr "Використовуйте: %s [ПАРАМЕТР]... ФАЙЛ-TEXINFO...\n"
33043382
3305 #: tp/texi2any.pl:692
3383 #: tp/texi2any.pl:711
33063384 #, fuzzy
33073385 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
33083386 msgstr "Використовуйте: %s [ПАРАМЕТР]... ФАЙЛ-TEXINFO...\n"
33093387
3310 #: tp/texi2any.pl:694
3388 #: tp/texi2any.pl:713
33113389 msgid ""
33123390 "Translate Texinfo source documentation to various other formats, by default\n"
33133391 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
33163394 "зазвичай,\n"
33173395 "у файли Info, що можна читати за допомогою Emacs чи GNU Info.\n"
33183396
3319 #: tp/texi2any.pl:697
3397 #: tp/texi2any.pl:716
33203398 #, fuzzy, perl-format
33213399 msgid ""
33223400 "General options:\n"
33483426 " -v, --verbose описувати, що буде робитися.\n"
33493427 " --version показати інформацію про версію й вийти.\n"
33503428
3351 #: tp/texi2any.pl:712
3429 #: tp/texi2any.pl:731
33523430 #, fuzzy
33533431 msgid ""
33543432 "Output format selection (default is to produce Info):\n"
33643442 " --xml виводити як Texinfo XML а не як Info.\n"
33653443 " --plaintext виводити як простий текст а не як Info.\n"
33663444
3367 #: tp/texi2any.pl:720
3445 #: tp/texi2any.pl:739
33683446 #, fuzzy
33693447 msgid ""
33703448 "General output options:\n"
34093487 " -o, --output=ФАЙЛ виводити до ФАЙЛУ (чи директорії для HTML з "
34103488 "розбиттям).\n"
34113489
3412 #: tp/texi2any.pl:740
3490 #: tp/texi2any.pl:759
34133491 #, fuzzy, perl-format
34143492 msgid ""
34153493 "Options for Info and plain text:\n"
34503528 " --split-size=ЧИСЛО розбивати файли Info, коли вони більші за "
34513529 "ЧИСЛО (типово %d).\n"
34523530
3453 #: tp/texi2any.pl:757
3531 #: tp/texi2any.pl:776
34543532 #, fuzzy
34553533 msgid ""
34563534 "Options for HTML:\n"
34723550 " --transliterate-file-names\n"
34733551 " транслітеровувати у ASCII назви файлів.\n"
34743552
3475 #: tp/texi2any.pl:768
3553 #: tp/texi2any.pl:787
34763554 msgid ""
34773555 "Options for XML and Docbook:\n"
34783556 " --output-indent=VAL does nothing, retained for compatibility.\n"
34793557 msgstr ""
34803558
3481 #: tp/texi2any.pl:771
3559 #: tp/texi2any.pl:790
34823560 msgid ""
34833561 "Options for DVI/PS/PDF:\n"
34843562 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34853563 msgstr ""
34863564
3487 #: tp/texi2any.pl:774
3565 #: tp/texi2any.pl:793
34883566 #, fuzzy
34893567 msgid ""
34903568 "Input file options:\n"
35043582 " -U ЗМІННА скинути значення ЗМІННОЇ, те ж саме, що "
35053583 "@clear.\n"
35063584
3507 #: tp/texi2any.pl:781
3585 #: tp/texi2any.pl:800
35083586 #, fuzzy
35093587 msgid ""
35103588 "Conditional processing in input:\n"
35433621 "\n"
35443622 " Параметри --no-ifФОРМАТ також вмикають обробку тексту у @ifnotФОРМАТ.\n"
35453623
3546 #: tp/texi2any.pl:798
3624 #: tp/texi2any.pl:817
35473625 #, fuzzy
35483626 msgid ""
35493627 " The defaults for the @if... conditionals depend on the output format:\n"
35603638 "вимкнено;\n"
35613639 " якщо генерується XML - --ifxml ввімкнено, а інші - вимкнено.\n"
35623640
3563 #: tp/texi2any.pl:805
3641 #: tp/texi2any.pl:824
35643642 #, fuzzy
35653643 msgid ""
35663644 "Examples:\n"
35953673 " makeinfo --no-split foo.texi записати все в один файл Info (він "
35963674 "буде великим)\n"
35973675
3598 #: tp/texi2any.pl:852
3676 #: tp/texi2any.pl:871
35993677 #, perl-format
36003678 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
36013679 msgstr ""
36023680 "%s: аргумент до --footnote-style має бути `separate' чи `end', а не `%s'.\n"
36033681
3604 #: tp/texi2any.pl:934
3682 #: tp/texi2any.pl:953
36053683 #, perl-format
36063684 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
36073685 msgstr ""
36083686 "%s: аргумент до --paragraph-indent має бути числом, `none' чи `asis', а не `"
36093687 "%s'.\n"
36103688
3611 #: tp/texi2any.pl:1011
3612 #, perl-format
3613 msgid "when generating %s, only one input FILE may be specified with -o"
3614 msgstr ""
3615
3616 #: tp/texi2any.pl:1015
3689 #: tp/texi2any.pl:1030
3690 #, perl-format
3691 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3692 msgstr ""
3693
3694 #: tp/texi2any.pl:1034
36173695 msgid "--Xopt option without printed output"
36183696 msgstr ""
36193697
3620 #: tp/texi2any.pl:1025
3621 #, fuzzy, perl-format
3622 msgid "Unknown tree transformation %s"
3698 #: tp/texi2any.pl:1044
3699 #, fuzzy, perl-format
3700 msgid "unknown tree transformation %s"
36233701 msgstr "Невідома команда `%s'"
36243702
3625 #: tp/texi2any.pl:1032
3626 #, perl-format
3627 msgid "Ignoring splitting for format %s"
3628 msgstr ""
3629
3630 #: tp/texi2any.pl:1081
3703 #: tp/texi2any.pl:1051
3704 #, perl-format
3705 msgid "ignoring splitting for format %s"
3706 msgstr ""
3707
3708 #: tp/texi2any.pl:1101
36313709 #, perl-format
36323710 msgid "%s: missing file argument.\n"
36333711 msgstr "%s: не вказано аргумент назви файлу.\n"
36343712
3635 #: tp/texi2any.pl:1082
3713 #: tp/texi2any.pl:1102
36363714 #, perl-format
36373715 msgid "Try `%s --help' for more information.\n"
36383716 msgstr "Спробуйте `%s --help', щоб отримати більше інформації.\n"
36393717
3640 #: tp/texi2any.pl:1153
3718 #: tp/texi2any.pl:1173
36413719 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36423720 msgstr ""
36433721
3644 #: tp/texi2any.pl:1175
3645 #, fuzzy, perl-format
3646 msgid "Error on closing macro expand file %s: %s\n"
3722 #: tp/texi2any.pl:1195
3723 #, fuzzy, perl-format
3724 msgid "error on closing macro expand file %s: %s\n"
36473725 msgstr "помилка закриття файлу виводу `%s'"
36483726
3649 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3650 #, fuzzy, perl-format
3651 msgid "Could not open %s for writing: %s\n"
3727 #: tp/texi2any.pl:1201
3728 #, fuzzy, perl-format
3729 msgid "could not open %s for writing: %s\n"
36523730 msgstr "%s: не вдається відкрити --css-file: %s"
36533731
3654 #: tp/texi2any.pl:1205
3732 #: tp/texi2any.pl:1226
36553733 msgid ""
36563734 "insert_nodes_for_sectioning_commands transformation return no result. No "
36573735 "section?"
36583736 msgstr ""
36593737
3660 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3661 #, fuzzy, perl-format
3662 msgid "Error on closing %s: %s\n"
3738 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3739 #, fuzzy, perl-format
3740 msgid "%s: error on closing %s: %s\n"
36633741 msgstr "помилка запису до `%s'"
36643742
3665 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3666 #, perl-format
3667 msgid "Error on closing internal links file %s: %s\n"
3668 msgstr ""
3743 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3744 #, fuzzy, perl-format
3745 msgid "%s: error on closing internal links file %s: %s\n"
3746 msgstr "помилка закриття файлу виводу `%s'"
3747
3748 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3749 #, fuzzy, perl-format
3750 msgid "%s: could not open %s for writing: %s\n"
3751 msgstr "%s: не вдається відкрити --css-file: %s"
36693752
36703753 #: util/texindex.c:223
36713754 msgid "display this help and exit"
37243807 msgstr "пункт %s йде за пунктом, що має вторинну назву"
37253808
37263809 #, fuzzy
3810 #~ msgid "Can't create directories `%s': %s"
3811 #~ msgstr "Не вдається створити директорію `%s': %s"
3812
3813 #, fuzzy
3814 #~ msgid "Can't read file %s: %s"
3815 #~ msgstr "Не вдається вилучити файл `%s': %s"
3816
3817 #, fuzzy
3818 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3819 #~ msgstr "%s:%d: попередження: "
3820
3821 #, fuzzy
3822 #~ msgid "%s:%d: warning: %s\n"
3823 #~ msgstr "%s:%d: попередження: "
3824
3825 #, fuzzy
3826 #~ msgid "warning: %s\n"
3827 #~ msgstr "%s:%d: попередження: "
3828
3829 #, fuzzy
3830 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3831 #~ msgstr "%s: не вдається відкрити --css-file: %s"
3832
3833 #, fuzzy
37273834 #~ msgid "tex4ht error opening %s: %s"
37283835 #~ msgstr "помилка запису до `%s'"
37293836
37303837 #, fuzzy
3731 #~ msgid "Error on closing renamed nodes file %s: %s"
3732 #~ msgstr "помилка закриття файлу виводу `%s'"
3733
3734 #, fuzzy
37353838 #~ msgid "Node `%s' that is to be renamed exists"
37363839 #~ msgstr "Покажчик `%s' вже існує"
37373840
3738 #, fuzzy
3739 #~ msgid "Unknown variable %s"
3740 #~ msgstr "Невідома команда `%s'"
3741
37423841 #~ msgid "ferror on stdout\n"
37433842 #~ msgstr "ferrror на stdout\n"
37443843
38523951
38533952 #~ msgid "Footnotes"
38543953 #~ msgstr "Виноски"
3855
3856 #~ msgid "%s: could not open --css-file: %s"
3857 #~ msgstr "%s: не вдається відкрити --css-file: %s"
38583954
38593955 #~ msgid "[unexpected] no html tag to pop"
38603956 #~ msgstr "[unexpected] немає теґу html для виштовхування"
41634259
41644260 #~ msgid "Expected `%s'"
41654261 #~ msgstr "Очікувалося `%s'"
4166
4167 #~ msgid "Can't create directory `%s': %s"
4168 #~ msgstr "Не вдається створити директорію `%s': %s"
41694262
41704263 #~ msgid "No `%s' found in `%s'"
41714264 #~ msgstr "`%s' не знайдено у `%s'"
Binary diff not shown
+601
-487
po/vi.po less more
77 msgstr ""
88 "Project-Id-Version: texinfo 4.13.92\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
10 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1111 "PO-Revision-Date: 2012-12-22 07:39+0700\n"
1212 "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
1313 "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
402402 msgstr "Hãy thử lệnh trợ giúp “--help” để xem thông tin thêm.\n"
403403
404404 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
405 #: tp/texi2any.pl:829 util/texindex.c:295
405 #: tp/texi2any.pl:848 util/texindex.c:295
406406 #, c-format, perl-format
407407 msgid ""
408408 "Copyright (C) %s Free Software Foundation, Inc.\n"
20962096 " --test thu hồi nâng cấp TẬP_TIN_THƯ_MỤC.\n"
20972097 " --version hiển thị thông tin phiên bản rồi thoát."
20982098
2099 #: install-info/install-info.c:598 tp/texi2any.pl:817
2099 #: install-info/install-info.c:598 tp/texi2any.pl:836
21002100 msgid ""
21012101 "Email bug reports to bug-texinfo@gnu.org,\n"
21022102 "general questions and discussion to help-texinfo@gnu.org.\n"
22182218 msgstr "không tìm thấy mục nhập cho “%s” nên không xóa gì"
22192219
22202220 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2221 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2222 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2223 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2224 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2225 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2226 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2221 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2222 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2223 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2224 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2225 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2226 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
22272227 #: tp/Texinfo/Convert/TexinfoXML.pm:429
2228 #, perl-format
2229 msgid "Could not open %s for writing: %s"
2228 #, fuzzy, perl-format
2229 msgid "could not open %s for writing: %s"
22302230 msgstr "Không thể mở “%s” để ghi: %s"
22312231
22322232 #: tp/Texinfo/Common.pm:850
22522252 msgid "%s is not a valid split possibility"
22532253 msgstr "“%s” không phải là khả năng chia tách (split) hợp lệ"
22542254
2255 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2256 #, perl-format
2257 msgid "Cannot read %s: %s"
2255 #: tp/Texinfo/Common.pm:1096
2256 #, fuzzy, perl-format
2257 msgid "could not read %s: %s"
22582258 msgstr "Không thể đọc %s: %s"
22592259
2260 #: tp/Texinfo/Common.pm:1113
2261 #, perl-format
2262 msgid "Error on closing @verbatiminclude file %s: %s"
2260 #: tp/Texinfo/Common.pm:1114
2261 #, fuzzy, perl-format
2262 msgid "error on closing @verbatiminclude file %s: %s"
22632263 msgstr "Gặp lỗi khi đóng tập tin @verbatiminclude %s: %s"
22642264
2265 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2266 #, perl-format
2267 msgid "@%s: Cannot find %s"
2265 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2266 #, fuzzy, perl-format
2267 msgid "@%s: could not find %s"
22682268 msgstr "@%s: Không tìm thấy %s"
22692269
2270 #: tp/Texinfo/Common.pm:1416
2271 #, perl-format
2272 msgid "Cannot open html refs config file %s: %s"
2270 #: tp/Texinfo/Common.pm:1417
2271 #, fuzzy, perl-format
2272 msgid "could not open html refs config file %s: %s"
22732273 msgstr "Không thể mở tập tin cấu hình dùng để tham chiếu html %s: %s"
22742274
2275 #: tp/Texinfo/Common.pm:1444
2276 msgid "Missing type"
2275 #: tp/Texinfo/Common.pm:1445
2276 #, fuzzy
2277 msgid "missing type"
22772278 msgstr "Thiếu kiểu"
22782279
2279 #: tp/Texinfo/Common.pm:1447
2280 #, perl-format
2281 msgid "Unrecognized type: %s"
2280 #: tp/Texinfo/Common.pm:1448
2281 #, fuzzy, perl-format
2282 msgid "unrecognized type: %s"
22822283 msgstr "Không nhận ra kiểu: %s"
22832284
2284 #: tp/Texinfo/Common.pm:1463
2285 #, perl-format
2286 msgid "Error on closing html refs config file %s: %s"
2285 #: tp/Texinfo/Common.pm:1465
2286 #, fuzzy, perl-format
2287 msgid "error on closing html refs config file %s: %s"
22872288 msgstr "Gặp lỗi khi đóng tập tin cấu hình tham chiếu cho html %s: %s"
22882289
2289 #: tp/Texinfo/Common.pm:1498
2290 #, perl-format
2291 msgid "%s:%d: no node to be renamed\n"
2290 #: tp/Texinfo/Common.pm:1500
2291 #, fuzzy
2292 msgid "no node to be renamed"
22922293 msgstr "%s:%d: không có nút nào được đổi tên\n"
22932294
2294 #: tp/Texinfo/Common.pm:1509
2295 #, perl-format
2296 msgid "%s:%d: nodes without a new name at the end of file\n"
2295 #: tp/Texinfo/Common.pm:1511
2296 #, fuzzy
2297 msgid "nodes without a new name at the end of file"
22972298 msgstr "%s:%d: các nút không có tên mới tại cuối tập tin\n"
22982299
2299 #: tp/Texinfo/Common.pm:2000
2300 #, perl-format
2301 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2302 msgstr "protect_hashchar_at_line_beginning không thể bảo vệ trong @%s"
2300 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2301 #, fuzzy, perl-format
2302 msgid "could not open %s: %s"
2303 msgstr "Không thể mở “%s” để ghi: %s"
2304
2305 #: tp/Texinfo/Common.pm:2002
2306 #, perl-format
2307 msgid "could not protect hash character in @%s"
2308 msgstr ""
23032309
23042310 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2305 #: tp/texi2any.pl:387 tp/texi2any.pl:404
23062311 #, perl-format
23072312 msgid "Obsolete variable %s\n"
23082313 msgstr "Biến đã cổ %s\n"
23092314
23102315 #: tp/Texinfo/Convert/Converter.pm:601
2311 #, perl-format
2312 msgid "Can't create directories `%s' or `%s': %s"
2316 #, fuzzy, perl-format
2317 msgid "could not create directories `%s' or `%s': %s"
23132318 msgstr "Không thể thạo các thư mục “%s” hay “%s”: %s"
23142319
23152320 #: tp/Texinfo/Convert/Converter.pm:609
2316 #, perl-format
2317 msgid "Can't create directories `%s': %s"
2321 #, fuzzy, perl-format
2322 msgid "could not create directory `%s': %s"
23182323 msgstr "Không thể tạo các thư mục “%s”: %s"
23192324
2320 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2321 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2322 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2323 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2324 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2325 #, perl-format
2326 msgid "Error on closing %s: %s"
2325 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2326 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2327 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2328 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2329 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2330 #, fuzzy, perl-format
2331 msgid "error on closing %s: %s"
23272332 msgstr "Lỗi đóng %s: %s"
23282333
2329 #: tp/Texinfo/Convert/DocBook.pm:898
2334 #: tp/Texinfo/Convert/DocBook.pm:899
23302335 #, perl-format
23312336 msgid "@image file `%s' not found, using `%s'"
23322337 msgstr "không tìm thấy tập tin @image “%s” ,đang dùng “%s”"
23332338
2334 #: tp/Texinfo/Convert/HTML.pm:1677
2339 #: tp/Texinfo/Convert/HTML.pm:1678
23352340 #, perl-format
23362341 msgid "@image file `%s' (for HTML) not found, using `%s'"
23372342 msgstr "Tập tin @image “%s” (cho HTML) không đọc được, dùng “%s”"
23382343
2339 #: tp/Texinfo/Convert/HTML.pm:2345
2340 #, perl-format
2341 msgid "Raw format %s is not converted"
2344 #: tp/Texinfo/Convert/HTML.pm:2347
2345 #, fuzzy, perl-format
2346 msgid "raw format %s is not converted"
23422347 msgstr "Định dạng thô %s không được chuyển đổi"
23432348
2344 #: tp/Texinfo/Convert/HTML.pm:4814
2345 #, perl-format
2346 msgid "%s:%d: string not closed in css file"
2349 #: tp/Texinfo/Convert/HTML.pm:4816
2350 #, fuzzy
2351 msgid "string not closed in css file"
23472352 msgstr "%s:%d: chuỗi chưa được đóng trong tập tin css"
23482353
2349 #: tp/Texinfo/Convert/HTML.pm:4816
2350 #, perl-format
2351 msgid "%s:%d: --css-include ended in comment"
2354 #: tp/Texinfo/Convert/HTML.pm:4818
2355 #, fuzzy
2356 msgid "--css-include ended in comment"
23522357 msgstr "%s:%d: “--css-include” kết thúc với ghi chú"
23532358
2354 #: tp/Texinfo/Convert/HTML.pm:4818
2355 #, fuzzy, perl-format
2356 msgid "%s:%d: @import not finished in css file"
2359 #: tp/Texinfo/Convert/HTML.pm:4820
2360 #, fuzzy
2361 msgid "@import not finished in css file"
23572362 msgstr "%s:%d @import chưa hoàn thiện trong tập tin css"
23582363
2359 #: tp/Texinfo/Convert/HTML.pm:4844
2360 #, perl-format
2361 msgid "css file %s not found"
2364 #: tp/Texinfo/Convert/HTML.pm:4846
2365 #, fuzzy, perl-format
2366 msgid "CSS file %s not found"
23622367 msgstr "không tìm thấy tập tin css %s"
23632368
2364 #: tp/Texinfo/Convert/HTML.pm:4850
2369 #: tp/Texinfo/Convert/HTML.pm:4852
23652370 #, perl-format
23662371 msgid "could not open --include-file %s: %s"
23672372 msgstr "không thể mở --include-file %s: %s"
23682373
2369 #: tp/Texinfo/Convert/HTML.pm:4860
2370 #, perl-format
2371 msgid "Error on closing CSS file %s: %s"
2374 #: tp/Texinfo/Convert/HTML.pm:4862
2375 #, fuzzy, perl-format
2376 msgid "error on closing CSS file %s: %s"
23722377 msgstr "Gặp lỗi khi đóng tập tin CSS %s: %s"
23732378
2374 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2375 #, perl-format
2376 msgid "No htmlxref.cnf entry found for `%s'"
2379 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2380 #, fuzzy, perl-format
2381 msgid "no htmlxref.cnf entry found for `%s'"
23772382 msgstr "không tìm thấy mục htmlxref.cnf dành cho “%s”"
23782383
2379 #: tp/Texinfo/Convert/HTML.pm:6495
2380 #, perl-format
2381 msgid "Error on closing frame file %s: %s"
2384 #: tp/Texinfo/Convert/HTML.pm:6506
2385 #, fuzzy, perl-format
2386 msgid "error on closing frame file %s: %s"
23822387 msgstr "Gặp lỗi khi đóng tập tin khung (frame) %s: %s"
23832388
2384 #: tp/Texinfo/Convert/HTML.pm:6519
2385 #, perl-format
2386 msgid "Error on closing TOC frame file %s: %s"
2389 #: tp/Texinfo/Convert/HTML.pm:6530
2390 #, fuzzy, perl-format
2391 msgid "error on closing TOC frame file %s: %s"
23872392 msgstr "Gặp lỗi khi đóng tập tin khung (frame) TOC %s: %s"
23882393
2389 #: tp/Texinfo/Convert/HTML.pm:6634
2390 #, perl-format
2391 msgid "Handler %s of stage %s priority %s failed"
2394 #: tp/Texinfo/Convert/HTML.pm:6645
2395 #, fuzzy, perl-format
2396 msgid "handler %s of stage %s priority %s failed"
23922397 msgstr "Bộ tiếp hợp %s của trạng thái %s mức ưu tiên %s gặp lỗi"
23932398
2394 #: tp/Texinfo/Convert/HTML.pm:6835
2395 msgid "Must specify a title with a title command or @top"
2399 #: tp/Texinfo/Convert/HTML.pm:6846
2400 #, fuzzy
2401 msgid "must specify a title with a title command or @top"
23962402 msgstr "Phải chỉ định một tiêu đề cùng với lệnh title hay @top"
23972403
2398 #: tp/Texinfo/Convert/HTML.pm:7040
2399 #, perl-format
2400 msgid "Error on closing redirection node file %s: %s"
2404 #: tp/Texinfo/Convert/HTML.pm:7055
2405 #, fuzzy, perl-format
2406 msgid "error on closing redirection node file %s: %s"
24012407 msgstr "Gặp lỗi khi đóng tập tin nút chuyển hướng %s: %s"
24022408
2403 #: tp/Texinfo/Convert/HTML.pm:7065
2404 #, perl-format
2405 msgid "Old name for `%s' is a node of the document"
2409 #: tp/Texinfo/Convert/HTML.pm:7080
2410 #, fuzzy, perl-format
2411 msgid "old name for `%s' is a node of the document"
24062412 msgstr "Tên cũ dành cho `%s' là một nút tài liệu"
24072413
2408 #: tp/Texinfo/Convert/HTML.pm:7069
2409 #, perl-format
2410 msgid "File empty for renamed node `%s'"
2414 #: tp/Texinfo/Convert/HTML.pm:7086
2415 #, fuzzy, perl-format
2416 msgid "file empty for renamed node `%s'"
24112417 msgstr "Tập tin trống rỗng cho nút được đổi tên “%s”"
24122418
2413 #: tp/Texinfo/Convert/HTML.pm:7081
2414 #, perl-format
2415 msgid "Target node (new name for `%s') not in document: %s"
2419 #: tp/Texinfo/Convert/HTML.pm:7100
2420 #, fuzzy, perl-format
2421 msgid "target node (new name for `%s') not in document: %s"
24162422 msgstr "Nút đích (tên mới cho `%s') không trong tài liệu: %s"
24172423
2418 #: tp/Texinfo/Convert/HTML.pm:7113
2419 #, perl-format
2420 msgid "Error on closing renamed node redirection file %s: %s"
2424 #: tp/Texinfo/Convert/HTML.pm:7132
2425 #, fuzzy, perl-format
2426 msgid "error on closing renamed node redirection file %s: %s"
24212427 msgstr "Gặp lỗi khi đóng tập tin nút chuyển hướng được đổi tên %s: %s"
24222428
2423 #: tp/Texinfo/Convert/HTML.pm:7151
2424 msgid "Empty node name"
2429 #: tp/Texinfo/Convert/HTML.pm:7170
2430 #, fuzzy
2431 msgid "empty node name"
24252432 msgstr "tên nút rỗng"
24262433
2427 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2428 #, perl-format
2429 msgid "Syntax for an external node used for `%s'"
2434 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2435 #, fuzzy, perl-format
2436 msgid "syntax for an external node used for `%s'"
24302437 msgstr "Cú pháp cho nút mở rộng được dùng cho “%s”"
24312438
24322439 #: tp/Texinfo/Convert/Info.pm:99
2433 msgid "Document without nodes."
2440 #, fuzzy
2441 msgid "document without nodes"
24342442 msgstr "Tài liệu chẳng có nút nào cả."
24352443
2436 #: tp/Texinfo/Convert/Info.pm:115
2437 msgid "Document without Top node."
2444 #: tp/Texinfo/Convert/Info.pm:116
2445 #, fuzzy
2446 msgid "document without Top node"
24382447 msgstr "Tài liệu không có nút “Top”."
24392448
2440 #: tp/Texinfo/Convert/Info.pm:151
2441 #, perl-format
2442 msgid "Rename %s failed: %s"
2449 #: tp/Texinfo/Convert/Info.pm:153
2450 #, fuzzy, perl-format
2451 msgid "rename %s failed: %s"
24432452 msgstr "Đổi tên %s gặp lỗi: %s"
24442453
2445 #: tp/Texinfo/Convert/Info.pm:226
2454 #: tp/Texinfo/Convert/Info.pm:228
24462455 #, perl-format
24472456 msgid "@%s output more than once: %s"
24482457 msgstr "@%s kết xuất nhiều hơn một: %s"
24492458
2450 #: tp/Texinfo/Convert/Info.pm:340
2459 #: tp/Texinfo/Convert/Info.pm:346
24512460 #, perl-format
24522461 msgid "@%s outside of any node"
24532462 msgstr "@%s nằm ngoài mọi nút"
24542463
2455 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2456 #, perl-format
2457 msgid "Entry for index `%s' outside of any node"
2464 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2465 #, fuzzy, perl-format
2466 msgid "entry for index `%s' outside of any node"
24582467 msgstr "Mục nhập cho chỉ mục “%s” nằm ở ngoại nút nào"
24592468
24602469 #: tp/Texinfo/Convert/Plaintext.pm:1217
2461 #, perl-format
2462 msgid "Error on closing image text file %s: %s"
2470 #, fuzzy, perl-format
2471 msgid "error on closing image text file %s: %s"
24632472 msgstr "Gặp lỗi khi đóng tập tin ánh xạ text %s: %s"
24642473
24652474 #: tp/Texinfo/Convert/Plaintext.pm:1222
24672476 msgid "@image file `%s' unreadable: %s"
24682477 msgstr "Không thể đọc tập tin @image “%s”: %s"
24692478
2470 #: tp/Texinfo/Convert/Plaintext.pm:1250
2471 #, perl-format
2472 msgid "Cannot find @image file `%s.txt' nor alternate text"
2479 #: tp/Texinfo/Convert/Plaintext.pm:1251
2480 #, fuzzy, perl-format
2481 msgid "could not find @image file `%s.txt' nor alternate text"
24732482 msgstr ""
24742483 "Không thể tìm thấy tập tin @image “%s.txt” mà cũng không có chữ thay thế"
24752484
2476 #: tp/Texinfo/Convert/Plaintext.pm:1615
2485 #: tp/Texinfo/Convert/Plaintext.pm:1617
24772486 msgid ""
24782487 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
24792488 "avoid that"
24812490 "“@strong{Note...}” tạo một tham chiếu chéo giả trong Info; hãy sửa đổi để "
24822491 "tránh nó"
24832492
2484 #: tp/Texinfo/Convert/Plaintext.pm:1845
2493 #: tp/Texinfo/Convert/Plaintext.pm:1849
24852494 #, perl-format
24862495 msgid "`.' or `,' must follow @xref, not %s"
24872496 msgstr "“.” hay “,” phải theo sau @xref, không phải %s"
24882497
2489 #: tp/Texinfo/Convert/Plaintext.pm:1847
2498 #: tp/Texinfo/Convert/Plaintext.pm:1852
24902499 msgid "`.' or `,' must follow @xref"
24912500 msgstr "“.” hay “,” phải theo sau @xref"
24922501
24952504 msgid "@%s should only appear at beginning or end of document"
24962505 msgstr "@%s chỉ được phép xuất hiện ở đầu hoặc cuối của tài liệu"
24972506
2498 #: tp/Texinfo/Parser.pm:837
2499 #, perl-format
2500 msgid "Can't read file %s: %s"
2501 msgstr "Không thể đọc tệp tin %s: %s"
2502
25032507 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
2504 #, perl-format
2505 msgid "Multiple @%s"
2508 #, fuzzy, perl-format
2509 msgid "multiple @%s"
25062510 msgstr "Nhân @%s"
25072511
25082512 #: tp/Texinfo/Parser.pm:1100
2509 #, perl-format
2510 msgid "Bad syntax for @%s argument: %s"
2513 #, fuzzy, perl-format
2514 msgid "bad syntax for @%s argument: %s"
25112515 msgstr "Cú pháp không hợp lệ cho đối số @%s: %s"
25122516
25132517 #: tp/Texinfo/Parser.pm:1116
2514 #, perl-format
2515 msgid "Bad or empty @%s formal argument: %s"
2518 #, fuzzy, perl-format
2519 msgid "bad or empty @%s formal argument: %s"
25162520 msgstr "Đối số có dạng thức sai hoặc trống rỗng @%s: %s"
25172521
2518 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2519 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2520 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2522 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2523 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2524 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
25212525 #, perl-format
25222526 msgid "%c%s requires a name"
25232527 msgstr "%c%s cần đến tên"
25242528
2525 #: tp/Texinfo/Parser.pm:1235
2529 #: tp/Texinfo/Parser.pm:1238
25262530 #, perl-format
25272531 msgid "%c%s missing close brace"
25282532 msgstr "%c%s: thiếu dấu ngoặc móc đóng “}”"
25292533
2530 #: tp/Texinfo/Parser.pm:1238
2534 #: tp/Texinfo/Parser.pm:1241
25312535 #, perl-format
25322536 msgid "@%s missing closing delimiter sequence: %s}"
25332537 msgstr "@%s thiếu dãy giới hạn đóng: %s}"
25342538
2535 #: tp/Texinfo/Parser.pm:1351
2539 #: tp/Texinfo/Parser.pm:1354
25362540 #, perl-format
25372541 msgid "@itemx should not begin @%s"
25382542 msgstr "@itemx không được bắt đầu bằng @%s"
25392543
2540 #: tp/Texinfo/Parser.pm:1419
2544 #: tp/Texinfo/Parser.pm:1422
25412545 msgid "@itemx must follow @item"
25422546 msgstr "@itemx phải theo sau @item"
25432547
2544 #: tp/Texinfo/Parser.pm:1587
2548 #: tp/Texinfo/Parser.pm:1590
25452549 #, perl-format
25462550 msgid "@%s has text but no @item"
25472551 msgstr "@%s có nội dung nhưng không có @item"
25482552
2549 #: tp/Texinfo/Parser.pm:1617
2553 #: tp/Texinfo/Parser.pm:1620
25502554 #, perl-format
25512555 msgid "`@end' expected `%s', but saw `%s'"
25522556 msgstr "“@end” cần “%s”, nhưng lại nhận được “%s”"
25532557
2554 #: tp/Texinfo/Parser.pm:1620
2558 #: tp/Texinfo/Parser.pm:1623
25552559 #, perl-format
25562560 msgid "@%s seen before @end %s"
25572561 msgstr "@%s có vẻ trước @end %s"
25582562
2559 #: tp/Texinfo/Parser.pm:1624
2560 #, perl-format
2561 msgid "No matching `%cend %s'"
2563 #: tp/Texinfo/Parser.pm:1627
2564 #, fuzzy, perl-format
2565 msgid "no matching `%cend %s'"
25622566 msgstr "Không có “%cend %s” tương ứng"
25632567
2564 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2565 #: tp/Texinfo/Parser.pm:5125
2566 #, perl-format
2567 msgid "Misplaced %c"
2568 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2569 #: tp/Texinfo/Parser.pm:5150
2570 #, fuzzy, perl-format
2571 msgid "misplaced %c"
25682572 msgstr "Định vị sai %c"
25692573
2570 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2571 #, perl-format
2572 msgid "Unmatched `%c%s'"
2574 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2575 #, fuzzy, perl-format
2576 msgid "unmatched `%c%s'"
25732577 msgstr "Chưa khớp “%c%s”"
25742578
2575 #: tp/Texinfo/Parser.pm:1972
2576 #, perl-format
2577 msgid "Macro `%s' called with too many args"
2579 #: tp/Texinfo/Parser.pm:1976
2580 #, fuzzy, perl-format
2581 msgid "macro `%s' called with too many args"
25782582 msgstr "Vĩ lệnh “%s” được gọi với quá nhiều đối số"
25792583
2580 #: tp/Texinfo/Parser.pm:1994
2584 #: tp/Texinfo/Parser.pm:1998
25812585 #, perl-format
25822586 msgid "@%s missing close brace"
25832587 msgstr "@%s thiếu dấu ngoặc móc đóng “}”"
25842588
2585 #: tp/Texinfo/Parser.pm:2001
2586 #, perl-format
2587 msgid "Macro `%s' declared without argument called with an argument"
2589 #: tp/Texinfo/Parser.pm:2006
2590 #, fuzzy, perl-format
2591 msgid "macro `%s' declared without argument called with an argument"
25882592 msgstr ""
25892593 "Vĩ lệnh “%s” được khai báo không có đối số nhưng lại được gọi cùng với đối số"
25902594
2591 #: tp/Texinfo/Parser.pm:2035
2595 #: tp/Texinfo/Parser.pm:2041
25922596 #, perl-format
25932597 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
25942598 msgstr "“\\” trong phần mở rộng @%s theo sau “%s” thay vì tên tham số hay “\\”"
25952599
2596 #: tp/Texinfo/Parser.pm:2430
2600 #: tp/Texinfo/Parser.pm:2436
25972601 #, perl-format
25982602 msgid "@%s `%s' previously defined"
25992603 msgstr "@%s “%s” đã định nghĩa từ trước"
26002604
2601 #: tp/Texinfo/Parser.pm:2435
2605 #: tp/Texinfo/Parser.pm:2441
26022606 #, perl-format
26032607 msgid "here is the previous definition as @%s"
26042608 msgstr "ở đây có định nghĩa trước như là @%s"
26052609
2606 #: tp/Texinfo/Parser.pm:2796
2607 #, perl-format
2608 msgid "Missing name for @%s"
2610 #: tp/Texinfo/Parser.pm:2802
2611 #, fuzzy, perl-format
2612 msgid "missing name for @%s"
26092613 msgstr "Thiếu tên cho @%s"
26102614
2611 #: tp/Texinfo/Parser.pm:2801
2612 #, perl-format
2613 msgid "Missing category for @%s"
2615 #: tp/Texinfo/Parser.pm:2807
2616 #, fuzzy, perl-format
2617 msgid "missing category for @%s"
26142618 msgstr "Thiếu category cho @%s"
26152619
2616 #: tp/Texinfo/Parser.pm:2853
2617 #, perl-format
2618 msgid "Unexpected argument on @%s line: %s"
2620 #: tp/Texinfo/Parser.pm:2859
2621 #, fuzzy, perl-format
2622 msgid "unexpected argument on @%s line: %s"
26192623 msgstr "Gặp đối số bất thường trên dòng @%s: %s"
26202624
2621 #: tp/Texinfo/Parser.pm:2869
2625 #: tp/Texinfo/Parser.pm:2875
26222626 msgid "empty multitable"
26232627 msgstr "multitable rỗng"
26242628
2625 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2626 #, perl-format
2627 msgid "Superfluous argument to @%s"
2629 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2630 #, fuzzy, perl-format
2631 msgid "superfluous argument to @%s"
26282632 msgstr "Đối số không cần thiết cho %s"
26292633
2630 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2631 #: tp/Texinfo/Parser.pm:5379
2632 #, perl-format
2633 msgid "Bad argument to @%s"
2634 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2635 #: tp/Texinfo/Parser.pm:5405
2636 #, fuzzy, perl-format
2637 msgid "bad argument to @%s"
26342638 msgstr "Đối số sai tới @%s"
26352639
2636 #: tp/Texinfo/Parser.pm:2942
2640 #: tp/Texinfo/Parser.pm:2948
26372641 #, perl-format
26382642 msgid "%s requires an argument: the formatter for %citem"
26392643 msgstr "%s cần thiết một đối số: bộ định dạng cho %citem"
26402644
2641 #: tp/Texinfo/Parser.pm:2947
2642 #, perl-format
2643 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2645 #: tp/Texinfo/Parser.pm:2953
2646 #, fuzzy, perl-format
2647 msgid "command @%s not accepting argument in brace should not be on @%s line"
26442648 msgstr ""
26452649 "Lệnh @%s không chấp nhận đối số trong dấu ngoặc ôm không thể ở dòng @%s"
26462650
2647 #: tp/Texinfo/Parser.pm:2982
2648 #, perl-format
2649 msgid "Accent command `@%s' not allowed as @%s argument"
2651 #: tp/Texinfo/Parser.pm:2988
2652 #, fuzzy, perl-format
2653 msgid "accent command `@%s' not allowed as @%s argument"
26502654 msgstr "Lệnh dấu phẩy “--%s” không cho phép đối số @%s"
26512655
2652 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2653 #: tp/Texinfo/Parser.pm:5338
2656 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2657 #: tp/Texinfo/Parser.pm:5364
26542658 #, perl-format
26552659 msgid "@%s missing argument"
26562660 msgstr "@%s thiếu đối số"
26572661
2658 #: tp/Texinfo/Parser.pm:3072
2659 #, perl-format
2660 msgid "Unknown @end %s"
2662 #: tp/Texinfo/Parser.pm:3078
2663 #, fuzzy, perl-format
2664 msgid "unknown @end %s"
26612665 msgstr "Không hiểu @end %s"
26622666
2663 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2664 #, perl-format
2665 msgid "Superfluous argument to @%s %s: %s"
2667 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2668 #, fuzzy, perl-format
2669 msgid "superfluous argument to @%s %s: %s"
26662670 msgstr "Đối số không cần thiết cho @%s %s: %s"
26672671
2668 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2669 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2670 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2671 #, perl-format
2672 msgid "Bad argument to @%s: %s"
2672 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2673 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2674 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2675 #, fuzzy, perl-format
2676 msgid "bad argument to @%s: %s"
26732677 msgstr "Đối số sai tới @%s: %s"
26742678
2675 #: tp/Texinfo/Parser.pm:3118
2676 #, perl-format
2677 msgid "@%s: Cannot open %s: %s"
2679 #: tp/Texinfo/Parser.pm:3124
2680 #, fuzzy, perl-format
2681 msgid "@%s: could not open %s: %s"
26782682 msgstr "@%s: không thể mở %s: %s"
26792683
2680 #: tp/Texinfo/Parser.pm:3130
2681 #, perl-format
2682 msgid "Encoding `%s' is not a canonical texinfo encoding"
2684 #: tp/Texinfo/Parser.pm:3136
2685 #, fuzzy, perl-format
2686 msgid "encoding `%s' is not a canonical texinfo encoding"
26832687 msgstr "Bảng mã “%s” không phải là bảng mã “canonical texinfo”"
26842688
2685 #: tp/Texinfo/Parser.pm:3139
2689 #: tp/Texinfo/Parser.pm:3145
26862690 #, perl-format
26872691 msgid "unrecognized encoding name `%s'"
26882692 msgstr "không nhận ra tên bảng mã “%s”"
26892693
2690 #: tp/Texinfo/Parser.pm:3289
2694 #: tp/Texinfo/Parser.pm:3295
26912695 #, perl-format
26922696 msgid "@%s after the first element"
26932697 msgstr "@%s sau phần tử thứ nhất"
26942698
2695 #: tp/Texinfo/Parser.pm:3296
2699 #: tp/Texinfo/Parser.pm:3302
26962700 #, perl-format
26972701 msgid "@%s only meaningful on a @multitable line"
26982702 msgstr "@%s chỉ có nghĩa khi ở dòng @multitable"
26992703
2700 #: tp/Texinfo/Parser.pm:3336
2704 #: tp/Texinfo/Parser.pm:3342
27012705 #, perl-format
27022706 msgid "@%s should not be associated with @top"
27032707 msgstr "@%s không được tổ hợp cùng với @top"
27042708
2705 #: tp/Texinfo/Parser.pm:3348
2709 #: tp/Texinfo/Parser.pm:3354
27062710 #, perl-format
27072711 msgid "@node precedes @%s, but parts may not be associated with nodes"
27082712 msgstr ""
27092713 "@node đứng trước @%s, nhưng bộ phận của nó không được tổ hợp cùng với các nút"
27102714
2711 #: tp/Texinfo/Parser.pm:3450
2712 #, perl-format
2713 msgid "Empty argument in @%s"
2715 #: tp/Texinfo/Parser.pm:3456
2716 #, fuzzy, perl-format
2717 msgid "empty argument in @%s"
27142718 msgstr "Đối số trống rỗng trong @%s"
27152719
2716 #: tp/Texinfo/Parser.pm:3454
2717 #, perl-format
2718 msgid "Empty node name after expansion `%s'"
2720 #: tp/Texinfo/Parser.pm:3460
2721 #, fuzzy, perl-format
2722 msgid "empty node name after expansion `%s'"
27192723 msgstr "Tên nút trống rỗng sau phần mở rộng “%s”"
27202724
2721 #: tp/Texinfo/Parser.pm:3497
2722 #, perl-format
2723 msgid "Empty menu entry name in `%s'"
2725 #: tp/Texinfo/Parser.pm:3503
2726 #, fuzzy, perl-format
2727 msgid "empty menu entry name in `%s'"
27242728 msgstr "tên mục trình đơn trống rỗng trong “%s”"
27252729
2726 #: tp/Texinfo/Parser.pm:3505
2730 #: tp/Texinfo/Parser.pm:3511
27272731 #, fuzzy
2728 msgid "Empty node name in menu entry"
2732 msgid "empty node name in menu entry"
27292733 msgstr "Nút trống trong mục trình đơn"
27302734
2731 #: tp/Texinfo/Parser.pm:3578
2735 #: tp/Texinfo/Parser.pm:3584
27322736 #, perl-format
27332737 msgid "@%s should not appear in @%s"
27342738 msgstr "@%s không được xuất hiện trong @%s"
27352739
2736 #: tp/Texinfo/Parser.pm:3710
2740 #: tp/Texinfo/Parser.pm:3716
27372741 #, perl-format
27382742 msgid "@end %s should only appear at a line beginning"
27392743 msgstr "@end %s chỉ được phép xuất hiện ở đầu một dòng"
27402744
2741 #: tp/Texinfo/Parser.pm:3733
2745 #: tp/Texinfo/Parser.pm:3739
27422746 #, perl-format
27432747 msgid "macro `%s' previously defined"
27442748 msgstr "vĩ lệnh “%s” được xác định trước"
27452749
2746 #: tp/Texinfo/Parser.pm:3735
2750 #: tp/Texinfo/Parser.pm:3742
27472751 #, perl-format
27482752 msgid "here is the previous definition of `%s'"
27492753 msgstr "đây là lời định nghĩa trước của “%s”"
27502754
2751 #: tp/Texinfo/Parser.pm:3739
2752 #, perl-format
2753 msgid "Redefining Texinfo language command: @%s"
2755 #: tp/Texinfo/Parser.pm:3747
2756 #, fuzzy, perl-format
2757 msgid "redefining Texinfo language command: @%s"
27542758 msgstr "Định nghĩa lại lệnh ngôn ngữ Texinfo: @%s"
27552759
2756 #: tp/Texinfo/Parser.pm:3788
2760 #: tp/Texinfo/Parser.pm:3796
27572761 #, perl-format
27582762 msgid "@%s without associated character"
27592763 msgstr "@%s mà không tổ hợp cùng ký tự"
27602764
2761 #: tp/Texinfo/Parser.pm:3849
2765 #: tp/Texinfo/Parser.pm:3858
27622766 #, perl-format
27632767 msgid ""
27642768 "@%s defined with zero or more than one argument should be invoked with {}"
27652769 msgstr ""
27662770 "@%s được định nghĩa với không hay nhiều hơn một đối số mà nó được gọi với {}"
27672771
2768 #: tp/Texinfo/Parser.pm:3872
2769 #, perl-format
2770 msgid ""
2771 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2772 #: tp/Texinfo/Parser.pm:3882
2773 #, fuzzy, perl-format
2774 msgid ""
2775 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
27722776 "value %d)"
27732777 msgstr ""
27742778 "Vĩ lệnh gọi lồng nhau quá sâu (đặt MAX_NESTED_MACROS để đè lên giá trị này; "
27752779 "giá trị hiện tại %d)"
27762780
2777 #: tp/Texinfo/Parser.pm:3880
2778 #, perl-format
2779 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2781 #: tp/Texinfo/Parser.pm:3891
2782 #, fuzzy, perl-format
2783 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
27802784 msgstr "Gọi đệ qui macro %s là không được phép; dùng @rmacro nếu thấy cần"
27812785
2782 #: tp/Texinfo/Parser.pm:3935
2783 #, perl-format
2784 msgid "Accent command `@%s' must not be followed by whitespace"
2786 #: tp/Texinfo/Parser.pm:3947
2787 #, fuzzy, perl-format
2788 msgid "accent command `@%s' must not be followed by whitespace"
27852789 msgstr "Lệnh nhấn mạnh “@%s” phải không có khoảng trắng đi theo"
27862790
2787 #: tp/Texinfo/Parser.pm:3941
2788 #, perl-format
2789 msgid "Use braces to give a command as an argument to @%s"
2791 #: tp/Texinfo/Parser.pm:3953
2792 #, fuzzy, perl-format
2793 msgid "use braces to give a command as an argument to @%s"
27902794 msgstr "Dùng dấu ngoặc móc {} để đưa ra lệnh dạng đối số tới @%s"
27912795
2792 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2796 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
27932797 #, perl-format
27942798 msgid "%c%s expects `i' or `j' as argument, not `%s'"
27952799 msgstr "%c%s cần “i” hay “j” làm đối số, không phải “%s”"
27962800
2797 #: tp/Texinfo/Parser.pm:3966
2798 #, perl-format
2799 msgid "Accent command `@%s' must not be followed by new line"
2801 #: tp/Texinfo/Parser.pm:3978
2802 #, fuzzy, perl-format
2803 msgid "accent command `@%s' must not be followed by new line"
28002804 msgstr "Lệnh nhấn mạnh “@%s” phải không có dòng mới đi theo"
28012805
2802 #: tp/Texinfo/Parser.pm:3977
2806 #: tp/Texinfo/Parser.pm:3989
28032807 #, perl-format
28042808 msgid "@%s expected braces"
28052809 msgstr "@%s cần dấu ngoặc móc {}"
28062810
2807 #: tp/Texinfo/Parser.pm:4136
2811 #: tp/Texinfo/Parser.pm:4148
28082812 #, perl-format
28092813 msgid "undefined flag: %s"
28102814 msgstr "chưa xác định cờ : %s"
28112815
2812 #: tp/Texinfo/Parser.pm:4139
2813 msgid "Bad syntax for @value"
2816 #: tp/Texinfo/Parser.pm:4151
2817 #, fuzzy
2818 msgid "bad syntax for @value"
28142819 msgstr "Sai cú pháp @value"
28152820
2816 #: tp/Texinfo/Parser.pm:4146
2821 #: tp/Texinfo/Parser.pm:4158
28172822 #, perl-format
28182823 msgid "%c%s is obsolete."
28192824 msgstr "%c%s quá cũ."
28202825
2821 #: tp/Texinfo/Parser.pm:4149
2826 #: tp/Texinfo/Parser.pm:4161
28222827 #, perl-format
28232828 msgid "%c%s is obsolete; %s"
28242829 msgstr "%c%s quá cũ; %s"
28252830
2826 #: tp/Texinfo/Parser.pm:4157
2831 #: tp/Texinfo/Parser.pm:4170
28272832 #, perl-format
28282833 msgid "@%s should only appear at a line beginning"
28292834 msgstr "@%s chỉ được phép xuất hiện đầu tại đầu dòng"
28302835
2831 #: tp/Texinfo/Parser.pm:4247
2836 #: tp/Texinfo/Parser.pm:4261
28322837 #, perl-format
28332838 msgid "@%s not allowed inside `@%s' block"
28342839 msgstr "@%s không được phép nằm bên trong khối “@%s”"
28352840
2836 #: tp/Texinfo/Parser.pm:4255
2841 #: tp/Texinfo/Parser.pm:4270
28372842 #, perl-format
28382843 msgid "@%s should only appear in heading or footing"
28392844 msgstr "@%s chỉ được phép xuất hiện tại phần đầu hoặc chân"
28402845
2841 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2842 #: tp/Texinfo/Parser.pm:4437
2846 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2847 #: tp/Texinfo/Parser.pm:4458
28432848 #, perl-format
28442849 msgid "@%s not meaningful inside `@%s' block"
28452850 msgstr "@%s không có nghĩa bên trong khối “@%s”"
28462851
2847 #: tp/Texinfo/Parser.pm:4398
2852 #: tp/Texinfo/Parser.pm:4418
28482853 #, perl-format
28492854 msgid "@%s in empty multitable"
28502855 msgstr "@%s trong multitable trống rỗng"
28512856
2852 #: tp/Texinfo/Parser.pm:4403
2857 #: tp/Texinfo/Parser.pm:4424
28532858 msgid "@tab before @item"
28542859 msgstr "@tab trước @item"
28552860
2856 #: tp/Texinfo/Parser.pm:4406
2857 #, perl-format
2858 msgid "Too many columns in multitable item (max %d)"
2861 #: tp/Texinfo/Parser.pm:4427
2862 #, fuzzy, perl-format
2863 msgid "too many columns in multitable item (max %d)"
28592864 msgstr "Quá nhiều cột trong mục đa bảng (tối đà là %d)"
28602865
2861 #: tp/Texinfo/Parser.pm:4443
2866 #: tp/Texinfo/Parser.pm:4464
28622867 msgid "ignoring @tab outside of multitable"
28632868 msgstr "đang bỏ qua @tab bên ngoài đa bảng"
28642869
2865 #: tp/Texinfo/Parser.pm:4447
2870 #: tp/Texinfo/Parser.pm:4468
28662871 #, perl-format
28672872 msgid "@%s outside of table or list"
28682873 msgstr "@%s nằm ngoài bảng hay danh sách"
28692874
2870 #: tp/Texinfo/Parser.pm:4482
2871 #, perl-format
2872 msgid "Must be after `@%s' to use `@%s'"
2875 #: tp/Texinfo/Parser.pm:4503
2876 #, fuzzy, perl-format
2877 msgid "must be after `@%s' to use `@%s'"
28732878 msgstr "Phải sau “@%s” để dùng “@%s”"
28742879
2875 #: tp/Texinfo/Parser.pm:4524
2880 #: tp/Texinfo/Parser.pm:4545
28762881 #, perl-format
28772882 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
28782883 msgstr "@%s không có nghĩa bên ngoài môi trường “@titlepage” và “@quotation”"
28792884
2880 #: tp/Texinfo/Parser.pm:4528
2885 #: tp/Texinfo/Parser.pm:4549
28812886 msgid "@dircategory after first node"
28822887 msgstr "@dircategory sau nút đầu tiên"
28832888
2884 #: tp/Texinfo/Parser.pm:4686
2885 #, perl-format
2886 msgid "Region %s inside region %s is not allowed"
2889 #: tp/Texinfo/Parser.pm:4708
2890 #, fuzzy, perl-format
2891 msgid "region %s inside region %s is not allowed"
28872892 msgstr "Vùng %s bên trong vùng %s là không được phép"
28882893
2889 #: tp/Texinfo/Parser.pm:4704
2894 #: tp/Texinfo/Parser.pm:4726
28902895 msgid "@direntry after first node"
28912896 msgstr "@direntry sau nút đầu tiên"
28922897
2893 #: tp/Texinfo/Parser.pm:4712
2898 #: tp/Texinfo/Parser.pm:4734
28942899 #, perl-format
28952900 msgid "@%s seen before first @node"
28962901 msgstr "@%s có vẻ trước @node"
28972902
2898 #: tp/Texinfo/Parser.pm:4714
2903 #: tp/Texinfo/Parser.pm:4737
28992904 msgid ""
29002905 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
29012906 msgstr ""
29022907 "có lẽ nút “@top” (trên) của bạn nên được bao bọc bằng @ifnottex thay cho "
29032908 "@ifinfo ?"
29042909
2905 #: tp/Texinfo/Parser.pm:4776
2910 #: tp/Texinfo/Parser.pm:4799
29062911 #, perl-format
29072912 msgid "@%s should only appear in math context"
29082913 msgstr "@%s chỉ được phép xuất hiện trong ngữ cảnh toán học"
29092914
2910 #: tp/Texinfo/Parser.pm:4784
2911 #, perl-format
2912 msgid "Unknown command `%s'"
2915 #: tp/Texinfo/Parser.pm:4807
2916 #, fuzzy, perl-format
2917 msgid "unknown command `%s'"
29132918 msgstr "Lệnh không rõ “%s”"
29142919
2915 #: tp/Texinfo/Parser.pm:4794
2916 msgid "Unexpected @"
2920 #: tp/Texinfo/Parser.pm:4817
2921 #, fuzzy
2922 msgid "unexpected @"
29172923 msgstr "Gặp @ bất ngờ"
29182924
2919 #: tp/Texinfo/Parser.pm:4822
2925 #: tp/Texinfo/Parser.pm:4846
29202926 #, perl-format
29212927 msgid "@%s is not meaningful outside `@float' environment"
29222928 msgstr "@%s không có nghĩa nếu ở bên ngoài môi trường “@float” (dấu chấm động)"
29232929
2924 #: tp/Texinfo/Parser.pm:4826
2930 #: tp/Texinfo/Parser.pm:4851
29252931 #, perl-format
29262932 msgid "@%s should be right below `@float'"
29272933 msgstr "@%s phải dưới “@float”"
29282934
2929 #: tp/Texinfo/Parser.pm:4834
2930 #, perl-format
2931 msgid "Ignoring multiple @%s"
2935 #: tp/Texinfo/Parser.pm:4859
2936 #, fuzzy, perl-format
2937 msgid "ignoring multiple @%s"
29322938 msgstr "Bỏ qua phép nhân @%s"
29332939
2934 #: tp/Texinfo/Parser.pm:4950
2935 #, perl-format
2936 msgid "Command @%s does not accept arguments"
2940 #: tp/Texinfo/Parser.pm:4975
2941 #, fuzzy, perl-format
2942 msgid "command @%s does not accept arguments"
29372943 msgstr "Lệnh @%s không chấp nhận các đối số"
29382944
2939 #: tp/Texinfo/Parser.pm:4974
2940 #, perl-format
2941 msgid "Command @%s missing a node or external manual argument"
2945 #: tp/Texinfo/Parser.pm:4999
2946 #, fuzzy, perl-format
2947 msgid "command @%s missing a node or external manual argument"
29422948 msgstr "Lệnh @%s thiếu một nú hay tham số bằng tay mở rộng"
29432949
2944 #: tp/Texinfo/Parser.pm:4993
2945 #, perl-format
2946 msgid "In @%s empty cross reference name after expansion `%s'"
2950 #: tp/Texinfo/Parser.pm:5018
2951 #, fuzzy, perl-format
2952 msgid "in @%s empty cross reference name after expansion `%s'"
29472953 msgstr "Trong tên tập tin rỗng tham chiếu chéo @%s sau “%s” mở rộng"
29482954
2949 #: tp/Texinfo/Parser.pm:5004
2950 #, perl-format
2951 msgid "In @%s empty cross reference title after expansion `%s'"
2955 #: tp/Texinfo/Parser.pm:5029
2956 #, fuzzy, perl-format
2957 msgid "in @%s empty cross reference title after expansion `%s'"
29522958 msgstr "Trong @%s tiêu đề tham chiếu chéo trống rỗng sau “%s” mở rộng"
29532959
2954 #: tp/Texinfo/Parser.pm:5017
2960 #: tp/Texinfo/Parser.pm:5042
29552961 msgid "@image missing filename argument"
29562962 msgstr "@image thiếu đối số tên tập tin"
29572963
2958 #: tp/Texinfo/Parser.pm:5047
2964 #: tp/Texinfo/Parser.pm:5072
29592965 #, perl-format
29602966 msgid "@%s missing first argument"
29612967 msgstr "@%s thiếu đối số đầu tiên"
29622968
2963 #: tp/Texinfo/Parser.pm:5169
2964 msgid "Superfluous arguments for node"
2969 #: tp/Texinfo/Parser.pm:5194
2970 #, fuzzy
2971 msgid "superfluous arguments for node"
29652972 msgstr "Các đối số không cần thiết cho nút"
29662973
2967 #: tp/Texinfo/Parser.pm:5208
2968 #, perl-format
2969 msgid "Expected @end %s"
2974 #: tp/Texinfo/Parser.pm:5233
2975 #, fuzzy, perl-format
2976 msgid "expected @end %s"
29702977 msgstr "Cần @end %s"
29712978
2972 #: tp/Texinfo/Parser.pm:5283
2973 #, perl-format
2974 msgid "Remaining argument on @%s line: %s"
2979 #: tp/Texinfo/Parser.pm:5309
2980 #, fuzzy, perl-format
2981 msgid "remaining argument on @%s line: %s"
29752982 msgstr "Gặp đối số thừa trên dòng @%s: %s"
29762983
2977 #: tp/Texinfo/Parser.pm:5287
2984 #: tp/Texinfo/Parser.pm:5313
29782985 #, perl-format
29792986 msgid "@%s should only accept a @-command as argument, not `%s'"
29802987 msgstr "@%s chỉ có thể cấp nhận @-command là đối số, không phải “%s”"
29812988
2982 #: tp/Texinfo/Parser.pm:5362
2983 #, perl-format
2984 msgid "Environment command %s as argument to @%s"
2989 #: tp/Texinfo/Parser.pm:5388
2990 #, fuzzy, perl-format
2991 msgid "environment command %s as argument to @%s"
29852992 msgstr "Lệnh môi trường %s làm đối số cho @%s"
29862993
2987 #: tp/Texinfo/Parser.pm:5384
2988 #, perl-format
2989 msgid "Empty @%s"
2994 #: tp/Texinfo/Parser.pm:5410
2995 #, fuzzy, perl-format
2996 msgid "empty @%s"
29902997 msgstr "@%s trống rỗng"
29912998
2992 #: tp/Texinfo/Parser.pm:5392
2999 #: tp/Texinfo/Parser.pm:5418
29933000 #, perl-format
29943001 msgid "column fraction not a number: %s"
29953002 msgstr "số lượng cột không phải là một con số: %s"
29963003
2997 #: tp/Texinfo/Parser.pm:5401
3004 #: tp/Texinfo/Parser.pm:5427
29983005 #, perl-format
29993006 msgid "@sp arg must be numeric, not `%s'"
30003007 msgstr "đối số @sp phải là một con số, không phải “%s”"
30013008
3002 #: tp/Texinfo/Parser.pm:5409
3003 #, perl-format
3004 msgid "Reserved index name %s"
3009 #: tp/Texinfo/Parser.pm:5436
3010 #, fuzzy, perl-format
3011 msgid "reserved index name %s"
30053012 msgstr "Tên bảng mục lục để dành %s"
30063013
3007 #: tp/Texinfo/Parser.pm:5428
3008 #, perl-format
3009 msgid "Unknown source index in @%s: %s"
3014 #: tp/Texinfo/Parser.pm:5455
3015 #, fuzzy, perl-format
3016 msgid "unknown source index in @%s: %s"
30103017 msgstr "Không hiểu bảng mục lục nguồn trong @%s: %s"
30113018
3012 #: tp/Texinfo/Parser.pm:5431
3013 #, perl-format
3014 msgid "Unknown destination index in @%s: %s"
3019 #: tp/Texinfo/Parser.pm:5458
3020 #, fuzzy, perl-format
3021 msgid "unknown destination index in @%s: %s"
30153022 msgstr "Không hiểu bảng mục lục đích trong @%s: %s"
30163023
3017 #: tp/Texinfo/Parser.pm:5461
3024 #: tp/Texinfo/Parser.pm:5488
30183025 #, perl-format
30193026 msgid "@%s leads to a merging of %s in itself, ignoring"
30203027 msgstr ""
30213028 "@%s dẫn đường đến một hòa trộn của %s trong chính bản thân nó, đang bỏ qua"
30223029
3023 #: tp/Texinfo/Parser.pm:5474
3024 #, perl-format
3025 msgid "Unknown index `%s' in @printindex"
3030 #: tp/Texinfo/Parser.pm:5501
3031 #, fuzzy, perl-format
3032 msgid "unknown index `%s' in @printindex"
30263033 msgstr "Chỉ mục lạ “%s” trong @printindex"
30273034
3028 #: tp/Texinfo/Parser.pm:5480
3029 #, perl-format
3030 msgid "Printing an index `%s' merged in another one `%s'"
3035 #: tp/Texinfo/Parser.pm:5507
3036 #, fuzzy, perl-format
3037 msgid "printing an index `%s' merged in another one `%s'"
30313038 msgstr "Đang in bảng mục lục “%s” đã hòa trộn với một cái khác “%s”"
30323039
3033 #: tp/Texinfo/Parser.pm:5488
3034 #, perl-format
3035 msgid "Printindex before document beginning: @printindex %s"
3040 #: tp/Texinfo/Parser.pm:5515
3041 #, fuzzy, perl-format
3042 msgid "printindex before document beginning: @printindex %s"
30363043 msgstr "In bảng mục lục trước khi tài liệu được bắt đầu: @printindex %s"
30373044
3038 #: tp/Texinfo/Parser.pm:5504
3045 #: tp/Texinfo/Parser.pm:5531
30393046 #, perl-format
30403047 msgid "@%s arg must be `top' or `bottom', not `%s'"
30413048 msgstr ""
30443051 " • bottom đáy\n"
30453052 "chứ không phải “%s”"
30463053
3047 #: tp/Texinfo/Parser.pm:5512
3054 #: tp/Texinfo/Parser.pm:5539
30483055 #, perl-format
30493056 msgid "Only @%s 10 or 11 is supported, not `%s'"
30503057 msgstr "Chỉ hỗ trợ @%s 10 hay 11, không phải “%s”"
30513058
3052 #: tp/Texinfo/Parser.pm:5520
3059 #: tp/Texinfo/Parser.pm:5547
30533060 #, perl-format
30543061 msgid "@%s arg must be `separate' or `end', not `%s'"
30553062 msgstr ""
30583065 " • end\t\tcuối\n"
30593066 "không phải “%s”"
30603067
3061 #: tp/Texinfo/Parser.pm:5528
3068 #: tp/Texinfo/Parser.pm:5555
30623069 #, perl-format
30633070 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
30643071 msgstr "@%s đ.số phải là “on”, “off” hoặc “odd”, không phải “%s”"
30653072
3066 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3073 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
30673074 #, perl-format
30683075 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
30693076 msgstr ""
30733080 " • asis như thế\n"
30743081 "chứ không phải “%s”"
30753082
3076 #: tp/Texinfo/Parser.pm:5559
3083 #: tp/Texinfo/Parser.pm:5586
30773084 #, perl-format
30783085 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
30793086 msgstr ""
30823089 " • insert chèn\n"
30833090 "chứ không phải “%s”"
30843091
3085 #: tp/Texinfo/Parser.pm:5569
3092 #: tp/Texinfo/Parser.pm:5596
30863093 #, perl-format
30873094 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
30883095 msgstr ""
30923099 " • asis như thế\n"
30933100 "chứ không phải “%s”"
30943101
3095 #: tp/Texinfo/Parser.pm:5580
3096 #, perl-format
3097 msgid "Expected @%s on or off, not `%s'"
3102 #: tp/Texinfo/Parser.pm:5607
3103 #, fuzzy, perl-format
3104 msgid "expected @%s on or off, not `%s'"
30983105 msgstr "Cần @%s bật hay tắt, không phải “%s”"
30993106
3100 #: tp/Texinfo/Parser.pm:5590
3107 #: tp/Texinfo/Parser.pm:5617
31013108 #, perl-format
31023109 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
31033110 msgstr ""
31043111 "đ.số @kbdinputstyle phải là “code”/“example”/“distinct”, không phải “%s”"
31053112
3106 #: tp/Texinfo/Parser.pm:5598
3113 #: tp/Texinfo/Parser.pm:5625
31073114 #, perl-format
31083115 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
31093116 msgstr ""
31123119 " • false sai\n"
31133120 "chứ không phải “%s”"
31143121
3115 #: tp/Texinfo/Parser.pm:5606
3122 #: tp/Texinfo/Parser.pm:5633
31163123 #, perl-format
31173124 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
31183125 msgstr ""
31223129 " • none: không\n"
31233130 "chứ không phải “%s”"
31243131
3125 #: tp/Texinfo/Report.pm:100
3126 #, perl-format
3127 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3128 msgstr "%s:%d: cảnh báo: %s (có lẽ gọi @%s)\n"
3129
3130 #: tp/Texinfo/Report.pm:103
3131 #, perl-format
3132 msgid "%s:%d: warning: %s\n"
3133 msgstr "%s:%d: cảnh báo: %s\n"
3134
3135 #: tp/Texinfo/Report.pm:146
3136 #, perl-format
3137 msgid "warning: %s\n"
3138 msgstr "Cảnh báo: %s\n"
3139
31403132 #: tp/Texinfo/Structuring.pm:231
3141 #, perl-format
3142 msgid "Raising the section level of @%s which is too low"
3133 #, fuzzy, perl-format
3134 msgid "raising the section level of @%s which is too low"
31433135 msgstr "Tăng mức chương của @%s là quá thấp"
31443136
31453137 #: tp/Texinfo/Structuring.pm:263
3146 #, perl-format
3147 msgid "No chapter-level command before @%s"
3138 #, fuzzy, perl-format
3139 msgid "no chapter-level command before @%s"
31483140 msgstr "Không có lệnh chapter-level trước @%s"
31493141
31503142 #: tp/Texinfo/Structuring.pm:268
3151 #, perl-format
3152 msgid "Lowering the section level of @%s appearing after a lower element"
3143 #, fuzzy, perl-format
3144 msgid "lowering the section level of @%s appearing after a lower element"
31533145 msgstr ""
31543146 "Đang hạ thấp mức section của @%s xuất hiện sau một phần tử ở dạng chữ thường"
31553147
31563148 #: tp/Texinfo/Structuring.pm:347
3157 #, perl-format
3158 msgid "No sectioning command associated with @%s"
3149 #, fuzzy, perl-format
3150 msgid "no sectioning command associated with @%s"
31593151 msgstr "Không có lệnh chương phần nào được kết hợp cùng với @%s"
31603152
31613153 #: tp/Texinfo/Structuring.pm:568
3162 #, perl-format
3163 msgid "Menu reference to nonexistent node `%s'"
3154 #, fuzzy, perl-format
3155 msgid "menu reference to nonexistent node `%s'"
31643156 msgstr "Trình đơn tham chiếu đến vị trí nút chưa sẵn có “%s”"
31653157
31663158 #: tp/Texinfo/Structuring.pm:583
3167 #, perl-format
3168 msgid "Menu entry node name `%s' different from %s name `%s'"
3159 #, fuzzy, perl-format
3160 msgid "menu entry node name `%s' different from %s name `%s'"
31693161 msgstr "Tên nút mục trình đơn “%s” khác biệt với %s tên “%s”"
31703162
31713163 #: tp/Texinfo/Structuring.pm:619
31743166 msgstr "nút chưa được tham chiếu “%s”"
31753167
31763168 #: tp/Texinfo/Structuring.pm:665
3177 #, perl-format
3178 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3169 #, fuzzy, perl-format
3170 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31793171 msgstr ""
31803172 "Nút “%s” là %s dành cho “%s” trong phần chương nhưng không trong trình đơn"
31813173
31823174 #: tp/Texinfo/Structuring.pm:672
3183 #, perl-format
3184 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3175 #, fuzzy, perl-format
3176 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31853177 msgstr "Nút %s “%s” trong trình đơn “%s” và trong chương “%s” khác nhau"
31863178
31873179 #: tp/Texinfo/Structuring.pm:690
3188 #, perl-format
3189 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3180 #, fuzzy, perl-format
3181 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
31903182 msgstr "Nút “%s” là %s cho “%s” trong trình đơn nhưng mà không ở chương đoạn"
31913183
31923184 #: tp/Texinfo/Structuring.pm:744
32003192 msgstr "%s tham chiếu đến nơi mà chưa có “%s”"
32013193
32023194 #: tp/Texinfo/Structuring.pm:790
3203 #, perl-format
3204 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3195 #, fuzzy, perl-format
3196 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
32053197 msgstr ""
32063198 "Nút “%s” không có mục trình đơn cho “%s”, không kể nút này là đích Lên của nó"
32073199
32083200 #: tp/Texinfo/Structuring.pm:798
3209 #, perl-format
3210 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3201 #, fuzzy, perl-format
3202 msgid "for `%s', up in menu `%s' and up `%s' don't match"
32113203 msgstr "Cho “%s”, nhảy lên trong trình đơn “%s” và lên “%s” không khớp"
32123204
32133205 #: tp/Texinfo/Structuring.pm:1282
32203212 msgid "@%s to `%s', different from %s name `%s'"
32213213 msgstr "@%s thành “%s”, khác với %s tên “%s”"
32223214
3223 #: tp/Texinfo/Structuring.pm:1939
3224 #, perl-format
3225 msgid "Empty index key in @%s"
3215 #: tp/Texinfo/Structuring.pm:1959
3216 #, fuzzy, perl-format
3217 msgid "empty index key in @%s"
32263218 msgstr "Khóa chỉ mục trống rỗng trong @%s"
32273219
32283220 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
32293221 #, fuzzy, perl-format
3230 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3231 msgstr "Không thể mở %s để ghi: %s\n"
3222 msgid "chm.pm: could not open %s for writing: %s\n"
3223 msgstr "Không thể mở “%s” để ghi: %s\n"
32323224
32333225 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
32343226 #, fuzzy, perl-format
3235 msgid "chm.pm:%s: Error on closing: %s"
3227 msgid "chm.pm: error on closing %s: %s"
32363228 msgstr "Lỗi đóng %s: %s"
32373229
3238 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3239 #, fuzzy, perl-format
3240 msgid "tex4ht.pm:%s: Cannot open: %s"
3230 #: tp/init/latex2html.pm:200
3231 #, fuzzy, perl-format
3232 msgid "l2h: could not open latex file %s for writing: %s"
3233 msgstr "Không thể mở “%s” để ghi: %s"
3234
3235 #: tp/init/latex2html.pm:341
3236 msgid "l2h: L2H_TMP directory contains a dot"
3237 msgstr ""
3238
3239 #: tp/init/latex2html.pm:346
3240 msgid "l2h: current directory contains a dot"
3241 msgstr ""
3242
3243 #: tp/init/latex2html.pm:374
3244 #, perl-format
3245 msgid "l2h: command did not succeed: %s"
3246 msgstr ""
3247
3248 #: tp/init/latex2html.pm:422
3249 #, perl-format
3250 msgid "l2h: image has invalid extension: %s"
3251 msgstr ""
3252
3253 #: tp/init/latex2html.pm:438
3254 #, fuzzy, perl-format
3255 msgid "l2h: rename %s as %s failed: %s"
3256 msgstr "Đổi tên %s gặp lỗi: %s"
3257
3258 #: tp/init/latex2html.pm:460
3259 #, fuzzy, perl-format
3260 msgid "l2h: could not open %s: %s"
32413261 msgstr "@%s: không thể mở %s: %s"
32423262
3243 #: tp/init/tex4ht.pm:219
3244 #, fuzzy, perl-format
3245 msgid "tex4ht.pm:%s: chdir failed: %s"
3246 msgstr "Đổi tên %s gặp lỗi: %s"
3247
3248 #: tp/init/tex4ht.pm:232
3249 #, perl-format
3250 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3251 msgstr ""
3252
3253 #: tp/init/tex4ht.pm:244
3254 #, fuzzy, perl-format
3255 msgid "tex4ht.pm: Output file missing: %s"
3256 msgstr "thiếu tập tin kết xuất tex4ht: %s"
3257
3258 #: tp/init/tex4ht.pm:260
3259 #, perl-format
3260 msgid "tex4ht.pm: Command failed: %s"
3261 msgstr ""
3262
3263 #: tp/init/tex4ht.pm:293
3264 #, perl-format
3265 msgid "tex4ht.pm: end of @%s item %d not found"
3266 msgstr ""
3267
3268 #: tp/init/tex4ht.pm:300
3269 #, fuzzy, perl-format
3270 msgid ""
3271 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3272 "items found in the document"
3263 #: tp/init/latex2html.pm:493
3264 #, perl-format
3265 msgid "latex2html.pm: end of @%s item %d not found"
3266 msgstr ""
3267
3268 #: tp/init/latex2html.pm:504
3269 #, fuzzy, perl-format
3270 msgid ""
3271 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3272 "of items found in the document"
32733273 msgstr ""
32743274 "tex4ht xử lý thủ tục %d mục trong HTML; cần %d, số mục được tìm thấy trong "
32753275 "tài liệu"
32763276
3277 #: tp/init/tex4ht.pm:319
3278 #, fuzzy, perl-format
3279 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3277 #: tp/init/latex2html.pm:534
3278 #, perl-format
3279 msgid "l2h: could not determine the fragment %d for @%s"
3280 msgstr ""
3281
3282 #: tp/init/latex2html.pm:560
3283 #, perl-format
3284 msgid ""
3285 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3286 "HTML"
3287 msgstr ""
3288
3289 #: tp/init/latex2html.pm:621
3290 #, fuzzy, perl-format
3291 msgid "l2h: could not load %s: %s"
3292 msgstr "không thể mở --include-file %s: %s"
3293
3294 #: tp/init/latex2html.pm:634
3295 #, fuzzy, perl-format
3296 msgid "l2h: could not open %s for writing: %s"
3297 msgstr "Không thể mở “%s” để ghi: %s"
3298
3299 #: tp/init/tex4ht.pm:123
3300 #, fuzzy, perl-format
3301 msgid "tex4ht.pm: could not open %s: %s"
3302 msgstr "@%s: không thể mở %s: %s"
3303
3304 #: tp/init/tex4ht.pm:219
3305 #, fuzzy, perl-format
3306 msgid "tex4ht.pm: chdir %s failed: %s"
3307 msgstr "Đổi tên %s gặp lỗi: %s"
3308
3309 #: tp/init/tex4ht.pm:232
3310 #, perl-format
3311 msgid "tex4ht.pm: unable to return to initial directory: %s"
3312 msgstr ""
3313
3314 #: tp/init/tex4ht.pm:244
3315 #, fuzzy, perl-format
3316 msgid "tex4ht.pm: output file missing: %s"
3317 msgstr "thiếu tập tin kết xuất tex4ht: %s"
3318
3319 #: tp/init/tex4ht.pm:260
3320 #, fuzzy, perl-format
3321 msgid "tex4ht.pm: command failed: %s"
3322 msgstr "Đổi tên %s gặp lỗi: %s"
3323
3324 #: tp/init/tex4ht.pm:267
3325 #, fuzzy, perl-format
3326 msgid "tex4ht.pm: could not open: %s"
3327 msgstr "@%s: không thể mở %s: %s"
3328
3329 #: tp/init/tex4ht.pm:293
3330 #, perl-format
3331 msgid "tex4ht.pm: end of @%s item %d not found"
3332 msgstr ""
3333
3334 #: tp/init/tex4ht.pm:300
3335 #, fuzzy, perl-format
3336 msgid ""
3337 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3338 "items found in the document for @%s"
3339 msgstr ""
3340 "tex4ht xử lý thủ tục %d mục trong HTML; cần %d, số mục được tìm thấy trong "
3341 "tài liệu"
3342
3343 #: tp/init/tex4ht.pm:320
3344 #, fuzzy, perl-format
3345 msgid "tex4ht.pm: output has no HTML item for @%s %s"
32803346 msgstr "kết xuất tex4ht không có mục HTML cho @%s %s"
32813347
3282 #: tp/texi2any.pl:375
3348 #: tp/init/tex4ht.pm:335
3349 #, fuzzy, perl-format
3350 msgid ""
3351 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3352 "items found in the document for @%s"
3353 msgstr ""
3354 "tex4ht xử lý thủ tục %d mục trong HTML; cần %d, số mục được tìm thấy trong "
3355 "tài liệu"
3356
3357 #: tp/texi2any.pl:379
32833358 #, perl-format
32843359 msgid "error loading %s: %s\n"
32853360 msgstr "lỗi tải %s: %s\n"
32863361
3287 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3288 #, perl-format
3289 msgid "Unknown variable %s\n"
3362 #: tp/texi2any.pl:392
3363 #, fuzzy, perl-format
3364 msgid "%s: unknown variable %s"
32903365 msgstr "Không nhận ra biến %s\n"
32913366
3292 #: tp/texi2any.pl:468
3293 #, perl-format
3294 msgid "Can't read init file %s"
3367 #: tp/texi2any.pl:396
3368 #, fuzzy, perl-format
3369 msgid "%s: obsolete variable %s\n"
3370 msgstr "Biến đã cổ %s\n"
3371
3372 #: tp/texi2any.pl:411
3373 #, fuzzy, perl-format
3374 msgid "%s: unknown variable %s\n"
3375 msgstr "Không nhận ra biến %s\n"
3376
3377 #: tp/texi2any.pl:415
3378 #, fuzzy, perl-format
3379 msgid "obsolete variable %s\n"
3380 msgstr "Biến đã cổ %s\n"
3381
3382 #: tp/texi2any.pl:480
3383 #, fuzzy, perl-format
3384 msgid "could not read init file %s"
32953385 msgstr "Không thể đọc tệp tin init %s"
32963386
3297 #: tp/texi2any.pl:619
3298 #, perl-format
3299 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3387 #: tp/texi2any.pl:633
3388 #, fuzzy, perl-format
3389 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
33003390 msgstr ""
33013391 "%s: đang bỏ qua giá trị không được nhận ra “TEXINFO_OUTPUT_FORMAT” (định "
33023392 "dạng xuất Texinfo) “%s”.\n"
33033393
3304 #: tp/texi2any.pl:691
3394 #: tp/texi2any.pl:710
33053395 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
33063396 msgstr "Cách dùng: makeinfo [TÙY-CHỌN]... TẬP-TIN-TEXINFO...\n"
33073397
3308 #: tp/texi2any.pl:692
3398 #: tp/texi2any.pl:711
33093399 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
33103400 msgstr " hoặc: texi2any [TÙY-CHỌN]... TẬP-TIN-TEXINFO...\n"
33113401
3312 #: tp/texi2any.pl:694
3402 #: tp/texi2any.pl:713
33133403 msgid ""
33143404 "Translate Texinfo source documentation to various other formats, by default\n"
33153405 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
33173407 "Dịch tài liệu nguồn Texinfo sang nhiều định dạng khác nhau, mặc định là tập "
33183408 "tin Info thích hợp để đọc trực tuyến bằng Emacs hoặc Info GNU độc nhất.\n"
33193409
3320 #: tp/texi2any.pl:697
3410 #: tp/texi2any.pl:716
33213411 #, perl-format
33223412 msgid ""
33233413 "General options:\n"
33583448 " --version hiển thị thông tin phiên bản rồi thoát (_phiên "
33593449 "bản_)\n"
33603450
3361 #: tp/texi2any.pl:712
3451 #: tp/texi2any.pl:731
33623452 msgid ""
33633453 "Output format selection (default is to produce Info):\n"
33643454 " --docbook output Docbook XML rather than Info.\n"
33743464 " --xml xuất XML Texinfo thay cho Info.\n"
33753465 " --dvi, --dvipdf, --ps, --pdf gọi texi2dvi để tạo kết xuất đã đưa ra.\n"
33763466
3377 #: tp/texi2any.pl:720
3467 #: tp/texi2any.pl:739
33783468 msgid ""
33793469 "General output options:\n"
33803470 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
34283518 " đặt tập tin kết xuất ở đây.\n"
34293519 " Nếu không, tên ĐÍCH là tập tin kết xuất.\n"
34303520
3431 #: tp/texi2any.pl:740
3521 #: tp/texi2any.pl:759
34323522 #, perl-format
34333523 msgid ""
34343524 "Options for Info and plain text:\n"
34723562 " --split-size=SỐ chia tách các tập tin Info ở kích cỡ SỐ (mặc "
34733563 "định là %d).\n"
34743564
3475 #: tp/texi2any.pl:757
3565 #: tp/texi2any.pl:776
34763566 msgid ""
34773567 "Options for HTML:\n"
34783568 " --css-include=FILE include FILE in HTML <style> output;\n"
35013591 " điểm neo; mặc định chỉ được đặt nếu chia "
35023592 "tách.\n"
35033593
3504 #: tp/texi2any.pl:768
3594 #: tp/texi2any.pl:787
35053595 msgid ""
35063596 "Options for XML and Docbook:\n"
35073597 " --output-indent=VAL does nothing, retained for compatibility.\n"
35093599 "Các tùy chọn cho XML và Docbook:\n"
35103600 " --output-indent=VAL chẳng làm gì, giữ lại để tương thích.\n"
35113601
3512 #: tp/texi2any.pl:771
3602 #: tp/texi2any.pl:790
35133603 msgid ""
35143604 "Options for DVI/PS/PDF:\n"
35153605 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
35173607 "Tùy chọn cho DVI/PS/PDF:\n"
35183608 " --Xopt=OPT chuyển OPT cho texi2dvi; có thể lặp lại.\n"
35193609
3520 #: tp/texi2any.pl:774
3610 #: tp/texi2any.pl:793
35213611 msgid ""
35223612 "Input file options:\n"
35233613 " --commands-in-node-names does nothing, retained for compatibility.\n"
35363626 "kiếm @include.\n"
35373627 " -U BIẾN hủy định nghĩa biến này, giống như @clear.\n"
35383628
3539 #: tp/texi2any.pl:781
3629 #: tp/texi2any.pl:800
35403630 msgid ""
35413631 "Conditional processing in input:\n"
35423632 " --ifdocbook process @ifdocbook and @docbook even if\n"
35743664 " Đồng thời, đối với các tùy chọn “--no-ifĐỊNH_DẠNG”, phải xử lý văn bản "
35753665 "@ifnotĐỊNH_DẠNG.\n"
35763666
3577 #: tp/texi2any.pl:798
3667 #: tp/texi2any.pl:817
35783668 msgid ""
35793669 " The defaults for the @if... conditionals depend on the output format:\n"
35803670 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35913681 " nếu tạo chữ dạng thô thì bật “--ifplaintext” và các cái khác bị tắt;\n"
35923682 " nếu tạo XML thì bật “--ifxml” và các cái khác bị tắt;\n"
35933683
3594 #: tp/texi2any.pl:805
3684 #: tp/texi2any.pl:824
35953685 msgid ""
35963686 "Examples:\n"
35973687 " makeinfo foo.texi write Info to foo's @setfilename\n"
36233713 " makeinfo --no-split phu.texi ghi một tập tin Info, bất chấp kích "
36243714 "cỡ tối đa\n"
36253715
3626 #: tp/texi2any.pl:852
3716 #: tp/texi2any.pl:871
36273717 #, perl-format
36283718 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
36293719 msgstr ""
36323722 " • end cuối\n"
36333723 "không phải “%s”.\n"
36343724
3635 #: tp/texi2any.pl:934
3725 #: tp/texi2any.pl:953
36363726 #, perl-format
36373727 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
36383728 msgstr ""
36423732 " • asis như thế\n"
36433733 "không phải “%s”.\n"
36443734
3645 #: tp/texi2any.pl:1011
3646 #, perl-format
3647 msgid "when generating %s, only one input FILE may be specified with -o"
3735 #: tp/texi2any.pl:1030
3736 #, fuzzy, perl-format
3737 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
36483738 msgstr ""
36493739 "khi đang tạo %s, chỉ một TẬP-TIN đầu vào có thể được chỉ ra cùng với tùy "
36503740 "chọn -o"
36513741
3652 #: tp/texi2any.pl:1015
3742 #: tp/texi2any.pl:1034
36533743 msgid "--Xopt option without printed output"
36543744 msgstr "tùy chọn --Xopt không in ra kết xuất"
36553745
3656 #: tp/texi2any.pl:1025
3657 #, perl-format
3658 msgid "Unknown tree transformation %s"
3746 #: tp/texi2any.pl:1044
3747 #, fuzzy, perl-format
3748 msgid "unknown tree transformation %s"
36593749 msgstr "Không hiểu cây chuyển đổi %s"
36603750
3661 #: tp/texi2any.pl:1032
3662 #, perl-format
3663 msgid "Ignoring splitting for format %s"
3751 #: tp/texi2any.pl:1051
3752 #, fuzzy, perl-format
3753 msgid "ignoring splitting for format %s"
36643754 msgstr "Bỏ qua chia tách cho định dạng %s"
36653755
3666 #: tp/texi2any.pl:1081
3756 #: tp/texi2any.pl:1101
36673757 #, perl-format
36683758 msgid "%s: missing file argument.\n"
36693759 msgstr "%s: thiếu đối số tập tin.\n"
36703760
3671 #: tp/texi2any.pl:1082
3761 #: tp/texi2any.pl:1102
36723762 #, perl-format
36733763 msgid "Try `%s --help' for more information.\n"
36743764 msgstr "Hãy thử lệnh trợ giúp “%s --help” để xem thông tin thêm.\n"
36753765
3676 #: tp/texi2any.pl:1153
3766 #: tp/texi2any.pl:1173
36773767 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36783768 msgstr ""
36793769 "chuyển đổi dạng fill_gaps_in_sectioning không trả về kết quả nào. Không có "
36803770 "chương nào à?"
36813771
3682 #: tp/texi2any.pl:1175
3683 #, perl-format
3684 msgid "Error on closing macro expand file %s: %s\n"
3772 #: tp/texi2any.pl:1195
3773 #, fuzzy, perl-format
3774 msgid "error on closing macro expand file %s: %s\n"
36853775 msgstr "Gặp lỗi khi đóng tập tin vĩ lệnh mở rộng %s: %s\n"
36863776
3687 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3688 #, perl-format
3689 msgid "Could not open %s for writing: %s\n"
3777 #: tp/texi2any.pl:1201
3778 #, fuzzy, perl-format
3779 msgid "could not open %s for writing: %s\n"
36903780 msgstr "Không thể mở “%s” để ghi: %s\n"
36913781
3692 #: tp/texi2any.pl:1205
3782 #: tp/texi2any.pl:1226
36933783 msgid ""
36943784 "insert_nodes_for_sectioning_commands transformation return no result. No "
36953785 "section?"
36973787 "sự biến đổi insert_nodes_for_sectioning_commands không trả về kết quả. Không "
36983788 "có chương nào à?"
36993789
3700 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3701 #, perl-format
3702 msgid "Error on closing %s: %s\n"
3790 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3791 #, fuzzy, perl-format
3792 msgid "%s: error on closing %s: %s\n"
37033793 msgstr "lỗi đóng tệp tin %s: %s\n"
37043794
3705 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3706 #, perl-format
3707 msgid "Error on closing internal links file %s: %s\n"
3795 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3796 #, fuzzy, perl-format
3797 msgid "%s: error on closing internal links file %s: %s\n"
37083798 msgstr "Gặp lỗi khi đóng tập tin liên kết nội bộ %s: %s\n"
3799
3800 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3801 #, fuzzy, perl-format
3802 msgid "%s: could not open %s for writing: %s\n"
3803 msgstr "Không thể mở “%s” để ghi: %s\n"
37093804
37103805 #: util/texindex.c:223
37113806 msgid "display this help and exit"
37643859 msgid "entry %s follows an entry with a secondary name"
37653860 msgstr "mục nhập %s nằm theo một mục nhập có tên phụ"
37663861
3862 #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
3863 #~ msgstr "protect_hashchar_at_line_beginning không thể bảo vệ trong @%s"
3864
3865 #~ msgid "Can't read file %s: %s"
3866 #~ msgstr "Không thể đọc tệp tin %s: %s"
3867
3868 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3869 #~ msgstr "%s:%d: cảnh báo: %s (có lẽ gọi @%s)\n"
3870
3871 #~ msgid "%s:%d: warning: %s\n"
3872 #~ msgstr "%s:%d: cảnh báo: %s\n"
3873
3874 #~ msgid "warning: %s\n"
3875 #~ msgstr "Cảnh báo: %s\n"
3876
3877 #, fuzzy
3878 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3879 #~ msgstr "Không thể mở %s để ghi: %s\n"
3880
37673881 #~ msgid "tex4ht error opening %s: %s"
37683882 #~ msgstr "tex4ht gặp lỗi khi mở %s: %s"
37693883
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo 4.13\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
9 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
1010 "PO-Revision-Date: 2009-05-21 15:08中国标准时间\n"
1111 "Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n"
1212 "Language-Team: Chinese (simplified) <translation-team-zh-cn@lists."
405405 msgstr "尝试 --更多的求助信息。\n"
406406
407407 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
408 #: tp/texi2any.pl:829 util/texindex.c:295
408 #: tp/texi2any.pl:848 util/texindex.c:295
409409 #, c-format, perl-format
410410 msgid ""
411411 "Copyright (C) %s Free Software Foundation, Inc.\n"
20682068 " --test 不更新 DIR-FILE。\n"
20692069 " --version 显示版本信息并退出。"
20702070
2071 #: install-info/install-info.c:598 tp/texi2any.pl:817
2071 #: install-info/install-info.c:598 tp/texi2any.pl:836
20722072 msgid ""
20732073 "Email bug reports to bug-texinfo@gnu.org,\n"
20742074 "general questions and discussion to help-texinfo@gnu.org.\n"
21792179 msgstr "找不到关于“%s”的条目;未删除"
21802180
21812181 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2182 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2183 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2184 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2185 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2186 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2187 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2182 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2183 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2184 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2185 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2186 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2187 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
21882188 #: tp/Texinfo/Convert/TexinfoXML.pm:429
21892189 #, fuzzy, perl-format
2190 msgid "Could not open %s for writing: %s"
2190 msgid "could not open %s for writing: %s"
21912191 msgstr "%s: 无法打开 --css-file: %s"
21922192
21932193 #: tp/Texinfo/Common.pm:850
22142214 msgid "%s is not a valid split possibility"
22152215 msgstr "%s 在 ISO 639 语言编码中是无效的"
22162216
2217 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2218 #, fuzzy, perl-format
2219 msgid "Cannot read %s: %s"
2217 #: tp/Texinfo/Common.pm:1096
2218 #, fuzzy, perl-format
2219 msgid "could not read %s: %s"
22202220 msgstr "无法创建目录“%s”:%s"
22212221
2222 #: tp/Texinfo/Common.pm:1113
2223 #, fuzzy, perl-format
2224 msgid "Error on closing @verbatiminclude file %s: %s"
2222 #: tp/Texinfo/Common.pm:1114
2223 #, fuzzy, perl-format
2224 msgid "error on closing @verbatiminclude file %s: %s"
22252225 msgstr "关闭输出文件“%s”时出错"
22262226
2227 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2228 #, fuzzy, perl-format
2229 msgid "@%s: Cannot find %s"
2227 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2228 #, fuzzy, perl-format
2229 msgid "@%s: could not find %s"
22302230 msgstr "无法寻找“%s”。"
22312231
2232 #: tp/Texinfo/Common.pm:1416
2233 #, fuzzy, perl-format
2234 msgid "Cannot open html refs config file %s: %s"
2232 #: tp/Texinfo/Common.pm:1417
2233 #, fuzzy, perl-format
2234 msgid "could not open html refs config file %s: %s"
22352235 msgstr "无法删除文件“%s”:%s"
22362236
2237 #: tp/Texinfo/Common.pm:1444
2238 msgid "Missing type"
2239 msgstr ""
2240
2241 #: tp/Texinfo/Common.pm:1447
2242 #, fuzzy, perl-format
2243 msgid "Unrecognized type: %s"
2237 #: tp/Texinfo/Common.pm:1445
2238 #, fuzzy
2239 msgid "missing type"
2240 msgstr "遗漏动作名称"
2241
2242 #: tp/Texinfo/Common.pm:1448
2243 #, fuzzy, perl-format
2244 msgid "unrecognized type: %s"
22442245 msgstr "%s:不能识别的选项“--%s”\n"
22452246
2246 #: tp/Texinfo/Common.pm:1463
2247 #, fuzzy, perl-format
2248 msgid "Error on closing html refs config file %s: %s"
2247 #: tp/Texinfo/Common.pm:1465
2248 #, fuzzy, perl-format
2249 msgid "error on closing html refs config file %s: %s"
22492250 msgstr "无法删除文件“%s”:%s"
22502251
2251 #: tp/Texinfo/Common.pm:1498
2252 #, perl-format
2253 msgid "%s:%d: no node to be renamed\n"
2254 msgstr ""
2255
2256 #: tp/Texinfo/Common.pm:1509
2257 #, perl-format
2258 msgid "%s:%d: nodes without a new name at the end of file\n"
2259 msgstr ""
2260
2261 #: tp/Texinfo/Common.pm:2000
2262 #, perl-format
2263 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2252 #: tp/Texinfo/Common.pm:1500
2253 msgid "no node to be renamed"
2254 msgstr ""
2255
2256 #: tp/Texinfo/Common.pm:1511
2257 msgid "nodes without a new name at the end of file"
2258 msgstr ""
2259
2260 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2261 #, fuzzy, perl-format
2262 msgid "could not open %s: %s"
2263 msgstr "%s: 无法打开 --css-file: %s"
2264
2265 #: tp/Texinfo/Common.pm:2002
2266 #, perl-format
2267 msgid "could not protect hash character in @%s"
22642268 msgstr ""
22652269
22662270 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2267 #: tp/texi2any.pl:387 tp/texi2any.pl:404
22682271 #, fuzzy, perl-format
22692272 msgid "Obsolete variable %s\n"
22702273 msgstr "设定变量:"
22712274
22722275 #: tp/Texinfo/Convert/Converter.pm:601
22732276 #, fuzzy, perl-format
2274 msgid "Can't create directories `%s' or `%s': %s"
2277 msgid "could not create directories `%s' or `%s': %s"
22752278 msgstr "无法创建目录“%s”:%s"
22762279
22772280 #: tp/Texinfo/Convert/Converter.pm:609
22782281 #, fuzzy, perl-format
2279 msgid "Can't create directories `%s': %s"
2282 msgid "could not create directory `%s': %s"
22802283 msgstr "无法创建目录“%s”:%s"
22812284
2282 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2283 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2284 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2285 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2286 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2287 #, fuzzy, perl-format
2288 msgid "Error on closing %s: %s"
2285 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2286 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2287 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2288 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2289 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2290 #, fuzzy, perl-format
2291 msgid "error on closing %s: %s"
22892292 msgstr "写入“%s”时出错"
22902293
2291 #: tp/Texinfo/Convert/DocBook.pm:898
2294 #: tp/Texinfo/Convert/DocBook.pm:899
22922295 #, fuzzy, perl-format
22932296 msgid "@image file `%s' not found, using `%s'"
22942297 msgstr "@image 文件“%s”不可读:%s"
22952298
2296 #: tp/Texinfo/Convert/HTML.pm:1677
2299 #: tp/Texinfo/Convert/HTML.pm:1678
22972300 #, fuzzy, perl-format
22982301 msgid "@image file `%s' (for HTML) not found, using `%s'"
22992302 msgstr "@image 文件“%s”(对 HTML)不可读:%s"
23002303
2301 #: tp/Texinfo/Convert/HTML.pm:2345
2302 #, perl-format
2303 msgid "Raw format %s is not converted"
2304 msgstr ""
2305
2306 #: tp/Texinfo/Convert/HTML.pm:4814
2307 #, perl-format
2308 msgid "%s:%d: string not closed in css file"
2304 #: tp/Texinfo/Convert/HTML.pm:2347
2305 #, perl-format
2306 msgid "raw format %s is not converted"
23092307 msgstr ""
23102308
23112309 #: tp/Texinfo/Convert/HTML.pm:4816
2312 #, fuzzy, perl-format
2313 msgid "%s:%d: --css-include ended in comment"
2310 msgid "string not closed in css file"
2311 msgstr ""
2312
2313 #: tp/Texinfo/Convert/HTML.pm:4818
2314 #, fuzzy
2315 msgid "--css-include ended in comment"
23142316 msgstr "%s:%d: --css-file 以注释结尾"
23152317
2316 #: tp/Texinfo/Convert/HTML.pm:4818
2317 #, perl-format
2318 msgid "%s:%d: @import not finished in css file"
2319 msgstr ""
2320
2321 #: tp/Texinfo/Convert/HTML.pm:4844
2322 #, fuzzy, perl-format
2323 msgid "css file %s not found"
2318 #: tp/Texinfo/Convert/HTML.pm:4820
2319 msgid "@import not finished in css file"
2320 msgstr ""
2321
2322 #: tp/Texinfo/Convert/HTML.pm:4846
2323 #, fuzzy, perl-format
2324 msgid "CSS file %s not found"
23242325 msgstr "找不到宏 %cend"
23252326
2326 #: tp/Texinfo/Convert/HTML.pm:4850
2327 #: tp/Texinfo/Convert/HTML.pm:4852
23272328 #, fuzzy, perl-format
23282329 msgid "could not open --include-file %s: %s"
23292330 msgstr "%s: 无法打开 --css-file: %s"
23302331
2331 #: tp/Texinfo/Convert/HTML.pm:4860
2332 #, fuzzy, perl-format
2333 msgid "Error on closing CSS file %s: %s"
2332 #: tp/Texinfo/Convert/HTML.pm:4862
2333 #, fuzzy, perl-format
2334 msgid "error on closing CSS file %s: %s"
23342335 msgstr "关闭输出文件“%s”时出错"
23352336
2336 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2337 #, fuzzy, perl-format
2338 msgid "No htmlxref.cnf entry found for `%s'"
2337 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2338 #, fuzzy, perl-format
2339 msgid "no htmlxref.cnf entry found for `%s'"
23392340 msgstr "找不到含有“%s”的索引\n"
23402341
2341 #: tp/Texinfo/Convert/HTML.pm:6495
2342 #, fuzzy, perl-format
2343 msgid "Error on closing frame file %s: %s"
2342 #: tp/Texinfo/Convert/HTML.pm:6506
2343 #, fuzzy, perl-format
2344 msgid "error on closing frame file %s: %s"
23442345 msgstr "关闭输出文件“%s”时出错"
23452346
2346 #: tp/Texinfo/Convert/HTML.pm:6519
2347 #, fuzzy, perl-format
2348 msgid "Error on closing TOC frame file %s: %s"
2347 #: tp/Texinfo/Convert/HTML.pm:6530
2348 #, fuzzy, perl-format
2349 msgid "error on closing TOC frame file %s: %s"
23492350 msgstr "关闭输出文件“%s”时出错"
23502351
2351 #: tp/Texinfo/Convert/HTML.pm:6634
2352 #, perl-format
2353 msgid "Handler %s of stage %s priority %s failed"
2354 msgstr ""
2355
2356 #: tp/Texinfo/Convert/HTML.pm:6835
2357 msgid "Must specify a title with a title command or @top"
2358 msgstr ""
2359
2360 #: tp/Texinfo/Convert/HTML.pm:7040
2361 #, perl-format
2362 msgid "Error on closing redirection node file %s: %s"
2363 msgstr ""
2364
2365 #: tp/Texinfo/Convert/HTML.pm:7065
2366 #, fuzzy, perl-format
2367 msgid "Old name for `%s' is a node of the document"
2352 #: tp/Texinfo/Convert/HTML.pm:6645
2353 #, perl-format
2354 msgid "handler %s of stage %s priority %s failed"
2355 msgstr ""
2356
2357 #: tp/Texinfo/Convert/HTML.pm:6846
2358 msgid "must specify a title with a title command or @top"
2359 msgstr ""
2360
2361 #: tp/Texinfo/Convert/HTML.pm:7055
2362 #, fuzzy, perl-format
2363 msgid "error on closing redirection node file %s: %s"
2364 msgstr "关闭输出文件“%s”时出错"
2365
2366 #: tp/Texinfo/Convert/HTML.pm:7080
2367 #, fuzzy, perl-format
2368 msgid "old name for `%s' is a node of the document"
23682369 msgstr "在本文档中没有本节点的“上一个”或“上层”节点。"
23692370
2370 #: tp/Texinfo/Convert/HTML.pm:7069
2371 #, fuzzy, perl-format
2372 msgid "File empty for renamed node `%s'"
2371 #: tp/Texinfo/Convert/HTML.pm:7086
2372 #, fuzzy, perl-format
2373 msgid "file empty for renamed node `%s'"
23732374 msgstr "未引用的节点“%s”"
23742375
2375 #: tp/Texinfo/Convert/HTML.pm:7081
2376 #, perl-format
2377 msgid "Target node (new name for `%s') not in document: %s"
2378 msgstr ""
2379
2380 #: tp/Texinfo/Convert/HTML.pm:7113
2381 #, fuzzy, perl-format
2382 msgid "Error on closing renamed node redirection file %s: %s"
2376 #: tp/Texinfo/Convert/HTML.pm:7100
2377 #, perl-format
2378 msgid "target node (new name for `%s') not in document: %s"
2379 msgstr ""
2380
2381 #: tp/Texinfo/Convert/HTML.pm:7132
2382 #, fuzzy, perl-format
2383 msgid "error on closing renamed node redirection file %s: %s"
23832384 msgstr "关闭输出文件“%s”时出错"
23842385
2385 #: tp/Texinfo/Convert/HTML.pm:7151
2386 #, fuzzy
2387 msgid "Empty node name"
2386 #: tp/Texinfo/Convert/HTML.pm:7170
2387 #, fuzzy
2388 msgid "empty node name"
23882389 msgstr "找不到含有“%s”的索引\n"
23892390
2390 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2391 #, perl-format
2392 msgid "Syntax for an external node used for `%s'"
2391 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2392 #, perl-format
2393 msgid "syntax for an external node used for `%s'"
23932394 msgstr ""
23942395
23952396 #: tp/Texinfo/Convert/Info.pm:99
23962397 #, fuzzy
2397 msgid "Document without nodes."
2398 msgid "document without nodes"
23982399 msgstr "该节点中没有菜单。"
23992400
2400 #: tp/Texinfo/Convert/Info.pm:115
2401 msgid "Document without Top node."
2402 msgstr ""
2403
2404 #: tp/Texinfo/Convert/Info.pm:151
2405 #, perl-format
2406 msgid "Rename %s failed: %s"
2407 msgstr ""
2408
2409 #: tp/Texinfo/Convert/Info.pm:226
2401 #: tp/Texinfo/Convert/Info.pm:116
2402 #, fuzzy
2403 msgid "document without Top node"
2404 msgstr "该节点中没有菜单。"
2405
2406 #: tp/Texinfo/Convert/Info.pm:153
2407 #, perl-format
2408 msgid "rename %s failed: %s"
2409 msgstr ""
2410
2411 #: tp/Texinfo/Convert/Info.pm:228
24102412 #, perl-format
24112413 msgid "@%s output more than once: %s"
24122414 msgstr ""
24132415
2414 #: tp/Texinfo/Convert/Info.pm:340
2416 #: tp/Texinfo/Convert/Info.pm:346
24152417 #, fuzzy, perl-format
24162418 msgid "@%s outside of any node"
24172419 msgstr "(超出任何节点)"
24182420
2419 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2420 #, perl-format
2421 msgid "Entry for index `%s' outside of any node"
2421 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2422 #, fuzzy, perl-format
2423 msgid "entry for index `%s' outside of any node"
24222424 msgstr "关于索引“%s”的条目超出了所有节点"
24232425
24242426 #: tp/Texinfo/Convert/Plaintext.pm:1217
24252427 #, fuzzy, perl-format
2426 msgid "Error on closing image text file %s: %s"
2428 msgid "error on closing image text file %s: %s"
24272429 msgstr "关闭输出文件“%s”时出错"
24282430
24292431 #: tp/Texinfo/Convert/Plaintext.pm:1222
24312433 msgid "@image file `%s' unreadable: %s"
24322434 msgstr "@image 文件“%s”不可读:%s"
24332435
2434 #: tp/Texinfo/Convert/Plaintext.pm:1250
2435 #, fuzzy, perl-format
2436 msgid "Cannot find @image file `%s.txt' nor alternate text"
2436 #: tp/Texinfo/Convert/Plaintext.pm:1251
2437 #, fuzzy, perl-format
2438 msgid "could not find @image file `%s.txt' nor alternate text"
24372439 msgstr "无法找到节点“%s”。"
24382440
2439 #: tp/Texinfo/Convert/Plaintext.pm:1615
2441 #: tp/Texinfo/Convert/Plaintext.pm:1617
24402442 msgid ""
24412443 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
24422444 "avoid that"
24432445 msgstr "@strong{Note...} 在 Info 中形成了一个假的交叉引用;可通过重写避免此事"
24442446
2445 #: tp/Texinfo/Convert/Plaintext.pm:1845
2447 #: tp/Texinfo/Convert/Plaintext.pm:1849
24462448 #, fuzzy, perl-format
24472449 msgid "`.' or `,' must follow @xref, not %s"
24482450 msgstr "“.”或“,”之后必须为 @%s,而不是“%c”"
24492451
2450 #: tp/Texinfo/Convert/Plaintext.pm:1847
2452 #: tp/Texinfo/Convert/Plaintext.pm:1852
24512453 #, fuzzy
24522454 msgid "`.' or `,' must follow @xref"
24532455 msgstr "“.”或“,”之后必须为 @%s,而不是“%c”"
24572459 msgid "@%s should only appear at beginning or end of document"
24582460 msgstr "%s: 无法打开 --css-file: %s"
24592461
2460 #: tp/Texinfo/Parser.pm:837
2461 #, fuzzy, perl-format
2462 msgid "Can't read file %s: %s"
2463 msgstr "无法删除文件“%s”:%s"
2464
24652462 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
24662463 #, perl-format
2467 msgid "Multiple @%s"
2464 msgid "multiple @%s"
24682465 msgstr ""
24692466
24702467 #: tp/Texinfo/Parser.pm:1100
24712468 #, fuzzy, perl-format
2472 msgid "Bad syntax for @%s argument: %s"
2469 msgid "bad syntax for @%s argument: %s"
24732470 msgstr "@%s 的参数错误"
24742471
24752472 #: tp/Texinfo/Parser.pm:1116
2476 #, perl-format
2477 msgid "Bad or empty @%s formal argument: %s"
2478 msgstr ""
2479
2480 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2481 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2482 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2473 #, fuzzy, perl-format
2474 msgid "bad or empty @%s formal argument: %s"
2475 msgstr "@%s 的参数错误"
2476
2477 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2478 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2479 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
24832480 #, perl-format
24842481 msgid "%c%s requires a name"
24852482 msgstr "%c%s 需要一个名字"
24862483
2487 #: tp/Texinfo/Parser.pm:1235
2484 #: tp/Texinfo/Parser.pm:1238
24882485 #, perl-format
24892486 msgid "%c%s missing close brace"
24902487 msgstr "%c%s 遗漏闭合花括号"
24912488
2492 #: tp/Texinfo/Parser.pm:1238
2489 #: tp/Texinfo/Parser.pm:1241
24932490 #, fuzzy, perl-format
24942491 msgid "@%s missing closing delimiter sequence: %s}"
24952492 msgstr "%c%s 遗漏闭合花括号"
24962493
2497 #: tp/Texinfo/Parser.pm:1351
2494 #: tp/Texinfo/Parser.pm:1354
24982495 #, fuzzy, perl-format
24992496 msgid "@itemx should not begin @%s"
25002497 msgstr "%s: 无法打开 --css-file: %s"
25012498
2502 #: tp/Texinfo/Parser.pm:1419
2499 #: tp/Texinfo/Parser.pm:1422
25032500 msgid "@itemx must follow @item"
25042501 msgstr ""
25052502
2506 #: tp/Texinfo/Parser.pm:1587
2503 #: tp/Texinfo/Parser.pm:1590
25072504 #, perl-format
25082505 msgid "@%s has text but no @item"
25092506 msgstr ""
25102507
2511 #: tp/Texinfo/Parser.pm:1617
2508 #: tp/Texinfo/Parser.pm:1620
25122509 #, perl-format
25132510 msgid "`@end' expected `%s', but saw `%s'"
25142511 msgstr "“@end”需要“%s”,但看到“%s”"
25152512
2516 #: tp/Texinfo/Parser.pm:1620
2513 #: tp/Texinfo/Parser.pm:1623
25172514 #, fuzzy, perl-format
25182515 msgid "@%s seen before @end %s"
25192516 msgstr "在第一个节点之前遇到 @menu,正在创建“顶”节点"
25202517
2521 #: tp/Texinfo/Parser.pm:1624
2522 #, perl-format
2523 msgid "No matching `%cend %s'"
2518 #: tp/Texinfo/Parser.pm:1627
2519 #, fuzzy, perl-format
2520 msgid "no matching `%cend %s'"
25242521 msgstr "没有匹配的“%cend %s”"
25252522
2526 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2527 #: tp/Texinfo/Parser.pm:5125
2528 #, perl-format
2529 msgid "Misplaced %c"
2523 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2524 #: tp/Texinfo/Parser.pm:5150
2525 #, fuzzy, perl-format
2526 msgid "misplaced %c"
25302527 msgstr "错误放置的 %c"
25312528
2532 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2533 #, perl-format
2534 msgid "Unmatched `%c%s'"
2529 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2530 #, fuzzy, perl-format
2531 msgid "unmatched `%c%s'"
25352532 msgstr "未匹配的“%c%s”"
25362533
2537 #: tp/Texinfo/Parser.pm:1972
2538 #, fuzzy, perl-format
2539 msgid "Macro `%s' called with too many args"
2534 #: tp/Texinfo/Parser.pm:1976
2535 #, fuzzy, perl-format
2536 msgid "macro `%s' called with too many args"
25402537 msgstr "在第 %2$d 行中以过多的参数调用宏“%1$s”"
25412538
2542 #: tp/Texinfo/Parser.pm:1994
2539 #: tp/Texinfo/Parser.pm:1998
25432540 #, fuzzy, perl-format
25442541 msgid "@%s missing close brace"
25452542 msgstr "%c%s 遗漏闭合花括号"
25462543
2547 #: tp/Texinfo/Parser.pm:2001
2548 #, fuzzy, perl-format
2549 msgid "Macro `%s' declared without argument called with an argument"
2544 #: tp/Texinfo/Parser.pm:2006
2545 #, fuzzy, perl-format
2546 msgid "macro `%s' declared without argument called with an argument"
25502547 msgstr "在第 %2$d 行中以过多的参数调用宏“%1$s”"
25512548
2552 #: tp/Texinfo/Parser.pm:2035
2549 #: tp/Texinfo/Parser.pm:2041
25532550 #, fuzzy, perl-format
25542551 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
25552552 msgstr "\\ 以带有“%s”的宏展开式代替参数名称"
25562553
2557 #: tp/Texinfo/Parser.pm:2430
2554 #: tp/Texinfo/Parser.pm:2436
25582555 #, fuzzy, perl-format
25592556 msgid "@%s `%s' previously defined"
25602557 msgstr "宏“%s”已在前面定义"
25612558
2562 #: tp/Texinfo/Parser.pm:2435
2559 #: tp/Texinfo/Parser.pm:2441
25632560 #, fuzzy, perl-format
25642561 msgid "here is the previous definition as @%s"
25652562 msgstr "这里是“%s”前面的定义"
25662563
2567 #: tp/Texinfo/Parser.pm:2796
2568 #, fuzzy, perl-format
2569 msgid "Missing name for @%s"
2564 #: tp/Texinfo/Parser.pm:2802
2565 #, fuzzy, perl-format
2566 msgid "missing name for @%s"
25702567 msgstr "@def 的参数遗漏了“}”"
25712568
2572 #: tp/Texinfo/Parser.pm:2801
2573 #, perl-format
2574 msgid "Missing category for @%s"
2575 msgstr ""
2576
2577 #: tp/Texinfo/Parser.pm:2853
2578 #, fuzzy, perl-format
2579 msgid "Unexpected argument on @%s line: %s"
2569 #: tp/Texinfo/Parser.pm:2807
2570 #, fuzzy, perl-format
2571 msgid "missing category for @%s"
2572 msgstr "@def 的参数遗漏了“}”"
2573
2574 #: tp/Texinfo/Parser.pm:2859
2575 #, fuzzy, perl-format
2576 msgid "unexpected argument on @%s line: %s"
25802577 msgstr "@%s 的错误参数: %s"
25812578
2582 #: tp/Texinfo/Parser.pm:2869
2579 #: tp/Texinfo/Parser.pm:2875
25832580 #, fuzzy
25842581 msgid "empty multitable"
25852582 msgstr "%s:空文件"
25862583
2587 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2588 #, fuzzy, perl-format
2589 msgid "Superfluous argument to @%s"
2584 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2585 #, fuzzy, perl-format
2586 msgid "superfluous argument to @%s"
25902587 msgstr "@%s 的参数错误"
25912588
2592 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2593 #: tp/Texinfo/Parser.pm:5379
2594 #, perl-format
2595 msgid "Bad argument to @%s"
2589 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2590 #: tp/Texinfo/Parser.pm:5405
2591 #, fuzzy, perl-format
2592 msgid "bad argument to @%s"
25962593 msgstr "@%s 的参数错误"
25972594
2598 #: tp/Texinfo/Parser.pm:2942
2595 #: tp/Texinfo/Parser.pm:2948
25992596 #, perl-format
26002597 msgid "%s requires an argument: the formatter for %citem"
26012598 msgstr "%s 需要一个参数: %citem 的格式化参数"
26022599
2603 #: tp/Texinfo/Parser.pm:2947
2604 #, perl-format
2605 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2606 msgstr ""
2607
2608 #: tp/Texinfo/Parser.pm:2982
2609 #, fuzzy, perl-format
2610 msgid "Accent command `@%s' not allowed as @%s argument"
2600 #: tp/Texinfo/Parser.pm:2953
2601 #, perl-format
2602 msgid "command @%s not accepting argument in brace should not be on @%s line"
2603 msgstr ""
2604
2605 #: tp/Texinfo/Parser.pm:2988
2606 #, fuzzy, perl-format
2607 msgid "accent command `@%s' not allowed as @%s argument"
26112608 msgstr "参数中不允许 @item 改为 @itemize"
26122609
2613 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2614 #: tp/Texinfo/Parser.pm:5338
2610 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2611 #: tp/Texinfo/Parser.pm:5364
26152612 #, fuzzy, perl-format
26162613 msgid "@%s missing argument"
26172614 msgstr "%s:遗漏文件参数。\n"
26182615
2619 #: tp/Texinfo/Parser.pm:3072
2620 #, fuzzy, perl-format
2621 msgid "Unknown @end %s"
2616 #: tp/Texinfo/Parser.pm:3078
2617 #, fuzzy, perl-format
2618 msgid "unknown @end %s"
26222619 msgstr "未知的索引“%s”"
26232620
2624 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2625 #, fuzzy, perl-format
2626 msgid "Superfluous argument to @%s %s: %s"
2621 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2622 #, fuzzy, perl-format
2623 msgid "superfluous argument to @%s %s: %s"
26272624 msgstr "@%s 的错误参数: %s"
26282625
2629 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2630 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2631 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2632 #, perl-format
2633 msgid "Bad argument to @%s: %s"
2626 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2627 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2628 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2629 #, fuzzy, perl-format
2630 msgid "bad argument to @%s: %s"
26342631 msgstr "@%s 的错误参数: %s"
26352632
2636 #: tp/Texinfo/Parser.pm:3118
2637 #, fuzzy, perl-format
2638 msgid "@%s: Cannot open %s: %s"
2633 #: tp/Texinfo/Parser.pm:3124
2634 #, fuzzy, perl-format
2635 msgid "@%s: could not open %s: %s"
26392636 msgstr "无法寻找“%s”。"
26402637
2641 #: tp/Texinfo/Parser.pm:3130
2642 #, perl-format
2643 msgid "Encoding `%s' is not a canonical texinfo encoding"
2644 msgstr ""
2645
2646 #: tp/Texinfo/Parser.pm:3139
2638 #: tp/Texinfo/Parser.pm:3136
2639 #, perl-format
2640 msgid "encoding `%s' is not a canonical texinfo encoding"
2641 msgstr ""
2642
2643 #: tp/Texinfo/Parser.pm:3145
26472644 #, perl-format
26482645 msgid "unrecognized encoding name `%s'"
26492646 msgstr "不能识别的编码名称“%s”"
26502647
2651 #: tp/Texinfo/Parser.pm:3289
2648 #: tp/Texinfo/Parser.pm:3295
26522649 #, perl-format
26532650 msgid "@%s after the first element"
26542651 msgstr ""
26552652
2656 #: tp/Texinfo/Parser.pm:3296
2653 #: tp/Texinfo/Parser.pm:3302
26572654 #, fuzzy, perl-format
26582655 msgid "@%s only meaningful on a @multitable line"
26592656 msgstr "“@titlepage”环境变量外的 @%s 是没有意义的"
26602657
2661 #: tp/Texinfo/Parser.pm:3336
2658 #: tp/Texinfo/Parser.pm:3342
26622659 #, fuzzy, perl-format
26632660 msgid "@%s should not be associated with @top"
26642661 msgstr "%s: 无法打开 --css-file: %s"
26652662
2666 #: tp/Texinfo/Parser.pm:3348
2663 #: tp/Texinfo/Parser.pm:3354
26672664 #, fuzzy, perl-format
26682665 msgid "@node precedes @%s, but parts may not be associated with nodes"
26692666 msgstr "%s: 无法打开 --css-file: %s"
26702667
2671 #: tp/Texinfo/Parser.pm:3450
2672 #, fuzzy, perl-format
2673 msgid "Empty argument in @%s"
2668 #: tp/Texinfo/Parser.pm:3456
2669 #, fuzzy, perl-format
2670 msgid "empty argument in @%s"
26742671 msgstr "@%s 的参数错误"
26752672
2676 #: tp/Texinfo/Parser.pm:3454
2677 #, perl-format
2678 msgid "Empty node name after expansion `%s'"
2679 msgstr ""
2680
2681 #: tp/Texinfo/Parser.pm:3497
2682 #, fuzzy, perl-format
2683 msgid "Empty menu entry name in `%s'"
2673 #: tp/Texinfo/Parser.pm:3460
2674 #, fuzzy, perl-format
2675 msgid "empty node name after expansion `%s'"
26842676 msgstr "@%s 的参数错误"
26852677
2686 #: tp/Texinfo/Parser.pm:3505
2687 #, fuzzy
2688 msgid "Empty node name in menu entry"
2678 #: tp/Texinfo/Parser.pm:3503
2679 #, fuzzy, perl-format
2680 msgid "empty menu entry name in `%s'"
2681 msgstr "@%s 的参数错误"
2682
2683 #: tp/Texinfo/Parser.pm:3511
2684 #, fuzzy
2685 msgid "empty node name in menu entry"
26892686 msgstr "找不到含有“%s”的索引\n"
26902687
2691 #: tp/Texinfo/Parser.pm:3578
2688 #: tp/Texinfo/Parser.pm:3584
26922689 #, fuzzy, perl-format
26932690 msgid "@%s should not appear in @%s"
26942691 msgstr "%s: 无法打开 --css-file: %s"
26952692
2696 #: tp/Texinfo/Parser.pm:3710
2693 #: tp/Texinfo/Parser.pm:3716
26972694 #, fuzzy, perl-format
26982695 msgid "@end %s should only appear at a line beginning"
26992696 msgstr "%s: 无法打开 --css-file: %s"
27002697
2701 #: tp/Texinfo/Parser.pm:3733
2698 #: tp/Texinfo/Parser.pm:3739
27022699 #, perl-format
27032700 msgid "macro `%s' previously defined"
27042701 msgstr "宏“%s”已在前面定义"
27052702
2706 #: tp/Texinfo/Parser.pm:3735
2703 #: tp/Texinfo/Parser.pm:3742
27072704 #, perl-format
27082705 msgid "here is the previous definition of `%s'"
27092706 msgstr "这里是“%s”前面的定义"
27102707
2711 #: tp/Texinfo/Parser.pm:3739
2712 #, perl-format
2713 msgid "Redefining Texinfo language command: @%s"
2714 msgstr ""
2715
2716 #: tp/Texinfo/Parser.pm:3788
2708 #: tp/Texinfo/Parser.pm:3747
2709 #, perl-format
2710 msgid "redefining Texinfo language command: @%s"
2711 msgstr ""
2712
2713 #: tp/Texinfo/Parser.pm:3796
27172714 #, perl-format
27182715 msgid "@%s without associated character"
27192716 msgstr ""
27202717
2721 #: tp/Texinfo/Parser.pm:3849
2718 #: tp/Texinfo/Parser.pm:3858
27222719 #, perl-format
27232720 msgid ""
27242721 "@%s defined with zero or more than one argument should be invoked with {}"
27252722 msgstr ""
27262723
2727 #: tp/Texinfo/Parser.pm:3872
2728 #, perl-format
2729 msgid ""
2730 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2724 #: tp/Texinfo/Parser.pm:3882
2725 #, perl-format
2726 msgid ""
2727 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
27312728 "value %d)"
27322729 msgstr ""
27332730
2734 #: tp/Texinfo/Parser.pm:3880
2735 #, perl-format
2736 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2737 msgstr ""
2738
2739 #: tp/Texinfo/Parser.pm:3935
2740 #, perl-format
2741 msgid "Accent command `@%s' must not be followed by whitespace"
2742 msgstr ""
2743
2744 #: tp/Texinfo/Parser.pm:3941
2745 #, perl-format
2746 msgid "Use braces to give a command as an argument to @%s"
2731 #: tp/Texinfo/Parser.pm:3891
2732 #, perl-format
2733 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2734 msgstr ""
2735
2736 #: tp/Texinfo/Parser.pm:3947
2737 #, fuzzy, perl-format
2738 msgid "accent command `@%s' must not be followed by whitespace"
2739 msgstr "参数中不允许 @item 改为 @itemize"
2740
2741 #: tp/Texinfo/Parser.pm:3953
2742 #, fuzzy, perl-format
2743 msgid "use braces to give a command as an argument to @%s"
27472744 msgstr "使用花括号将一个命令用作 @%s 的参数"
27482745
2749 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2746 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
27502747 #, fuzzy, perl-format
27512748 msgid "%c%s expects `i' or `j' as argument, not `%s'"
27522749 msgstr "%c%s 的参数应为“i”或“j”,而不是“%c”"
27532750
2754 #: tp/Texinfo/Parser.pm:3966
2755 #, perl-format
2756 msgid "Accent command `@%s' must not be followed by new line"
2757 msgstr ""
2758
2759 #: tp/Texinfo/Parser.pm:3977
2751 #: tp/Texinfo/Parser.pm:3978
2752 #, fuzzy, perl-format
2753 msgid "accent command `@%s' must not be followed by new line"
2754 msgstr "参数中不允许 @item 改为 @itemize"
2755
2756 #: tp/Texinfo/Parser.pm:3989
27602757 #, fuzzy, perl-format
27612758 msgid "@%s expected braces"
27622759 msgstr "%c%s 需要花括号"
27632760
2764 #: tp/Texinfo/Parser.pm:4136
2761 #: tp/Texinfo/Parser.pm:4148
27652762 #, perl-format
27662763 msgid "undefined flag: %s"
27672764 msgstr "未定义的标识: %s"
27682765
2769 #: tp/Texinfo/Parser.pm:4139
2770 msgid "Bad syntax for @value"
2771 msgstr ""
2772
2773 #: tp/Texinfo/Parser.pm:4146
2766 #: tp/Texinfo/Parser.pm:4151
2767 #, fuzzy
2768 msgid "bad syntax for @value"
2769 msgstr "@%s 的参数错误"
2770
2771 #: tp/Texinfo/Parser.pm:4158
27742772 #, fuzzy, perl-format
27752773 msgid "%c%s is obsolete."
27762774 msgstr "%c%s 已过时"
27772775
2778 #: tp/Texinfo/Parser.pm:4149
2776 #: tp/Texinfo/Parser.pm:4161
27792777 #, fuzzy, perl-format
27802778 msgid "%c%s is obsolete; %s"
27812779 msgstr "%c%s 已过时"
27822780
2783 #: tp/Texinfo/Parser.pm:4157
2781 #: tp/Texinfo/Parser.pm:4170
27842782 #, fuzzy, perl-format
27852783 msgid "@%s should only appear at a line beginning"
27862784 msgstr "%s: 无法打开 --css-file: %s"
27872785
2788 #: tp/Texinfo/Parser.pm:4247
2786 #: tp/Texinfo/Parser.pm:4261
27892787 #, fuzzy, perl-format
27902788 msgid "@%s not allowed inside `@%s' block"
27912789 msgstr "在“@%2$s”块中“@%1$s”是没有意义的"
27922790
2793 #: tp/Texinfo/Parser.pm:4255
2791 #: tp/Texinfo/Parser.pm:4270
27942792 #, fuzzy, perl-format
27952793 msgid "@%s should only appear in heading or footing"
27962794 msgstr "%s: 无法打开 --css-file: %s"
27972795
2798 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2799 #: tp/Texinfo/Parser.pm:4437
2796 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2797 #: tp/Texinfo/Parser.pm:4458
28002798 #, perl-format
28012799 msgid "@%s not meaningful inside `@%s' block"
28022800 msgstr "在“@%2$s”块中“@%1$s”是没有意义的"
28032801
2804 #: tp/Texinfo/Parser.pm:4398
2802 #: tp/Texinfo/Parser.pm:4418
28052803 #, fuzzy, perl-format
28062804 msgid "@%s in empty multitable"
28072805 msgstr "%s:空文件"
28082806
2809 #: tp/Texinfo/Parser.pm:4403
2807 #: tp/Texinfo/Parser.pm:4424
28102808 msgid "@tab before @item"
28112809 msgstr ""
28122810
2813 #: tp/Texinfo/Parser.pm:4406
2814 #, perl-format
2815 msgid "Too many columns in multitable item (max %d)"
2811 #: tp/Texinfo/Parser.pm:4427
2812 #, fuzzy, perl-format
2813 msgid "too many columns in multitable item (max %d)"
28162814 msgstr "在多列表格项目中含有太多的列 (最大为 %d)"
28172815
2818 #: tp/Texinfo/Parser.pm:4443
2816 #: tp/Texinfo/Parser.pm:4464
28192817 msgid "ignoring @tab outside of multitable"
28202818 msgstr "忽略多列表格外的 @tab"
28212819
2822 #: tp/Texinfo/Parser.pm:4447
2820 #: tp/Texinfo/Parser.pm:4468
28232821 #, perl-format
28242822 msgid "@%s outside of table or list"
28252823 msgstr ""
28262824
2827 #: tp/Texinfo/Parser.pm:4482
2828 #, fuzzy, perl-format
2829 msgid "Must be after `@%s' to use `@%s'"
2825 #: tp/Texinfo/Parser.pm:4503
2826 #, fuzzy, perl-format
2827 msgid "must be after `@%s' to use `@%s'"
28302828 msgstr "必须在“@%s”环境变量中使用“@%s”"
28312829
2832 #: tp/Texinfo/Parser.pm:4524
2830 #: tp/Texinfo/Parser.pm:4545
28332831 #, perl-format
28342832 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
28352833 msgstr "在“@titlepage”和“@quotation”环境变量外 @%s 无意义"
28362834
2837 #: tp/Texinfo/Parser.pm:4528
2835 #: tp/Texinfo/Parser.pm:4549
28382836 #, fuzzy
28392837 msgid "@dircategory after first node"
28402838 msgstr "在第一个节点之前遇到 @menu,正在创建“顶”节点"
28412839
2842 #: tp/Texinfo/Parser.pm:4686
2843 #, fuzzy, perl-format
2844 msgid "Region %s inside region %s is not allowed"
2840 #: tp/Texinfo/Parser.pm:4708
2841 #, fuzzy, perl-format
2842 msgid "region %s inside region %s is not allowed"
28452843 msgstr "脚注内的脚注是不允许的"
28462844
2847 #: tp/Texinfo/Parser.pm:4704
2845 #: tp/Texinfo/Parser.pm:4726
28482846 #, fuzzy
28492847 msgid "@direntry after first node"
28502848 msgstr "在第一个节点之前遇到 @menu,正在创建“顶”节点"
28512849
2852 #: tp/Texinfo/Parser.pm:4712
2850 #: tp/Texinfo/Parser.pm:4734
28532851 #, fuzzy, perl-format
28542852 msgid "@%s seen before first @node"
28552853 msgstr "在第一个节点之前遇到 @menu,正在创建“顶”节点"
28562854
2857 #: tp/Texinfo/Parser.pm:4714
2855 #: tp/Texinfo/Parser.pm:4737
28582856 msgid ""
28592857 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
28602858 msgstr "您的 @top 节点可能应该包含在 @ifnottex 而不是 @ifinfo 中?"
28612859
2862 #: tp/Texinfo/Parser.pm:4776
2860 #: tp/Texinfo/Parser.pm:4799
28632861 #, fuzzy, perl-format
28642862 msgid "@%s should only appear in math context"
28652863 msgstr "%s: 无法打开 --css-file: %s"
28662864
2867 #: tp/Texinfo/Parser.pm:4784
2868 #, perl-format
2869 msgid "Unknown command `%s'"
2865 #: tp/Texinfo/Parser.pm:4807
2866 #, fuzzy, perl-format
2867 msgid "unknown command `%s'"
28702868 msgstr "未知的命令“%s”"
28712869
2872 #: tp/Texinfo/Parser.pm:4794
2873 #, fuzzy
2874 msgid "Unexpected @"
2870 #: tp/Texinfo/Parser.pm:4817
2871 #, fuzzy
2872 msgid "unexpected @"
28752873 msgstr "应为“%s”"
28762874
2877 #: tp/Texinfo/Parser.pm:4822
2875 #: tp/Texinfo/Parser.pm:4846
28782876 #, fuzzy, perl-format
28792877 msgid "@%s is not meaningful outside `@float' environment"
28802878 msgstr "“@float”环境变量外的 @%s 是没有意义的"
28812879
2882 #: tp/Texinfo/Parser.pm:4826
2880 #: tp/Texinfo/Parser.pm:4851
28832881 #, perl-format
28842882 msgid "@%s should be right below `@float'"
28852883 msgstr ""
28862884
2887 #: tp/Texinfo/Parser.pm:4834
2888 #, perl-format
2889 msgid "Ignoring multiple @%s"
2890 msgstr ""
2891
2892 #: tp/Texinfo/Parser.pm:4950
2893 #, perl-format
2894 msgid "Command @%s does not accept arguments"
2895 msgstr ""
2896
2897 #: tp/Texinfo/Parser.pm:4974
2898 #, fuzzy, perl-format
2899 msgid "Command @%s missing a node or external manual argument"
2885 #: tp/Texinfo/Parser.pm:4859
2886 #, perl-format
2887 msgid "ignoring multiple @%s"
2888 msgstr ""
2889
2890 #: tp/Texinfo/Parser.pm:4975
2891 #, fuzzy, perl-format
2892 msgid "command @%s does not accept arguments"
2893 msgstr "参数中不允许 @item 改为 @itemize"
2894
2895 #: tp/Texinfo/Parser.pm:4999
2896 #, fuzzy, perl-format
2897 msgid "command @%s missing a node or external manual argument"
29002898 msgstr "%s:遗漏文件参数。\n"
29012899
2902 #: tp/Texinfo/Parser.pm:4993
2903 #, perl-format
2904 msgid "In @%s empty cross reference name after expansion `%s'"
2905 msgstr ""
2906
2907 #: tp/Texinfo/Parser.pm:5004
2908 #, perl-format
2909 msgid "In @%s empty cross reference title after expansion `%s'"
2910 msgstr ""
2911
2912 #: tp/Texinfo/Parser.pm:5017
2900 #: tp/Texinfo/Parser.pm:5018
2901 #, perl-format
2902 msgid "in @%s empty cross reference name after expansion `%s'"
2903 msgstr ""
2904
2905 #: tp/Texinfo/Parser.pm:5029
2906 #, perl-format
2907 msgid "in @%s empty cross reference title after expansion `%s'"
2908 msgstr ""
2909
2910 #: tp/Texinfo/Parser.pm:5042
29132911 msgid "@image missing filename argument"
29142912 msgstr "@image 遗漏文件名参数"
29152913
2916 #: tp/Texinfo/Parser.pm:5047
2914 #: tp/Texinfo/Parser.pm:5072
29172915 #, fuzzy, perl-format
29182916 msgid "@%s missing first argument"
29192917 msgstr "%s:遗漏文件参数。\n"
29202918
2921 #: tp/Texinfo/Parser.pm:5169
2922 msgid "Superfluous arguments for node"
2923 msgstr ""
2924
2925 #: tp/Texinfo/Parser.pm:5208
2926 #, fuzzy, perl-format
2927 msgid "Expected @end %s"
2919 #: tp/Texinfo/Parser.pm:5194
2920 #, fuzzy
2921 msgid "superfluous arguments for node"
2922 msgstr "@%s 的参数错误"
2923
2924 #: tp/Texinfo/Parser.pm:5233
2925 #, fuzzy, perl-format
2926 msgid "expected @end %s"
29282927 msgstr "应为“%s”"
29292928
2930 #: tp/Texinfo/Parser.pm:5283
2931 #, fuzzy, perl-format
2932 msgid "Remaining argument on @%s line: %s"
2929 #: tp/Texinfo/Parser.pm:5309
2930 #, fuzzy, perl-format
2931 msgid "remaining argument on @%s line: %s"
29332932 msgstr "@%s 的错误参数: %s"
29342933
2935 #: tp/Texinfo/Parser.pm:5287
2934 #: tp/Texinfo/Parser.pm:5313
29362935 #, fuzzy, perl-format
29372936 msgid "@%s should only accept a @-command as argument, not `%s'"
29382937 msgstr "使用花括号将一个命令用作 @%s 的参数"
29392938
2940 #: tp/Texinfo/Parser.pm:5362
2941 #, fuzzy, perl-format
2942 msgid "Environment command %s as argument to @%s"
2939 #: tp/Texinfo/Parser.pm:5388
2940 #, fuzzy, perl-format
2941 msgid "environment command %s as argument to @%s"
29432942 msgstr "使用花括号将一个命令用作 @%s 的参数"
29442943
2945 #: tp/Texinfo/Parser.pm:5384
2946 #, perl-format
2947 msgid "Empty @%s"
2948 msgstr ""
2949
2950 #: tp/Texinfo/Parser.pm:5392
2944 #: tp/Texinfo/Parser.pm:5410
2945 #, perl-format
2946 msgid "empty @%s"
2947 msgstr ""
2948
2949 #: tp/Texinfo/Parser.pm:5418
29512950 #, perl-format
29522951 msgid "column fraction not a number: %s"
29532952 msgstr ""
29542953
2955 #: tp/Texinfo/Parser.pm:5401
2954 #: tp/Texinfo/Parser.pm:5427
29562955 #, fuzzy, perl-format
29572956 msgid "@sp arg must be numeric, not `%s'"
29582957 msgstr "%s:%s 参数必须为数值,而不是“%s”。\n"
29592958
2960 #: tp/Texinfo/Parser.pm:5409
2961 #, perl-format
2962 msgid "Reserved index name %s"
2963 msgstr ""
2964
2965 #: tp/Texinfo/Parser.pm:5428
2966 #, fuzzy, perl-format
2967 msgid "Unknown source index in @%s: %s"
2959 #: tp/Texinfo/Parser.pm:5436
2960 #, perl-format
2961 msgid "reserved index name %s"
2962 msgstr ""
2963
2964 #: tp/Texinfo/Parser.pm:5455
2965 #, fuzzy, perl-format
2966 msgid "unknown source index in @%s: %s"
29682967 msgstr "未知的索引“%s”"
29692968
2970 #: tp/Texinfo/Parser.pm:5431
2971 #, fuzzy, perl-format
2972 msgid "Unknown destination index in @%s: %s"
2969 #: tp/Texinfo/Parser.pm:5458
2970 #, fuzzy, perl-format
2971 msgid "unknown destination index in @%s: %s"
29732972 msgstr "未知的索引“%s”"
29742973
2975 #: tp/Texinfo/Parser.pm:5461
2974 #: tp/Texinfo/Parser.pm:5488
29762975 #, perl-format
29772976 msgid "@%s leads to a merging of %s in itself, ignoring"
29782977 msgstr ""
29792978
2980 #: tp/Texinfo/Parser.pm:5474
2981 #, perl-format
2982 msgid "Unknown index `%s' in @printindex"
2979 #: tp/Texinfo/Parser.pm:5501
2980 #, fuzzy, perl-format
2981 msgid "unknown index `%s' in @printindex"
29832982 msgstr "@printindex 中的未知索引“%s”"
29842983
2985 #: tp/Texinfo/Parser.pm:5480
2986 #, perl-format
2987 msgid "Printing an index `%s' merged in another one `%s'"
2988 msgstr ""
2989
2990 #: tp/Texinfo/Parser.pm:5488
2991 #, perl-format
2992 msgid "Printindex before document beginning: @printindex %s"
2993 msgstr ""
2994
2995 #: tp/Texinfo/Parser.pm:5504
2984 #: tp/Texinfo/Parser.pm:5507
2985 #, perl-format
2986 msgid "printing an index `%s' merged in another one `%s'"
2987 msgstr ""
2988
2989 #: tp/Texinfo/Parser.pm:5515
2990 #, perl-format
2991 msgid "printindex before document beginning: @printindex %s"
2992 msgstr ""
2993
2994 #: tp/Texinfo/Parser.pm:5531
29962995 #, fuzzy, perl-format
29972996 msgid "@%s arg must be `top' or `bottom', not `%s'"
29982997 msgstr "%s:%s 参数必须为数值,而不是“%s”。\n"
29992998
3000 #: tp/Texinfo/Parser.pm:5512
2999 #: tp/Texinfo/Parser.pm:5539
30013000 #, perl-format
30023001 msgid "Only @%s 10 or 11 is supported, not `%s'"
30033002 msgstr "仅支持 @%s 10 或 11,而不是“%s”"
30043003
3005 #: tp/Texinfo/Parser.pm:5520
3004 #: tp/Texinfo/Parser.pm:5547
30063005 #, fuzzy, perl-format
30073006 msgid "@%s arg must be `separate' or `end', not `%s'"
30083007 msgstr "%s:--footnote-style 的参数必须为“separate”或“end”,而不是“%s”。\n"
30093008
3010 #: tp/Texinfo/Parser.pm:5528
3009 #: tp/Texinfo/Parser.pm:5555
30113010 #, fuzzy, perl-format
30123011 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
30133012 msgstr "%s:%s 参数必须为数值,而不是“%s”。\n"
30143013
3015 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
3014 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
30163015 #, fuzzy, perl-format
30173016 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
30183017 msgstr "%s:--paragraph-indent 的参数必须为数值/“none”/“asis”,而不是“%s”。\n"
30193018
3020 #: tp/Texinfo/Parser.pm:5559
3019 #: tp/Texinfo/Parser.pm:5586
30213020 #, fuzzy, perl-format
30223021 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
30233022 msgstr "%s:--paragraph-indent 的参数必须为数值/“none”/“asis”,而不是“%s”。\n"
30243023
3025 #: tp/Texinfo/Parser.pm:5569
3024 #: tp/Texinfo/Parser.pm:5596
30263025 #, fuzzy, perl-format
30273026 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
30283027 msgstr "%s:--paragraph-indent 的参数必须为数值/“none”/“asis”,而不是“%s”。\n"
30293028
3030 #: tp/Texinfo/Parser.pm:5580
3031 #, perl-format
3032 msgid "Expected @%s on or off, not `%s'"
3029 #: tp/Texinfo/Parser.pm:5607
3030 #, fuzzy, perl-format
3031 msgid "expected @%s on or off, not `%s'"
30333032 msgstr "应当 @%s 开启或关闭,而不是“%s”"
30343033
3035 #: tp/Texinfo/Parser.pm:5590
3034 #: tp/Texinfo/Parser.pm:5617
30363035 #, perl-format
30373036 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
30383037 msgstr ""
30393038
3040 #: tp/Texinfo/Parser.pm:5598
3039 #: tp/Texinfo/Parser.pm:5625
30413040 #, fuzzy, perl-format
30423041 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
30433042 msgstr "%s:--footnote-style 的参数必须为“separate”或“end”,而不是“%s”。\n"
30443043
3045 #: tp/Texinfo/Parser.pm:5606
3044 #: tp/Texinfo/Parser.pm:5633
30463045 #, fuzzy, perl-format
30473046 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
30483047 msgstr "%s:--footnote-style 的参数必须为“separate”或“end”,而不是“%s”。\n"
30493048
3050 #: tp/Texinfo/Report.pm:100
3051 #, fuzzy, perl-format
3052 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3053 msgstr "%s:%d:警告:"
3054
3055 #: tp/Texinfo/Report.pm:103
3056 #, fuzzy, perl-format
3057 msgid "%s:%d: warning: %s\n"
3058 msgstr "%s:%d:警告:"
3059
3060 #: tp/Texinfo/Report.pm:146
3061 #, fuzzy, perl-format
3062 msgid "warning: %s\n"
3063 msgstr "%s:%d:警告:"
3064
30653049 #: tp/Texinfo/Structuring.pm:231
30663050 #, perl-format
3067 msgid "Raising the section level of @%s which is too low"
3051 msgid "raising the section level of @%s which is too low"
30683052 msgstr ""
30693053
30703054 #: tp/Texinfo/Structuring.pm:263
30713055 #, perl-format
3072 msgid "No chapter-level command before @%s"
3056 msgid "no chapter-level command before @%s"
30733057 msgstr ""
30743058
30753059 #: tp/Texinfo/Structuring.pm:268
30763060 #, perl-format
3077 msgid "Lowering the section level of @%s appearing after a lower element"
3061 msgid "lowering the section level of @%s appearing after a lower element"
30783062 msgstr ""
30793063
30803064 #: tp/Texinfo/Structuring.pm:347
30813065 #, perl-format
3082 msgid "No sectioning command associated with @%s"
3066 msgid "no sectioning command associated with @%s"
30833067 msgstr ""
30843068
30853069 #: tp/Texinfo/Structuring.pm:568
30863070 #, fuzzy, perl-format
3087 msgid "Menu reference to nonexistent node `%s'"
3071 msgid "menu reference to nonexistent node `%s'"
30883072 msgstr "未引用的节点“%s”"
30893073
30903074 #: tp/Texinfo/Structuring.pm:583
30913075 #, perl-format
3092 msgid "Menu entry node name `%s' different from %s name `%s'"
3076 msgid "menu entry node name `%s' different from %s name `%s'"
30933077 msgstr ""
30943078
30953079 #: tp/Texinfo/Structuring.pm:619
30993083
31003084 #: tp/Texinfo/Structuring.pm:665
31013085 #, perl-format
3102 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3086 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
31033087 msgstr ""
31043088
31053089 #: tp/Texinfo/Structuring.pm:672
31063090 #, perl-format
3107 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3091 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
31083092 msgstr ""
31093093
31103094 #: tp/Texinfo/Structuring.pm:690
31113095 #, perl-format
3112 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3096 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
31133097 msgstr ""
31143098
31153099 #: tp/Texinfo/Structuring.pm:744
31233107 msgstr "未引用的节点“%s”"
31243108
31253109 #: tp/Texinfo/Structuring.pm:790
3126 #, perl-format
3127 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3110 #, fuzzy, perl-format
3111 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
31283112 msgstr "尽管节点“%s”是“%s”的上层节点,但缺少相关的菜单项"
31293113
31303114 #: tp/Texinfo/Structuring.pm:798
31313115 #, perl-format
3132 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3116 msgid "for `%s', up in menu `%s' and up `%s' don't match"
31333117 msgstr ""
31343118
31353119 #: tp/Texinfo/Structuring.pm:1282
31423126 msgid "@%s to `%s', different from %s name `%s'"
31433127 msgstr ""
31443128
3145 #: tp/Texinfo/Structuring.pm:1939
3146 #, fuzzy, perl-format
3147 msgid "Empty index key in @%s"
3129 #: tp/Texinfo/Structuring.pm:1959
3130 #, fuzzy, perl-format
3131 msgid "empty index key in @%s"
31483132 msgstr "找不到含有“%s”的索引\n"
31493133
31503134 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
31513135 #, fuzzy, perl-format
3152 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3136 msgid "chm.pm: could not open %s for writing: %s\n"
31533137 msgstr "%s: 无法打开 --css-file: %s"
31543138
31553139 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
31563140 #, fuzzy, perl-format
3157 msgid "chm.pm:%s: Error on closing: %s"
3141 msgid "chm.pm: error on closing %s: %s"
31583142 msgstr "写入“%s”时出错"
31593143
3160 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3161 #, fuzzy, perl-format
3162 msgid "tex4ht.pm:%s: Cannot open: %s"
3144 #: tp/init/latex2html.pm:200
3145 #, fuzzy, perl-format
3146 msgid "l2h: could not open latex file %s for writing: %s"
3147 msgstr "%s: 无法打开 --css-file: %s"
3148
3149 #: tp/init/latex2html.pm:341
3150 msgid "l2h: L2H_TMP directory contains a dot"
3151 msgstr ""
3152
3153 #: tp/init/latex2html.pm:346
3154 msgid "l2h: current directory contains a dot"
3155 msgstr ""
3156
3157 #: tp/init/latex2html.pm:374
3158 #, perl-format
3159 msgid "l2h: command did not succeed: %s"
3160 msgstr ""
3161
3162 #: tp/init/latex2html.pm:422
3163 #, perl-format
3164 msgid "l2h: image has invalid extension: %s"
3165 msgstr ""
3166
3167 #: tp/init/latex2html.pm:438
3168 #, perl-format
3169 msgid "l2h: rename %s as %s failed: %s"
3170 msgstr ""
3171
3172 #: tp/init/latex2html.pm:460
3173 #, fuzzy, perl-format
3174 msgid "l2h: could not open %s: %s"
3175 msgstr "%s: 无法打开 --css-file: %s"
3176
3177 #: tp/init/latex2html.pm:493
3178 #, perl-format
3179 msgid "latex2html.pm: end of @%s item %d not found"
3180 msgstr ""
3181
3182 #: tp/init/latex2html.pm:504
3183 #, perl-format
3184 msgid ""
3185 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3186 "of items found in the document"
3187 msgstr ""
3188
3189 #: tp/init/latex2html.pm:534
3190 #, perl-format
3191 msgid "l2h: could not determine the fragment %d for @%s"
3192 msgstr ""
3193
3194 #: tp/init/latex2html.pm:560
3195 #, perl-format
3196 msgid ""
3197 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3198 "HTML"
3199 msgstr ""
3200
3201 #: tp/init/latex2html.pm:621
3202 #, fuzzy, perl-format
3203 msgid "l2h: could not load %s: %s"
3204 msgstr "%s: 无法打开 --css-file: %s"
3205
3206 #: tp/init/latex2html.pm:634
3207 #, fuzzy, perl-format
3208 msgid "l2h: could not open %s for writing: %s"
3209 msgstr "%s: 无法打开 --css-file: %s"
3210
3211 #: tp/init/tex4ht.pm:123
3212 #, fuzzy, perl-format
3213 msgid "tex4ht.pm: could not open %s: %s"
31633214 msgstr "无法寻找“%s”。"
31643215
31653216 #: tp/init/tex4ht.pm:219
3166 #, perl-format
3167 msgid "tex4ht.pm:%s: chdir failed: %s"
3168 msgstr ""
3217 #, fuzzy, perl-format
3218 msgid "tex4ht.pm: chdir %s failed: %s"
3219 msgstr "无法寻找“%s”。"
31693220
31703221 #: tp/init/tex4ht.pm:232
31713222 #, perl-format
3172 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3223 msgid "tex4ht.pm: unable to return to initial directory: %s"
31733224 msgstr ""
31743225
31753226 #: tp/init/tex4ht.pm:244
31763227 #, fuzzy, perl-format
3177 msgid "tex4ht.pm: Output file missing: %s"
3228 msgid "tex4ht.pm: output file missing: %s"
31783229 msgstr "无法创建输出文件“%s”"
31793230
31803231 #: tp/init/tex4ht.pm:260
3181 #, perl-format
3182 msgid "tex4ht.pm: Command failed: %s"
3183 msgstr ""
3232 #, fuzzy, perl-format
3233 msgid "tex4ht.pm: command failed: %s"
3234 msgstr "无法寻找“%s”。"
3235
3236 #: tp/init/tex4ht.pm:267
3237 #, fuzzy, perl-format
3238 msgid "tex4ht.pm: could not open: %s"
3239 msgstr "无法寻找“%s”。"
31843240
31853241 #: tp/init/tex4ht.pm:293
31863242 #, perl-format
31913247 #, perl-format
31923248 msgid ""
31933249 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3194 "items found in the document"
3195 msgstr ""
3196
3197 #: tp/init/tex4ht.pm:319
3198 #, perl-format
3199 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3200 msgstr ""
3201
3202 #: tp/texi2any.pl:375
3250 "items found in the document for @%s"
3251 msgstr ""
3252
3253 #: tp/init/tex4ht.pm:320
3254 #, fuzzy, perl-format
3255 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3256 msgstr "无法创建输出文件“%s”"
3257
3258 #: tp/init/tex4ht.pm:335
3259 #, perl-format
3260 msgid ""
3261 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3262 "items found in the document for @%s"
3263 msgstr ""
3264
3265 #: tp/texi2any.pl:379
32033266 #, fuzzy, perl-format
32043267 msgid "error loading %s: %s\n"
32053268 msgstr "写入“%s”时出错"
32063269
3207 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3208 #, fuzzy, perl-format
3209 msgid "Unknown variable %s\n"
3270 #: tp/texi2any.pl:392
3271 #, fuzzy, perl-format
3272 msgid "%s: unknown variable %s"
32103273 msgstr "未知的命令“%s”"
32113274
3212 #: tp/texi2any.pl:468
3213 #, fuzzy, perl-format
3214 msgid "Can't read init file %s"
3275 #: tp/texi2any.pl:396
3276 #, fuzzy, perl-format
3277 msgid "%s: obsolete variable %s\n"
3278 msgstr "设定变量:"
3279
3280 #: tp/texi2any.pl:411
3281 #, fuzzy, perl-format
3282 msgid "%s: unknown variable %s\n"
3283 msgstr "未知的命令“%s”"
3284
3285 #: tp/texi2any.pl:415
3286 #, fuzzy, perl-format
3287 msgid "obsolete variable %s\n"
3288 msgstr "设定变量:"
3289
3290 #: tp/texi2any.pl:480
3291 #, fuzzy, perl-format
3292 msgid "could not read init file %s"
32153293 msgstr "无法打开输入文件“%s”"
32163294
3217 #: tp/texi2any.pl:619
3218 #, perl-format
3219 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3295 #: tp/texi2any.pl:633
3296 #, fuzzy, perl-format
3297 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
32203298 msgstr "%s: 忽略不可辨认的 TEXINFO_OUTPUT_FORMAT 值“%s”。\n"
32213299
3222 #: tp/texi2any.pl:691
3300 #: tp/texi2any.pl:710
32233301 #, fuzzy
32243302 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32253303 msgstr "用法:%s [选项]... TEXINFO-文件...\n"
32263304
3227 #: tp/texi2any.pl:692
3305 #: tp/texi2any.pl:711
32283306 #, fuzzy
32293307 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32303308 msgstr "用法:%s [选项]... TEXINFO-文件...\n"
32313309
3232 #: tp/texi2any.pl:694
3310 #: tp/texi2any.pl:713
32333311 msgid ""
32343312 "Translate Texinfo source documentation to various other formats, by default\n"
32353313 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32373315 "将 Texinfo 源文件转换为其它各种格式,默认转换为适于\n"
32383316 "由 Emacs 或独立 GNU Info 在线浏览的 Info 文件。\n"
32393317
3240 #: tp/texi2any.pl:697
3318 #: tp/texi2any.pl:716
32413319 #, fuzzy, perl-format
32423320 msgid ""
32433321 "General options:\n"
32663344 " -v, --verbose 解释都做了些什么。\n"
32673345 " --version 显示版本信息并退出。\n"
32683346
3269 #: tp/texi2any.pl:712
3347 #: tp/texi2any.pl:731
32703348 #, fuzzy
32713349 msgid ""
32723350 "Output format selection (default is to produce Info):\n"
32823360 " --xml 输出 XML (TexinfoML) 而不是 Info。\n"
32833361 " --plaintext 输出普通文本而不是 Info。\n"
32843362
3285 #: tp/texi2any.pl:720
3363 #: tp/texi2any.pl:739
32863364 #, fuzzy
32873365 msgid ""
32883366 "General output options:\n"
33213399 " --number-sections 输出章节编号。\n"
33223400 " -o, --output=FILE 输出到文件 FILE (如果是分割的 HTML 则为目录)。\n"
33233401
3324 #: tp/texi2any.pl:740
3402 #: tp/texi2any.pl:759
33253403 #, perl-format
33263404 msgid ""
33273405 "Options for Info and plain text:\n"
33553433 " “asis”,保留现有的对齐。\n"
33563434 " --split-size=NUM 在大小 NUM 的时候拆分 Info 文件 (默认为 %d)。\n"
33573435
3358 #: tp/texi2any.pl:757
3436 #: tp/texi2any.pl:776
33593437 #, fuzzy
33603438 msgid ""
33613439 "Options for HTML:\n"
33773455 " --transliterate-file-names\n"
33783456 " 以 ASCII 字义生成文件名。\n"
33793457
3380 #: tp/texi2any.pl:768
3458 #: tp/texi2any.pl:787
33813459 msgid ""
33823460 "Options for XML and Docbook:\n"
33833461 " --output-indent=VAL does nothing, retained for compatibility.\n"
33843462 msgstr ""
33853463
3386 #: tp/texi2any.pl:771
3464 #: tp/texi2any.pl:790
33873465 msgid ""
33883466 "Options for DVI/PS/PDF:\n"
33893467 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33903468 msgstr ""
33913469
3392 #: tp/texi2any.pl:774
3470 #: tp/texi2any.pl:793
33933471 #, fuzzy
33943472 msgid ""
33953473 "Input file options:\n"
34063484 " -P DIR 将 DIR 追加到 @include 搜索路径之前。\n"
34073485 " -U VAR 取消变量 VAR 的定义,就象 @clear。\n"
34083486
3409 #: tp/texi2any.pl:781
3487 #: tp/texi2any.pl:800
34103488 #, fuzzy
34113489 msgid ""
34123490 "Conditional processing in input:\n"
34383516 " --no-ifplaintext 不要处理 @ifplaintext 文本。\n"
34393517 " --no-iftex 不要处理 @iftex 和 @tex 文本。\n"
34403518
3441 #: tp/texi2any.pl:798
3519 #: tp/texi2any.pl:817
34423520 #, fuzzy
34433521 msgid ""
34443522 " The defaults for the @if... conditionals depend on the output format:\n"
34543532 " 如果生成普通文本,则 --ifplaintext 默认开启而其它默认关闭;\n"
34553533 " 如果生成 XML,则 --ifxml 默认开启而其它默认关闭。\n"
34563534
3457 #: tp/texi2any.pl:805
3535 #: tp/texi2any.pl:824
34583536 #, fuzzy
34593537 msgid ""
34603538 "Examples:\n"
34823560 " makeinfo --number-sections foo.texi 输出带有编号的节的 Info\n"
34833561 " makeinfo --no-split foo.texi 输出单个 Info 文件而不论大小\n"
34843562
3485 #: tp/texi2any.pl:852
3563 #: tp/texi2any.pl:871
34863564 #, perl-format
34873565 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34883566 msgstr "%s:--footnote-style 的参数必须为“separate”或“end”,而不是“%s”。\n"
34893567
3490 #: tp/texi2any.pl:934
3568 #: tp/texi2any.pl:953
34913569 #, perl-format
34923570 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34933571 msgstr "%s:--paragraph-indent 的参数必须为数值/“none”/“asis”,而不是“%s”。\n"
34943572
3495 #: tp/texi2any.pl:1011
3496 #, perl-format
3497 msgid "when generating %s, only one input FILE may be specified with -o"
3498 msgstr ""
3499
3500 #: tp/texi2any.pl:1015
3573 #: tp/texi2any.pl:1030
3574 #, perl-format
3575 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3576 msgstr ""
3577
3578 #: tp/texi2any.pl:1034
35013579 msgid "--Xopt option without printed output"
35023580 msgstr ""
35033581
3504 #: tp/texi2any.pl:1025
3505 #, fuzzy, perl-format
3506 msgid "Unknown tree transformation %s"
3582 #: tp/texi2any.pl:1044
3583 #, fuzzy, perl-format
3584 msgid "unknown tree transformation %s"
35073585 msgstr "未知的命令“%s”"
35083586
3509 #: tp/texi2any.pl:1032
3510 #, perl-format
3511 msgid "Ignoring splitting for format %s"
3512 msgstr ""
3513
3514 #: tp/texi2any.pl:1081
3587 #: tp/texi2any.pl:1051
3588 #, perl-format
3589 msgid "ignoring splitting for format %s"
3590 msgstr ""
3591
3592 #: tp/texi2any.pl:1101
35153593 #, perl-format
35163594 msgid "%s: missing file argument.\n"
35173595 msgstr "%s:遗漏文件参数。\n"
35183596
3519 #: tp/texi2any.pl:1082
3597 #: tp/texi2any.pl:1102
35203598 #, perl-format
35213599 msgid "Try `%s --help' for more information.\n"
35223600 msgstr "试用“%s --help”以获取更多信息。\n"
35233601
3524 #: tp/texi2any.pl:1153
3602 #: tp/texi2any.pl:1173
35253603 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35263604 msgstr ""
35273605
3528 #: tp/texi2any.pl:1175
3529 #, fuzzy, perl-format
3530 msgid "Error on closing macro expand file %s: %s\n"
3606 #: tp/texi2any.pl:1195
3607 #, fuzzy, perl-format
3608 msgid "error on closing macro expand file %s: %s\n"
35313609 msgstr "关闭输出文件“%s”时出错"
35323610
3533 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3534 #, fuzzy, perl-format
3535 msgid "Could not open %s for writing: %s\n"
3611 #: tp/texi2any.pl:1201
3612 #, fuzzy, perl-format
3613 msgid "could not open %s for writing: %s\n"
35363614 msgstr "%s: 无法打开 --css-file: %s"
35373615
3538 #: tp/texi2any.pl:1205
3616 #: tp/texi2any.pl:1226
35393617 msgid ""
35403618 "insert_nodes_for_sectioning_commands transformation return no result. No "
35413619 "section?"
35423620 msgstr ""
35433621
3544 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3545 #, fuzzy, perl-format
3546 msgid "Error on closing %s: %s\n"
3622 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3623 #, fuzzy, perl-format
3624 msgid "%s: error on closing %s: %s\n"
35473625 msgstr "写入“%s”时出错"
35483626
3549 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3550 #, perl-format
3551 msgid "Error on closing internal links file %s: %s\n"
3552 msgstr ""
3627 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3628 #, fuzzy, perl-format
3629 msgid "%s: error on closing internal links file %s: %s\n"
3630 msgstr "关闭输出文件“%s”时出错"
3631
3632 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3633 #, fuzzy, perl-format
3634 msgid "%s: could not open %s for writing: %s\n"
3635 msgstr "%s: 无法打开 --css-file: %s"
35533636
35543637 #: util/texindex.c:223
35553638 msgid "display this help and exit"
36083691 msgstr "条目 %s 出现在具有次要名称的条目之后"
36093692
36103693 #, fuzzy
3694 #~ msgid "Can't create directories `%s': %s"
3695 #~ msgstr "无法创建目录“%s”:%s"
3696
3697 #, fuzzy
3698 #~ msgid "Can't read file %s: %s"
3699 #~ msgstr "无法删除文件“%s”:%s"
3700
3701 #, fuzzy
3702 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3703 #~ msgstr "%s:%d:警告:"
3704
3705 #, fuzzy
3706 #~ msgid "%s:%d: warning: %s\n"
3707 #~ msgstr "%s:%d:警告:"
3708
3709 #, fuzzy
3710 #~ msgid "warning: %s\n"
3711 #~ msgstr "%s:%d:警告:"
3712
3713 #, fuzzy
3714 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3715 #~ msgstr "%s: 无法打开 --css-file: %s"
3716
3717 #, fuzzy
36113718 #~ msgid "tex4ht error opening %s: %s"
36123719 #~ msgstr "写入“%s”时出错"
36133720
36143721 #, fuzzy
3615 #~ msgid "Error on closing renamed nodes file %s: %s"
3616 #~ msgstr "关闭输出文件“%s”时出错"
3617
3618 #, fuzzy
36193722 #~ msgid "Node `%s' that is to be renamed exists"
36203723 #~ msgstr "索引“%s”已经存在"
36213724
3622 #, fuzzy
3623 #~ msgid "Unknown variable %s"
3624 #~ msgstr "未知的命令“%s”"
3625
36263725 #~ msgid "ferror on stdout\n"
36273726 #~ msgstr "标准输出上 ferror 错误\n"
36283727
37363835
37373836 #~ msgid "Footnotes"
37383837 #~ msgstr "脚注"
3739
3740 #~ msgid "%s: could not open --css-file: %s"
3741 #~ msgstr "%s: 无法打开 --css-file: %s"
37423838
37433839 #~ msgid "[unexpected] no html tag to pop"
37443840 #~ msgstr "[未预料到的] 无 html 标记弹出 "
40184114
40194115 #~ msgid "Expected `%s'"
40204116 #~ msgstr "应为“%s”"
4021
4022 #~ msgid "Can't create directory `%s': %s"
4023 #~ msgstr "无法创建目录“%s”:%s"
40244117
40254118 #~ msgid "No `%s' found in `%s'"
40264119 #~ msgstr "在“%2$s”中找不到“%1$s”"
Binary diff not shown
55 msgstr ""
66 "Project-Id-Version: texinfo 4.1\n"
77 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
8 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
8 "POT-Creation-Date: 2013-02-04 15:57-0800\n"
99 "PO-Revision-Date: 2002-03-08 04:56+0800\n"
1010 "Last-Translator: Abel Cheung <maddog@linux.org.hk>\n"
1111 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
400400 msgstr "試試 --help 以取得更多的資訊.\n"
401401
402402 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2144
403 #: tp/texi2any.pl:829 util/texindex.c:295
403 #: tp/texi2any.pl:848 util/texindex.c:295
404404 #, c-format, perl-format
405405 msgid ""
406406 "Copyright (C) %s Free Software Foundation, Inc.\n"
19691969 " --version display version information and exit."
19701970 msgstr ""
19711971
1972 #: install-info/install-info.c:598 tp/texi2any.pl:817
1972 #: install-info/install-info.c:598 tp/texi2any.pl:836
19731973 #, fuzzy
19741974 msgid ""
19751975 "Email bug reports to bug-texinfo@gnu.org,\n"
20812081 msgstr "找不到 `%s' 的項目; 未刪除任何項目"
20822082
20832083 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:818
2084 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2085 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2086 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2087 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/IXIN.pm:293
2088 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:178
2089 #: tp/Texinfo/Convert/Info.pm:201 tp/Texinfo/Convert/Plaintext.pm:462
2084 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6511
2085 #: tp/Texinfo/Convert/HTML.pm:6535 tp/Texinfo/Convert/HTML.pm:6912
2086 #: tp/Texinfo/Convert/HTML.pm:6970 tp/Texinfo/Convert/HTML.pm:7048
2087 #: tp/Texinfo/Convert/HTML.pm:7125 tp/Texinfo/Convert/IXIN.pm:293
2088 #: tp/Texinfo/Convert/Info.pm:90 tp/Texinfo/Convert/Info.pm:180
2089 #: tp/Texinfo/Convert/Info.pm:203 tp/Texinfo/Convert/Plaintext.pm:462
20902090 #: tp/Texinfo/Convert/TexinfoXML.pm:429
20912091 #, fuzzy, perl-format
2092 msgid "Could not open %s for writing: %s"
2092 msgid "could not open %s for writing: %s"
20932093 msgstr "無法建立輸出檔案 `%s'."
20942094
20952095 #: tp/Texinfo/Common.pm:850
21152115 msgid "%s is not a valid split possibility"
21162116 msgstr "%s 不是一個合法的 ISO 639 語言碼"
21172117
2118 #: tp/Texinfo/Common.pm:1096 tp/Texinfo/Common.pm:1519
2119 #, fuzzy, perl-format
2120 msgid "Cannot read %s: %s"
2118 #: tp/Texinfo/Common.pm:1096
2119 #, fuzzy, perl-format
2120 msgid "could not read %s: %s"
21212121 msgstr "無法建立輸出檔案 `%s'."
21222122
2123 #: tp/Texinfo/Common.pm:1113
2124 #, fuzzy, perl-format
2125 msgid "Error on closing @verbatiminclude file %s: %s"
2123 #: tp/Texinfo/Common.pm:1114
2124 #, fuzzy, perl-format
2125 msgid "error on closing @verbatiminclude file %s: %s"
21262126 msgstr "無法建立輸出檔案 `%s'."
21272127
2128 #: tp/Texinfo/Common.pm:1118 tp/Texinfo/Parser.pm:3123
2129 #, fuzzy, perl-format
2130 msgid "@%s: Cannot find %s"
2128 #: tp/Texinfo/Common.pm:1119 tp/Texinfo/Parser.pm:3129
2129 #, fuzzy, perl-format
2130 msgid "@%s: could not find %s"
21312131 msgstr "µLªk§ä¨ì `%s'."
21322132
2133 #: tp/Texinfo/Common.pm:1416
2134 #, fuzzy, perl-format
2135 msgid "Cannot open html refs config file %s: %s"
2133 #: tp/Texinfo/Common.pm:1417
2134 #, fuzzy, perl-format
2135 msgid "could not open html refs config file %s: %s"
21362136 msgstr "無法建立輸出檔案 `%s'."
21372137
2138 #: tp/Texinfo/Common.pm:1444
2139 msgid "Missing type"
2140 msgstr ""
2141
2142 #: tp/Texinfo/Common.pm:1447
2143 #, fuzzy, perl-format
2144 msgid "Unrecognized type: %s"
2138 #: tp/Texinfo/Common.pm:1445
2139 #, fuzzy
2140 msgid "missing type"
2141 msgstr "%c%s ¿òº|¥k¤j¬A¸¹"
2142
2143 #: tp/Texinfo/Common.pm:1448
2144 #, fuzzy, perl-format
2145 msgid "unrecognized type: %s"
21452146 msgstr "%s: 未知的選項 `--%s'\n"
21462147
2147 #: tp/Texinfo/Common.pm:1463
2148 #, fuzzy, perl-format
2149 msgid "Error on closing html refs config file %s: %s"
2148 #: tp/Texinfo/Common.pm:1465
2149 #, fuzzy, perl-format
2150 msgid "error on closing html refs config file %s: %s"
21502151 msgstr "無法建立輸出檔案 `%s'."
21512152
2152 #: tp/Texinfo/Common.pm:1498
2153 #, perl-format
2154 msgid "%s:%d: no node to be renamed\n"
2155 msgstr ""
2156
2157 #: tp/Texinfo/Common.pm:1509
2158 #, perl-format
2159 msgid "%s:%d: nodes without a new name at the end of file\n"
2160 msgstr ""
2161
2162 #: tp/Texinfo/Common.pm:2000
2163 #, perl-format
2164 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2153 #: tp/Texinfo/Common.pm:1500
2154 msgid "no node to be renamed"
2155 msgstr ""
2156
2157 #: tp/Texinfo/Common.pm:1511
2158 msgid "nodes without a new name at the end of file"
2159 msgstr ""
2160
2161 #: tp/Texinfo/Common.pm:1521 tp/Texinfo/Parser.pm:837
2162 #, fuzzy, perl-format
2163 msgid "could not open %s: %s"
2164 msgstr "無法建立輸出檔案 `%s'."
2165
2166 #: tp/Texinfo/Common.pm:2002
2167 #, perl-format
2168 msgid "could not protect hash character in @%s"
21652169 msgstr ""
21662170
21672171 #: tp/Texinfo/Convert/Converter.pm:391 tp/Texinfo/Convert/Converter.pm:410
2168 #: tp/texi2any.pl:387 tp/texi2any.pl:404
21692172 #, fuzzy, perl-format
21702173 msgid "Obsolete variable %s\n"
21712174 msgstr "設定變數: "
21722175
21732176 #: tp/Texinfo/Convert/Converter.pm:601
21742177 #, fuzzy, perl-format
2175 msgid "Can't create directories `%s' or `%s': %s"
2178 msgid "could not create directories `%s' or `%s': %s"
21762179 msgstr "無法建立輸出檔案 `%s'."
21772180
21782181 #: tp/Texinfo/Convert/Converter.pm:609
21792182 #, fuzzy, perl-format
2180 msgid "Can't create directories `%s': %s"
2183 msgid "could not create directory `%s': %s"
21812184 msgstr "無法建立輸出檔案 `%s'."
21822185
2183 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2184 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/IXIN.pm:915
2185 #: tp/Texinfo/Convert/Info.pm:145 tp/Texinfo/Convert/Info.pm:167
2186 #: tp/Texinfo/Convert/Info.pm:194 tp/Texinfo/Convert/Info.pm:257
2187 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1898
2188 #, fuzzy, perl-format
2189 msgid "Error on closing %s: %s"
2186 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6938
2187 #: tp/Texinfo/Convert/HTML.pm:6996 tp/Texinfo/Convert/IXIN.pm:915
2188 #: tp/Texinfo/Convert/Info.pm:147 tp/Texinfo/Convert/Info.pm:169
2189 #: tp/Texinfo/Convert/Info.pm:196 tp/Texinfo/Convert/Info.pm:259
2190 #: tp/Texinfo/Convert/TexinfoXML.pm:448 tp/Texinfo/Parser.pm:1901
2191 #, fuzzy, perl-format
2192 msgid "error on closing %s: %s"
21902193 msgstr "無法建立輸出檔案 `%s'."
21912194
2192 #: tp/Texinfo/Convert/DocBook.pm:898
2195 #: tp/Texinfo/Convert/DocBook.pm:899
21932196 #, fuzzy, perl-format
21942197 msgid "@image file `%s' not found, using `%s'"
21952198 msgstr "@image 檔案 `%s' 無法讀取: %s"
21962199
2197 #: tp/Texinfo/Convert/HTML.pm:1677
2200 #: tp/Texinfo/Convert/HTML.pm:1678
21982201 #, fuzzy, perl-format
21992202 msgid "@image file `%s' (for HTML) not found, using `%s'"
22002203 msgstr "@image 檔案 `%s' 無法讀取: %s"
22012204
2202 #: tp/Texinfo/Convert/HTML.pm:2345
2203 #, perl-format
2204 msgid "Raw format %s is not converted"
2205 msgstr ""
2206
2207 #: tp/Texinfo/Convert/HTML.pm:4814
2208 #, perl-format
2209 msgid "%s:%d: string not closed in css file"
2205 #: tp/Texinfo/Convert/HTML.pm:2347
2206 #, perl-format
2207 msgid "raw format %s is not converted"
22102208 msgstr ""
22112209
22122210 #: tp/Texinfo/Convert/HTML.pm:4816
2213 #, perl-format
2214 msgid "%s:%d: --css-include ended in comment"
2211 msgid "string not closed in css file"
22152212 msgstr ""
22162213
22172214 #: tp/Texinfo/Convert/HTML.pm:4818
2218 #, perl-format
2219 msgid "%s:%d: @import not finished in css file"
2220 msgstr ""
2221
2222 #: tp/Texinfo/Convert/HTML.pm:4844
2223 #, fuzzy, perl-format
2224 msgid "css file %s not found"
2215 msgid "--css-include ended in comment"
2216 msgstr ""
2217
2218 #: tp/Texinfo/Convert/HTML.pm:4820
2219 msgid "@import not finished in css file"
2220 msgstr ""
2221
2222 #: tp/Texinfo/Convert/HTML.pm:4846
2223 #, fuzzy, perl-format
2224 msgid "CSS file %s not found"
22252225 msgstr "@image 檔案 `%s' 無法讀取: %s"
22262226
2227 #: tp/Texinfo/Convert/HTML.pm:4850
2227 #: tp/Texinfo/Convert/HTML.pm:4852
22282228 #, fuzzy, perl-format
22292229 msgid "could not open --include-file %s: %s"
22302230 msgstr "無法建立輸出檔案 `%s'."
22312231
2232 #: tp/Texinfo/Convert/HTML.pm:4860
2233 #, fuzzy, perl-format
2234 msgid "Error on closing CSS file %s: %s"
2232 #: tp/Texinfo/Convert/HTML.pm:4862
2233 #, fuzzy, perl-format
2234 msgid "error on closing CSS file %s: %s"
22352235 msgstr "無法建立輸出檔案 `%s'."
22362236
2237 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2238 #, fuzzy, perl-format
2239 msgid "No htmlxref.cnf entry found for `%s'"
2237 #: tp/Texinfo/Convert/HTML.pm:5808 tp/Texinfo/Convert/HTML.pm:5812
2238 #, fuzzy, perl-format
2239 msgid "no htmlxref.cnf entry found for `%s'"
22402240 msgstr "找不到包含 `%s' 的索引項目\n"
22412241
2242 #: tp/Texinfo/Convert/HTML.pm:6495
2243 #, fuzzy, perl-format
2244 msgid "Error on closing frame file %s: %s"
2242 #: tp/Texinfo/Convert/HTML.pm:6506
2243 #, fuzzy, perl-format
2244 msgid "error on closing frame file %s: %s"
22452245 msgstr "無法建立輸出檔案 `%s'."
22462246
2247 #: tp/Texinfo/Convert/HTML.pm:6519
2248 #, fuzzy, perl-format
2249 msgid "Error on closing TOC frame file %s: %s"
2247 #: tp/Texinfo/Convert/HTML.pm:6530
2248 #, fuzzy, perl-format
2249 msgid "error on closing TOC frame file %s: %s"
22502250 msgstr "無法建立輸出檔案 `%s'."
22512251
2252 #: tp/Texinfo/Convert/HTML.pm:6634
2253 #, perl-format
2254 msgid "Handler %s of stage %s priority %s failed"
2255 msgstr ""
2256
2257 #: tp/Texinfo/Convert/HTML.pm:6835
2258 msgid "Must specify a title with a title command or @top"
2259 msgstr ""
2260
2261 #: tp/Texinfo/Convert/HTML.pm:7040
2262 #, perl-format
2263 msgid "Error on closing redirection node file %s: %s"
2264 msgstr ""
2265
2266 #: tp/Texinfo/Convert/HTML.pm:7065
2267 #, fuzzy, perl-format
2268 msgid "Old name for `%s' is a node of the document"
2252 #: tp/Texinfo/Convert/HTML.pm:6645
2253 #, perl-format
2254 msgid "handler %s of stage %s priority %s failed"
2255 msgstr ""
2256
2257 #: tp/Texinfo/Convert/HTML.pm:6846
2258 msgid "must specify a title with a title command or @top"
2259 msgstr ""
2260
2261 #: tp/Texinfo/Convert/HTML.pm:7055
2262 #, fuzzy, perl-format
2263 msgid "error on closing redirection node file %s: %s"
2264 msgstr "無法建立輸出檔案 `%s'."
2265
2266 #: tp/Texinfo/Convert/HTML.pm:7080
2267 #, fuzzy, perl-format
2268 msgid "old name for `%s' is a node of the document"
22692269 msgstr "在本文件中, 本節點沒有 `上一個 (Prev)' 節點或 `上一層 (Up)' 節點."
22702270
2271 #: tp/Texinfo/Convert/HTML.pm:7069
2272 #, fuzzy, perl-format
2273 msgid "File empty for renamed node `%s'"
2271 #: tp/Texinfo/Convert/HTML.pm:7086
2272 #, fuzzy, perl-format
2273 msgid "file empty for renamed node `%s'"
22742274 msgstr "未被參照的節點 `%s'"
22752275
2276 #: tp/Texinfo/Convert/HTML.pm:7081
2277 #, perl-format
2278 msgid "Target node (new name for `%s') not in document: %s"
2279 msgstr ""
2280
2281 #: tp/Texinfo/Convert/HTML.pm:7113
2282 #, fuzzy, perl-format
2283 msgid "Error on closing renamed node redirection file %s: %s"
2276 #: tp/Texinfo/Convert/HTML.pm:7100
2277 #, perl-format
2278 msgid "target node (new name for `%s') not in document: %s"
2279 msgstr ""
2280
2281 #: tp/Texinfo/Convert/HTML.pm:7132
2282 #, fuzzy, perl-format
2283 msgid "error on closing renamed node redirection file %s: %s"
22842284 msgstr "無法建立輸出檔案 `%s'."
22852285
2286 #: tp/Texinfo/Convert/HTML.pm:7151
2287 #, fuzzy
2288 msgid "Empty node name"
2286 #: tp/Texinfo/Convert/HTML.pm:7170
2287 #, fuzzy
2288 msgid "empty node name"
22892289 msgstr "找不到包含 `%s' 的索引項目\n"
22902290
2291 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3470
2292 #, perl-format
2293 msgid "Syntax for an external node used for `%s'"
2291 #: tp/Texinfo/Convert/HTML.pm:7172 tp/Texinfo/Parser.pm:3476
2292 #, perl-format
2293 msgid "syntax for an external node used for `%s'"
22942294 msgstr ""
22952295
22962296 #: tp/Texinfo/Convert/Info.pm:99
22972297 #, fuzzy
2298 msgid "Document without nodes."
2298 msgid "document without nodes"
22992299 msgstr "本節點沒有選單."
23002300
2301 #: tp/Texinfo/Convert/Info.pm:115
2302 msgid "Document without Top node."
2303 msgstr ""
2304
2305 #: tp/Texinfo/Convert/Info.pm:151
2306 #, perl-format
2307 msgid "Rename %s failed: %s"
2308 msgstr ""
2309
2310 #: tp/Texinfo/Convert/Info.pm:226
2301 #: tp/Texinfo/Convert/Info.pm:116
2302 #, fuzzy
2303 msgid "document without Top node"
2304 msgstr "本節點沒有選單."
2305
2306 #: tp/Texinfo/Convert/Info.pm:153
2307 #, perl-format
2308 msgid "rename %s failed: %s"
2309 msgstr ""
2310
2311 #: tp/Texinfo/Convert/Info.pm:228
23112312 #, perl-format
23122313 msgid "@%s output more than once: %s"
23132314 msgstr ""
23142315
2315 #: tp/Texinfo/Convert/Info.pm:340
2316 #: tp/Texinfo/Convert/Info.pm:346
23162317 #, fuzzy, perl-format
23172318 msgid "@%s outside of any node"
23182319 msgstr "(不在任何的節點內)"
23192320
2320 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2502
2321 #, perl-format
2322 msgid "Entry for index `%s' outside of any node"
2321 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508
2322 #, fuzzy, perl-format
2323 msgid "entry for index `%s' outside of any node"
23232324 msgstr "索引 `%s' 的項目不在任何的節點內"
23242325
23252326 #: tp/Texinfo/Convert/Plaintext.pm:1217
23262327 #, fuzzy, perl-format
2327 msgid "Error on closing image text file %s: %s"
2328 msgid "error on closing image text file %s: %s"
23282329 msgstr "無法建立輸出檔案 `%s'."
23292330
23302331 #: tp/Texinfo/Convert/Plaintext.pm:1222
23322333 msgid "@image file `%s' unreadable: %s"
23332334 msgstr "@image 檔案 `%s' 無法讀取: %s"
23342335
2335 #: tp/Texinfo/Convert/Plaintext.pm:1250
2336 #, fuzzy, perl-format
2337 msgid "Cannot find @image file `%s.txt' nor alternate text"
2336 #: tp/Texinfo/Convert/Plaintext.pm:1251
2337 #, fuzzy, perl-format
2338 msgid "could not find @image file `%s.txt' nor alternate text"
23382339 msgstr "找不到 `%s' 節點."
23392340
2340 #: tp/Texinfo/Convert/Plaintext.pm:1615
2341 #: tp/Texinfo/Convert/Plaintext.pm:1617
23412342 msgid ""
23422343 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
23432344 "avoid that"
23442345 msgstr ""
23452346
2346 #: tp/Texinfo/Convert/Plaintext.pm:1845
2347 #: tp/Texinfo/Convert/Plaintext.pm:1849
23472348 #, fuzzy, perl-format
23482349 msgid "`.' or `,' must follow @xref, not %s"
23492350 msgstr "`.' 或 `,' 必須跟著交互參照, 而不是 %c"
23502351
2351 #: tp/Texinfo/Convert/Plaintext.pm:1847
2352 #: tp/Texinfo/Convert/Plaintext.pm:1852
23522353 #, fuzzy
23532354 msgid "`.' or `,' must follow @xref"
23542355 msgstr "`.' 或 `,' 必須跟著交互參照, 而不是 %c"
23582359 msgid "@%s should only appear at beginning or end of document"
23592360 msgstr "無法建立輸出檔案 `%s'."
23602361
2361 #: tp/Texinfo/Parser.pm:837
2362 #, fuzzy, perl-format
2363 msgid "Can't read file %s: %s"
2364 msgstr "無法建立輸出檔案 `%s'."
2365
23662362 #: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548
23672363 #, perl-format
2368 msgid "Multiple @%s"
2364 msgid "multiple @%s"
23692365 msgstr ""
23702366
23712367 #: tp/Texinfo/Parser.pm:1100
23722368 #, fuzzy, perl-format
2373 msgid "Bad syntax for @%s argument: %s"
2369 msgid "bad syntax for @%s argument: %s"
23742370 msgstr "對 %c%s 無用的引數"
23752371
23762372 #: tp/Texinfo/Parser.pm:1116
2377 #, perl-format
2378 msgid "Bad or empty @%s formal argument: %s"
2379 msgstr ""
2380
2381 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4569
2382 #: tp/Texinfo/Parser.pm:4592 tp/Texinfo/Parser.pm:5251
2383 #: tp/Texinfo/Parser.pm:5261 tp/Texinfo/Parser.pm:5272
2373 #, fuzzy, perl-format
2374 msgid "bad or empty @%s formal argument: %s"
2375 msgstr "對 %c%s 無用的引數"
2376
2377 #: tp/Texinfo/Parser.pm:1125 tp/Texinfo/Parser.pm:4590
2378 #: tp/Texinfo/Parser.pm:4613 tp/Texinfo/Parser.pm:5277
2379 #: tp/Texinfo/Parser.pm:5287 tp/Texinfo/Parser.pm:5298
23842380 #, perl-format
23852381 msgid "%c%s requires a name"
23862382 msgstr "%c%s 必須要有名稱"
23872383
2388 #: tp/Texinfo/Parser.pm:1235
2384 #: tp/Texinfo/Parser.pm:1238
23892385 #, perl-format
23902386 msgid "%c%s missing close brace"
23912387 msgstr "%c%s ¿òº|¥k¤j¬A¸¹"
23922388
2393 #: tp/Texinfo/Parser.pm:1238
2389 #: tp/Texinfo/Parser.pm:1241
23942390 #, fuzzy, perl-format
23952391 msgid "@%s missing closing delimiter sequence: %s}"
23962392 msgstr "%c%s ¿òº|¥k¤j¬A¸¹"
23972393
2398 #: tp/Texinfo/Parser.pm:1351
2394 #: tp/Texinfo/Parser.pm:1354
23992395 #, fuzzy, perl-format
24002396 msgid "@itemx should not begin @%s"
24012397 msgstr "無法建立輸出檔案 `%s'."
24022398
2403 #: tp/Texinfo/Parser.pm:1419
2399 #: tp/Texinfo/Parser.pm:1422
24042400 msgid "@itemx must follow @item"
24052401 msgstr ""
24062402
2407 #: tp/Texinfo/Parser.pm:1587
2403 #: tp/Texinfo/Parser.pm:1590
24082404 #, perl-format
24092405 msgid "@%s has text but no @item"
24102406 msgstr ""
24112407
2412 #: tp/Texinfo/Parser.pm:1617
2408 #: tp/Texinfo/Parser.pm:1620
24132409 #, perl-format
24142410 msgid "`@end' expected `%s', but saw `%s'"
24152411 msgstr ""
24162412
2417 #: tp/Texinfo/Parser.pm:1620
2413 #: tp/Texinfo/Parser.pm:1623
24182414 #, fuzzy, perl-format
24192415 msgid "@%s seen before @end %s"
24202416 msgstr "@menu 在第一個 @node 之前出現, 將建立 `Top' 節點"
24212417
2422 #: tp/Texinfo/Parser.pm:1624
2423 #, perl-format
2424 msgid "No matching `%cend %s'"
2418 #: tp/Texinfo/Parser.pm:1627
2419 #, fuzzy, perl-format
2420 msgid "no matching `%cend %s'"
24252421 msgstr "No matching `%cend %s'"
24262422
2427 #: tp/Texinfo/Parser.pm:1646 tp/Texinfo/Parser.pm:4905
2428 #: tp/Texinfo/Parser.pm:5125
2429 #, perl-format
2430 msgid "Misplaced %c"
2423 #: tp/Texinfo/Parser.pm:1649 tp/Texinfo/Parser.pm:4930
2424 #: tp/Texinfo/Parser.pm:5150
2425 #, fuzzy, perl-format
2426 msgid "misplaced %c"
24312427 msgstr "»~¸mªº %c"
24322428
2433 #: tp/Texinfo/Parser.pm:1742 tp/Texinfo/Parser.pm:3082
2434 #, perl-format
2435 msgid "Unmatched `%c%s'"
2429 #: tp/Texinfo/Parser.pm:1745 tp/Texinfo/Parser.pm:3088
2430 #, fuzzy, perl-format
2431 msgid "unmatched `%c%s'"
24362432 msgstr "未配對的 `%c%s'"
24372433
2438 #: tp/Texinfo/Parser.pm:1972
2439 #, fuzzy, perl-format
2440 msgid "Macro `%s' called with too many args"
2434 #: tp/Texinfo/Parser.pm:1976
2435 #, fuzzy, perl-format
2436 msgid "macro `%s' called with too many args"
24412437 msgstr "巨集 `%s' 在第 %d 行被呼叫, 但是引數過多"
24422438
2443 #: tp/Texinfo/Parser.pm:1994
2439 #: tp/Texinfo/Parser.pm:1998
24442440 #, fuzzy, perl-format
24452441 msgid "@%s missing close brace"
24462442 msgstr "%c%s ¿òº|¥k¤j¬A¸¹"
24472443
2448 #: tp/Texinfo/Parser.pm:2001
2449 #, fuzzy, perl-format
2450 msgid "Macro `%s' declared without argument called with an argument"
2444 #: tp/Texinfo/Parser.pm:2006
2445 #, fuzzy, perl-format
2446 msgid "macro `%s' declared without argument called with an argument"
24512447 msgstr "巨集 `%s' 在第 %d 行被呼叫, 但是引數過多"
24522448
2453 #: tp/Texinfo/Parser.pm:2035
2449 #: tp/Texinfo/Parser.pm:2041
24542450 #, perl-format
24552451 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
24562452 msgstr ""
24572453
2458 #: tp/Texinfo/Parser.pm:2430
2454 #: tp/Texinfo/Parser.pm:2436
24592455 #, fuzzy, perl-format
24602456 msgid "@%s `%s' previously defined"
24612457 msgstr "巨集 `%s' 已定義過"
24622458
2463 #: tp/Texinfo/Parser.pm:2435
2459 #: tp/Texinfo/Parser.pm:2441
24642460 #, fuzzy, perl-format
24652461 msgid "here is the previous definition as @%s"
24662462 msgstr "這裡是 `%s' 之前的定義"
24672463
2468 #: tp/Texinfo/Parser.pm:2796
2469 #, fuzzy, perl-format
2470 msgid "Missing name for @%s"
2464 #: tp/Texinfo/Parser.pm:2802
2465 #, fuzzy, perl-format
2466 msgid "missing name for @%s"
24712467 msgstr "@def °Ñ¼Æ¤¤¿òº| `}'"
24722468
2473 #: tp/Texinfo/Parser.pm:2801
2474 #, perl-format
2475 msgid "Missing category for @%s"
2476 msgstr ""
2477
2478 #: tp/Texinfo/Parser.pm:2853
2479 #, fuzzy, perl-format
2480 msgid "Unexpected argument on @%s line: %s"
2469 #: tp/Texinfo/Parser.pm:2807
2470 #, fuzzy, perl-format
2471 msgid "missing category for @%s"
2472 msgstr "@def °Ñ¼Æ¤¤¿òº| `}'"
2473
2474 #: tp/Texinfo/Parser.pm:2859
2475 #, fuzzy, perl-format
2476 msgid "unexpected argument on @%s line: %s"
24812477 msgstr "對 %c%s 無用的引數"
24822478
2483 #: tp/Texinfo/Parser.pm:2869
2479 #: tp/Texinfo/Parser.pm:2875
24842480 #, fuzzy
24852481 msgid "empty multitable"
24862482 msgstr "%s: ªÅÀÉ®×"
24872483
2488 #: tp/Texinfo/Parser.pm:2925 tp/Texinfo/Parser.pm:5345
2489 #, fuzzy, perl-format
2490 msgid "Superfluous argument to @%s"
2484 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5371
2485 #, fuzzy, perl-format
2486 msgid "superfluous argument to @%s"
24912487 msgstr "對 %c%s 無用的引數"
24922488
2493 #: tp/Texinfo/Parser.pm:2931 tp/Texinfo/Parser.pm:5367
2494 #: tp/Texinfo/Parser.pm:5379
2495 #, fuzzy, perl-format
2496 msgid "Bad argument to @%s"
2489 #: tp/Texinfo/Parser.pm:2937 tp/Texinfo/Parser.pm:5393
2490 #: tp/Texinfo/Parser.pm:5405
2491 #, fuzzy, perl-format
2492 msgid "bad argument to @%s"
24972493 msgstr "對 %c%s 無用的引數"
24982494
2499 #: tp/Texinfo/Parser.pm:2942
2495 #: tp/Texinfo/Parser.pm:2948
25002496 #, perl-format
25012497 msgid "%s requires an argument: the formatter for %citem"
25022498 msgstr ""
25032499
2504 #: tp/Texinfo/Parser.pm:2947
2505 #, perl-format
2506 msgid "Command @%s not accepting argument in brace should not be on @%s line"
2507 msgstr ""
2508
2509 #: tp/Texinfo/Parser.pm:2982
2510 #, fuzzy, perl-format
2511 msgid "Accent command `@%s' not allowed as @%s argument"
2500 #: tp/Texinfo/Parser.pm:2953
2501 #, perl-format
2502 msgid "command @%s not accepting argument in brace should not be on @%s line"
2503 msgstr ""
2504
2505 #: tp/Texinfo/Parser.pm:2988
2506 #, fuzzy, perl-format
2507 msgid "accent command `@%s' not allowed as @%s argument"
25122508 msgstr "對 %c%s 無用的引數"
25132509
2514 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:3199
2515 #: tp/Texinfo/Parser.pm:5338
2510 #: tp/Texinfo/Parser.pm:3066 tp/Texinfo/Parser.pm:3205
2511 #: tp/Texinfo/Parser.pm:5364
25162512 #, fuzzy, perl-format
25172513 msgid "@%s missing argument"
25182514 msgstr "%s: ¿òº|Àɮפ޼Æ.\n"
25192515
2520 #: tp/Texinfo/Parser.pm:3072
2521 #, fuzzy, perl-format
2522 msgid "Unknown @end %s"
2516 #: tp/Texinfo/Parser.pm:3078
2517 #, fuzzy, perl-format
2518 msgid "unknown @end %s"
25232519 msgstr "未知的索引 `%s'"
25242520
2525 #: tp/Texinfo/Parser.pm:3094 tp/Texinfo/Parser.pm:3716
2526 #, fuzzy, perl-format
2527 msgid "Superfluous argument to @%s %s: %s"
2521 #: tp/Texinfo/Parser.pm:3100 tp/Texinfo/Parser.pm:3722
2522 #, fuzzy, perl-format
2523 msgid "superfluous argument to @%s %s: %s"
25282524 msgstr "對 %c%s 無用的引數"
25292525
2530 #: tp/Texinfo/Parser.pm:3099 tp/Texinfo/Parser.pm:5421
2531 #: tp/Texinfo/Parser.pm:5466 tp/Texinfo/Parser.pm:5495
2532 #: tp/Texinfo/Parser.pm:5536 tp/Texinfo/Parser.pm:5614
2533 #, fuzzy, perl-format
2534 msgid "Bad argument to @%s: %s"
2526 #: tp/Texinfo/Parser.pm:3105 tp/Texinfo/Parser.pm:5448
2527 #: tp/Texinfo/Parser.pm:5493 tp/Texinfo/Parser.pm:5522
2528 #: tp/Texinfo/Parser.pm:5563 tp/Texinfo/Parser.pm:5641
2529 #, fuzzy, perl-format
2530 msgid "bad argument to @%s: %s"
25352531 msgstr "對 %c%s 無用的引數"
25362532
2537 #: tp/Texinfo/Parser.pm:3118
2538 #, fuzzy, perl-format
2539 msgid "@%s: Cannot open %s: %s"
2533 #: tp/Texinfo/Parser.pm:3124
2534 #, fuzzy, perl-format
2535 msgid "@%s: could not open %s: %s"
25402536 msgstr "µLªk§ä¨ì `%s'."
25412537
2542 #: tp/Texinfo/Parser.pm:3130
2543 #, perl-format
2544 msgid "Encoding `%s' is not a canonical texinfo encoding"
2545 msgstr ""
2546
2547 #: tp/Texinfo/Parser.pm:3139
2538 #: tp/Texinfo/Parser.pm:3136
2539 #, perl-format
2540 msgid "encoding `%s' is not a canonical texinfo encoding"
2541 msgstr ""
2542
2543 #: tp/Texinfo/Parser.pm:3145
25482544 #, fuzzy, perl-format
25492545 msgid "unrecognized encoding name `%s'"
25502546 msgstr "%s: 未知的選項 `%c%s'\n"
25512547
2552 #: tp/Texinfo/Parser.pm:3289
2548 #: tp/Texinfo/Parser.pm:3295
25532549 #, perl-format
25542550 msgid "@%s after the first element"
25552551 msgstr ""
25562552
2557 #: tp/Texinfo/Parser.pm:3296
2553 #: tp/Texinfo/Parser.pm:3302
25582554 #, fuzzy, perl-format
25592555 msgid "@%s only meaningful on a @multitable line"
25602556 msgstr "@%s 在 `@%s' 區塊之內, 並不具有意義"
25612557
2562 #: tp/Texinfo/Parser.pm:3336
2558 #: tp/Texinfo/Parser.pm:3342
25632559 #, fuzzy, perl-format
25642560 msgid "@%s should not be associated with @top"
25652561 msgstr "無法建立輸出檔案 `%s'."
25662562
2567 #: tp/Texinfo/Parser.pm:3348
2563 #: tp/Texinfo/Parser.pm:3354
25682564 #, fuzzy, perl-format
25692565 msgid "@node precedes @%s, but parts may not be associated with nodes"
25702566 msgstr "無法建立輸出檔案 `%s'."
25712567
2572 #: tp/Texinfo/Parser.pm:3450
2573 #, fuzzy, perl-format
2574 msgid "Empty argument in @%s"
2568 #: tp/Texinfo/Parser.pm:3456
2569 #, fuzzy, perl-format
2570 msgid "empty argument in @%s"
25752571 msgstr "對 %c%s 無用的引數"
25762572
2577 #: tp/Texinfo/Parser.pm:3454
2578 #, perl-format
2579 msgid "Empty node name after expansion `%s'"
2580 msgstr ""
2581
2582 #: tp/Texinfo/Parser.pm:3497
2583 #, fuzzy, perl-format
2584 msgid "Empty menu entry name in `%s'"
2573 #: tp/Texinfo/Parser.pm:3460
2574 #, fuzzy, perl-format
2575 msgid "empty node name after expansion `%s'"
25852576 msgstr "對 %c%s 無用的引數"
25862577
2587 #: tp/Texinfo/Parser.pm:3505
2588 #, fuzzy
2589 msgid "Empty node name in menu entry"
2578 #: tp/Texinfo/Parser.pm:3503
2579 #, fuzzy, perl-format
2580 msgid "empty menu entry name in `%s'"
2581 msgstr "對 %c%s 無用的引數"
2582
2583 #: tp/Texinfo/Parser.pm:3511
2584 #, fuzzy
2585 msgid "empty node name in menu entry"
25902586 msgstr "找不到包含 `%s' 的索引項目\n"
25912587
2592 #: tp/Texinfo/Parser.pm:3578
2588 #: tp/Texinfo/Parser.pm:3584
25932589 #, fuzzy, perl-format
25942590 msgid "@%s should not appear in @%s"
25952591 msgstr "無法建立輸出檔案 `%s'."
25962592
2597 #: tp/Texinfo/Parser.pm:3710
2593 #: tp/Texinfo/Parser.pm:3716
25982594 #, fuzzy, perl-format
25992595 msgid "@end %s should only appear at a line beginning"
26002596 msgstr "無法建立輸出檔案 `%s'."
26012597
2602 #: tp/Texinfo/Parser.pm:3733
2598 #: tp/Texinfo/Parser.pm:3739
26032599 #, perl-format
26042600 msgid "macro `%s' previously defined"
26052601 msgstr "巨集 `%s' 已定義過"
26062602
2607 #: tp/Texinfo/Parser.pm:3735
2603 #: tp/Texinfo/Parser.pm:3742
26082604 #, perl-format
26092605 msgid "here is the previous definition of `%s'"
26102606 msgstr "這裡是 `%s' 之前的定義"
26112607
2612 #: tp/Texinfo/Parser.pm:3739
2613 #, perl-format
2614 msgid "Redefining Texinfo language command: @%s"
2615 msgstr ""
2616
2617 #: tp/Texinfo/Parser.pm:3788
2608 #: tp/Texinfo/Parser.pm:3747
2609 #, perl-format
2610 msgid "redefining Texinfo language command: @%s"
2611 msgstr ""
2612
2613 #: tp/Texinfo/Parser.pm:3796
26182614 #, perl-format
26192615 msgid "@%s without associated character"
26202616 msgstr ""
26212617
2622 #: tp/Texinfo/Parser.pm:3849
2618 #: tp/Texinfo/Parser.pm:3858
26232619 #, perl-format
26242620 msgid ""
26252621 "@%s defined with zero or more than one argument should be invoked with {}"
26262622 msgstr ""
26272623
2628 #: tp/Texinfo/Parser.pm:3872
2629 #, perl-format
2630 msgid ""
2631 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
2624 #: tp/Texinfo/Parser.pm:3882
2625 #, perl-format
2626 msgid ""
2627 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
26322628 "value %d)"
26332629 msgstr ""
26342630
2635 #: tp/Texinfo/Parser.pm:3880
2636 #, perl-format
2637 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2638 msgstr ""
2639
2640 #: tp/Texinfo/Parser.pm:3935
2641 #, perl-format
2642 msgid "Accent command `@%s' must not be followed by whitespace"
2643 msgstr ""
2644
2645 #: tp/Texinfo/Parser.pm:3941
2646 #, perl-format
2647 msgid "Use braces to give a command as an argument to @%s"
2631 #: tp/Texinfo/Parser.pm:3891
2632 #, perl-format
2633 msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
2634 msgstr ""
2635
2636 #: tp/Texinfo/Parser.pm:3947
2637 #, fuzzy, perl-format
2638 msgid "accent command `@%s' must not be followed by whitespace"
2639 msgstr "對 %c%s 無用的引數"
2640
2641 #: tp/Texinfo/Parser.pm:3953
2642 #, fuzzy, perl-format
2643 msgid "use braces to give a command as an argument to @%s"
26482644 msgstr "使用大括號將命令包起來, 以作為 @%s 的引數"
26492645
2650 #: tp/Texinfo/Parser.pm:3954 tp/Texinfo/Parser.pm:5026
2646 #: tp/Texinfo/Parser.pm:3966 tp/Texinfo/Parser.pm:5051
26512647 #, fuzzy, perl-format
26522648 msgid "%c%s expects `i' or `j' as argument, not `%s'"
26532649 msgstr "%c%s 期望使用 `i' 或 `j' 作為引數, 而不是 `%c'"
26542650
2655 #: tp/Texinfo/Parser.pm:3966
2656 #, perl-format
2657 msgid "Accent command `@%s' must not be followed by new line"
2658 msgstr ""
2659
2660 #: tp/Texinfo/Parser.pm:3977
2651 #: tp/Texinfo/Parser.pm:3978
2652 #, fuzzy, perl-format
2653 msgid "accent command `@%s' must not be followed by new line"
2654 msgstr "對 %c%s 無用的引數"
2655
2656 #: tp/Texinfo/Parser.pm:3989
26612657 #, fuzzy, perl-format
26622658 msgid "@%s expected braces"
26632659 msgstr "%c%s 預計要有 `{...}'"
26642660
2665 #: tp/Texinfo/Parser.pm:4136
2661 #: tp/Texinfo/Parser.pm:4148
26662662 #, perl-format
26672663 msgid "undefined flag: %s"
26682664 msgstr ""
26692665
2670 #: tp/Texinfo/Parser.pm:4139
2671 msgid "Bad syntax for @value"
2672 msgstr ""
2673
2674 #: tp/Texinfo/Parser.pm:4146
2666 #: tp/Texinfo/Parser.pm:4151
2667 #, fuzzy
2668 msgid "bad syntax for @value"
2669 msgstr "對 %c%s 無用的引數"
2670
2671 #: tp/Texinfo/Parser.pm:4158
26752672 #, fuzzy, perl-format
26762673 msgid "%c%s is obsolete."
26772674 msgstr "%c%s ¤w¼o¤î¤£¥Î"
26782675
2679 #: tp/Texinfo/Parser.pm:4149
2676 #: tp/Texinfo/Parser.pm:4161
26802677 #, fuzzy, perl-format
26812678 msgid "%c%s is obsolete; %s"
26822679 msgstr "%c%s ¤w¼o¤î¤£¥Î"
26832680
2684 #: tp/Texinfo/Parser.pm:4157
2681 #: tp/Texinfo/Parser.pm:4170
26852682 #, fuzzy, perl-format
26862683 msgid "@%s should only appear at a line beginning"
26872684 msgstr "無法建立輸出檔案 `%s'."
26882685
2689 #: tp/Texinfo/Parser.pm:4247
2686 #: tp/Texinfo/Parser.pm:4261
26902687 #, fuzzy, perl-format
26912688 msgid "@%s not allowed inside `@%s' block"
26922689 msgstr "@%s 在 `@%s' 區塊之內, 並不具有意義"
26932690
2694 #: tp/Texinfo/Parser.pm:4255
2691 #: tp/Texinfo/Parser.pm:4270
26952692 #, fuzzy, perl-format
26962693 msgid "@%s should only appear in heading or footing"
26972694 msgstr "無法建立輸出檔案 `%s'."
26982695
2699 #: tp/Texinfo/Parser.pm:4375 tp/Texinfo/Parser.pm:4390
2700 #: tp/Texinfo/Parser.pm:4437
2696 #: tp/Texinfo/Parser.pm:4391 tp/Texinfo/Parser.pm:4408
2697 #: tp/Texinfo/Parser.pm:4458
27012698 #, perl-format
27022699 msgid "@%s not meaningful inside `@%s' block"
27032700 msgstr "@%s 在 `@%s' 區塊之內, 並不具有意義"
27042701
2705 #: tp/Texinfo/Parser.pm:4398
2702 #: tp/Texinfo/Parser.pm:4418
27062703 #, fuzzy, perl-format
27072704 msgid "@%s in empty multitable"
27082705 msgstr "%s: ªÅÀÉ®×"
27092706
2710 #: tp/Texinfo/Parser.pm:4403
2707 #: tp/Texinfo/Parser.pm:4424
27112708 msgid "@tab before @item"
27122709 msgstr ""
27132710
2714 #: tp/Texinfo/Parser.pm:4406
2715 #, perl-format
2716 msgid "Too many columns in multitable item (max %d)"
2711 #: tp/Texinfo/Parser.pm:4427
2712 #, fuzzy, perl-format
2713 msgid "too many columns in multitable item (max %d)"
27172714 msgstr "multitable 項目中有太多的欄位 (最大值為 %d)"
27182715
2719 #: tp/Texinfo/Parser.pm:4443
2716 #: tp/Texinfo/Parser.pm:4464
27202717 msgid "ignoring @tab outside of multitable"
27212718 msgstr "©¿²¤ multitable ¥~ªº @tab"
27222719
2723 #: tp/Texinfo/Parser.pm:4447
2720 #: tp/Texinfo/Parser.pm:4468
27242721 #, perl-format
27252722 msgid "@%s outside of table or list"
27262723 msgstr ""
27272724
2728 #: tp/Texinfo/Parser.pm:4482
2729 #, perl-format
2730 msgid "Must be after `@%s' to use `@%s'"
2731 msgstr ""
2732
2733 #: tp/Texinfo/Parser.pm:4524
2725 #: tp/Texinfo/Parser.pm:4503
2726 #, fuzzy, perl-format
2727 msgid "must be after `@%s' to use `@%s'"
2728 msgstr "@image 檔案 `%s' 無法讀取: %s"
2729
2730 #: tp/Texinfo/Parser.pm:4545
27342731 #, perl-format
27352732 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
27362733 msgstr ""
27372734
2738 #: tp/Texinfo/Parser.pm:4528
2735 #: tp/Texinfo/Parser.pm:4549
27392736 #, fuzzy
27402737 msgid "@dircategory after first node"
27412738 msgstr "@menu 在第一個 @node 之前出現, 將建立 `Top' 節點"
27422739
2743 #: tp/Texinfo/Parser.pm:4686
2744 #, fuzzy, perl-format
2745 msgid "Region %s inside region %s is not allowed"
2740 #: tp/Texinfo/Parser.pm:4708
2741 #, fuzzy, perl-format
2742 msgid "region %s inside region %s is not allowed"
27462743 msgstr "定義註腳, 但是沒有父節點"
27472744
2748 #: tp/Texinfo/Parser.pm:4704
2745 #: tp/Texinfo/Parser.pm:4726
27492746 #, fuzzy
27502747 msgid "@direntry after first node"
27512748 msgstr "@menu 在第一個 @node 之前出現, 將建立 `Top' 節點"
27522749
2753 #: tp/Texinfo/Parser.pm:4712
2750 #: tp/Texinfo/Parser.pm:4734
27542751 #, fuzzy, perl-format
27552752 msgid "@%s seen before first @node"
27562753 msgstr "@menu 在第一個 @node 之前出現, 將建立 `Top' 節點"
27572754
2758 #: tp/Texinfo/Parser.pm:4714
2755 #: tp/Texinfo/Parser.pm:4737
27592756 msgid ""
27602757 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
27612758 msgstr "也許您應該把 @top 節點包含在 @ifnottex, 而不是 @ifinfo?"
27622759
2763 #: tp/Texinfo/Parser.pm:4776
2760 #: tp/Texinfo/Parser.pm:4799
27642761 #, fuzzy, perl-format
27652762 msgid "@%s should only appear in math context"
27662763 msgstr "無法建立輸出檔案 `%s'."
27672764
2768 #: tp/Texinfo/Parser.pm:4784
2769 #, perl-format
2770 msgid "Unknown command `%s'"
2765 #: tp/Texinfo/Parser.pm:4807
2766 #, fuzzy, perl-format
2767 msgid "unknown command `%s'"
27712768 msgstr "未知的命令 `%s'"
27722769
2773 #: tp/Texinfo/Parser.pm:4794
2774 #, fuzzy
2775 msgid "Unexpected @"
2770 #: tp/Texinfo/Parser.pm:4817
2771 #, fuzzy
2772 msgid "unexpected @"
27762773 msgstr "Expected `%s'"
27772774
2778 #: tp/Texinfo/Parser.pm:4822
2775 #: tp/Texinfo/Parser.pm:4846
27792776 #, fuzzy, perl-format
27802777 msgid "@%s is not meaningful outside `@float' environment"
27812778 msgstr "@%s 在 `@%s' 區塊之內, 並不具有意義"
27822779
2783 #: tp/Texinfo/Parser.pm:4826
2780 #: tp/Texinfo/Parser.pm:4851
27842781 #, perl-format
27852782 msgid "@%s should be right below `@float'"
27862783 msgstr ""
27872784
2788 #: tp/Texinfo/Parser.pm:4834
2789 #, perl-format
2790 msgid "Ignoring multiple @%s"
2791 msgstr ""
2792
2793 #: tp/Texinfo/Parser.pm:4950
2794 #, perl-format
2795 msgid "Command @%s does not accept arguments"
2796 msgstr ""
2797
2798 #: tp/Texinfo/Parser.pm:4974
2799 #, fuzzy, perl-format
2800 msgid "Command @%s missing a node or external manual argument"
2785 #: tp/Texinfo/Parser.pm:4859
2786 #, perl-format
2787 msgid "ignoring multiple @%s"
2788 msgstr ""
2789
2790 #: tp/Texinfo/Parser.pm:4975
2791 #, fuzzy, perl-format
2792 msgid "command @%s does not accept arguments"
2793 msgstr "對 %c%s 無用的引數"
2794
2795 #: tp/Texinfo/Parser.pm:4999
2796 #, fuzzy, perl-format
2797 msgid "command @%s missing a node or external manual argument"
28012798 msgstr "%s: ¿òº|Àɮפ޼Æ.\n"
28022799
2803 #: tp/Texinfo/Parser.pm:4993
2804 #, perl-format
2805 msgid "In @%s empty cross reference name after expansion `%s'"
2806 msgstr ""
2807
2808 #: tp/Texinfo/Parser.pm:5004
2809 #, perl-format
2810 msgid "In @%s empty cross reference title after expansion `%s'"
2811 msgstr ""
2812
2813 #: tp/Texinfo/Parser.pm:5017
2800 #: tp/Texinfo/Parser.pm:5018
2801 #, perl-format
2802 msgid "in @%s empty cross reference name after expansion `%s'"
2803 msgstr ""
2804
2805 #: tp/Texinfo/Parser.pm:5029
2806 #, perl-format
2807 msgid "in @%s empty cross reference title after expansion `%s'"
2808 msgstr ""
2809
2810 #: tp/Texinfo/Parser.pm:5042
28142811 msgid "@image missing filename argument"
28152812 msgstr "@image 沒有檔名引數"
28162813
2817 #: tp/Texinfo/Parser.pm:5047
2814 #: tp/Texinfo/Parser.pm:5072
28182815 #, fuzzy, perl-format
28192816 msgid "@%s missing first argument"
28202817 msgstr "%s: ¿òº|Àɮפ޼Æ.\n"
28212818
2822 #: tp/Texinfo/Parser.pm:5169
2823 msgid "Superfluous arguments for node"
2824 msgstr ""
2825
2826 #: tp/Texinfo/Parser.pm:5208
2827 #, fuzzy, perl-format
2828 msgid "Expected @end %s"
2819 #: tp/Texinfo/Parser.pm:5194
2820 #, fuzzy
2821 msgid "superfluous arguments for node"
2822 msgstr "對 %c%s 無用的引數"
2823
2824 #: tp/Texinfo/Parser.pm:5233
2825 #, fuzzy, perl-format
2826 msgid "expected @end %s"
28292827 msgstr "Expected `%s'"
28302828
2831 #: tp/Texinfo/Parser.pm:5283
2832 #, fuzzy, perl-format
2833 msgid "Remaining argument on @%s line: %s"
2829 #: tp/Texinfo/Parser.pm:5309
2830 #, fuzzy, perl-format
2831 msgid "remaining argument on @%s line: %s"
28342832 msgstr "對 %c%s 無用的引數"
28352833
2836 #: tp/Texinfo/Parser.pm:5287
2834 #: tp/Texinfo/Parser.pm:5313
28372835 #, fuzzy, perl-format
28382836 msgid "@%s should only accept a @-command as argument, not `%s'"
28392837 msgstr "使用大括號將命令包起來, 以作為 @%s 的引數"
28402838
2841 #: tp/Texinfo/Parser.pm:5362
2842 #, fuzzy, perl-format
2843 msgid "Environment command %s as argument to @%s"
2839 #: tp/Texinfo/Parser.pm:5388
2840 #, fuzzy, perl-format
2841 msgid "environment command %s as argument to @%s"
28442842 msgstr "使用大括號將命令包起來, 以作為 @%s 的引數"
28452843
2846 #: tp/Texinfo/Parser.pm:5384
2847 #, perl-format
2848 msgid "Empty @%s"
2849 msgstr ""
2850
2851 #: tp/Texinfo/Parser.pm:5392
2844 #: tp/Texinfo/Parser.pm:5410
2845 #, perl-format
2846 msgid "empty @%s"
2847 msgstr ""
2848
2849 #: tp/Texinfo/Parser.pm:5418
28522850 #, perl-format
28532851 msgid "column fraction not a number: %s"
28542852 msgstr ""
28552853
2856 #: tp/Texinfo/Parser.pm:5401
2854 #: tp/Texinfo/Parser.pm:5427
28572855 #, fuzzy, perl-format
28582856 msgid "@sp arg must be numeric, not `%s'"
28592857 msgstr "%s: %s 引數必須為數值, 而不是 `%s'.\n"
28602858
2861 #: tp/Texinfo/Parser.pm:5409
2862 #, perl-format
2863 msgid "Reserved index name %s"
2864 msgstr ""
2865
2866 #: tp/Texinfo/Parser.pm:5428
2867 #, fuzzy, perl-format
2868 msgid "Unknown source index in @%s: %s"
2859 #: tp/Texinfo/Parser.pm:5436
2860 #, perl-format
2861 msgid "reserved index name %s"
2862 msgstr ""
2863
2864 #: tp/Texinfo/Parser.pm:5455
2865 #, fuzzy, perl-format
2866 msgid "unknown source index in @%s: %s"
28692867 msgstr "未知的索引 `%s'"
28702868
2871 #: tp/Texinfo/Parser.pm:5431
2872 #, fuzzy, perl-format
2873 msgid "Unknown destination index in @%s: %s"
2869 #: tp/Texinfo/Parser.pm:5458
2870 #, fuzzy, perl-format
2871 msgid "unknown destination index in @%s: %s"
28742872 msgstr "未知的索引 `%s'"
28752873
2876 #: tp/Texinfo/Parser.pm:5461
2874 #: tp/Texinfo/Parser.pm:5488
28772875 #, perl-format
28782876 msgid "@%s leads to a merging of %s in itself, ignoring"
28792877 msgstr ""
28802878
2881 #: tp/Texinfo/Parser.pm:5474
2882 #, perl-format
2883 msgid "Unknown index `%s' in @printindex"
2879 #: tp/Texinfo/Parser.pm:5501
2880 #, fuzzy, perl-format
2881 msgid "unknown index `%s' in @printindex"
28842882 msgstr "@printindex 中有未知的索引 `%s'"
28852883
2886 #: tp/Texinfo/Parser.pm:5480
2887 #, perl-format
2888 msgid "Printing an index `%s' merged in another one `%s'"
2889 msgstr ""
2890
2891 #: tp/Texinfo/Parser.pm:5488
2892 #, perl-format
2893 msgid "Printindex before document beginning: @printindex %s"
2894 msgstr ""
2895
2896 #: tp/Texinfo/Parser.pm:5504
2884 #: tp/Texinfo/Parser.pm:5507
2885 #, perl-format
2886 msgid "printing an index `%s' merged in another one `%s'"
2887 msgstr ""
2888
2889 #: tp/Texinfo/Parser.pm:5515
2890 #, perl-format
2891 msgid "printindex before document beginning: @printindex %s"
2892 msgstr ""
2893
2894 #: tp/Texinfo/Parser.pm:5531
28972895 #, fuzzy, perl-format
28982896 msgid "@%s arg must be `top' or `bottom', not `%s'"
28992897 msgstr "%s: %s 引數必須為數值, 而不是 `%s'.\n"
29002898
2901 #: tp/Texinfo/Parser.pm:5512
2899 #: tp/Texinfo/Parser.pm:5539
29022900 #, perl-format
29032901 msgid "Only @%s 10 or 11 is supported, not `%s'"
29042902 msgstr ""
29052903
2906 #: tp/Texinfo/Parser.pm:5520
2904 #: tp/Texinfo/Parser.pm:5547
29072905 #, fuzzy, perl-format
29082906 msgid "@%s arg must be `separate' or `end', not `%s'"
29092907 msgstr "%s: --footnote-style 的引數必須為 `separate' 或 `end', 而不是 `%s'.\n"
29102908
2911 #: tp/Texinfo/Parser.pm:5528
2909 #: tp/Texinfo/Parser.pm:5555
29122910 #, fuzzy, perl-format
29132911 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
29142912 msgstr "%s: %s 引數必須為數值, 而不是 `%s'.\n"
29152913
2916 #: tp/Texinfo/Parser.pm:5546 tp/Texinfo/Parser.pm:5551
2914 #: tp/Texinfo/Parser.pm:5573 tp/Texinfo/Parser.pm:5578
29172915 #, fuzzy, perl-format
29182916 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
29192917 msgstr "%s: --paragraph-indent 的引數必須為 數值/`none'/`asis', 而不是 `%s'.\n"
29202918
2921 #: tp/Texinfo/Parser.pm:5559
2919 #: tp/Texinfo/Parser.pm:5586
29222920 #, fuzzy, perl-format
29232921 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
29242922 msgstr "%s: --paragraph-indent 的引數必須為 數值/`none'/`asis', 而不是 `%s'.\n"
29252923
2926 #: tp/Texinfo/Parser.pm:5569
2924 #: tp/Texinfo/Parser.pm:5596
29272925 #, fuzzy, perl-format
29282926 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
29292927 msgstr "%s: --paragraph-indent 的引數必須為 數值/`none'/`asis', 而不是 `%s'.\n"
29302928
2931 #: tp/Texinfo/Parser.pm:5580
2932 #, perl-format
2933 msgid "Expected @%s on or off, not `%s'"
2934 msgstr ""
2935
2936 #: tp/Texinfo/Parser.pm:5590
2929 #: tp/Texinfo/Parser.pm:5607
2930 #, perl-format
2931 msgid "expected @%s on or off, not `%s'"
2932 msgstr ""
2933
2934 #: tp/Texinfo/Parser.pm:5617
29372935 #, perl-format
29382936 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
29392937 msgstr ""
29402938
2941 #: tp/Texinfo/Parser.pm:5598
2939 #: tp/Texinfo/Parser.pm:5625
29422940 #, fuzzy, perl-format
29432941 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
29442942 msgstr "%s: --footnote-style 的引數必須為 `separate' 或 `end', 而不是 `%s'.\n"
29452943
2946 #: tp/Texinfo/Parser.pm:5606
2944 #: tp/Texinfo/Parser.pm:5633
29472945 #, fuzzy, perl-format
29482946 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
29492947 msgstr "%s: --footnote-style 的引數必須為 `separate' 或 `end', 而不是 `%s'.\n"
29502948
2951 #: tp/Texinfo/Report.pm:100
2952 #, fuzzy, perl-format
2953 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
2954 msgstr "%s:%d: ĵ§i: "
2955
2956 #: tp/Texinfo/Report.pm:103
2957 #, fuzzy, perl-format
2958 msgid "%s:%d: warning: %s\n"
2959 msgstr "%s:%d: ĵ§i: "
2960
2961 #: tp/Texinfo/Report.pm:146
2962 #, fuzzy, perl-format
2963 msgid "warning: %s\n"
2964 msgstr "%s:%d: ĵ§i: "
2965
29662949 #: tp/Texinfo/Structuring.pm:231
29672950 #, perl-format
2968 msgid "Raising the section level of @%s which is too low"
2951 msgid "raising the section level of @%s which is too low"
29692952 msgstr ""
29702953
29712954 #: tp/Texinfo/Structuring.pm:263
29722955 #, perl-format
2973 msgid "No chapter-level command before @%s"
2956 msgid "no chapter-level command before @%s"
29742957 msgstr ""
29752958
29762959 #: tp/Texinfo/Structuring.pm:268
29772960 #, perl-format
2978 msgid "Lowering the section level of @%s appearing after a lower element"
2961 msgid "lowering the section level of @%s appearing after a lower element"
29792962 msgstr ""
29802963
29812964 #: tp/Texinfo/Structuring.pm:347
29822965 #, perl-format
2983 msgid "No sectioning command associated with @%s"
2966 msgid "no sectioning command associated with @%s"
29842967 msgstr ""
29852968
29862969 #: tp/Texinfo/Structuring.pm:568
29872970 #, fuzzy, perl-format
2988 msgid "Menu reference to nonexistent node `%s'"
2971 msgid "menu reference to nonexistent node `%s'"
29892972 msgstr "未被參照的節點 `%s'"
29902973
29912974 #: tp/Texinfo/Structuring.pm:583
29922975 #, perl-format
2993 msgid "Menu entry node name `%s' different from %s name `%s'"
2976 msgid "menu entry node name `%s' different from %s name `%s'"
29942977 msgstr ""
29952978
29962979 #: tp/Texinfo/Structuring.pm:619
30002983
30012984 #: tp/Texinfo/Structuring.pm:665
30022985 #, perl-format
3003 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
2986 msgid "node `%s' is %s for `%s' in sectioning but not in menu"
30042987 msgstr ""
30052988
30062989 #: tp/Texinfo/Structuring.pm:672
30072990 #, perl-format
3008 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
2991 msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ"
30092992 msgstr ""
30102993
30112994 #: tp/Texinfo/Structuring.pm:690
30122995 #, perl-format
3013 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
2996 msgid "node `%s' is %s for `%s' in menu but not in sectioning"
30142997 msgstr ""
30152998
30162999 #: tp/Texinfo/Structuring.pm:744
30253008
30263009 #: tp/Texinfo/Structuring.pm:790
30273010 #, perl-format
3028 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3011 msgid "node `%s' lacks menu item for `%s' despite being its Up target"
30293012 msgstr ""
30303013
30313014 #: tp/Texinfo/Structuring.pm:798
30323015 #, perl-format
3033 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3016 msgid "for `%s', up in menu `%s' and up `%s' don't match"
30343017 msgstr ""
30353018
30363019 #: tp/Texinfo/Structuring.pm:1282
30433026 msgid "@%s to `%s', different from %s name `%s'"
30443027 msgstr ""
30453028
3046 #: tp/Texinfo/Structuring.pm:1939
3047 #, fuzzy, perl-format
3048 msgid "Empty index key in @%s"
3029 #: tp/Texinfo/Structuring.pm:1959
3030 #, fuzzy, perl-format
3031 msgid "empty index key in @%s"
30493032 msgstr "找不到包含 `%s' 的索引項目\n"
30503033
30513034 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
30523035 #, fuzzy, perl-format
3053 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3036 msgid "chm.pm: could not open %s for writing: %s\n"
30543037 msgstr "無法建立輸出檔案 `%s'."
30553038
30563039 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
30573040 #, fuzzy, perl-format
3058 msgid "chm.pm:%s: Error on closing: %s"
3041 msgid "chm.pm: error on closing %s: %s"
30593042 msgstr "無法建立輸出檔案 `%s'."
30603043
3061 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3062 #, fuzzy, perl-format
3063 msgid "tex4ht.pm:%s: Cannot open: %s"
3044 #: tp/init/latex2html.pm:200
3045 #, fuzzy, perl-format
3046 msgid "l2h: could not open latex file %s for writing: %s"
3047 msgstr "無法建立輸出檔案 `%s'."
3048
3049 #: tp/init/latex2html.pm:341
3050 msgid "l2h: L2H_TMP directory contains a dot"
3051 msgstr ""
3052
3053 #: tp/init/latex2html.pm:346
3054 msgid "l2h: current directory contains a dot"
3055 msgstr ""
3056
3057 #: tp/init/latex2html.pm:374
3058 #, perl-format
3059 msgid "l2h: command did not succeed: %s"
3060 msgstr ""
3061
3062 #: tp/init/latex2html.pm:422
3063 #, perl-format
3064 msgid "l2h: image has invalid extension: %s"
3065 msgstr ""
3066
3067 #: tp/init/latex2html.pm:438
3068 #, perl-format
3069 msgid "l2h: rename %s as %s failed: %s"
3070 msgstr ""
3071
3072 #: tp/init/latex2html.pm:460
3073 #, fuzzy, perl-format
3074 msgid "l2h: could not open %s: %s"
3075 msgstr "無法建立輸出檔案 `%s'."
3076
3077 #: tp/init/latex2html.pm:493
3078 #, perl-format
3079 msgid "latex2html.pm: end of @%s item %d not found"
3080 msgstr ""
3081
3082 #: tp/init/latex2html.pm:504
3083 #, perl-format
3084 msgid ""
3085 "latex2html.pm: processing produced %d items in HTML; expected %d, the number "
3086 "of items found in the document"
3087 msgstr ""
3088
3089 #: tp/init/latex2html.pm:534
3090 #, perl-format
3091 msgid "l2h: could not determine the fragment %d for @%s"
3092 msgstr ""
3093
3094 #: tp/init/latex2html.pm:560
3095 #, perl-format
3096 msgid ""
3097 "l2h: could not extract the fragment %d for @%s with output counter %d from "
3098 "HTML"
3099 msgstr ""
3100
3101 #: tp/init/latex2html.pm:621
3102 #, fuzzy, perl-format
3103 msgid "l2h: could not load %s: %s"
3104 msgstr "無法建立輸出檔案 `%s'."
3105
3106 #: tp/init/latex2html.pm:634
3107 #, fuzzy, perl-format
3108 msgid "l2h: could not open %s for writing: %s"
3109 msgstr "無法建立輸出檔案 `%s'."
3110
3111 #: tp/init/tex4ht.pm:123
3112 #, fuzzy, perl-format
3113 msgid "tex4ht.pm: could not open %s: %s"
30643114 msgstr "µLªk§ä¨ì `%s'."
30653115
30663116 #: tp/init/tex4ht.pm:219
3067 #, perl-format
3068 msgid "tex4ht.pm:%s: chdir failed: %s"
3069 msgstr ""
3117 #, fuzzy, perl-format
3118 msgid "tex4ht.pm: chdir %s failed: %s"
3119 msgstr "µLªk§ä¨ì `%s'."
30703120
30713121 #: tp/init/tex4ht.pm:232
30723122 #, perl-format
3073 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3123 msgid "tex4ht.pm: unable to return to initial directory: %s"
30743124 msgstr ""
30753125
30763126 #: tp/init/tex4ht.pm:244
30773127 #, fuzzy, perl-format
3078 msgid "tex4ht.pm: Output file missing: %s"
3128 msgid "tex4ht.pm: output file missing: %s"
30793129 msgstr "無法建立輸出檔案 `%s'."
30803130
30813131 #: tp/init/tex4ht.pm:260
3082 #, perl-format
3083 msgid "tex4ht.pm: Command failed: %s"
3084 msgstr ""
3132 #, fuzzy, perl-format
3133 msgid "tex4ht.pm: command failed: %s"
3134 msgstr "µLªk§ä¨ì `%s'."
3135
3136 #: tp/init/tex4ht.pm:267
3137 #, fuzzy, perl-format
3138 msgid "tex4ht.pm: could not open: %s"
3139 msgstr "µLªk§ä¨ì `%s'."
30853140
30863141 #: tp/init/tex4ht.pm:293
30873142 #, perl-format
30923147 #, perl-format
30933148 msgid ""
30943149 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3095 "items found in the document"
3096 msgstr ""
3097
3098 #: tp/init/tex4ht.pm:319
3099 #, perl-format
3100 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3101 msgstr ""
3102
3103 #: tp/texi2any.pl:375
3150 "items found in the document for @%s"
3151 msgstr ""
3152
3153 #: tp/init/tex4ht.pm:320
3154 #, fuzzy, perl-format
3155 msgid "tex4ht.pm: output has no HTML item for @%s %s"
3156 msgstr "無法建立輸出檔案 `%s'."
3157
3158 #: tp/init/tex4ht.pm:335
3159 #, perl-format
3160 msgid ""
3161 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of "
3162 "items found in the document for @%s"
3163 msgstr ""
3164
3165 #: tp/texi2any.pl:379
31043166 #, perl-format
31053167 msgid "error loading %s: %s\n"
31063168 msgstr ""
31073169
3108 #: tp/texi2any.pl:384 tp/texi2any.pl:401
3109 #, fuzzy, perl-format
3110 msgid "Unknown variable %s\n"
3170 #: tp/texi2any.pl:392
3171 #, fuzzy, perl-format
3172 msgid "%s: unknown variable %s"
31113173 msgstr "未知的命令 `%s'"
31123174
3113 #: tp/texi2any.pl:468
3114 #, fuzzy, perl-format
3115 msgid "Can't read init file %s"
3175 #: tp/texi2any.pl:396
3176 #, fuzzy, perl-format
3177 msgid "%s: obsolete variable %s\n"
3178 msgstr "設定變數: "
3179
3180 #: tp/texi2any.pl:411
3181 #, fuzzy, perl-format
3182 msgid "%s: unknown variable %s\n"
3183 msgstr "未知的命令 `%s'"
3184
3185 #: tp/texi2any.pl:415
3186 #, fuzzy, perl-format
3187 msgid "obsolete variable %s\n"
3188 msgstr "設定變數: "
3189
3190 #: tp/texi2any.pl:480
3191 #, fuzzy, perl-format
3192 msgid "could not read init file %s"
31163193 msgstr "無法開啟至 `%s' 的管道."
31173194
3118 #: tp/texi2any.pl:619
3119 #, perl-format
3120 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3121 msgstr ""
3122
3123 #: tp/texi2any.pl:691
3195 #: tp/texi2any.pl:633
3196 #, perl-format
3197 msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
3198 msgstr ""
3199
3200 #: tp/texi2any.pl:710
31243201 #, fuzzy
31253202 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
31263203 msgstr "¥Îªk: %s [OPTION]... FILE...\n"
31273204
3128 #: tp/texi2any.pl:692
3205 #: tp/texi2any.pl:711
31293206 #, fuzzy
31303207 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
31313208 msgstr "¥Îªk: %s [OPTION]... FILE...\n"
31323209
3133 #: tp/texi2any.pl:694
3210 #: tp/texi2any.pl:713
31343211 msgid ""
31353212 "Translate Texinfo source documentation to various other formats, by default\n"
31363213 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
31373214 msgstr ""
31383215
3139 #: tp/texi2any.pl:697
3216 #: tp/texi2any.pl:716
31403217 #, perl-format
31413218 msgid ""
31423219 "General options:\n"
31553232 " --version display version information and exit.\n"
31563233 msgstr ""
31573234
3158 #: tp/texi2any.pl:712
3235 #: tp/texi2any.pl:731
31593236 msgid ""
31603237 "Output format selection (default is to produce Info):\n"
31613238 " --docbook output Docbook XML rather than Info.\n"
31653242 " --dvi, --dvipdf, --ps, --pdf call texi2dvi to generate given output.\n"
31663243 msgstr ""
31673244
3168 #: tp/texi2any.pl:720
3245 #: tp/texi2any.pl:739
31693246 msgid ""
31703247 "General output options:\n"
31713248 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
31923269 " Otherwise, DEST names the output file.\n"
31933270 msgstr ""
31943271
3195 #: tp/texi2any.pl:740
3272 #: tp/texi2any.pl:759
31963273 #, perl-format
31973274 msgid ""
31983275 "Options for Info and plain text:\n"
32143291 " --split-size=NUM split Info files at size NUM (default %d).\n"
32153292 msgstr ""
32163293
3217 #: tp/texi2any.pl:757
3294 #: tp/texi2any.pl:776
32183295 msgid ""
32193296 "Options for HTML:\n"
32203297 " --css-include=FILE include FILE in HTML <style> output;\n"
32283305 " anchors; default is set only if split.\n"
32293306 msgstr ""
32303307
3231 #: tp/texi2any.pl:768
3308 #: tp/texi2any.pl:787
32323309 msgid ""
32333310 "Options for XML and Docbook:\n"
32343311 " --output-indent=VAL does nothing, retained for compatibility.\n"
32353312 msgstr ""
32363313
3237 #: tp/texi2any.pl:771
3314 #: tp/texi2any.pl:790
32383315 msgid ""
32393316 "Options for DVI/PS/PDF:\n"
32403317 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
32413318 msgstr ""
32423319
3243 #: tp/texi2any.pl:774
3320 #: tp/texi2any.pl:793
32443321 msgid ""
32453322 "Input file options:\n"
32463323 " --commands-in-node-names does nothing, retained for compatibility.\n"
32503327 " -U VAR undefine the variable VAR, as with @clear.\n"
32513328 msgstr ""
32523329
3253 #: tp/texi2any.pl:781
3330 #: tp/texi2any.pl:800
32543331 msgid ""
32553332 "Conditional processing in input:\n"
32563333 " --ifdocbook process @ifdocbook and @docbook even if\n"
32703347 " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
32713348 msgstr ""
32723349
3273 #: tp/texi2any.pl:798
3350 #: tp/texi2any.pl:817
32743351 msgid ""
32753352 " The defaults for the @if... conditionals depend on the output format:\n"
32763353 " if generating Docbook, --ifdocbook is on and the others are off;\n"
32803357 " if generating XML, --ifxml is on and the others are off.\n"
32813358 msgstr ""
32823359
3283 #: tp/texi2any.pl:805
3360 #: tp/texi2any.pl:824
32843361 #, fuzzy
32853362 msgid ""
32863363 "Examples:\n"
33123389 "程式臭蟲, 請以電子郵件 (英文) 回報至 bug-texinfo@gnu.org,\n"
33133390 "一般問題與討論, 請以電子郵件 (英文) 寄到 help-texinfo@gnu.org."
33143391
3315 #: tp/texi2any.pl:852
3392 #: tp/texi2any.pl:871
33163393 #, perl-format
33173394 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
33183395 msgstr "%s: --footnote-style 的引數必須為 `separate' 或 `end', 而不是 `%s'.\n"
33193396
3320 #: tp/texi2any.pl:934
3397 #: tp/texi2any.pl:953
33213398 #, perl-format
33223399 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
33233400 msgstr "%s: --paragraph-indent 的引數必須為 數值/`none'/`asis', 而不是 `%s'.\n"
33243401
3325 #: tp/texi2any.pl:1011
3326 #, perl-format
3327 msgid "when generating %s, only one input FILE may be specified with -o"
3328 msgstr ""
3329
3330 #: tp/texi2any.pl:1015
3402 #: tp/texi2any.pl:1030
3403 #, perl-format
3404 msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
3405 msgstr ""
3406
3407 #: tp/texi2any.pl:1034
33313408 msgid "--Xopt option without printed output"
33323409 msgstr ""
33333410
3334 #: tp/texi2any.pl:1025
3335 #, fuzzy, perl-format
3336 msgid "Unknown tree transformation %s"
3411 #: tp/texi2any.pl:1044
3412 #, fuzzy, perl-format
3413 msgid "unknown tree transformation %s"
33373414 msgstr "未知的命令 `%s'"
33383415
3339 #: tp/texi2any.pl:1032
3340 #, perl-format
3341 msgid "Ignoring splitting for format %s"
3342 msgstr ""
3343
3344 #: tp/texi2any.pl:1081
3416 #: tp/texi2any.pl:1051
3417 #, perl-format
3418 msgid "ignoring splitting for format %s"
3419 msgstr ""
3420
3421 #: tp/texi2any.pl:1101
33453422 #, perl-format
33463423 msgid "%s: missing file argument.\n"
33473424 msgstr "%s: ¿òº|Àɮפ޼Æ.\n"
33483425
3349 #: tp/texi2any.pl:1082
3426 #: tp/texi2any.pl:1102
33503427 #, perl-format
33513428 msgid "Try `%s --help' for more information.\n"
33523429 msgstr "試試 `%s --help' 以取得更多的資訊.\n"
33533430
3354 #: tp/texi2any.pl:1153
3431 #: tp/texi2any.pl:1173
33553432 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
33563433 msgstr ""
33573434
3358 #: tp/texi2any.pl:1175
3359 #, fuzzy, perl-format
3360 msgid "Error on closing macro expand file %s: %s\n"
3435 #: tp/texi2any.pl:1195
3436 #, fuzzy, perl-format
3437 msgid "error on closing macro expand file %s: %s\n"
33613438 msgstr "無法建立輸出檔案 `%s'."
33623439
3363 #: tp/texi2any.pl:1181 tp/texi2any.pl:1295 tp/texi2any.pl:1329
3364 #, fuzzy, perl-format
3365 msgid "Could not open %s for writing: %s\n"
3440 #: tp/texi2any.pl:1201
3441 #, fuzzy, perl-format
3442 msgid "could not open %s for writing: %s\n"
33663443 msgstr "無法建立輸出檔案 `%s'."
33673444
3368 #: tp/texi2any.pl:1205
3445 #: tp/texi2any.pl:1226
33693446 msgid ""
33703447 "insert_nodes_for_sectioning_commands transformation return no result. No "
33713448 "section?"
33723449 msgstr ""
33733450
3374 #: tp/texi2any.pl:1266 tp/texi2any.pl:1342
3375 #, perl-format
3376 msgid "Error on closing %s: %s\n"
3377 msgstr ""
3378
3379 #: tp/texi2any.pl:1289 tp/texi2any.pl:1323
3380 #, perl-format
3381 msgid "Error on closing internal links file %s: %s\n"
3382 msgstr ""
3451 #: tp/texi2any.pl:1287 tp/texi2any.pl:1363
3452 #, fuzzy, perl-format
3453 msgid "%s: error on closing %s: %s\n"
3454 msgstr "無法建立輸出檔案 `%s'."
3455
3456 #: tp/texi2any.pl:1310 tp/texi2any.pl:1344
3457 #, fuzzy, perl-format
3458 msgid "%s: error on closing internal links file %s: %s\n"
3459 msgstr "無法建立輸出檔案 `%s'."
3460
3461 #: tp/texi2any.pl:1316 tp/texi2any.pl:1350
3462 #, fuzzy, perl-format
3463 msgid "%s: could not open %s for writing: %s\n"
3464 msgstr "無法建立輸出檔案 `%s'."
33833465
33843466 #: util/texindex.c:223
33853467 msgid "display this help and exit"
34383520 msgstr ""
34393521
34403522 #, fuzzy
3523 #~ msgid "Can't read file %s: %s"
3524 #~ msgstr "無法建立輸出檔案 `%s'."
3525
3526 #, fuzzy
3527 #~ msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3528 #~ msgstr "%s:%d: ĵ§i: "
3529
3530 #, fuzzy
3531 #~ msgid "%s:%d: warning: %s\n"
3532 #~ msgstr "%s:%d: ĵ§i: "
3533
3534 #, fuzzy
3535 #~ msgid "warning: %s\n"
3536 #~ msgstr "%s:%d: ĵ§i: "
3537
3538 #, fuzzy
3539 #~ msgid "chm.pm:%s: Cannot open for writing: %s\n"
3540 #~ msgstr "無法建立輸出檔案 `%s'."
3541
3542 #, fuzzy
34413543 #~ msgid "tex4ht error opening %s: %s"
34423544 #~ msgstr "無法建立輸出檔案 `%s'."
34433545
34443546 #, fuzzy
3445 #~ msgid "Error on closing renamed nodes file %s: %s"
3446 #~ msgstr "無法建立輸出檔案 `%s'."
3447
3448 #, fuzzy
34493547 #~ msgid "Node `%s' that is to be renamed exists"
34503548 #~ msgstr "索引 `%s' 已存在"
3451
3452 #, fuzzy
3453 #~ msgid "Unknown variable %s"
3454 #~ msgstr "未知的命令 `%s'"
34553549
34563550 #, fuzzy
34573551 #~ msgid "arguments to @%s ignored"
37843878
37853879 #, fuzzy
37863880 #~ msgid "%s should not appear in %s"
3787 #~ msgstr "無法建立輸出檔案 `%s'."
3788
3789 #, fuzzy
3790 #~ msgid "%s: could not open --css-file %s: %s\n"
37913881 #~ msgstr "無法建立輸出檔案 `%s'."
37923882
37933883 #, fuzzy
00 de.us-ascii
1 eo
12 es.us-ascii
23 fr.us-ascii
34 hu
45 it
56 nl
67 no.us-ascii
8 pl
79 pt_BR.us-ascii
810 pt.us-ascii
66 msgstr ""
77 "Project-Id-Version: texinfo 5.0\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
9 "POT-Creation-Date: 2013-02-04 11:18-0800\n"
1010 "PO-Revision-Date: 2008-03-19\n"
1111 "Last-Translator: Reinhold Kainhofer <reinhold@kainhofer.com>\n"
1212 "Language-Team: Unknown\n"
4545 msgid "Method"
4646 msgstr ""
4747
48 #: tp/Texinfo/Common.pm:1141
48 #: tp/Texinfo/Common.pm:1142
4949 #, perl-brace-format
5050 msgid "{category} on {class}"
5151 msgstr ""
5252
53 #: tp/Texinfo/Common.pm:1148
53 #: tp/Texinfo/Common.pm:1149
5454 #, perl-brace-format
5555 msgid "{category} of {class}"
5656 msgstr ""
5757
58 #: tp/Texinfo/Common.pm:1165
58 #: tp/Texinfo/Common.pm:1166
5959 #, perl-brace-format
6060 msgid "{month} {day}, {year}"
6161 msgstr "{day}. {month} {year}"
6262
63 #: tp/Texinfo/Common.pm:1196 tp/Texinfo/Convert/Plaintext.pm:904
63 #: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904
6464 #: tp/Texinfo/Convert/HTML.pm:511
6565 #, perl-brace-format
6666 msgid "Appendix {number} {section_title}"
6767 msgstr ""
6868
69 #: tp/Texinfo/Common.pm:1200 tp/Texinfo/Convert/Plaintext.pm:909
69 #: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909
7070 #: tp/Texinfo/Convert/HTML.pm:517
7171 #, fuzzy, perl-brace-format
7272 msgid "{number} {section_title}"
7373 msgstr "{style}: {caption_first_line}"
7474
75 #: tp/Texinfo/Common.pm:1335
75 #: tp/Texinfo/Common.pm:1336
7676 #, fuzzy, perl-brace-format
7777 msgid "{float_type} {float_number}: "
7878 msgstr "{style} {number}"
7979
80 #: tp/Texinfo/Common.pm:1339
80 #: tp/Texinfo/Common.pm:1340
8181 #, fuzzy, perl-brace-format
8282 msgid "{float_type}: "
8383 msgstr "{style} {number}"
8484
85 #: tp/Texinfo/Common.pm:1344
85 #: tp/Texinfo/Common.pm:1345
8686 #, fuzzy, perl-brace-format
8787 msgid "{float_type} {float_number}\n"
8888 msgstr "{style} {number}"
8989
90 #: tp/Texinfo/Common.pm:1348
90 #: tp/Texinfo/Common.pm:1349
9191 #, fuzzy, perl-brace-format
9292 msgid "{float_type}\n"
9393 msgstr "{style} {number}"
9494
95 #: tp/Texinfo/Common.pm:1354
95 #: tp/Texinfo/Common.pm:1355
9696 #, fuzzy, perl-brace-format
9797 msgid "{float_number}: "
9898 msgstr "{style} {number}"
9999
100 #: tp/Texinfo/Common.pm:1357
100 #: tp/Texinfo/Common.pm:1358
101101 #, fuzzy, perl-brace-format
102102 msgid "{float_number}\n"
103103 msgstr "{style} {number}"
104104
105 #: tp/Texinfo/Parser.pm:2762
105 #: tp/Texinfo/Parser.pm:2768
106106 #, perl-brace-format
107107 msgid "{name} on {class}"
108108 msgstr ""
109109
110 #: tp/Texinfo/Parser.pm:2771
110 #: tp/Texinfo/Parser.pm:2777
111111 #, perl-brace-format
112112 msgid "{name} of {class}"
113113 msgstr ""
209209 msgid "see section ``{section_name}'' in @cite{{book}}"
210210 msgstr "siehe Abschnitt `{section}' in @cite{{book}}"
211211
212 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3218
212 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3220
213213 #, perl-brace-format
214214 msgid "@cite{{book}}"
215215 msgstr "@cite{{book}}"
216216
217 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3195
217 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3197
218218 #, perl-brace-format
219219 msgid "See @cite{{book}}"
220220 msgstr ""
221221
222 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3172
222 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3174
223223 #, perl-brace-format
224224 msgid "see @cite{{book}}"
225225 msgstr "siehe @cite{{book}}"
239239 msgid "see {title_ref}"
240240 msgstr ""
241241
242 #: tp/Texinfo/Convert/DocBook.pm:987 tp/Texinfo/Convert/Plaintext.pm:1872
242 #: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878
243243 #, fuzzy, perl-brace-format
244244 msgid "{abbr_or_acronym} ({explanation})"
245245 msgstr "{acronym_like} ({explanation})"
246246
247 #: tp/Texinfo/Convert/DocBook.pm:1116 tp/Texinfo/Convert/Plaintext.pm:1998
248 #: tp/Texinfo/Convert/HTML.pm:3524
247 #: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004
248 #: tp/Texinfo/Convert/HTML.pm:3526
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
251251 msgstr "@b{{quotation_arg}:} "
254254 msgid "(outside of any node)"
255255 msgstr ""
256256
257 #: tp/Texinfo/Convert/Plaintext.pm:1682
257 #: tp/Texinfo/Convert/Plaintext.pm:1685
258258 #, perl-brace-format
259259 msgid "{name} @url{{email}}"
260260 msgstr ""
261261
262 #: tp/Texinfo/Convert/Plaintext.pm:1685
262 #: tp/Texinfo/Convert/Plaintext.pm:1688
263263 #, perl-brace-format
264264 msgid "@url{{email}}"
265265 msgstr ""
266266
267 #: tp/Texinfo/Convert/Plaintext.pm:1707
267 #: tp/Texinfo/Convert/Plaintext.pm:1710
268268 #, perl-brace-format
269269 msgid "{text} ({url})"
270270 msgstr ""
271271
272 #: tp/Texinfo/Convert/Plaintext.pm:1712
272 #: tp/Texinfo/Convert/Plaintext.pm:1715
273273 #, perl-brace-format
274274 msgid "@t{<{url}>}"
275275 msgstr ""
276276
277 #: tp/Texinfo/Convert/Plaintext.pm:1923 tp/Texinfo/Convert/HTML.pm:1433
277 #: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433
278278 #, perl-brace-format
279279 msgid "@{No value for `{value}'@}"
280280 msgstr ""
281281
282 #: tp/Texinfo/Convert/Plaintext.pm:2444
282 #: tp/Texinfo/Convert/Plaintext.pm:2450
283283 #, perl-brace-format
284284 msgid "@tie{ }-- {category}: {name} {arguments}"
285285 msgstr ""
286286
287 #: tp/Texinfo/Convert/Plaintext.pm:2449
287 #: tp/Texinfo/Convert/Plaintext.pm:2455
288288 #, perl-brace-format
289289 msgid "@tie{ }-- {category}: {name}"
290290 msgstr ""
291291
292 #: tp/Texinfo/Convert/Plaintext.pm:2462
292 #: tp/Texinfo/Convert/Plaintext.pm:2468
293293 #, perl-brace-format
294294 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
295295 msgstr ""
296296
297 #: tp/Texinfo/Convert/Plaintext.pm:2465
297 #: tp/Texinfo/Convert/Plaintext.pm:2471
298298 #, perl-brace-format
299299 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
300300 msgstr ""
301301
302 #: tp/Texinfo/Convert/Plaintext.pm:2474
302 #: tp/Texinfo/Convert/Plaintext.pm:2480
303303 #, perl-brace-format
304304 msgid "@tie{ }-- {category}:@*{type}@*{name}"
305305 msgstr ""
306306
307 #: tp/Texinfo/Convert/Plaintext.pm:2477
307 #: tp/Texinfo/Convert/Plaintext.pm:2483
308308 #, perl-brace-format
309309 msgid "@tie{ }-- {category}: {type} {name}"
310310 msgstr ""
311311
312 #: tp/Texinfo/Convert/Plaintext.pm:2485
312 #: tp/Texinfo/Convert/Plaintext.pm:2491
313313 #, perl-brace-format
314314 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
315315 msgstr ""
316316
317 #: tp/Texinfo/Convert/Plaintext.pm:2491
317 #: tp/Texinfo/Convert/Plaintext.pm:2497
318318 #, perl-brace-format
319319 msgid "@tie{ }-- {category} of {class}: {name}"
320320 msgstr ""
321321
322 #: tp/Texinfo/Convert/Plaintext.pm:2500
322 #: tp/Texinfo/Convert/Plaintext.pm:2506
323323 #, perl-brace-format
324324 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
325325 msgstr ""
326326
327 #: tp/Texinfo/Convert/Plaintext.pm:2506
327 #: tp/Texinfo/Convert/Plaintext.pm:2512
328328 #, perl-brace-format
329329 msgid "@tie{ }-- {category} on {class}: {name}"
330330 msgstr ""
331331
332 #: tp/Texinfo/Convert/Plaintext.pm:2521
332 #: tp/Texinfo/Convert/Plaintext.pm:2527
333333 #, perl-brace-format
334334 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
335335 msgstr ""
336336
337 #: tp/Texinfo/Convert/Plaintext.pm:2525
337 #: tp/Texinfo/Convert/Plaintext.pm:2531
338338 #, perl-brace-format
339339 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
340340 msgstr ""
341341
342 #: tp/Texinfo/Convert/Plaintext.pm:2536
342 #: tp/Texinfo/Convert/Plaintext.pm:2542
343343 #, perl-brace-format
344344 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
345345 msgstr ""
346346
347 #: tp/Texinfo/Convert/Plaintext.pm:2540
347 #: tp/Texinfo/Convert/Plaintext.pm:2546
348348 #, perl-brace-format
349349 msgid "@tie{ }-- {category} on {class}: {type} {name}"
350350 msgstr ""
351351
352 #: tp/Texinfo/Convert/Plaintext.pm:2554
352 #: tp/Texinfo/Convert/Plaintext.pm:2560
353353 #, perl-brace-format
354354 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
355355 msgstr ""
356356
357 #: tp/Texinfo/Convert/Plaintext.pm:2558
357 #: tp/Texinfo/Convert/Plaintext.pm:2564
358358 #, perl-brace-format
359359 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
360360 msgstr ""
361361
362 #: tp/Texinfo/Convert/Plaintext.pm:2569
362 #: tp/Texinfo/Convert/Plaintext.pm:2575
363363 #, perl-brace-format
364364 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
365365 msgstr ""
366366
367 #: tp/Texinfo/Convert/Plaintext.pm:2573
367 #: tp/Texinfo/Convert/Plaintext.pm:2579
368368 #, perl-brace-format
369369 msgid "@tie{ }-- {category} of {class}: {type} {name}"
370370 msgstr ""
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:2854 tp/Texinfo/Convert/HTML.pm:2784
372 #: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786
373373 #, perl-brace-format
374374 msgid "@center --- @emph{{author}}\n"
375375 msgstr ""
603603 msgid "{explained_string} ({explanation})"
604604 msgstr "{acronym_like} ({explanation})"
605605
606 #: tp/Texinfo/Convert/HTML.pm:3083
606 #: tp/Texinfo/Convert/HTML.pm:3085
607607 #, perl-brace-format
608608 msgid "see section {reference_name}"
609609 msgstr "siehe Abschnitt {reference_name}"
610610
611 #: tp/Texinfo/Convert/HTML.pm:3086
611 #: tp/Texinfo/Convert/HTML.pm:3088
612612 #, perl-brace-format
613613 msgid "see {reference_name}"
614614 msgstr "siehe {reference_name}"
615615
616 #: tp/Texinfo/Convert/HTML.pm:3091
616 #: tp/Texinfo/Convert/HTML.pm:3093
617617 #, perl-brace-format
618618 msgid "See section {reference_name}"
619619 msgstr ""
620620
621 #: tp/Texinfo/Convert/HTML.pm:3094
621 #: tp/Texinfo/Convert/HTML.pm:3096
622622 #, perl-brace-format
623623 msgid "See {reference_name}"
624624 msgstr ""
625625
626 #: tp/Texinfo/Convert/HTML.pm:3098
626 #: tp/Texinfo/Convert/HTML.pm:3100
627627 #, perl-brace-format
628628 msgid "{reference_name}"
629629 msgstr "{reference_name}"
630630
631 #: tp/Texinfo/Convert/HTML.pm:3160
631 #: tp/Texinfo/Convert/HTML.pm:3162
632632 #, fuzzy, perl-brace-format
633633 msgid "see {reference} in @cite{{book}}"
634634 msgstr "siehe {node_file_href} @cite{{book}}"
635635
636 #: tp/Texinfo/Convert/HTML.pm:3164
636 #: tp/Texinfo/Convert/HTML.pm:3166
637637 #, fuzzy, perl-brace-format
638638 msgid "see @cite{{book_reference}}"
639639 msgstr "siehe @cite{{book}}"
640640
641 #: tp/Texinfo/Convert/HTML.pm:3168
641 #: tp/Texinfo/Convert/HTML.pm:3170
642642 #, fuzzy, perl-brace-format
643643 msgid "see `{section}' in @cite{{book}}"
644644 msgstr "Abschnitt `{section}' in @cite{{book}}"
645645
646 #: tp/Texinfo/Convert/HTML.pm:3175
646 #: tp/Texinfo/Convert/HTML.pm:3177
647647 #, fuzzy, perl-brace-format
648648 msgid "see {reference}"
649649 msgstr "siehe {reference_name}"
650650
651 #: tp/Texinfo/Convert/HTML.pm:3178
651 #: tp/Texinfo/Convert/HTML.pm:3180
652652 #, fuzzy, perl-brace-format
653653 msgid "see `{section}'"
654654 msgstr "Abschnitt nach oben"
655655
656 #: tp/Texinfo/Convert/HTML.pm:3183
656 #: tp/Texinfo/Convert/HTML.pm:3185
657657 #, fuzzy, perl-brace-format
658658 msgid "See {reference} in @cite{{book}}"
659659 msgstr "Siehe {node_file_href} @cite{{book}}"
660660
661 #: tp/Texinfo/Convert/HTML.pm:3187
661 #: tp/Texinfo/Convert/HTML.pm:3189
662662 #, fuzzy, perl-brace-format
663663 msgid "See @cite{{book_reference}}"
664664 msgstr "siehe @cite{{book}}"
665665
666 #: tp/Texinfo/Convert/HTML.pm:3191
666 #: tp/Texinfo/Convert/HTML.pm:3193
667667 #, fuzzy, perl-brace-format
668668 msgid "See `{section}' in @cite{{book}}"
669669 msgstr "Siehe Abschnitt `{section}' in @cite{{book}}"
670670
671 #: tp/Texinfo/Convert/HTML.pm:3198
671 #: tp/Texinfo/Convert/HTML.pm:3200
672672 #, fuzzy, perl-brace-format
673673 msgid "See {reference}"
674674 msgstr "siehe {reference_name}"
675675
676 #: tp/Texinfo/Convert/HTML.pm:3201
676 #: tp/Texinfo/Convert/HTML.pm:3203
677677 #, fuzzy, perl-brace-format
678678 msgid "See `{section}'"
679679 msgstr "Abschnitt nach oben"
680680
681 #: tp/Texinfo/Convert/HTML.pm:3206
681 #: tp/Texinfo/Convert/HTML.pm:3208
682682 #, fuzzy, perl-brace-format
683683 msgid "{reference} in @cite{{book}}"
684684 msgstr "siehe @cite{{book}}"
685685
686 #: tp/Texinfo/Convert/HTML.pm:3210
686 #: tp/Texinfo/Convert/HTML.pm:3212
687687 #, fuzzy, perl-brace-format
688688 msgid "@cite{{book_reference}}"
689689 msgstr "@cite{{book}}"
690690
691 #: tp/Texinfo/Convert/HTML.pm:3214
691 #: tp/Texinfo/Convert/HTML.pm:3216
692692 #, fuzzy, perl-brace-format
693693 msgid "`{section}' in @cite{{book}}"
694694 msgstr "Abschnitt `{section}' in @cite{{book}}"
695695
696 #: tp/Texinfo/Convert/HTML.pm:3221
696 #: tp/Texinfo/Convert/HTML.pm:3223
697697 #, fuzzy, perl-brace-format
698698 msgid "{reference}"
699699 msgstr "{reference_name}"
700700
701 #: tp/Texinfo/Convert/HTML.pm:3224
701 #: tp/Texinfo/Convert/HTML.pm:3226
702702 #, fuzzy, perl-brace-format
703703 msgid "`{section}'"
704704 msgstr "Abschnitt nach oben"
705705
706 #: tp/Texinfo/Convert/HTML.pm:3337
706 #: tp/Texinfo/Convert/HTML.pm:3339
707707 msgid "Jump to"
708708 msgstr "Springe zu"
709709
710 #: tp/Texinfo/Convert/HTML.pm:3345
710 #: tp/Texinfo/Convert/HTML.pm:3347
711711 msgid "Index Entry"
712712 msgstr "Indexeintrag"
713713
714 #: tp/Texinfo/Convert/HTML.pm:3347
714 #: tp/Texinfo/Convert/HTML.pm:3349
715715 msgid "Section"
716716 msgstr "Abschnitt"
717717
718 #: tp/Texinfo/Convert/HTML.pm:3966
718 #: tp/Texinfo/Convert/HTML.pm:3968
719719 #, perl-brace-format
720720 msgid "{category}: @strong{{name}} @emph{{arguments}}"
721721 msgstr ""
722722
723 #: tp/Texinfo/Convert/HTML.pm:3971
723 #: tp/Texinfo/Convert/HTML.pm:3973
724724 #, perl-brace-format
725725 msgid "{category}: @strong{{name}}"
726726 msgstr ""
727727
728 #: tp/Texinfo/Convert/HTML.pm:3988
728 #: tp/Texinfo/Convert/HTML.pm:3990
729729 #, perl-brace-format
730730 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
731731 msgstr ""
732732
733 #: tp/Texinfo/Convert/HTML.pm:3992
733 #: tp/Texinfo/Convert/HTML.pm:3994
734734 #, perl-brace-format
735735 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
736736 msgstr ""
737737
738 #: tp/Texinfo/Convert/HTML.pm:4001
738 #: tp/Texinfo/Convert/HTML.pm:4003
739739 #, perl-brace-format
740740 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
741741 msgstr ""
742742
743 #: tp/Texinfo/Convert/HTML.pm:4004
743 #: tp/Texinfo/Convert/HTML.pm:4006
744744 #, perl-brace-format
745745 msgid "{category}: @emph{{type}} @strong{{name}}"
746746 msgstr ""
747747
748 #: tp/Texinfo/Convert/HTML.pm:4012
748 #: tp/Texinfo/Convert/HTML.pm:4014
749749 #, perl-brace-format
750750 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
751751 msgstr ""
752752
753 #: tp/Texinfo/Convert/HTML.pm:4018
753 #: tp/Texinfo/Convert/HTML.pm:4020
754754 #, perl-brace-format
755755 msgid "{category} of {class}: @strong{{name}}"
756756 msgstr ""
757757
758 #: tp/Texinfo/Convert/HTML.pm:4027
758 #: tp/Texinfo/Convert/HTML.pm:4029
759759 #, perl-brace-format
760760 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
761761 msgstr ""
762762
763 #: tp/Texinfo/Convert/HTML.pm:4033
763 #: tp/Texinfo/Convert/HTML.pm:4035
764764 #, perl-brace-format
765765 msgid "{category} on {class}: @strong{{name}}"
766766 msgstr ""
767767
768 #: tp/Texinfo/Convert/HTML.pm:4048
768 #: tp/Texinfo/Convert/HTML.pm:4050
769769 #, perl-brace-format
770770 msgid ""
771771 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
772772 msgstr ""
773773
774 #: tp/Texinfo/Convert/HTML.pm:4052
774 #: tp/Texinfo/Convert/HTML.pm:4054
775775 #, perl-brace-format
776776 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
777777 msgstr ""
778778
779 #: tp/Texinfo/Convert/HTML.pm:4063
779 #: tp/Texinfo/Convert/HTML.pm:4065
780780 #, perl-brace-format
781781 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
782782 msgstr ""
783783
784 #: tp/Texinfo/Convert/HTML.pm:4067
784 #: tp/Texinfo/Convert/HTML.pm:4069
785785 #, perl-brace-format
786786 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
787787 msgstr ""
788788
789 #: tp/Texinfo/Convert/HTML.pm:4081
789 #: tp/Texinfo/Convert/HTML.pm:4083
790790 #, perl-brace-format
791791 msgid ""
792792 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
793793 msgstr ""
794794
795 #: tp/Texinfo/Convert/HTML.pm:4085
795 #: tp/Texinfo/Convert/HTML.pm:4087
796796 #, perl-brace-format
797797 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
798798 msgstr ""
799799
800 #: tp/Texinfo/Convert/HTML.pm:4096
800 #: tp/Texinfo/Convert/HTML.pm:4098
801801 #, perl-brace-format
802802 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
803803 msgstr ""
804804
805 #: tp/Texinfo/Convert/HTML.pm:4100
805 #: tp/Texinfo/Convert/HTML.pm:4102
806806 #, perl-brace-format
807807 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
808808 msgstr ""
809809
810 #: tp/Texinfo/Convert/HTML.pm:6103
810 #: tp/Texinfo/Convert/HTML.pm:6108
811811 #, fuzzy, perl-brace-format
812812 msgid ""
813813 "This document was generated on @emph{@today{}} using "
816816 "Dieses Dokument wurde erzeugt am @i{{date}} durch @uref{{program_homepage}, "
817817 "@i{{program}}}."
818818
819 #: tp/Texinfo/Convert/HTML.pm:6143
819 #: tp/Texinfo/Convert/HTML.pm:6113
820 #, fuzzy
821 msgid "This document was generated on @emph{@today{}}."
822 msgstr ""
823 "Dieses Dokument wurde erzeugt durch @uref{{program_homepage}, "
824 "@emph{{program}}}."
825
826 #: tp/Texinfo/Convert/HTML.pm:6152
820827 #, perl-brace-format
821828 msgid "{title}: {element_text}"
822829 msgstr ""
823830
824 #: tp/Texinfo/Convert/HTML.pm:6284
831 #: tp/Texinfo/Convert/HTML.pm:6296
825832 #, perl-brace-format
826833 msgid "The node you are looking for is at {href}."
827834 msgstr "Der Knoten, den Sie sehen, befindet sich bei {href}"
828835
829 #: tp/Texinfo/Convert/HTML.pm:6354
836 #: tp/Texinfo/Convert/HTML.pm:6365
830837 msgid " The buttons in the navigation panels have the following meaning:"
831838 msgstr " Die Links in der Navigationsleiste haben die folgende Bedeutung: "
832839
833 #: tp/Texinfo/Convert/HTML.pm:6360
840 #: tp/Texinfo/Convert/HTML.pm:6371
834841 msgid "Button"
835842 msgstr ""
836843
837 #: tp/Texinfo/Convert/HTML.pm:6361
844 #: tp/Texinfo/Convert/HTML.pm:6372
838845 msgid "Name"
839846 msgstr "Name"
840847
841 #: tp/Texinfo/Convert/HTML.pm:6362
848 #: tp/Texinfo/Convert/HTML.pm:6373
842849 msgid "Go to"
843850 msgstr "Gehe zu"
844851
845 #: tp/Texinfo/Convert/HTML.pm:6363
852 #: tp/Texinfo/Convert/HTML.pm:6374
846853 msgid "From 1.2.3 go to"
847854 msgstr "Von 1.2.3 gehe zu"
848855
849 #: tp/Texinfo/Convert/HTML.pm:6389
856 #: tp/Texinfo/Convert/HTML.pm:6400
850857 msgid ""
851858 " where the @strong{ Example } assumes that the current position is at "
852859 "@strong{ Subsubsection One-Two-Three } of a document of the following "
856863 "@strong{ Unterabschnitt 1-2-3 } in einem Dokument mit folgender Struktur "
857864 "liegt:"
858865
859 #: tp/Texinfo/Convert/HTML.pm:6399
866 #: tp/Texinfo/Convert/HTML.pm:6410
860867 msgid "Section One"
861868 msgstr "Abschnitt 1"
862869
863 #: tp/Texinfo/Convert/HTML.pm:6401
870 #: tp/Texinfo/Convert/HTML.pm:6412
864871 msgid "Subsection One-One"
865872 msgstr "Unterabschnitt 1-1"
866873
867 #: tp/Texinfo/Convert/HTML.pm:6408
874 #: tp/Texinfo/Convert/HTML.pm:6419
868875 msgid "Subsection One-Two"
869876 msgstr "Unterabschnitt 1-2"
870877
871 #: tp/Texinfo/Convert/HTML.pm:6410
878 #: tp/Texinfo/Convert/HTML.pm:6421
872879 msgid "Subsubsection One-Two-One"
873880 msgstr "Unterabschnitt 1-2-1"
874881
875 #: tp/Texinfo/Convert/HTML.pm:6411
882 #: tp/Texinfo/Convert/HTML.pm:6422
876883 msgid "Subsubsection One-Two-Two"
877884 msgstr "Unterabschnitt 1-2-2"
878885
879 #: tp/Texinfo/Convert/HTML.pm:6412
886 #: tp/Texinfo/Convert/HTML.pm:6423
880887 msgid "Subsubsection One-Two-Three"
881888 msgstr "Unterabschnitt 1-2-3"
882889
883 #: tp/Texinfo/Convert/HTML.pm:6414
890 #: tp/Texinfo/Convert/HTML.pm:6425
884891 msgid "Current Position"
885892 msgstr "Aktuelle Position"
886893
887 #: tp/Texinfo/Convert/HTML.pm:6415
894 #: tp/Texinfo/Convert/HTML.pm:6426
888895 msgid "Subsubsection One-Two-Four"
889896 msgstr "Unterabschnitt 1-2-4"
890897
891 #: tp/Texinfo/Convert/HTML.pm:6418
898 #: tp/Texinfo/Convert/HTML.pm:6429
892899 msgid "Subsection One-Three"
893900 msgstr "Unterabschnitt 1-3"
894901
895 #: tp/Texinfo/Convert/HTML.pm:6425
902 #: tp/Texinfo/Convert/HTML.pm:6436
896903 msgid "Subsection One-Four"
897904 msgstr "Unterabschnitt 1-4"
898905
899 #: tp/Texinfo/Convert/HTML.pm:6829
906 #: tp/Texinfo/Convert/HTML.pm:6840
900907 msgid "Untitled Document"
901908 msgstr "Unbenanntes Dokumen"
902909
908915 #~ "Dieses Dokument wurde erzeugt am @i{{date}} durch "
909916 #~ "@uref{{program_homepage}, @i{{program}}}."
910917
911 #~ msgid ""
912 #~ "This document was generated using @uref{{program_homepage}, "
913 #~ "@emph{{program}}}."
914 #~ msgstr ""
915 #~ "Dieses Dokument wurde erzeugt durch @uref{{program_homepage}, "
916 #~ "@emph{{program}}}."
917
918918 #~ msgid "{style} {number}"
919919 #~ msgstr "{style} {number}"
920920
Binary diff not shown
0 # Esperanto translations of resulting document strings.
1 # Copyright (C) 2013 Free Software Foundation, Inc.
2 # This file is distributed under the same license as the texinfo_document package.
3 # Felipe Castro <fefcas@gmail.com>, 2013.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: texinfo_document 4.13.93\n"
8 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2013-02-04 11:18-0800\n"
10 "PO-Revision-Date: 2013-01-30 10:05-0300\n"
11 "Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
12 "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
13 "Language: eo\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=utf-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #: tp/Texinfo/Common.pm:686 tp/Texinfo/Common.pm:691
19 msgid "Function"
20 msgstr "Funkcio"
21
22 #: tp/Texinfo/Common.pm:687
23 msgid "Macro"
24 msgstr "Makroo"
25
26 #: tp/Texinfo/Common.pm:688
27 msgid "Special Form"
28 msgstr "Speciala Formo"
29
30 #: tp/Texinfo/Common.pm:689 tp/Texinfo/Common.pm:692
31 msgid "Variable"
32 msgstr "Variablo"
33
34 #: tp/Texinfo/Common.pm:690
35 msgid "User Option"
36 msgstr "Opcio de Uzanto"
37
38 #: tp/Texinfo/Common.pm:693 tp/Texinfo/Common.pm:694
39 msgid "Instance Variable"
40 msgstr "Ekzemplera Variablo"
41
42 #: tp/Texinfo/Common.pm:695 tp/Texinfo/Common.pm:696
43 msgid "Method"
44 msgstr "Metodo"
45
46 #: tp/Texinfo/Common.pm:1142
47 #, perl-brace-format
48 msgid "{category} on {class}"
49 msgstr "{category} en {class}"
50
51 #: tp/Texinfo/Common.pm:1149
52 #, perl-brace-format
53 msgid "{category} of {class}"
54 msgstr "{category} de {class}"
55
56 #: tp/Texinfo/Common.pm:1166
57 #, perl-brace-format
58 msgid "{month} {day}, {year}"
59 msgstr "{year} {month} {day}"
60
61 #: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904
62 #: tp/Texinfo/Convert/HTML.pm:511
63 #, perl-brace-format
64 msgid "Appendix {number} {section_title}"
65 msgstr "Aldono {number} {section_title}"
66
67 #: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909
68 #: tp/Texinfo/Convert/HTML.pm:517
69 #, perl-brace-format
70 msgid "{number} {section_title}"
71 msgstr "{number} {section_title}"
72
73 #: tp/Texinfo/Common.pm:1336
74 #, perl-brace-format
75 msgid "{float_type} {float_number}: "
76 msgstr "{float_type} {float_number}: "
77
78 #: tp/Texinfo/Common.pm:1340
79 #, perl-brace-format
80 msgid "{float_type}: "
81 msgstr "{float_type}: "
82
83 #: tp/Texinfo/Common.pm:1345
84 #, perl-brace-format
85 msgid "{float_type} {float_number}\n"
86 msgstr "{float_type} {float_number}\n"
87
88 #: tp/Texinfo/Common.pm:1349
89 #, perl-brace-format
90 msgid "{float_type}\n"
91 msgstr "{float_type}\n"
92
93 #: tp/Texinfo/Common.pm:1355
94 #, perl-brace-format
95 msgid "{float_number}: "
96 msgstr "{float_number}: "
97
98 #: tp/Texinfo/Common.pm:1358
99 #, perl-brace-format
100 msgid "{float_number}\n"
101 msgstr "{float_number}\n"
102
103 #: tp/Texinfo/Parser.pm:2768
104 #, perl-brace-format
105 msgid "{name} on {class}"
106 msgstr "{name} en {class}"
107
108 #: tp/Texinfo/Parser.pm:2777
109 #, perl-brace-format
110 msgid "{name} of {class}"
111 msgstr "{name} de {class}"
112
113 #: tp/Texinfo/Convert/Converter.pm:109
114 msgid "error@arrow{}"
115 msgstr "error@arrow{}"
116
117 #: tp/Texinfo/Convert/Converter.pm:570
118 msgid "January"
119 msgstr "januaro"
120
121 #: tp/Texinfo/Convert/Converter.pm:571
122 msgid "February"
123 msgstr "februaro"
124
125 #: tp/Texinfo/Convert/Converter.pm:572
126 msgid "March"
127 msgstr "marto"
128
129 #: tp/Texinfo/Convert/Converter.pm:573
130 msgid "April"
131 msgstr "aprilo"
132
133 #: tp/Texinfo/Convert/Converter.pm:574
134 msgid "May"
135 msgstr "majo"
136
137 #: tp/Texinfo/Convert/Converter.pm:575
138 msgid "June"
139 msgstr "junio"
140
141 #: tp/Texinfo/Convert/Converter.pm:576
142 msgid "July"
143 msgstr "julio"
144
145 #: tp/Texinfo/Convert/Converter.pm:577
146 msgid "August"
147 msgstr "augusto"
148
149 #: tp/Texinfo/Convert/Converter.pm:578
150 msgid "September"
151 msgstr "septembro"
152
153 #: tp/Texinfo/Convert/Converter.pm:579
154 msgid "October"
155 msgstr "oktobro"
156
157 #: tp/Texinfo/Convert/Converter.pm:580
158 msgid "November"
159 msgstr "novembro"
160
161 #: tp/Texinfo/Convert/Converter.pm:581
162 msgid "December"
163 msgstr "decembro"
164
165 #: tp/Texinfo/Convert/Converter.pm:632
166 #, perl-brace-format
167 msgid "{float_type} {float_number}"
168 msgstr "{float_type} {float_number}"
169
170 #: tp/Texinfo/Convert/Converter.pm:636
171 #, perl-brace-format
172 msgid "{float_type}"
173 msgstr "{float_type}"
174
175 #: tp/Texinfo/Convert/Converter.pm:640
176 #, perl-brace-format
177 msgid "{float_number}"
178 msgstr "{float_number}"
179
180 #: tp/Texinfo/Convert/DocBook.pm:755
181 #, perl-brace-format
182 msgid "See Info file @file{{myfile}}, node @samp{{mynode}}"
183 msgstr "Konsultu la Info-dosieron @file{{myfile}}, nodo @samp{{mynode}}"
184
185 #: tp/Texinfo/Convert/DocBook.pm:760
186 #, perl-brace-format
187 msgid "See node @samp{{mynode}}"
188 msgstr "Konsultu la nodon @samp{{mynode}}"
189
190 #: tp/Texinfo/Convert/DocBook.pm:764
191 #, perl-brace-format
192 msgid "See Info file @file{{myfile}}"
193 msgstr "Konsultu la Info-dosieron @file{{myfile}}"
194
195 #: tp/Texinfo/Convert/DocBook.pm:804
196 #, perl-brace-format
197 msgid "section ``{section_name}'' in @cite{{book}}"
198 msgstr "sekcio ``{section_name}'' en @cite{{book}}"
199
200 #: tp/Texinfo/Convert/DocBook.pm:809
201 #, perl-brace-format
202 msgid "See section ``{section_name}'' in @cite{{book}}"
203 msgstr "Konsultu la sekcion ``{section_name}'' en @cite{{book}}"
204
205 #: tp/Texinfo/Convert/DocBook.pm:814
206 #, perl-brace-format
207 msgid "see section ``{section_name}'' in @cite{{book}}"
208 msgstr "konsultu la sekcion ``{section_name}'' en @cite{{book}}"
209
210 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3220
211 #, perl-brace-format
212 msgid "@cite{{book}}"
213 msgstr "@cite{{book}}"
214
215 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3197
216 #, perl-brace-format
217 msgid "See @cite{{book}}"
218 msgstr "Konsultu @cite{{book}}"
219
220 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3174
221 #, perl-brace-format
222 msgid "see @cite{{book}}"
223 msgstr "konsultu @cite{{book}}"
224
225 #: tp/Texinfo/Convert/DocBook.pm:844
226 #, perl-brace-format
227 msgid "{title_ref}"
228 msgstr "{title_ref}"
229
230 #: tp/Texinfo/Convert/DocBook.pm:849
231 #, perl-brace-format
232 msgid "See {title_ref}"
233 msgstr "Konsultu {title_ref}"
234
235 #: tp/Texinfo/Convert/DocBook.pm:854
236 #, perl-brace-format
237 msgid "see {title_ref}"
238 msgstr "konsultu {title_ref}"
239
240 #: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878
241 #, perl-brace-format
242 msgid "{abbr_or_acronym} ({explanation})"
243 msgstr "{abbr_or_acronym} ({explanation})"
244
245 #: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004
246 #: tp/Texinfo/Convert/HTML.pm:3526
247 #, perl-brace-format
248 msgid "@b{{quotation_arg}:} "
249 msgstr "@b{{quotation_arg}:} "
250
251 #: tp/Texinfo/Convert/Plaintext.pm:1104
252 msgid "(outside of any node)"
253 msgstr "(for de iu ajn nodo)"
254
255 #: tp/Texinfo/Convert/Plaintext.pm:1685
256 #, perl-brace-format
257 msgid "{name} @url{{email}}"
258 msgstr "{name} @url{{email}}"
259
260 #: tp/Texinfo/Convert/Plaintext.pm:1688
261 #, perl-brace-format
262 msgid "@url{{email}}"
263 msgstr "@url{{email}}"
264
265 #: tp/Texinfo/Convert/Plaintext.pm:1710
266 #, perl-brace-format
267 msgid "{text} ({url})"
268 msgstr "{text} ({url})"
269
270 #: tp/Texinfo/Convert/Plaintext.pm:1715
271 #, perl-brace-format
272 msgid "@t{<{url}>}"
273 msgstr "@t{<{url}>}"
274
275 #: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433
276 #, perl-brace-format
277 msgid "@{No value for `{value}'@}"
278 msgstr "@{Neniu valoro por `{value}'@}"
279
280 #: tp/Texinfo/Convert/Plaintext.pm:2450
281 #, perl-brace-format
282 msgid "@tie{ }-- {category}: {name} {arguments}"
283 msgstr "@tie{ }-- {category}: {name} {arguments}"
284
285 #: tp/Texinfo/Convert/Plaintext.pm:2455
286 #, perl-brace-format
287 msgid "@tie{ }-- {category}: {name}"
288 msgstr "@tie{ }-- {category}: {name}"
289
290 #: tp/Texinfo/Convert/Plaintext.pm:2468
291 #, perl-brace-format
292 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
293 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
294
295 #: tp/Texinfo/Convert/Plaintext.pm:2471
296 #, perl-brace-format
297 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
298 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
299
300 #: tp/Texinfo/Convert/Plaintext.pm:2480
301 #, perl-brace-format
302 msgid "@tie{ }-- {category}:@*{type}@*{name}"
303 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
304
305 #: tp/Texinfo/Convert/Plaintext.pm:2483
306 #, perl-brace-format
307 msgid "@tie{ }-- {category}: {type} {name}"
308 msgstr "@tie{ }-- {category}: {type} {name}"
309
310 #: tp/Texinfo/Convert/Plaintext.pm:2491
311 #, perl-brace-format
312 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
313 msgstr "@tie{ }-- {category} de {class}: {name} {arguments}"
314
315 #: tp/Texinfo/Convert/Plaintext.pm:2497
316 #, perl-brace-format
317 msgid "@tie{ }-- {category} of {class}: {name}"
318 msgstr "@tie{ }-- {category} de {class}: {name}"
319
320 #: tp/Texinfo/Convert/Plaintext.pm:2506
321 #, perl-brace-format
322 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
323 msgstr "@tie{ }-- {category} en {class}: {name} {arguments}"
324
325 #: tp/Texinfo/Convert/Plaintext.pm:2512
326 #, perl-brace-format
327 msgid "@tie{ }-- {category} on {class}: {name}"
328 msgstr "@tie{ }-- {category} en {class}: {name}"
329
330 #: tp/Texinfo/Convert/Plaintext.pm:2527
331 #, perl-brace-format
332 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
333 msgstr "@tie{ }-- {category} en {class}:@*{type}@*{name} {arguments}"
334
335 #: tp/Texinfo/Convert/Plaintext.pm:2531
336 #, perl-brace-format
337 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
338 msgstr "@tie{ }-- {category} en {class}: {type} {name} {arguments}"
339
340 #: tp/Texinfo/Convert/Plaintext.pm:2542
341 #, perl-brace-format
342 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
343 msgstr "@tie{ }-- {category} en {class}:@*{type}@*{name}"
344
345 #: tp/Texinfo/Convert/Plaintext.pm:2546
346 #, perl-brace-format
347 msgid "@tie{ }-- {category} on {class}: {type} {name}"
348 msgstr "@tie{ }-- {category} en {class}: {type} {name}"
349
350 #: tp/Texinfo/Convert/Plaintext.pm:2560
351 #, perl-brace-format
352 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
353 msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name} {arguments}"
354
355 #: tp/Texinfo/Convert/Plaintext.pm:2564
356 #, perl-brace-format
357 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
358 msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}"
359
360 #: tp/Texinfo/Convert/Plaintext.pm:2575
361 #, perl-brace-format
362 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
363 msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name}"
364
365 #: tp/Texinfo/Convert/Plaintext.pm:2579
366 #, perl-brace-format
367 msgid "@tie{ }-- {category} of {class}: {type} {name}"
368 msgstr "@tie{ }-- {category} de {class}: {type} {name}"
369
370 #: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786
371 #, perl-brace-format
372 msgid "@center --- @emph{{author}}\n"
373 msgstr "@center --- @emph{{author}}\n"
374
375 #: tp/Texinfo/Convert/HTML.pm:728 tp/Texinfo/Convert/HTML.pm:784
376 msgid "Top"
377 msgstr "Pinto"
378
379 #: tp/Texinfo/Convert/HTML.pm:729 tp/Texinfo/Convert/HTML.pm:785
380 msgid "Contents"
381 msgstr "Enhavo"
382
383 #: tp/Texinfo/Convert/HTML.pm:730 tp/Texinfo/Convert/HTML.pm:786
384 msgid "Overview"
385 msgstr "Superrigardo"
386
387 #: tp/Texinfo/Convert/HTML.pm:731 tp/Texinfo/Convert/HTML.pm:762
388 #: tp/Texinfo/Convert/HTML.pm:787
389 msgid "Index"
390 msgstr "Indekso"
391
392 #: tp/Texinfo/Convert/HTML.pm:733
393 msgid "current"
394 msgstr "nuna"
395
396 #: tp/Texinfo/Convert/HTML.pm:736 tp/Texinfo/Convert/HTML.pm:792
397 msgid "Prev"
398 msgstr "Antaue"
399
400 #: tp/Texinfo/Convert/HTML.pm:737
401 msgid " Up "
402 msgstr " Supre "
403
404 #: tp/Texinfo/Convert/HTML.pm:738 tp/Texinfo/Convert/HTML.pm:742
405 #: tp/Texinfo/Convert/HTML.pm:794
406 msgid "Next"
407 msgstr "Sekve"
408
409 #: tp/Texinfo/Convert/HTML.pm:740 tp/Texinfo/Convert/HTML.pm:793
410 msgid "Up"
411 msgstr "Supre"
412
413 #: tp/Texinfo/Convert/HTML.pm:744
414 msgid "Previous"
415 msgstr "Antaue"
416
417 #: tp/Texinfo/Convert/HTML.pm:745
418 msgid "Forward node"
419 msgstr "Antauenira nodo"
420
421 #: tp/Texinfo/Convert/HTML.pm:746
422 msgid "Back node"
423 msgstr "Retroira nodo"
424
425 #: tp/Texinfo/Convert/HTML.pm:752
426 msgid "Next file"
427 msgstr "Sekva dosiero"
428
429 #: tp/Texinfo/Convert/HTML.pm:753
430 msgid "Previous file"
431 msgstr "Antaua dosiero"
432
433 #: tp/Texinfo/Convert/HTML.pm:759
434 msgid "Cover (top) of document"
435 msgstr "Kovro (pinto) de dokumento"
436
437 #: tp/Texinfo/Convert/HTML.pm:760
438 msgid "Table of contents"
439 msgstr "Enhavtabelo"
440
441 #: tp/Texinfo/Convert/HTML.pm:761
442 msgid "Short table of contents"
443 msgstr "Malgranda enhavtabelo"
444
445 #: tp/Texinfo/Convert/HTML.pm:763
446 msgid "Current section"
447 msgstr "Nuna sekcio"
448
449 #: tp/Texinfo/Convert/HTML.pm:764
450 msgid "Previous section in reading order"
451 msgstr "Antaua sekcio lau lega ordo"
452
453 #: tp/Texinfo/Convert/HTML.pm:765
454 msgid "Beginning of this chapter or previous chapter"
455 msgstr "Komenco de tiu @^{c} @^{c}apitro au antaua @^{c}apitro"
456
457 #: tp/Texinfo/Convert/HTML.pm:766
458 msgid "Previous section on same level"
459 msgstr "Antaua sekcio en la sama nivelo"
460
461 #: tp/Texinfo/Convert/HTML.pm:767
462 msgid "Up section"
463 msgstr "Supra sekcio"
464
465 #: tp/Texinfo/Convert/HTML.pm:768
466 msgid "Next section on same level"
467 msgstr "Sekva sekcio en la sama nivelo"
468
469 #: tp/Texinfo/Convert/HTML.pm:769
470 msgid "Up node"
471 msgstr "Supra nodo"
472
473 #: tp/Texinfo/Convert/HTML.pm:770
474 msgid "Next node"
475 msgstr "Sekva nodo"
476
477 #: tp/Texinfo/Convert/HTML.pm:771
478 msgid "Previous node"
479 msgstr "Antaua nodo"
480
481 #: tp/Texinfo/Convert/HTML.pm:772
482 msgid "Next node in node reading order"
483 msgstr "Sekva nodo lau nod-lega ordo"
484
485 #: tp/Texinfo/Convert/HTML.pm:773
486 msgid "Previous node in node reading order"
487 msgstr "Antaua nodo lau nod-lega ordo"
488
489 #: tp/Texinfo/Convert/HTML.pm:774
490 msgid "Next section in reading order"
491 msgstr "Sekva sekcio lau lega ordo"
492
493 #: tp/Texinfo/Convert/HTML.pm:775
494 msgid "Next chapter"
495 msgstr "Venonta @^{c}apitro"
496
497 #: tp/Texinfo/Convert/HTML.pm:776
498 msgid "About (help)"
499 msgstr "Pri (helpo)"
500
501 #: tp/Texinfo/Convert/HTML.pm:777
502 msgid "First section in reading order"
503 msgstr "Unua sekcio lau lega ordo"
504
505 #: tp/Texinfo/Convert/HTML.pm:778
506 msgid "Last section in reading order"
507 msgstr "Lasta sekcio lau lega ordo"
508
509 #: tp/Texinfo/Convert/HTML.pm:779
510 msgid "Forward section in next file"
511 msgstr "Antaueniri sekcion en la sekva dosiero"
512
513 #: tp/Texinfo/Convert/HTML.pm:780
514 msgid "Back section in previous file"
515 msgstr "Retroiri sekcion en la antaua dosiero"
516
517 #: tp/Texinfo/Convert/HTML.pm:789
518 msgid "This"
519 msgstr "Tio @^{c}i"
520
521 #: tp/Texinfo/Convert/HTML.pm:790
522 msgid "Back"
523 msgstr "Retroiro"
524
525 #: tp/Texinfo/Convert/HTML.pm:791
526 msgid "FastBack"
527 msgstr "RapidRetroiro"
528
529 #: tp/Texinfo/Convert/HTML.pm:795
530 msgid "NodeUp"
531 msgstr "NodSupren"
532
533 #: tp/Texinfo/Convert/HTML.pm:796
534 msgid "NodeNext"
535 msgstr ""
536
537 #: tp/Texinfo/Convert/HTML.pm:797
538 msgid "NodePrev"
539 msgstr ""
540
541 #: tp/Texinfo/Convert/HTML.pm:798
542 msgid "NodeForward"
543 msgstr ""
544
545 #: tp/Texinfo/Convert/HTML.pm:799
546 msgid "NodeBack"
547 msgstr ""
548
549 #: tp/Texinfo/Convert/HTML.pm:800
550 msgid "Forward"
551 msgstr "Antaueniro"
552
553 #: tp/Texinfo/Convert/HTML.pm:801
554 msgid "FastForward"
555 msgstr "RapidAntaueniro"
556
557 #: tp/Texinfo/Convert/HTML.pm:802
558 msgid "About"
559 msgstr "Pri"
560
561 #: tp/Texinfo/Convert/HTML.pm:803
562 msgid "First"
563 msgstr "Unua"
564
565 #: tp/Texinfo/Convert/HTML.pm:804
566 msgid "Last"
567 msgstr "Lasta"
568
569 #: tp/Texinfo/Convert/HTML.pm:805
570 msgid "NextFile"
571 msgstr ""
572
573 #: tp/Texinfo/Convert/HTML.pm:806
574 msgid "PrevFile"
575 msgstr ""
576
577 #: tp/Texinfo/Convert/HTML.pm:810
578 msgid "About This Document"
579 msgstr "Pri tiu @^{c}i Dokumento"
580
581 #: tp/Texinfo/Convert/HTML.pm:811
582 msgid "Table of Contents"
583 msgstr "Enhavtabelo"
584
585 #: tp/Texinfo/Convert/HTML.pm:812
586 msgid "Short Table of Contents"
587 msgstr "Malgranda Enhavtabelo"
588
589 #: tp/Texinfo/Convert/HTML.pm:813
590 msgid "Footnotes"
591 msgstr "Piednotoj"
592
593 #: tp/Texinfo/Convert/HTML.pm:1499
594 #, perl-brace-format
595 msgid "{explained_string} ({explanation})"
596 msgstr "{explained_string} ({explanation})"
597
598 #: tp/Texinfo/Convert/HTML.pm:3085
599 #, perl-brace-format
600 msgid "see section {reference_name}"
601 msgstr "konsultu la sekcion {reference_name}"
602
603 #: tp/Texinfo/Convert/HTML.pm:3088
604 #, perl-brace-format
605 msgid "see {reference_name}"
606 msgstr "konsultu {reference_name}"
607
608 #: tp/Texinfo/Convert/HTML.pm:3093
609 #, perl-brace-format
610 msgid "See section {reference_name}"
611 msgstr "Konsultu la sekcion {reference_name}"
612
613 #: tp/Texinfo/Convert/HTML.pm:3096
614 #, perl-brace-format
615 msgid "See {reference_name}"
616 msgstr "Konsultu {reference_name}"
617
618 #: tp/Texinfo/Convert/HTML.pm:3100
619 #, perl-brace-format
620 msgid "{reference_name}"
621 msgstr "{reference_name}"
622
623 #: tp/Texinfo/Convert/HTML.pm:3162
624 #, perl-brace-format
625 msgid "see {reference} in @cite{{book}}"
626 msgstr "konsultu {reference} en @cite{{book}}"
627
628 #: tp/Texinfo/Convert/HTML.pm:3166
629 #, perl-brace-format
630 msgid "see @cite{{book_reference}}"
631 msgstr "konsultu @cite{{book_reference}}"
632
633 #: tp/Texinfo/Convert/HTML.pm:3170
634 #, perl-brace-format
635 msgid "see `{section}' in @cite{{book}}"
636 msgstr "konsultu `{section}' en @cite{{book}}"
637
638 #: tp/Texinfo/Convert/HTML.pm:3177
639 #, perl-brace-format
640 msgid "see {reference}"
641 msgstr "konsultu {reference}"
642
643 #: tp/Texinfo/Convert/HTML.pm:3180
644 #, perl-brace-format
645 msgid "see `{section}'"
646 msgstr "konsultu `{section}'"
647
648 #: tp/Texinfo/Convert/HTML.pm:3185
649 #, perl-brace-format
650 msgid "See {reference} in @cite{{book}}"
651 msgstr "Konsultu {reference} en @cite{{book}}"
652
653 #: tp/Texinfo/Convert/HTML.pm:3189
654 #, perl-brace-format
655 msgid "See @cite{{book_reference}}"
656 msgstr "Konsultu @cite{{book_reference}}"
657
658 #: tp/Texinfo/Convert/HTML.pm:3193
659 #, perl-brace-format
660 msgid "See `{section}' in @cite{{book}}"
661 msgstr "Konsultu `{section}' en @cite{{book}}"
662
663 #: tp/Texinfo/Convert/HTML.pm:3200
664 #, perl-brace-format
665 msgid "See {reference}"
666 msgstr "Konsultu {reference}"
667
668 #: tp/Texinfo/Convert/HTML.pm:3203
669 #, perl-brace-format
670 msgid "See `{section}'"
671 msgstr "Konsultu `{section}'"
672
673 #: tp/Texinfo/Convert/HTML.pm:3208
674 #, perl-brace-format
675 msgid "{reference} in @cite{{book}}"
676 msgstr "{reference} en @cite{{book}}"
677
678 #: tp/Texinfo/Convert/HTML.pm:3212
679 #, perl-brace-format
680 msgid "@cite{{book_reference}}"
681 msgstr "@cite{{book_reference}}"
682
683 #: tp/Texinfo/Convert/HTML.pm:3216
684 #, perl-brace-format
685 msgid "`{section}' in @cite{{book}}"
686 msgstr "`{section}' en @cite{{book}}"
687
688 #: tp/Texinfo/Convert/HTML.pm:3223
689 #, perl-brace-format
690 msgid "{reference}"
691 msgstr "{reference}"
692
693 #: tp/Texinfo/Convert/HTML.pm:3226
694 #, perl-brace-format
695 msgid "`{section}'"
696 msgstr "`{section}'"
697
698 #: tp/Texinfo/Convert/HTML.pm:3339
699 msgid "Jump to"
700 msgstr "Salti al"
701
702 #: tp/Texinfo/Convert/HTML.pm:3347
703 msgid "Index Entry"
704 msgstr "Indeksa Ero"
705
706 #: tp/Texinfo/Convert/HTML.pm:3349
707 msgid "Section"
708 msgstr "Sekcio"
709
710 #: tp/Texinfo/Convert/HTML.pm:3968
711 #, perl-brace-format
712 msgid "{category}: @strong{{name}} @emph{{arguments}}"
713 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
714
715 #: tp/Texinfo/Convert/HTML.pm:3973
716 #, perl-brace-format
717 msgid "{category}: @strong{{name}}"
718 msgstr "{category}: @strong{{name}}"
719
720 #: tp/Texinfo/Convert/HTML.pm:3990
721 #, perl-brace-format
722 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
723 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
724
725 #: tp/Texinfo/Convert/HTML.pm:3994
726 #, perl-brace-format
727 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
728 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
729
730 #: tp/Texinfo/Convert/HTML.pm:4003
731 #, perl-brace-format
732 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
733 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
734
735 #: tp/Texinfo/Convert/HTML.pm:4006
736 #, perl-brace-format
737 msgid "{category}: @emph{{type}} @strong{{name}}"
738 msgstr "{category}: @emph{{type}} @strong{{name}}"
739
740 #: tp/Texinfo/Convert/HTML.pm:4014
741 #, perl-brace-format
742 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
743 msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}"
744
745 #: tp/Texinfo/Convert/HTML.pm:4020
746 #, perl-brace-format
747 msgid "{category} of {class}: @strong{{name}}"
748 msgstr "{category} de {class}: @strong{{name}}"
749
750 #: tp/Texinfo/Convert/HTML.pm:4029
751 #, perl-brace-format
752 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
753 msgstr "{category} en {class}: @strong{{name}} @emph{{arguments}}"
754
755 #: tp/Texinfo/Convert/HTML.pm:4035
756 #, perl-brace-format
757 msgid "{category} on {class}: @strong{{name}}"
758 msgstr "{category} en {class}: @strong{{name}}"
759
760 #: tp/Texinfo/Convert/HTML.pm:4050
761 #, perl-brace-format
762 msgid ""
763 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
764 msgstr ""
765 "{category} en {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
766
767 #: tp/Texinfo/Convert/HTML.pm:4054
768 #, perl-brace-format
769 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
770 msgstr ""
771 "{category} en {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
772
773 #: tp/Texinfo/Convert/HTML.pm:4065
774 #, perl-brace-format
775 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
776 msgstr "{category} en {class}:@* @emph{{type}}@* @strong{{name}}"
777
778 #: tp/Texinfo/Convert/HTML.pm:4069
779 #, perl-brace-format
780 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
781 msgstr "{category} en {class}: @emph{{type}} @strong{{name}}"
782
783 #: tp/Texinfo/Convert/HTML.pm:4083
784 #, perl-brace-format
785 msgid ""
786 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
787 msgstr ""
788 "{category} de {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
789
790 #: tp/Texinfo/Convert/HTML.pm:4087
791 #, perl-brace-format
792 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
793 msgstr ""
794 "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
795
796 #: tp/Texinfo/Convert/HTML.pm:4098
797 #, perl-brace-format
798 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
799 msgstr "{category} de {class}:@* @emph{{type}}@* @strong{{name}}"
800
801 #: tp/Texinfo/Convert/HTML.pm:4102
802 #, perl-brace-format
803 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
804 msgstr "{category} de {class}: @emph{{type}} @strong{{name}}"
805
806 #: tp/Texinfo/Convert/HTML.pm:6108
807 #, perl-brace-format
808 msgid ""
809 "This document was generated on @emph{@today{}} using "
810 "@uref{{program_homepage}, @emph{{program}}}."
811 msgstr ""
812 "Tiu @^{c}i dokumento estis generata en @emph{@today{}} uzante "
813 "@uref{{program_homepage}, @emph{{program}}}."
814
815 #: tp/Texinfo/Convert/HTML.pm:6113
816 #, fuzzy
817 msgid "This document was generated on @emph{@today{}}."
818 msgstr ""
819 "Tiu @^{c}i dokumento estis generata en @emph{@today{}} uzante "
820 "@uref{{program_homepage}, @emph{{program}}}."
821
822 #: tp/Texinfo/Convert/HTML.pm:6152
823 #, perl-brace-format
824 msgid "{title}: {element_text}"
825 msgstr "{title}: {element_text}"
826
827 #: tp/Texinfo/Convert/HTML.pm:6296
828 #, perl-brace-format
829 msgid "The node you are looking for is at {href}."
830 msgstr "La nodo kiun vi ser@^{c}as estas @^{c}e {href}."
831
832 #: tp/Texinfo/Convert/HTML.pm:6365
833 msgid " The buttons in the navigation panels have the following meaning:"
834 msgstr " La butonoj en la krozpaneloj havas la jenajn signifojn:"
835
836 #: tp/Texinfo/Convert/HTML.pm:6371
837 msgid "Button"
838 msgstr "Butono"
839
840 #: tp/Texinfo/Convert/HTML.pm:6372
841 msgid "Name"
842 msgstr "Nomo"
843
844 #: tp/Texinfo/Convert/HTML.pm:6373
845 msgid "Go to"
846 msgstr "Iri al"
847
848 #: tp/Texinfo/Convert/HTML.pm:6374
849 msgid "From 1.2.3 go to"
850 msgstr "De 1.2.3 iru al"
851
852 #: tp/Texinfo/Convert/HTML.pm:6400
853 msgid ""
854 " where the @strong{ Example } assumes that the current position is at "
855 "@strong{ Subsubsection One-Two-Three } of a document of the following "
856 "structure:"
857 msgstr ""
858 " kie la @strong{ Ekzemplo } agnoskas ke la nuna pozicio estas @^{c}e "
859 "@strong{ Subsubsekcio Unu-Du-Tri } de dokumento kun la jena strukturo:"
860
861 #: tp/Texinfo/Convert/HTML.pm:6410
862 msgid "Section One"
863 msgstr "Sekcio Unu"
864
865 #: tp/Texinfo/Convert/HTML.pm:6412
866 msgid "Subsection One-One"
867 msgstr "Subsekcio Unu-Unu"
868
869 #: tp/Texinfo/Convert/HTML.pm:6419
870 msgid "Subsection One-Two"
871 msgstr "Subsekcio Unu-Du"
872
873 #: tp/Texinfo/Convert/HTML.pm:6421
874 msgid "Subsubsection One-Two-One"
875 msgstr "Subsubsekcio Unu-Du-Unu"
876
877 #: tp/Texinfo/Convert/HTML.pm:6422
878 msgid "Subsubsection One-Two-Two"
879 msgstr "Subsubsekcio Unu-Du-Du"
880
881 #: tp/Texinfo/Convert/HTML.pm:6423
882 msgid "Subsubsection One-Two-Three"
883 msgstr "Subsubsekcio Unu-Du-Tri"
884
885 #: tp/Texinfo/Convert/HTML.pm:6425
886 msgid "Current Position"
887 msgstr "Nuna Pozicio"
888
889 #: tp/Texinfo/Convert/HTML.pm:6426
890 msgid "Subsubsection One-Two-Four"
891 msgstr "Subsubsekcio Unu-Du-Kvar"
892
893 #: tp/Texinfo/Convert/HTML.pm:6429
894 msgid "Subsection One-Three"
895 msgstr "Subsekcio Unu-Tri"
896
897 #: tp/Texinfo/Convert/HTML.pm:6436
898 msgid "Subsection One-Four"
899 msgstr "Subsekcio Unu-Kvar"
900
901 #: tp/Texinfo/Convert/HTML.pm:6840
902 msgid "Untitled Document"
903 msgstr "Sentitola Dokumento"
904
905 #~ msgid "* {float_type} {float_number}: {float_label}."
906 #~ msgstr "* {float_type} {float_number}: {float_label}."
907
908 #~ msgid "* {float_type}: {float_label}."
909 #~ msgstr "* {float_type}: {float_label}."
910
911 #~ msgid "* {float_number}: {float_label}."
912 #~ msgstr "* {float_number}: {float_label}."
913
914 #~ msgid "* : {float_label}."
915 #~ msgstr "* : {float_label}."
66 msgstr ""
77 "Project-Id-Version: texinfo 5.0\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
9 "POT-Creation-Date: 2013-02-04 11:18-0800\n"
1010 "PO-Revision-Date: 2008-08-28\n"
1111 "Last-Translator: Francisco Vila <paconet.org@gmail.com>\n"
1212 "Language-Team: Unknown\n"
4545 msgid "Method"
4646 msgstr ""
4747
48 #: tp/Texinfo/Common.pm:1141
48 #: tp/Texinfo/Common.pm:1142
4949 #, fuzzy, perl-brace-format
5050 msgid "{category} on {class}"
5151 msgstr "{name} en {class}"
5252
53 #: tp/Texinfo/Common.pm:1148
53 #: tp/Texinfo/Common.pm:1149
5454 #, fuzzy, perl-brace-format
5555 msgid "{category} of {class}"
5656 msgstr "{name} de {class}"
5757
58 #: tp/Texinfo/Common.pm:1165
58 #: tp/Texinfo/Common.pm:1166
5959 #, perl-brace-format
6060 msgid "{month} {day}, {year}"
6161 msgstr "el {day} {month} {year}"
6262
63 #: tp/Texinfo/Common.pm:1196 tp/Texinfo/Convert/Plaintext.pm:904
63 #: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904
6464 #: tp/Texinfo/Convert/HTML.pm:511
6565 #, perl-brace-format
6666 msgid "Appendix {number} {section_title}"
6767 msgstr ""
6868
69 #: tp/Texinfo/Common.pm:1200 tp/Texinfo/Convert/Plaintext.pm:909
69 #: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909
7070 #: tp/Texinfo/Convert/HTML.pm:517
7171 #, perl-brace-format
7272 msgid "{number} {section_title}"
7373 msgstr ""
7474
75 #: tp/Texinfo/Common.pm:1335
75 #: tp/Texinfo/Common.pm:1336
7676 #, perl-brace-format
7777 msgid "{float_type} {float_number}: "
7878 msgstr ""
7979
80 #: tp/Texinfo/Common.pm:1339
80 #: tp/Texinfo/Common.pm:1340
8181 #, perl-brace-format
8282 msgid "{float_type}: "
8383 msgstr ""
8484
85 #: tp/Texinfo/Common.pm:1344
85 #: tp/Texinfo/Common.pm:1345
8686 #, perl-brace-format
8787 msgid "{float_type} {float_number}\n"
8888 msgstr ""
8989
90 #: tp/Texinfo/Common.pm:1348
90 #: tp/Texinfo/Common.pm:1349
9191 #, perl-brace-format
9292 msgid "{float_type}\n"
9393 msgstr ""
9494
95 #: tp/Texinfo/Common.pm:1354
95 #: tp/Texinfo/Common.pm:1355
9696 #, perl-brace-format
9797 msgid "{float_number}: "
9898 msgstr ""
9999
100 #: tp/Texinfo/Common.pm:1357
100 #: tp/Texinfo/Common.pm:1358
101101 #, perl-brace-format
102102 msgid "{float_number}\n"
103103 msgstr ""
104104
105 #: tp/Texinfo/Parser.pm:2762
105 #: tp/Texinfo/Parser.pm:2768
106106 #, perl-brace-format
107107 msgid "{name} on {class}"
108108 msgstr "{name} en {class}"
109109
110 #: tp/Texinfo/Parser.pm:2771
110 #: tp/Texinfo/Parser.pm:2777
111111 #, perl-brace-format
112112 msgid "{name} of {class}"
113113 msgstr "{name} de {class}"
209209 msgid "see section ``{section_name}'' in @cite{{book}}"
210210 msgstr "v@'ease la secci@'on `{section}' en @cite{{book}}"
211211
212 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3218
212 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3220
213213 #, perl-brace-format
214214 msgid "@cite{{book}}"
215215 msgstr ""
216216
217 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3195
217 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3197
218218 #, perl-brace-format
219219 msgid "See @cite{{book}}"
220220 msgstr "V@'ease @cite{{book}}"
221221
222 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3172
222 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3174
223223 #, perl-brace-format
224224 msgid "see @cite{{book}}"
225225 msgstr "v@'ease @cite{{book}}"
239239 msgid "see {title_ref}"
240240 msgstr ""
241241
242 #: tp/Texinfo/Convert/DocBook.pm:987 tp/Texinfo/Convert/Plaintext.pm:1872
242 #: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878
243243 #, perl-brace-format
244244 msgid "{abbr_or_acronym} ({explanation})"
245245 msgstr ""
246246
247 #: tp/Texinfo/Convert/DocBook.pm:1116 tp/Texinfo/Convert/Plaintext.pm:1998
248 #: tp/Texinfo/Convert/HTML.pm:3524
247 #: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004
248 #: tp/Texinfo/Convert/HTML.pm:3526
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
251251 msgstr ""
254254 msgid "(outside of any node)"
255255 msgstr ""
256256
257 #: tp/Texinfo/Convert/Plaintext.pm:1682
257 #: tp/Texinfo/Convert/Plaintext.pm:1685
258258 #, perl-brace-format
259259 msgid "{name} @url{{email}}"
260260 msgstr ""
261261
262 #: tp/Texinfo/Convert/Plaintext.pm:1685
262 #: tp/Texinfo/Convert/Plaintext.pm:1688
263263 #, perl-brace-format
264264 msgid "@url{{email}}"
265265 msgstr ""
266266
267 #: tp/Texinfo/Convert/Plaintext.pm:1707
267 #: tp/Texinfo/Convert/Plaintext.pm:1710
268268 #, perl-brace-format
269269 msgid "{text} ({url})"
270270 msgstr ""
271271
272 #: tp/Texinfo/Convert/Plaintext.pm:1712
272 #: tp/Texinfo/Convert/Plaintext.pm:1715
273273 #, perl-brace-format
274274 msgid "@t{<{url}>}"
275275 msgstr ""
276276
277 #: tp/Texinfo/Convert/Plaintext.pm:1923 tp/Texinfo/Convert/HTML.pm:1433
277 #: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433
278278 #, perl-brace-format
279279 msgid "@{No value for `{value}'@}"
280280 msgstr ""
281281
282 #: tp/Texinfo/Convert/Plaintext.pm:2444
282 #: tp/Texinfo/Convert/Plaintext.pm:2450
283283 #, perl-brace-format
284284 msgid "@tie{ }-- {category}: {name} {arguments}"
285285 msgstr ""
286286
287 #: tp/Texinfo/Convert/Plaintext.pm:2449
287 #: tp/Texinfo/Convert/Plaintext.pm:2455
288288 #, perl-brace-format
289289 msgid "@tie{ }-- {category}: {name}"
290290 msgstr ""
291291
292 #: tp/Texinfo/Convert/Plaintext.pm:2462
292 #: tp/Texinfo/Convert/Plaintext.pm:2468
293293 #, fuzzy, perl-brace-format
294294 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
295295 msgstr "{name} en {class}"
296296
297 #: tp/Texinfo/Convert/Plaintext.pm:2465
297 #: tp/Texinfo/Convert/Plaintext.pm:2471
298298 #, perl-brace-format
299299 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
300300 msgstr ""
301301
302 #: tp/Texinfo/Convert/Plaintext.pm:2474
302 #: tp/Texinfo/Convert/Plaintext.pm:2480
303303 #, fuzzy, perl-brace-format
304304 msgid "@tie{ }-- {category}:@*{type}@*{name}"
305305 msgstr "{name} en {class}"
306306
307 #: tp/Texinfo/Convert/Plaintext.pm:2477
307 #: tp/Texinfo/Convert/Plaintext.pm:2483
308308 #, perl-brace-format
309309 msgid "@tie{ }-- {category}: {type} {name}"
310310 msgstr ""
311311
312 #: tp/Texinfo/Convert/Plaintext.pm:2485
312 #: tp/Texinfo/Convert/Plaintext.pm:2491
313313 #, perl-brace-format
314314 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
315315 msgstr ""
316316
317 #: tp/Texinfo/Convert/Plaintext.pm:2491
317 #: tp/Texinfo/Convert/Plaintext.pm:2497
318318 #, fuzzy, perl-brace-format
319319 msgid "@tie{ }-- {category} of {class}: {name}"
320320 msgstr "{name} de {class}"
321321
322 #: tp/Texinfo/Convert/Plaintext.pm:2500
322 #: tp/Texinfo/Convert/Plaintext.pm:2506
323323 #, perl-brace-format
324324 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
325325 msgstr ""
326326
327 #: tp/Texinfo/Convert/Plaintext.pm:2506
327 #: tp/Texinfo/Convert/Plaintext.pm:2512
328328 #, fuzzy, perl-brace-format
329329 msgid "@tie{ }-- {category} on {class}: {name}"
330330 msgstr "{name} en {class}"
331331
332 #: tp/Texinfo/Convert/Plaintext.pm:2521
332 #: tp/Texinfo/Convert/Plaintext.pm:2527
333333 #, fuzzy, perl-brace-format
334334 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
335335 msgstr "{name} en {class}"
336336
337 #: tp/Texinfo/Convert/Plaintext.pm:2525
337 #: tp/Texinfo/Convert/Plaintext.pm:2531
338338 #, perl-brace-format
339339 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
340340 msgstr ""
341341
342 #: tp/Texinfo/Convert/Plaintext.pm:2536
342 #: tp/Texinfo/Convert/Plaintext.pm:2542
343343 #, fuzzy, perl-brace-format
344344 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
345345 msgstr "{name} en {class}"
346346
347 #: tp/Texinfo/Convert/Plaintext.pm:2540
347 #: tp/Texinfo/Convert/Plaintext.pm:2546
348348 #, fuzzy, perl-brace-format
349349 msgid "@tie{ }-- {category} on {class}: {type} {name}"
350350 msgstr "{name} en {class}"
351351
352 #: tp/Texinfo/Convert/Plaintext.pm:2554
352 #: tp/Texinfo/Convert/Plaintext.pm:2560
353353 #, fuzzy, perl-brace-format
354354 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
355355 msgstr "{name} de {class}"
356356
357 #: tp/Texinfo/Convert/Plaintext.pm:2558
357 #: tp/Texinfo/Convert/Plaintext.pm:2564
358358 #, perl-brace-format
359359 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
360360 msgstr ""
361361
362 #: tp/Texinfo/Convert/Plaintext.pm:2569
362 #: tp/Texinfo/Convert/Plaintext.pm:2575
363363 #, fuzzy, perl-brace-format
364364 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
365365 msgstr "{name} de {class}"
366366
367 #: tp/Texinfo/Convert/Plaintext.pm:2573
367 #: tp/Texinfo/Convert/Plaintext.pm:2579
368368 #, fuzzy, perl-brace-format
369369 msgid "@tie{ }-- {category} of {class}: {type} {name}"
370370 msgstr "{name} de {class}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:2854 tp/Texinfo/Convert/HTML.pm:2784
372 #: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786
373373 #, perl-brace-format
374374 msgid "@center --- @emph{{author}}\n"
375375 msgstr ""
603603 msgid "{explained_string} ({explanation})"
604604 msgstr ""
605605
606 #: tp/Texinfo/Convert/HTML.pm:3083
606 #: tp/Texinfo/Convert/HTML.pm:3085
607607 #, perl-brace-format
608608 msgid "see section {reference_name}"
609609 msgstr "v@'ease la secci@'on {reference_name}"
610610
611 #: tp/Texinfo/Convert/HTML.pm:3086
611 #: tp/Texinfo/Convert/HTML.pm:3088
612612 #, perl-brace-format
613613 msgid "see {reference_name}"
614614 msgstr "v@'ease {reference_name}"
615615
616 #: tp/Texinfo/Convert/HTML.pm:3091
616 #: tp/Texinfo/Convert/HTML.pm:3093
617617 #, perl-brace-format
618618 msgid "See section {reference_name}"
619619 msgstr "V@'ease la secci@'on {reference_name}"
620620
621 #: tp/Texinfo/Convert/HTML.pm:3094
621 #: tp/Texinfo/Convert/HTML.pm:3096
622622 #, perl-brace-format
623623 msgid "See {reference_name}"
624624 msgstr "V@'ease {reference_name}"
625625
626 #: tp/Texinfo/Convert/HTML.pm:3098
626 #: tp/Texinfo/Convert/HTML.pm:3100
627627 #, perl-brace-format
628628 msgid "{reference_name}"
629629 msgstr ""
630630
631 #: tp/Texinfo/Convert/HTML.pm:3160
631 #: tp/Texinfo/Convert/HTML.pm:3162
632632 #, fuzzy, perl-brace-format
633633 msgid "see {reference} in @cite{{book}}"
634634 msgstr "v@'ease {node_file_href} @cite{{book}}"
635635
636 #: tp/Texinfo/Convert/HTML.pm:3164
636 #: tp/Texinfo/Convert/HTML.pm:3166
637637 #, fuzzy, perl-brace-format
638638 msgid "see @cite{{book_reference}}"
639639 msgstr "v@'ease @cite{{book}}"
640640
641 #: tp/Texinfo/Convert/HTML.pm:3168
641 #: tp/Texinfo/Convert/HTML.pm:3170
642642 #, fuzzy, perl-brace-format
643643 msgid "see `{section}' in @cite{{book}}"
644644 msgstr "secci@'on `{section}' en @cite{{book}}"
645645
646 #: tp/Texinfo/Convert/HTML.pm:3175
646 #: tp/Texinfo/Convert/HTML.pm:3177
647647 #, fuzzy, perl-brace-format
648648 msgid "see {reference}"
649649 msgstr "v@'ease {reference_name}"
650650
651 #: tp/Texinfo/Convert/HTML.pm:3178
651 #: tp/Texinfo/Convert/HTML.pm:3180
652652 #, fuzzy, perl-brace-format
653653 msgid "see `{section}'"
654654 msgstr "Subir secci@'on"
655655
656 #: tp/Texinfo/Convert/HTML.pm:3183
656 #: tp/Texinfo/Convert/HTML.pm:3185
657657 #, fuzzy, perl-brace-format
658658 msgid "See {reference} in @cite{{book}}"
659659 msgstr "V@'ease {node_file_href} @cite{{book}}"
660660
661 #: tp/Texinfo/Convert/HTML.pm:3187
661 #: tp/Texinfo/Convert/HTML.pm:3189
662662 #, fuzzy, perl-brace-format
663663 msgid "See @cite{{book_reference}}"
664664 msgstr "V@'ease @cite{{book}}"
665665
666 #: tp/Texinfo/Convert/HTML.pm:3191
666 #: tp/Texinfo/Convert/HTML.pm:3193
667667 #, fuzzy, perl-brace-format
668668 msgid "See `{section}' in @cite{{book}}"
669669 msgstr "V@'ease la secci@'on `{section}' en @cite{{book}}"
670670
671 #: tp/Texinfo/Convert/HTML.pm:3198
671 #: tp/Texinfo/Convert/HTML.pm:3200
672672 #, fuzzy, perl-brace-format
673673 msgid "See {reference}"
674674 msgstr "V@'ease {reference_name}"
675675
676 #: tp/Texinfo/Convert/HTML.pm:3201
676 #: tp/Texinfo/Convert/HTML.pm:3203
677677 #, fuzzy, perl-brace-format
678678 msgid "See `{section}'"
679679 msgstr "Subir secci@'on"
680680
681 #: tp/Texinfo/Convert/HTML.pm:3206
681 #: tp/Texinfo/Convert/HTML.pm:3208
682682 #, fuzzy, perl-brace-format
683683 msgid "{reference} in @cite{{book}}"
684684 msgstr "v@'ease @cite{{book}}"
685685
686 #: tp/Texinfo/Convert/HTML.pm:3210
686 #: tp/Texinfo/Convert/HTML.pm:3212
687687 #, fuzzy, perl-brace-format
688688 msgid "@cite{{book_reference}}"
689689 msgstr "v@'ease @cite{{book}}"
690690
691 #: tp/Texinfo/Convert/HTML.pm:3214
691 #: tp/Texinfo/Convert/HTML.pm:3216
692692 #, fuzzy, perl-brace-format
693693 msgid "`{section}' in @cite{{book}}"
694694 msgstr "secci@'on `{section}' en @cite{{book}}"
695695
696 #: tp/Texinfo/Convert/HTML.pm:3221
696 #: tp/Texinfo/Convert/HTML.pm:3223
697697 #, fuzzy, perl-brace-format
698698 msgid "{reference}"
699699 msgstr "v@'ease {reference_name}"
700700
701 #: tp/Texinfo/Convert/HTML.pm:3224
701 #: tp/Texinfo/Convert/HTML.pm:3226
702702 #, fuzzy, perl-brace-format
703703 msgid "`{section}'"
704704 msgstr "Subir secci@'on"
705705
706 #: tp/Texinfo/Convert/HTML.pm:3337
706 #: tp/Texinfo/Convert/HTML.pm:3339
707707 msgid "Jump to"
708708 msgstr "Saltar a"
709709
710 #: tp/Texinfo/Convert/HTML.pm:3345
710 #: tp/Texinfo/Convert/HTML.pm:3347
711711 msgid "Index Entry"
712712 msgstr "Entrada de @'indice"
713713
714 #: tp/Texinfo/Convert/HTML.pm:3347
714 #: tp/Texinfo/Convert/HTML.pm:3349
715715 msgid "Section"
716716 msgstr "Secci@'on"
717717
718 #: tp/Texinfo/Convert/HTML.pm:3966
718 #: tp/Texinfo/Convert/HTML.pm:3968
719719 #, fuzzy, perl-brace-format
720720 msgid "{category}: @strong{{name}} @emph{{arguments}}"
721721 msgstr "{name} de {class}"
722722
723 #: tp/Texinfo/Convert/HTML.pm:3971
723 #: tp/Texinfo/Convert/HTML.pm:3973
724724 #, fuzzy, perl-brace-format
725725 msgid "{category}: @strong{{name}}"
726726 msgstr "{name} en {class}"
727727
728 #: tp/Texinfo/Convert/HTML.pm:3988
728 #: tp/Texinfo/Convert/HTML.pm:3990
729729 #, fuzzy, perl-brace-format
730730 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
731731 msgstr "{name} en {class}"
732732
733 #: tp/Texinfo/Convert/HTML.pm:3992
733 #: tp/Texinfo/Convert/HTML.pm:3994
734734 #, fuzzy, perl-brace-format
735735 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
736736 msgstr "{name} en {class}"
737737
738 #: tp/Texinfo/Convert/HTML.pm:4001
738 #: tp/Texinfo/Convert/HTML.pm:4003
739739 #, fuzzy, perl-brace-format
740740 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
741741 msgstr "{name} en {class}"
742742
743 #: tp/Texinfo/Convert/HTML.pm:4004
743 #: tp/Texinfo/Convert/HTML.pm:4006
744744 #, perl-brace-format
745745 msgid "{category}: @emph{{type}} @strong{{name}}"
746746 msgstr ""
747747
748 #: tp/Texinfo/Convert/HTML.pm:4012
748 #: tp/Texinfo/Convert/HTML.pm:4014
749749 #, fuzzy, perl-brace-format
750750 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
751751 msgstr "{name} de {class}"
752752
753 #: tp/Texinfo/Convert/HTML.pm:4018
753 #: tp/Texinfo/Convert/HTML.pm:4020
754754 #, fuzzy, perl-brace-format
755755 msgid "{category} of {class}: @strong{{name}}"
756756 msgstr "{name} de {class}"
757757
758 #: tp/Texinfo/Convert/HTML.pm:4027
758 #: tp/Texinfo/Convert/HTML.pm:4029
759759 #, fuzzy, perl-brace-format
760760 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
761761 msgstr "{name} en {class}"
762762
763 #: tp/Texinfo/Convert/HTML.pm:4033
763 #: tp/Texinfo/Convert/HTML.pm:4035
764764 #, fuzzy, perl-brace-format
765765 msgid "{category} on {class}: @strong{{name}}"
766766 msgstr "{name} en {class}"
767767
768 #: tp/Texinfo/Convert/HTML.pm:4048
768 #: tp/Texinfo/Convert/HTML.pm:4050
769769 #, fuzzy, perl-brace-format
770770 msgid ""
771771 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
772772 msgstr "{name} en {class}"
773773
774 #: tp/Texinfo/Convert/HTML.pm:4052
774 #: tp/Texinfo/Convert/HTML.pm:4054
775775 #, fuzzy, perl-brace-format
776776 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
777777 msgstr "{name} en {class}"
778778
779 #: tp/Texinfo/Convert/HTML.pm:4063
779 #: tp/Texinfo/Convert/HTML.pm:4065
780780 #, fuzzy, perl-brace-format
781781 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
782782 msgstr "{name} en {class}"
783783
784 #: tp/Texinfo/Convert/HTML.pm:4067
784 #: tp/Texinfo/Convert/HTML.pm:4069
785785 #, fuzzy, perl-brace-format
786786 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
787787 msgstr "{name} en {class}"
788788
789 #: tp/Texinfo/Convert/HTML.pm:4081
789 #: tp/Texinfo/Convert/HTML.pm:4083
790790 #, fuzzy, perl-brace-format
791791 msgid ""
792792 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
793793 msgstr "{name} de {class}"
794794
795 #: tp/Texinfo/Convert/HTML.pm:4085
795 #: tp/Texinfo/Convert/HTML.pm:4087
796796 #, fuzzy, perl-brace-format
797797 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
798798 msgstr "{name} de {class}"
799799
800 #: tp/Texinfo/Convert/HTML.pm:4096
800 #: tp/Texinfo/Convert/HTML.pm:4098
801801 #, fuzzy, perl-brace-format
802802 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
803803 msgstr "{name} de {class}"
804804
805 #: tp/Texinfo/Convert/HTML.pm:4100
805 #: tp/Texinfo/Convert/HTML.pm:4102
806806 #, fuzzy, perl-brace-format
807807 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
808808 msgstr "{name} de {class}"
809809
810 #: tp/Texinfo/Convert/HTML.pm:6103
810 #: tp/Texinfo/Convert/HTML.pm:6108
811811 #, fuzzy, perl-brace-format
812812 msgid ""
813813 "This document was generated on @emph{@today{}} using "
816816 "Este documento se gener@'o el @i{{date}} utilizando "
817817 "@uref{{program_homepage}, @i{{program}}}."
818818
819 #: tp/Texinfo/Convert/HTML.pm:6143
819 #: tp/Texinfo/Convert/HTML.pm:6113
820 #, fuzzy
821 msgid "This document was generated on @emph{@today{}}."
822 msgstr ""
823 "Este documento se gener@'o utilizando @uref{{program_homepage}, "
824 "@emph{{program}}}."
825
826 #: tp/Texinfo/Convert/HTML.pm:6152
820827 #, perl-brace-format
821828 msgid "{title}: {element_text}"
822829 msgstr ""
823830
824 #: tp/Texinfo/Convert/HTML.pm:6284
831 #: tp/Texinfo/Convert/HTML.pm:6296
825832 #, perl-brace-format
826833 msgid "The node you are looking for is at {href}."
827834 msgstr "El nodo que busca se encuentra en {href}."
828835
829 #: tp/Texinfo/Convert/HTML.pm:6354
836 #: tp/Texinfo/Convert/HTML.pm:6365
830837 msgid " The buttons in the navigation panels have the following meaning:"
831838 msgstr ""
832839 " Los botones de los paneles de navegaci@'on tienen el significado siguiente:"
833840
834 #: tp/Texinfo/Convert/HTML.pm:6360
841 #: tp/Texinfo/Convert/HTML.pm:6371
835842 msgid "Button"
836843 msgstr "Bot@'on"
837844
838 #: tp/Texinfo/Convert/HTML.pm:6361
845 #: tp/Texinfo/Convert/HTML.pm:6372
839846 msgid "Name"
840847 msgstr "Nombre"
841848
842 #: tp/Texinfo/Convert/HTML.pm:6362
849 #: tp/Texinfo/Convert/HTML.pm:6373
843850 msgid "Go to"
844851 msgstr "Ir a"
845852
846 #: tp/Texinfo/Convert/HTML.pm:6363
853 #: tp/Texinfo/Convert/HTML.pm:6374
847854 msgid "From 1.2.3 go to"
848855 msgstr "Desde 1.2.3 ir a"
849856
850 #: tp/Texinfo/Convert/HTML.pm:6389
857 #: tp/Texinfo/Convert/HTML.pm:6400
851858 msgid ""
852859 " where the @strong{ Example } assumes that the current position is at "
853860 "@strong{ Subsubsection One-Two-Three } of a document of the following "
857864 "@strong{ Sub-subsecci@'on uno-dos-tres } de un documento de la estructura "
858865 "siguiente:"
859866
860 #: tp/Texinfo/Convert/HTML.pm:6399
867 #: tp/Texinfo/Convert/HTML.pm:6410
861868 msgid "Section One"
862869 msgstr "Secci@'on Uno"
863870
864 #: tp/Texinfo/Convert/HTML.pm:6401
871 #: tp/Texinfo/Convert/HTML.pm:6412
865872 msgid "Subsection One-One"
866873 msgstr "Subsecci@'on uno-uno"
867874
868 #: tp/Texinfo/Convert/HTML.pm:6408
875 #: tp/Texinfo/Convert/HTML.pm:6419
869876 msgid "Subsection One-Two"
870877 msgstr "Subsecci@'on uno-dos"
871878
872 #: tp/Texinfo/Convert/HTML.pm:6410
879 #: tp/Texinfo/Convert/HTML.pm:6421
873880 msgid "Subsubsection One-Two-One"
874881 msgstr "Sub-subsecci@'on uno-dos-uno"
875882
876 #: tp/Texinfo/Convert/HTML.pm:6411
883 #: tp/Texinfo/Convert/HTML.pm:6422
877884 msgid "Subsubsection One-Two-Two"
878885 msgstr "Sub-subsecci@'on uno-dos-dos"
879886
880 #: tp/Texinfo/Convert/HTML.pm:6412
887 #: tp/Texinfo/Convert/HTML.pm:6423
881888 msgid "Subsubsection One-Two-Three"
882889 msgstr "Sub-subsecci@'on uno-dos-tres"
883890
884 #: tp/Texinfo/Convert/HTML.pm:6414
891 #: tp/Texinfo/Convert/HTML.pm:6425
885892 msgid "Current Position"
886893 msgstr "Posici@'on actual"
887894
888 #: tp/Texinfo/Convert/HTML.pm:6415
895 #: tp/Texinfo/Convert/HTML.pm:6426
889896 msgid "Subsubsection One-Two-Four"
890897 msgstr "Sub-subsecci@'on uno-dos-cuatro"
891898
892 #: tp/Texinfo/Convert/HTML.pm:6418
899 #: tp/Texinfo/Convert/HTML.pm:6429
893900 msgid "Subsection One-Three"
894901 msgstr "Subsecci@'on uno-tres"
895902
896 #: tp/Texinfo/Convert/HTML.pm:6425
903 #: tp/Texinfo/Convert/HTML.pm:6436
897904 msgid "Subsection One-Four"
898905 msgstr "Subsecci@'on uno-cuatro"
899906
900 #: tp/Texinfo/Convert/HTML.pm:6829
907 #: tp/Texinfo/Convert/HTML.pm:6840
901908 msgid "Untitled Document"
902909 msgstr "Documento sin t@'itulo"
903910
909916 #~ "Este documento se gener@'o el @i{{date}} utilizando "
910917 #~ "@uref{{program_homepage}, @i{{program}}}."
911918
912 #~ msgid ""
913 #~ "This document was generated using @uref{{program_homepage}, "
914 #~ "@emph{{program}}}."
915 #~ msgstr ""
916 #~ "Este documento se gener@'o utilizando @uref{{program_homepage}, "
917 #~ "@emph{{program}}}."
918
919919 #~ msgid "on @emph{{date}}"
920920 #~ msgstr "el @emph{{date}}"
921921
66 msgstr ""
77 "Project-Id-Version: texinfo 5.0\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
9 "POT-Creation-Date: 2013-02-04 11:18-0800\n"
1010 "PO-Revision-Date: 2013-01-06 15:26+0100\n"
1111 "Last-Translator: Jean-Charles Malahieude <lilyfan@orange.fr>\n"
1212 "Language-Team: Unknown\n"
4343 msgid "Method"
4444 msgstr "M@'ethode"
4545
46 #: tp/Texinfo/Common.pm:1141
46 #: tp/Texinfo/Common.pm:1142
4747 #, perl-brace-format
4848 msgid "{category} on {class}"
4949 msgstr "{category} de {class}"
5050
51 #: tp/Texinfo/Common.pm:1148
51 #: tp/Texinfo/Common.pm:1149
5252 #, perl-brace-format
5353 msgid "{category} of {class}"
5454 msgstr "{category} de {class}"
5555
56 #: tp/Texinfo/Common.pm:1165
56 #: tp/Texinfo/Common.pm:1166
5757 #, perl-brace-format
5858 msgid "{month} {day}, {year}"
5959 msgstr "le {day} {month} {year}"
6060
61 #: tp/Texinfo/Common.pm:1196 tp/Texinfo/Convert/Plaintext.pm:904
61 #: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904
6262 #: tp/Texinfo/Convert/HTML.pm:511
6363 #, perl-brace-format
6464 msgid "Appendix {number} {section_title}"
6565 msgstr "Appendice {number} {section_title}"
6666
67 #: tp/Texinfo/Common.pm:1200 tp/Texinfo/Convert/Plaintext.pm:909
67 #: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909
6868 #: tp/Texinfo/Convert/HTML.pm:517
6969 #, perl-brace-format
7070 msgid "{number} {section_title}"
7171 msgstr "{number} {section_title}"
7272
73 #: tp/Texinfo/Common.pm:1335
73 #: tp/Texinfo/Common.pm:1336
7474 #, perl-brace-format
7575 msgid "{float_type} {float_number}: "
7676 msgstr "{float_type} {float_number}@ : "
7777
78 #: tp/Texinfo/Common.pm:1339
78 #: tp/Texinfo/Common.pm:1340
7979 #, perl-brace-format
8080 msgid "{float_type}: "
8181 msgstr "{float_type}@ : "
8282
83 #: tp/Texinfo/Common.pm:1344
83 #: tp/Texinfo/Common.pm:1345
8484 #, perl-brace-format
8585 msgid "{float_type} {float_number}\n"
8686 msgstr "{float_type} {float_number}\n"
8787
88 #: tp/Texinfo/Common.pm:1348
88 #: tp/Texinfo/Common.pm:1349
8989 #, perl-brace-format
9090 msgid "{float_type}\n"
9191 msgstr "{float_type}\n"
9292
93 #: tp/Texinfo/Common.pm:1354
93 #: tp/Texinfo/Common.pm:1355
9494 #, perl-brace-format
9595 msgid "{float_number}: "
9696 msgstr "{float_number}@ : "
9797
98 #: tp/Texinfo/Common.pm:1357
98 #: tp/Texinfo/Common.pm:1358
9999 #, perl-brace-format
100100 msgid "{float_number}\n"
101101 msgstr "{float_number}\n"
102102
103 #: tp/Texinfo/Parser.pm:2762
103 #: tp/Texinfo/Parser.pm:2768
104104 #, perl-brace-format
105105 msgid "{name} on {class}"
106106 msgstr "{name} de {class}"
107107
108 #: tp/Texinfo/Parser.pm:2771
108 #: tp/Texinfo/Parser.pm:2777
109109 #, perl-brace-format
110110 msgid "{name} of {class}"
111111 msgstr "{name} de {class}"
207207 msgid "see section ``{section_name}'' in @cite{{book}}"
208208 msgstr "voir la section `{section_name}' dans @cite{{book}}"
209209
210 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3218
210 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3220
211211 #, perl-brace-format
212212 msgid "@cite{{book}}"
213213 msgstr "@cite{{book}}"
214214
215 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3195
215 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3197
216216 #, perl-brace-format
217217 msgid "See @cite{{book}}"
218218 msgstr "Voir @cite{{book}}"
219219
220 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3172
220 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3174
221221 #, perl-brace-format
222222 msgid "see @cite{{book}}"
223223 msgstr "voir @cite{{book}}"
237237 msgid "see {title_ref}"
238238 msgstr "voir {title_ref}"
239239
240 #: tp/Texinfo/Convert/DocBook.pm:987 tp/Texinfo/Convert/Plaintext.pm:1872
240 #: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878
241241 #, perl-brace-format
242242 msgid "{abbr_or_acronym} ({explanation})"
243243 msgstr "{abbr_or_acronym} ({explanation})"
244244
245 #: tp/Texinfo/Convert/DocBook.pm:1116 tp/Texinfo/Convert/Plaintext.pm:1998
246 #: tp/Texinfo/Convert/HTML.pm:3524
245 #: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004
246 #: tp/Texinfo/Convert/HTML.pm:3526
247247 #, perl-brace-format
248248 msgid "@b{{quotation_arg}:} "
249249 msgstr "@b{{quotation_arg}@ :} "
252252 msgid "(outside of any node)"
253253 msgstr "(en dehors de tout n@oe{}ud)"
254254
255 #: tp/Texinfo/Convert/Plaintext.pm:1682
255 #: tp/Texinfo/Convert/Plaintext.pm:1685
256256 #, perl-brace-format
257257 msgid "{name} @url{{email}}"
258258 msgstr "{name} @url{{email}}"
259259
260 #: tp/Texinfo/Convert/Plaintext.pm:1685
260 #: tp/Texinfo/Convert/Plaintext.pm:1688
261261 #, perl-brace-format
262262 msgid "@url{{email}}"
263263 msgstr "@url{{email}}"
264264
265 #: tp/Texinfo/Convert/Plaintext.pm:1707
265 #: tp/Texinfo/Convert/Plaintext.pm:1710
266266 #, perl-brace-format
267267 msgid "{text} ({url})"
268268 msgstr "{text} ({url})"
269269
270 #: tp/Texinfo/Convert/Plaintext.pm:1712
270 #: tp/Texinfo/Convert/Plaintext.pm:1715
271271 #, perl-brace-format
272272 msgid "@t{<{url}>}"
273273 msgstr "@t{<{url}>}"
274274
275 #: tp/Texinfo/Convert/Plaintext.pm:1923 tp/Texinfo/Convert/HTML.pm:1433
275 #: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433
276276 #, perl-brace-format
277277 msgid "@{No value for `{value}'@}"
278278 msgstr "@{Aucune valeur pour `{value}'@}"
279279
280 #: tp/Texinfo/Convert/Plaintext.pm:2444
280 #: tp/Texinfo/Convert/Plaintext.pm:2450
281281 #, perl-brace-format
282282 msgid "@tie{ }-- {category}: {name} {arguments}"
283283 msgstr "@tie{ }-- {category}@ : {name} {arguments}"
284284
285 #: tp/Texinfo/Convert/Plaintext.pm:2449
285 #: tp/Texinfo/Convert/Plaintext.pm:2455
286286 #, perl-brace-format
287287 msgid "@tie{ }-- {category}: {name}"
288288 msgstr "@tie{ }-- {category}@ : {name}"
289289
290 #: tp/Texinfo/Convert/Plaintext.pm:2462
290 #: tp/Texinfo/Convert/Plaintext.pm:2468
291291 #, perl-brace-format
292292 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
293293 msgstr "@tie{ }-- {category}@ :@*{type}@*{name} {arguments}"
294294
295 #: tp/Texinfo/Convert/Plaintext.pm:2465
295 #: tp/Texinfo/Convert/Plaintext.pm:2471
296296 #, perl-brace-format
297297 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
298298 msgstr "@tie{ }-- {category}@ : {type} {name} {arguments}"
299299
300 #: tp/Texinfo/Convert/Plaintext.pm:2474
300 #: tp/Texinfo/Convert/Plaintext.pm:2480
301301 #, perl-brace-format
302302 msgid "@tie{ }-- {category}:@*{type}@*{name}"
303303 msgstr "@tie{ }-- {category}@ :@*{type}@*{name}"
304304
305 #: tp/Texinfo/Convert/Plaintext.pm:2477
305 #: tp/Texinfo/Convert/Plaintext.pm:2483
306306 #, perl-brace-format
307307 msgid "@tie{ }-- {category}: {type} {name}"
308308 msgstr "@tie{ }-- {category}@ : {type} {name}"
309309
310 #: tp/Texinfo/Convert/Plaintext.pm:2485
310 #: tp/Texinfo/Convert/Plaintext.pm:2491
311311 #, perl-brace-format
312312 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
313313 msgstr "@tie{ }-- {category} de {class}@ : {name} {arguments}"
314314
315 #: tp/Texinfo/Convert/Plaintext.pm:2491
315 #: tp/Texinfo/Convert/Plaintext.pm:2497
316316 #, perl-brace-format
317317 msgid "@tie{ }-- {category} of {class}: {name}"
318318 msgstr "@tie{ }-- {category} de {class}@ : {name}"
319319
320 #: tp/Texinfo/Convert/Plaintext.pm:2500
320 #: tp/Texinfo/Convert/Plaintext.pm:2506
321321 #, perl-brace-format
322322 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
323323 msgstr "@tie{ }-- {category} de {class}@ : {name} {arguments}"
324324
325 #: tp/Texinfo/Convert/Plaintext.pm:2506
325 #: tp/Texinfo/Convert/Plaintext.pm:2512
326326 #, perl-brace-format
327327 msgid "@tie{ }-- {category} on {class}: {name}"
328328 msgstr "@tie{ }-- {category} de {class}@ : {name}"
329329
330 #: tp/Texinfo/Convert/Plaintext.pm:2521
330 #: tp/Texinfo/Convert/Plaintext.pm:2527
331331 #, perl-brace-format
332332 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
333333 msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name} {arguments}"
334334
335 #: tp/Texinfo/Convert/Plaintext.pm:2525
335 #: tp/Texinfo/Convert/Plaintext.pm:2531
336336 #, perl-brace-format
337337 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
338338 msgstr "@tie{ }-- {category} de {class}@ : {type} {name} {arguments}"
339339
340 #: tp/Texinfo/Convert/Plaintext.pm:2536
340 #: tp/Texinfo/Convert/Plaintext.pm:2542
341341 #, perl-brace-format
342342 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
343343 msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name}"
344344
345 #: tp/Texinfo/Convert/Plaintext.pm:2540
345 #: tp/Texinfo/Convert/Plaintext.pm:2546
346346 #, perl-brace-format
347347 msgid "@tie{ }-- {category} on {class}: {type} {name}"
348348 msgstr "@tie{ }-- {category} de {class}@ : {type} {name}"
349349
350 #: tp/Texinfo/Convert/Plaintext.pm:2554
350 #: tp/Texinfo/Convert/Plaintext.pm:2560
351351 #, perl-brace-format
352352 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
353353 msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name} {arguments}"
354354
355 #: tp/Texinfo/Convert/Plaintext.pm:2558
355 #: tp/Texinfo/Convert/Plaintext.pm:2564
356356 #, perl-brace-format
357357 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
358358 msgstr "@tie{ }-- {category} de {class}@ : {type} {name} {arguments}"
359359
360 #: tp/Texinfo/Convert/Plaintext.pm:2569
360 #: tp/Texinfo/Convert/Plaintext.pm:2575
361361 #, perl-brace-format
362362 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
363363 msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name}"
364364
365 #: tp/Texinfo/Convert/Plaintext.pm:2573
365 #: tp/Texinfo/Convert/Plaintext.pm:2579
366366 #, perl-brace-format
367367 msgid "@tie{ }-- {category} of {class}: {type} {name}"
368368 msgstr "@tie{ }-- {category} de {class}@ : {type} {name}"
369369
370 #: tp/Texinfo/Convert/Plaintext.pm:2854 tp/Texinfo/Convert/HTML.pm:2784
370 #: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786
371371 #, perl-brace-format
372372 msgid "@center --- @emph{{author}}\n"
373373 msgstr "@center --- @emph{{author}}\n"
595595 msgid "{explained_string} ({explanation})"
596596 msgstr "{explained_string} ({explanation})"
597597
598 #: tp/Texinfo/Convert/HTML.pm:3083
598 #: tp/Texinfo/Convert/HTML.pm:3085
599599 #, perl-brace-format
600600 msgid "see section {reference_name}"
601601 msgstr "voir la section {reference_name}"
602602
603 #: tp/Texinfo/Convert/HTML.pm:3086
603 #: tp/Texinfo/Convert/HTML.pm:3088
604604 #, perl-brace-format
605605 msgid "see {reference_name}"
606606 msgstr "voir {reference_name}"
607607
608 #: tp/Texinfo/Convert/HTML.pm:3091
608 #: tp/Texinfo/Convert/HTML.pm:3093
609609 #, perl-brace-format
610610 msgid "See section {reference_name}"
611611 msgstr "Voir la section {reference_name}"
612612
613 #: tp/Texinfo/Convert/HTML.pm:3094
613 #: tp/Texinfo/Convert/HTML.pm:3096
614614 #, perl-brace-format
615615 msgid "See {reference_name}"
616616 msgstr "Voir {reference_name}"
617617
618 #: tp/Texinfo/Convert/HTML.pm:3098
618 #: tp/Texinfo/Convert/HTML.pm:3100
619619 #, perl-brace-format
620620 msgid "{reference_name}"
621621 msgstr "{reference_name}"
622622
623 #: tp/Texinfo/Convert/HTML.pm:3160
623 #: tp/Texinfo/Convert/HTML.pm:3162
624624 #, perl-brace-format
625625 msgid "see {reference} in @cite{{book}}"
626626 msgstr "voir {reference} dans @cite{{book}}"
627627
628 #: tp/Texinfo/Convert/HTML.pm:3164
628 #: tp/Texinfo/Convert/HTML.pm:3166
629629 #, perl-brace-format
630630 msgid "see @cite{{book_reference}}"
631631 msgstr "voir @cite{{book_reference}}"
632632
633 #: tp/Texinfo/Convert/HTML.pm:3168
633 #: tp/Texinfo/Convert/HTML.pm:3170
634634 #, perl-brace-format
635635 msgid "see `{section}' in @cite{{book}}"
636636 msgstr "voir `{section}' dans @cite{{book}}"
637637
638 #: tp/Texinfo/Convert/HTML.pm:3175
638 #: tp/Texinfo/Convert/HTML.pm:3177
639639 #, perl-brace-format
640640 msgid "see {reference}"
641641 msgstr "voir {reference}"
642642
643 #: tp/Texinfo/Convert/HTML.pm:3178
643 #: tp/Texinfo/Convert/HTML.pm:3180
644644 #, perl-brace-format
645645 msgid "see `{section}'"
646646 msgstr "voir `{section}'"
647647
648 #: tp/Texinfo/Convert/HTML.pm:3183
648 #: tp/Texinfo/Convert/HTML.pm:3185
649649 #, perl-brace-format
650650 msgid "See {reference} in @cite{{book}}"
651651 msgstr "Voir {reference} dans @cite{{book}}"
652652
653 #: tp/Texinfo/Convert/HTML.pm:3187
653 #: tp/Texinfo/Convert/HTML.pm:3189
654654 #, perl-brace-format
655655 msgid "See @cite{{book_reference}}"
656656 msgstr "Voir @cite{{book_reference}}"
657657
658 #: tp/Texinfo/Convert/HTML.pm:3191
658 #: tp/Texinfo/Convert/HTML.pm:3193
659659 #, perl-brace-format
660660 msgid "See `{section}' in @cite{{book}}"
661661 msgstr "Voir `{section}' dans @cite{{book}}"
662662
663 #: tp/Texinfo/Convert/HTML.pm:3198
663 #: tp/Texinfo/Convert/HTML.pm:3200
664664 #, perl-brace-format
665665 msgid "See {reference}"
666666 msgstr "Voir {reference}"
667667
668 #: tp/Texinfo/Convert/HTML.pm:3201
668 #: tp/Texinfo/Convert/HTML.pm:3203
669669 #, perl-brace-format
670670 msgid "See `{section}'"
671671 msgstr "Voir `{section}'"
672672
673 #: tp/Texinfo/Convert/HTML.pm:3206
673 #: tp/Texinfo/Convert/HTML.pm:3208
674674 #, perl-brace-format
675675 msgid "{reference} in @cite{{book}}"
676676 msgstr "{reference} dans @cite{{book}}"
677677
678 #: tp/Texinfo/Convert/HTML.pm:3210
678 #: tp/Texinfo/Convert/HTML.pm:3212
679679 #, perl-brace-format
680680 msgid "@cite{{book_reference}}"
681681 msgstr "@cite{{book_reference}}"
682682
683 #: tp/Texinfo/Convert/HTML.pm:3214
683 #: tp/Texinfo/Convert/HTML.pm:3216
684684 #, perl-brace-format
685685 msgid "`{section}' in @cite{{book}}"
686686 msgstr "`{section}' dans @cite{{book}}"
687687
688 #: tp/Texinfo/Convert/HTML.pm:3221
688 #: tp/Texinfo/Convert/HTML.pm:3223
689689 #, perl-brace-format
690690 msgid "{reference}"
691691 msgstr "{reference}"
692692
693 #: tp/Texinfo/Convert/HTML.pm:3224
693 #: tp/Texinfo/Convert/HTML.pm:3226
694694 #, perl-brace-format
695695 msgid "`{section}'"
696696 msgstr "`{section}'"
697697
698 #: tp/Texinfo/Convert/HTML.pm:3337
698 #: tp/Texinfo/Convert/HTML.pm:3339
699699 msgid "Jump to"
700700 msgstr "Aller @`a"
701701
702 #: tp/Texinfo/Convert/HTML.pm:3345
702 #: tp/Texinfo/Convert/HTML.pm:3347
703703 msgid "Index Entry"
704704 msgstr "Entr@'ee d'index"
705705
706 #: tp/Texinfo/Convert/HTML.pm:3347
706 #: tp/Texinfo/Convert/HTML.pm:3349
707707 msgid "Section"
708708 msgstr "Section"
709709
710 #: tp/Texinfo/Convert/HTML.pm:3966
710 #: tp/Texinfo/Convert/HTML.pm:3968
711711 #, perl-brace-format
712712 msgid "{category}: @strong{{name}} @emph{{arguments}}"
713713 msgstr "{category}@ : @strong{{name}} @emph{{arguments}}"
714714
715 #: tp/Texinfo/Convert/HTML.pm:3971
715 #: tp/Texinfo/Convert/HTML.pm:3973
716716 #, perl-brace-format
717717 msgid "{category}: @strong{{name}}"
718718 msgstr "{category}@ : @strong{{name}}"
719719
720 #: tp/Texinfo/Convert/HTML.pm:3988
720 #: tp/Texinfo/Convert/HTML.pm:3990
721721 #, perl-brace-format
722722 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
723723 msgstr "{category}@ :@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
724724
725 #: tp/Texinfo/Convert/HTML.pm:3992
725 #: tp/Texinfo/Convert/HTML.pm:3994
726726 #, perl-brace-format
727727 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
728728 msgstr "{category}@ : @emph{{type}} @strong{{name}} @emph{{arguments}}"
729729
730 #: tp/Texinfo/Convert/HTML.pm:4001
730 #: tp/Texinfo/Convert/HTML.pm:4003
731731 #, perl-brace-format
732732 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
733733 msgstr "{category}@ :@* @emph{{type}}@* @strong{{name}}"
734734
735 #: tp/Texinfo/Convert/HTML.pm:4004
735 #: tp/Texinfo/Convert/HTML.pm:4006
736736 #, perl-brace-format
737737 msgid "{category}: @emph{{type}} @strong{{name}}"
738738 msgstr "{category}@ : @emph{{type}} @strong{{name}}"
739739
740 #: tp/Texinfo/Convert/HTML.pm:4012
740 #: tp/Texinfo/Convert/HTML.pm:4014
741741 #, perl-brace-format
742742 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
743743 msgstr "{category} de {class}@ : @strong{{name}} @emph{{arguments}}"
744744
745 #: tp/Texinfo/Convert/HTML.pm:4018
745 #: tp/Texinfo/Convert/HTML.pm:4020
746746 #, perl-brace-format
747747 msgid "{category} of {class}: @strong{{name}}"
748748 msgstr "{category} de {class}@ : @strong{{name}}"
749749
750 #: tp/Texinfo/Convert/HTML.pm:4027
750 #: tp/Texinfo/Convert/HTML.pm:4029
751751 #, perl-brace-format
752752 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
753753 msgstr "{category} de {class}@ : @strong{{name}} @emph{{arguments}}"
754754
755 #: tp/Texinfo/Convert/HTML.pm:4033
755 #: tp/Texinfo/Convert/HTML.pm:4035
756756 #, perl-brace-format
757757 msgid "{category} on {class}: @strong{{name}}"
758758 msgstr "{category} de {class}@ : @strong{{name}}"
759759
760 #: tp/Texinfo/Convert/HTML.pm:4048
760 #: tp/Texinfo/Convert/HTML.pm:4050
761761 #, perl-brace-format
762762 msgid ""
763763 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
764764 msgstr ""
765765 "{category} de {class}@ :@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
766766
767 #: tp/Texinfo/Convert/HTML.pm:4052
767 #: tp/Texinfo/Convert/HTML.pm:4054
768768 #, perl-brace-format
769769 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
770770 msgstr ""
771771 "{category} de {class}@ : @emph{{type}} @strong{{name}} @emph{{arguments}}"
772772
773 #: tp/Texinfo/Convert/HTML.pm:4063
773 #: tp/Texinfo/Convert/HTML.pm:4065
774774 #, perl-brace-format
775775 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
776776 msgstr "{category} de {class}@ :@* @emph{{type}}@* @strong{{name}}"
777777
778 #: tp/Texinfo/Convert/HTML.pm:4067
778 #: tp/Texinfo/Convert/HTML.pm:4069
779779 #, perl-brace-format
780780 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
781781 msgstr "{category} de {class}@ : @emph{{type}} @strong{{name}}"
782782
783 #: tp/Texinfo/Convert/HTML.pm:4081
783 #: tp/Texinfo/Convert/HTML.pm:4083
784784 #, perl-brace-format
785785 msgid ""
786786 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
787787 msgstr ""
788788 "{category} de {class}@ :@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
789789
790 #: tp/Texinfo/Convert/HTML.pm:4085
790 #: tp/Texinfo/Convert/HTML.pm:4087
791791 #, perl-brace-format
792792 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
793793 msgstr ""
794794 "{category} de {class}@ : @emph{{type}} @strong{{name}} @emph{{arguments}}"
795795
796 #: tp/Texinfo/Convert/HTML.pm:4096
796 #: tp/Texinfo/Convert/HTML.pm:4098
797797 #, perl-brace-format
798798 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
799799 msgstr "{category} de {class}@ :@* @emph{{type}}@* @strong{{name}}"
800800
801 #: tp/Texinfo/Convert/HTML.pm:4100
801 #: tp/Texinfo/Convert/HTML.pm:4102
802802 #, perl-brace-format
803803 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
804804 msgstr "{category} de {class}@ : @emph{{type}} @strong{{name}}"
805805
806 #: tp/Texinfo/Convert/HTML.pm:6103
806 #: tp/Texinfo/Convert/HTML.pm:6108
807807 #, perl-brace-format
808808 msgid ""
809809 "This document was generated on @emph{@today{}} using "
812812 "Ce document a @'et@'e g@'en@'er@'e @emph{@today{}} en utilisant "
813813 "@uref{{program_homepage}, @emph{{program}}}"
814814
815 #: tp/Texinfo/Convert/HTML.pm:6143
815 #: tp/Texinfo/Convert/HTML.pm:6113
816 #, fuzzy
817 msgid "This document was generated on @emph{@today{}}."
818 msgstr ""
819 "Ce document a @'et@'e g@'en@'er@'e en utilisant @uref{{program_homepage}, "
820 "@emph{{program}}}."
821
822 #: tp/Texinfo/Convert/HTML.pm:6152
816823 #, perl-brace-format
817824 msgid "{title}: {element_text}"
818825 msgstr "{title}@ : {element_text}"
819826
820 #: tp/Texinfo/Convert/HTML.pm:6284
827 #: tp/Texinfo/Convert/HTML.pm:6296
821828 #, perl-brace-format
822829 msgid "The node you are looking for is at {href}."
823830 msgstr "Le n@oe{}ud que vous recherchez est ici@ : {href}."
824831
825 #: tp/Texinfo/Convert/HTML.pm:6354
832 #: tp/Texinfo/Convert/HTML.pm:6365
826833 msgid " The buttons in the navigation panels have the following meaning:"
827834 msgstr ""
828835 " Les boutons du panneau de navigation ont la signification suivante@ :"
829836
830 #: tp/Texinfo/Convert/HTML.pm:6360
837 #: tp/Texinfo/Convert/HTML.pm:6371
831838 msgid "Button"
832839 msgstr "Bouton"
833840
834 #: tp/Texinfo/Convert/HTML.pm:6361
841 #: tp/Texinfo/Convert/HTML.pm:6372
835842 msgid "Name"
836843 msgstr "Nom"
837844
838 #: tp/Texinfo/Convert/HTML.pm:6362
845 #: tp/Texinfo/Convert/HTML.pm:6373
839846 msgid "Go to"
840847 msgstr "Aller @`a"
841848
842 #: tp/Texinfo/Convert/HTML.pm:6363
849 #: tp/Texinfo/Convert/HTML.pm:6374
843850 msgid "From 1.2.3 go to"
844851 msgstr "Depuis 1.2.3 aller @`a"
845852
846 #: tp/Texinfo/Convert/HTML.pm:6389
853 #: tp/Texinfo/Convert/HTML.pm:6400
847854 msgid ""
848855 " where the @strong{ Example } assumes that the current position is at "
849856 "@strong{ Subsubsection One-Two-Three } of a document of the following "
852859 " Dans cet exemple on est @`a @strong{ Sous-sous-section un-deux-trois } "
853860 "dans un document dont la structure est@ :"
854861
855 #: tp/Texinfo/Convert/HTML.pm:6399
862 #: tp/Texinfo/Convert/HTML.pm:6410
856863 msgid "Section One"
857864 msgstr "Section un"
858865
859 #: tp/Texinfo/Convert/HTML.pm:6401
866 #: tp/Texinfo/Convert/HTML.pm:6412
860867 msgid "Subsection One-One"
861868 msgstr "Sous-section un-un"
862869
863 #: tp/Texinfo/Convert/HTML.pm:6408
870 #: tp/Texinfo/Convert/HTML.pm:6419
864871 msgid "Subsection One-Two"
865872 msgstr "Sous-section un-deux"
866873
867 #: tp/Texinfo/Convert/HTML.pm:6410
874 #: tp/Texinfo/Convert/HTML.pm:6421
868875 msgid "Subsubsection One-Two-One"
869876 msgstr "Sous-sous-section un-deux-un"
870877
871 #: tp/Texinfo/Convert/HTML.pm:6411
878 #: tp/Texinfo/Convert/HTML.pm:6422
872879 msgid "Subsubsection One-Two-Two"
873880 msgstr "Sous-sous-section un-deux-deux"
874881
875 #: tp/Texinfo/Convert/HTML.pm:6412
882 #: tp/Texinfo/Convert/HTML.pm:6423
876883 msgid "Subsubsection One-Two-Three"
877884 msgstr "Sous-sous-section un-deux-trois"
878885
879 #: tp/Texinfo/Convert/HTML.pm:6414
886 #: tp/Texinfo/Convert/HTML.pm:6425
880887 msgid "Current Position"
881888 msgstr "Position actuelle"
882889
883 #: tp/Texinfo/Convert/HTML.pm:6415
890 #: tp/Texinfo/Convert/HTML.pm:6426
884891 msgid "Subsubsection One-Two-Four"
885892 msgstr "Sous-sous-section un-deux-quatre"
886893
887 #: tp/Texinfo/Convert/HTML.pm:6418
894 #: tp/Texinfo/Convert/HTML.pm:6429
888895 msgid "Subsection One-Three"
889896 msgstr "Sous-section un-trois"
890897
891 #: tp/Texinfo/Convert/HTML.pm:6425
898 #: tp/Texinfo/Convert/HTML.pm:6436
892899 msgid "Subsection One-Four"
893900 msgstr "Sous-section un-quatre"
894901
895 #: tp/Texinfo/Convert/HTML.pm:6829
902 #: tp/Texinfo/Convert/HTML.pm:6840
896903 msgid "Untitled Document"
897904 msgstr "Document sans titre"
898905
921928 #~ "Ce document a @'et@'e g@'en@'er@'e le @emph{{date}} en utilisant "
922929 #~ "@uref{{program_homepage}, @emph{{program}}}"
923930
924 #~ msgid ""
925 #~ "This document was generated using @uref{{program_homepage}, "
926 #~ "@emph{{program}}}."
927 #~ msgstr ""
928 #~ "Ce document a @'et@'e g@'en@'er@'e en utilisant @uref{{program_homepage}, "
929 #~ "@emph{{program}}}."
930
931931 #~ msgid "on @emph{{date}}"
932932 #~ msgstr "le @emph{{date}}"
933933
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo 5.0\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
9 "POT-Creation-Date: 2013-02-04 11:18-0800\n"
1010 "PO-Revision-Date: 2009-12-27 22:02+0100\n"
1111 "Last-Translator: Harmath Dénes <harmathdenes@gmail.com>\n"
1212 "Language-Team: Unknown\n"
4545 msgid "Method"
4646 msgstr ""
4747
48 #: tp/Texinfo/Common.pm:1141
48 #: tp/Texinfo/Common.pm:1142
4949 #, fuzzy, perl-brace-format
5050 msgid "{category} on {class}"
5151 msgstr "{name} ezen: {class}"
5252
53 #: tp/Texinfo/Common.pm:1148
53 #: tp/Texinfo/Common.pm:1149
5454 #, fuzzy, perl-brace-format
5555 msgid "{category} of {class}"
5656 msgstr "{name} típusa: {class}"
5757
58 #: tp/Texinfo/Common.pm:1165
58 #: tp/Texinfo/Common.pm:1166
5959 #, perl-brace-format
6060 msgid "{month} {day}, {year}"
6161 msgstr ""
6262
63 #: tp/Texinfo/Common.pm:1196 tp/Texinfo/Convert/Plaintext.pm:904
63 #: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904
6464 #: tp/Texinfo/Convert/HTML.pm:511
6565 #, perl-brace-format
6666 msgid "Appendix {number} {section_title}"
6767 msgstr ""
6868
69 #: tp/Texinfo/Common.pm:1200 tp/Texinfo/Convert/Plaintext.pm:909
69 #: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909
7070 #: tp/Texinfo/Convert/HTML.pm:517
7171 #, fuzzy, perl-brace-format
7272 msgid "{number} {section_title}"
7373 msgstr "{style}: {caption_first_line}"
7474
75 #: tp/Texinfo/Common.pm:1335
75 #: tp/Texinfo/Common.pm:1336
7676 #, fuzzy, perl-brace-format
7777 msgid "{float_type} {float_number}: "
7878 msgstr "{style} {number}"
7979
80 #: tp/Texinfo/Common.pm:1339
80 #: tp/Texinfo/Common.pm:1340
8181 #, fuzzy, perl-brace-format
8282 msgid "{float_type}: "
8383 msgstr "{style} {number}"
8484
85 #: tp/Texinfo/Common.pm:1344
85 #: tp/Texinfo/Common.pm:1345
8686 #, fuzzy, perl-brace-format
8787 msgid "{float_type} {float_number}\n"
8888 msgstr "{style} {number}"
8989
90 #: tp/Texinfo/Common.pm:1348
90 #: tp/Texinfo/Common.pm:1349
9191 #, fuzzy, perl-brace-format
9292 msgid "{float_type}\n"
9393 msgstr "{style} {number}"
9494
95 #: tp/Texinfo/Common.pm:1354
95 #: tp/Texinfo/Common.pm:1355
9696 #, fuzzy, perl-brace-format
9797 msgid "{float_number}: "
9898 msgstr "{style} {number}"
9999
100 #: tp/Texinfo/Common.pm:1357
100 #: tp/Texinfo/Common.pm:1358
101101 #, fuzzy, perl-brace-format
102102 msgid "{float_number}\n"
103103 msgstr "{style} {number}"
104104
105 #: tp/Texinfo/Parser.pm:2762
105 #: tp/Texinfo/Parser.pm:2768
106106 #, perl-brace-format
107107 msgid "{name} on {class}"
108108 msgstr "{name} ezen: {class}"
109109
110 #: tp/Texinfo/Parser.pm:2771
110 #: tp/Texinfo/Parser.pm:2777
111111 #, perl-brace-format
112112 msgid "{name} of {class}"
113113 msgstr "{name} típusa: {class}"
209209 msgid "see section ``{section_name}'' in @cite{{book}}"
210210 msgstr "ld. ezt a szakaszt: `{section}' itt: @cite{{book}}"
211211
212 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3218
212 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3220
213213 #, perl-brace-format
214214 msgid "@cite{{book}}"
215215 msgstr "@cite{{book}}"
216216
217 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3195
217 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3197
218218 #, perl-brace-format
219219 msgid "See @cite{{book}}"
220220 msgstr "Ld. @cite{{book}}"
221221
222 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3172
222 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3174
223223 #, perl-brace-format
224224 msgid "see @cite{{book}}"
225225 msgstr "ld. @cite{{book}}"
239239 msgid "see {title_ref}"
240240 msgstr "ld. {title_ref}"
241241
242 #: tp/Texinfo/Convert/DocBook.pm:987 tp/Texinfo/Convert/Plaintext.pm:1872
242 #: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878
243243 #, fuzzy, perl-brace-format
244244 msgid "{abbr_or_acronym} ({explanation})"
245245 msgstr "{acronym_like} ({explanation})"
246246
247 #: tp/Texinfo/Convert/DocBook.pm:1116 tp/Texinfo/Convert/Plaintext.pm:1998
248 #: tp/Texinfo/Convert/HTML.pm:3524
247 #: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004
248 #: tp/Texinfo/Convert/HTML.pm:3526
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
251251 msgstr "@b{{quotation_arg}:} "
254254 msgid "(outside of any node)"
255255 msgstr "(bármelyik csomóponton kívül)"
256256
257 #: tp/Texinfo/Convert/Plaintext.pm:1682
257 #: tp/Texinfo/Convert/Plaintext.pm:1685
258258 #, perl-brace-format
259259 msgid "{name} @url{{email}}"
260260 msgstr ""
261261
262 #: tp/Texinfo/Convert/Plaintext.pm:1685
262 #: tp/Texinfo/Convert/Plaintext.pm:1688
263263 #, perl-brace-format
264264 msgid "@url{{email}}"
265265 msgstr ""
266266
267 #: tp/Texinfo/Convert/Plaintext.pm:1707
267 #: tp/Texinfo/Convert/Plaintext.pm:1710
268268 #, perl-brace-format
269269 msgid "{text} ({url})"
270270 msgstr ""
271271
272 #: tp/Texinfo/Convert/Plaintext.pm:1712
272 #: tp/Texinfo/Convert/Plaintext.pm:1715
273273 #, perl-brace-format
274274 msgid "@t{<{url}>}"
275275 msgstr ""
276276
277 #: tp/Texinfo/Convert/Plaintext.pm:1923 tp/Texinfo/Convert/HTML.pm:1433
277 #: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433
278278 #, perl-brace-format
279279 msgid "@{No value for `{value}'@}"
280280 msgstr "@{Nincs értéke ennek: `{value}'@}"
281281
282 #: tp/Texinfo/Convert/Plaintext.pm:2444
282 #: tp/Texinfo/Convert/Plaintext.pm:2450
283283 #, perl-brace-format
284284 msgid "@tie{ }-- {category}: {name} {arguments}"
285285 msgstr ""
286286
287 #: tp/Texinfo/Convert/Plaintext.pm:2449
287 #: tp/Texinfo/Convert/Plaintext.pm:2455
288288 #, perl-brace-format
289289 msgid "@tie{ }-- {category}: {name}"
290290 msgstr ""
291291
292 #: tp/Texinfo/Convert/Plaintext.pm:2462
292 #: tp/Texinfo/Convert/Plaintext.pm:2468
293293 #, fuzzy, perl-brace-format
294294 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
295295 msgstr "{name} ezen: {class}"
296296
297 #: tp/Texinfo/Convert/Plaintext.pm:2465
297 #: tp/Texinfo/Convert/Plaintext.pm:2471
298298 #, perl-brace-format
299299 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
300300 msgstr ""
301301
302 #: tp/Texinfo/Convert/Plaintext.pm:2474
302 #: tp/Texinfo/Convert/Plaintext.pm:2480
303303 #, fuzzy, perl-brace-format
304304 msgid "@tie{ }-- {category}:@*{type}@*{name}"
305305 msgstr "{name} ezen: {class}"
306306
307 #: tp/Texinfo/Convert/Plaintext.pm:2477
307 #: tp/Texinfo/Convert/Plaintext.pm:2483
308308 #, perl-brace-format
309309 msgid "@tie{ }-- {category}: {type} {name}"
310310 msgstr ""
311311
312 #: tp/Texinfo/Convert/Plaintext.pm:2485
312 #: tp/Texinfo/Convert/Plaintext.pm:2491
313313 #, perl-brace-format
314314 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
315315 msgstr ""
316316
317 #: tp/Texinfo/Convert/Plaintext.pm:2491
317 #: tp/Texinfo/Convert/Plaintext.pm:2497
318318 #, fuzzy, perl-brace-format
319319 msgid "@tie{ }-- {category} of {class}: {name}"
320320 msgstr "{name} típusa: {class}"
321321
322 #: tp/Texinfo/Convert/Plaintext.pm:2500
322 #: tp/Texinfo/Convert/Plaintext.pm:2506
323323 #, perl-brace-format
324324 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
325325 msgstr ""
326326
327 #: tp/Texinfo/Convert/Plaintext.pm:2506
327 #: tp/Texinfo/Convert/Plaintext.pm:2512
328328 #, fuzzy, perl-brace-format
329329 msgid "@tie{ }-- {category} on {class}: {name}"
330330 msgstr "{name} ezen: {class}"
331331
332 #: tp/Texinfo/Convert/Plaintext.pm:2521
332 #: tp/Texinfo/Convert/Plaintext.pm:2527
333333 #, fuzzy, perl-brace-format
334334 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
335335 msgstr "{name} ezen: {class}"
336336
337 #: tp/Texinfo/Convert/Plaintext.pm:2525
337 #: tp/Texinfo/Convert/Plaintext.pm:2531
338338 #, perl-brace-format
339339 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
340340 msgstr ""
341341
342 #: tp/Texinfo/Convert/Plaintext.pm:2536
342 #: tp/Texinfo/Convert/Plaintext.pm:2542
343343 #, fuzzy, perl-brace-format
344344 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
345345 msgstr "{name} ezen: {class}"
346346
347 #: tp/Texinfo/Convert/Plaintext.pm:2540
347 #: tp/Texinfo/Convert/Plaintext.pm:2546
348348 #, fuzzy, perl-brace-format
349349 msgid "@tie{ }-- {category} on {class}: {type} {name}"
350350 msgstr "{name} ezen: {class}"
351351
352 #: tp/Texinfo/Convert/Plaintext.pm:2554
352 #: tp/Texinfo/Convert/Plaintext.pm:2560
353353 #, fuzzy, perl-brace-format
354354 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
355355 msgstr "{name} típusa: {class}"
356356
357 #: tp/Texinfo/Convert/Plaintext.pm:2558
357 #: tp/Texinfo/Convert/Plaintext.pm:2564
358358 #, perl-brace-format
359359 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
360360 msgstr ""
361361
362 #: tp/Texinfo/Convert/Plaintext.pm:2569
362 #: tp/Texinfo/Convert/Plaintext.pm:2575
363363 #, fuzzy, perl-brace-format
364364 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
365365 msgstr "{name} típusa: {class}"
366366
367 #: tp/Texinfo/Convert/Plaintext.pm:2573
367 #: tp/Texinfo/Convert/Plaintext.pm:2579
368368 #, fuzzy, perl-brace-format
369369 msgid "@tie{ }-- {category} of {class}: {type} {name}"
370370 msgstr "{name} típusa: {class}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:2854 tp/Texinfo/Convert/HTML.pm:2784
372 #: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786
373373 #, perl-brace-format
374374 msgid "@center --- @emph{{author}}\n"
375375 msgstr ""
603603 msgid "{explained_string} ({explanation})"
604604 msgstr "{acronym_like} ({explanation})"
605605
606 #: tp/Texinfo/Convert/HTML.pm:3083
606 #: tp/Texinfo/Convert/HTML.pm:3085
607607 #, perl-brace-format
608608 msgid "see section {reference_name}"
609609 msgstr "ld. ezt a szakaszt: {reference_name}"
610610
611 #: tp/Texinfo/Convert/HTML.pm:3086
611 #: tp/Texinfo/Convert/HTML.pm:3088
612612 #, perl-brace-format
613613 msgid "see {reference_name}"
614614 msgstr "ld. {reference_name}"
615615
616 #: tp/Texinfo/Convert/HTML.pm:3091
616 #: tp/Texinfo/Convert/HTML.pm:3093
617617 #, perl-brace-format
618618 msgid "See section {reference_name}"
619619 msgstr "Ld. ezt a szakaszt: {reference_name}"
620620
621 #: tp/Texinfo/Convert/HTML.pm:3094
621 #: tp/Texinfo/Convert/HTML.pm:3096
622622 #, perl-brace-format
623623 msgid "See {reference_name}"
624624 msgstr "Ld. {reference_name}"
625625
626 #: tp/Texinfo/Convert/HTML.pm:3098
626 #: tp/Texinfo/Convert/HTML.pm:3100
627627 #, perl-brace-format
628628 msgid "{reference_name}"
629629 msgstr "{reference_name}"
630630
631 #: tp/Texinfo/Convert/HTML.pm:3160
631 #: tp/Texinfo/Convert/HTML.pm:3162
632632 #, fuzzy, perl-brace-format
633633 msgid "see {reference} in @cite{{book}}"
634634 msgstr "ld. {node_file_href} @cite{{book}}"
635635
636 #: tp/Texinfo/Convert/HTML.pm:3164
636 #: tp/Texinfo/Convert/HTML.pm:3166
637637 #, fuzzy, perl-brace-format
638638 msgid "see @cite{{book_reference}}"
639639 msgstr "ld. @cite{{book}}"
640640
641 #: tp/Texinfo/Convert/HTML.pm:3168
641 #: tp/Texinfo/Convert/HTML.pm:3170
642642 #, fuzzy, perl-brace-format
643643 msgid "see `{section}' in @cite{{book}}"
644644 msgstr "szakasz: `{section}' itt: @cite{{book}}"
645645
646 #: tp/Texinfo/Convert/HTML.pm:3175
646 #: tp/Texinfo/Convert/HTML.pm:3177
647647 #, fuzzy, perl-brace-format
648648 msgid "see {reference}"
649649 msgstr "ld. {reference_name}"
650650
651 #: tp/Texinfo/Convert/HTML.pm:3178
651 #: tp/Texinfo/Convert/HTML.pm:3180
652652 #, fuzzy, perl-brace-format
653653 msgid "see `{section}'"
654654 msgstr "Szülő szakasz"
655655
656 #: tp/Texinfo/Convert/HTML.pm:3183
656 #: tp/Texinfo/Convert/HTML.pm:3185
657657 #, fuzzy, perl-brace-format
658658 msgid "See {reference} in @cite{{book}}"
659659 msgstr "See {node_file_href} @cite{{book}}"
660660
661 #: tp/Texinfo/Convert/HTML.pm:3187
661 #: tp/Texinfo/Convert/HTML.pm:3189
662662 #, fuzzy, perl-brace-format
663663 msgid "See @cite{{book_reference}}"
664664 msgstr "Ld. @cite{{book}}"
665665
666 #: tp/Texinfo/Convert/HTML.pm:3191
666 #: tp/Texinfo/Convert/HTML.pm:3193
667667 #, fuzzy, perl-brace-format
668668 msgid "See `{section}' in @cite{{book}}"
669669 msgstr "Ld. ezt a szakaszt: `{section}' itt: @cite{{book}}"
670670
671 #: tp/Texinfo/Convert/HTML.pm:3198
671 #: tp/Texinfo/Convert/HTML.pm:3200
672672 #, fuzzy, perl-brace-format
673673 msgid "See {reference}"
674674 msgstr "Ld. {reference_name}"
675675
676 #: tp/Texinfo/Convert/HTML.pm:3201
676 #: tp/Texinfo/Convert/HTML.pm:3203
677677 #, fuzzy, perl-brace-format
678678 msgid "See `{section}'"
679679 msgstr "Szülő szakasz"
680680
681 #: tp/Texinfo/Convert/HTML.pm:3206
681 #: tp/Texinfo/Convert/HTML.pm:3208
682682 #, fuzzy, perl-brace-format
683683 msgid "{reference} in @cite{{book}}"
684684 msgstr "{node_file_href} @cite{{book}}"
685685
686 #: tp/Texinfo/Convert/HTML.pm:3210
686 #: tp/Texinfo/Convert/HTML.pm:3212
687687 #, fuzzy, perl-brace-format
688688 msgid "@cite{{book_reference}}"
689689 msgstr "@cite{{book}}"
690690
691 #: tp/Texinfo/Convert/HTML.pm:3214
691 #: tp/Texinfo/Convert/HTML.pm:3216
692692 #, fuzzy, perl-brace-format
693693 msgid "`{section}' in @cite{{book}}"
694694 msgstr "szakasz: `{section}' itt: @cite{{book}}"
695695
696 #: tp/Texinfo/Convert/HTML.pm:3221
696 #: tp/Texinfo/Convert/HTML.pm:3223
697697 #, fuzzy, perl-brace-format
698698 msgid "{reference}"
699699 msgstr "{reference_name}"
700700
701 #: tp/Texinfo/Convert/HTML.pm:3224
701 #: tp/Texinfo/Convert/HTML.pm:3226
702702 #, fuzzy, perl-brace-format
703703 msgid "`{section}'"
704704 msgstr "Szülő szakasz"
705705
706 #: tp/Texinfo/Convert/HTML.pm:3337
706 #: tp/Texinfo/Convert/HTML.pm:3339
707707 msgid "Jump to"
708708 msgstr "Ugorj ide"
709709
710 #: tp/Texinfo/Convert/HTML.pm:3345
710 #: tp/Texinfo/Convert/HTML.pm:3347
711711 msgid "Index Entry"
712712 msgstr "Tárgymutató-bejegyzés"
713713
714 #: tp/Texinfo/Convert/HTML.pm:3347
714 #: tp/Texinfo/Convert/HTML.pm:3349
715715 msgid "Section"
716716 msgstr "Szakasz"
717717
718 #: tp/Texinfo/Convert/HTML.pm:3966
718 #: tp/Texinfo/Convert/HTML.pm:3968
719719 #, fuzzy, perl-brace-format
720720 msgid "{category}: @strong{{name}} @emph{{arguments}}"
721721 msgstr "{name} típusa: {class}"
722722
723 #: tp/Texinfo/Convert/HTML.pm:3971
723 #: tp/Texinfo/Convert/HTML.pm:3973
724724 #, fuzzy, perl-brace-format
725725 msgid "{category}: @strong{{name}}"
726726 msgstr "{name} ezen: {class}"
727727
728 #: tp/Texinfo/Convert/HTML.pm:3988
728 #: tp/Texinfo/Convert/HTML.pm:3990
729729 #, fuzzy, perl-brace-format
730730 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
731731 msgstr "{name} ezen: {class}"
732732
733 #: tp/Texinfo/Convert/HTML.pm:3992
733 #: tp/Texinfo/Convert/HTML.pm:3994
734734 #, fuzzy, perl-brace-format
735735 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
736736 msgstr "{name} ezen: {class}"
737737
738 #: tp/Texinfo/Convert/HTML.pm:4001
738 #: tp/Texinfo/Convert/HTML.pm:4003
739739 #, fuzzy, perl-brace-format
740740 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
741741 msgstr "{name} ezen: {class}"
742742
743 #: tp/Texinfo/Convert/HTML.pm:4004
743 #: tp/Texinfo/Convert/HTML.pm:4006
744744 #, perl-brace-format
745745 msgid "{category}: @emph{{type}} @strong{{name}}"
746746 msgstr ""
747747
748 #: tp/Texinfo/Convert/HTML.pm:4012
748 #: tp/Texinfo/Convert/HTML.pm:4014
749749 #, fuzzy, perl-brace-format
750750 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
751751 msgstr "{name} típusa: {class}"
752752
753 #: tp/Texinfo/Convert/HTML.pm:4018
753 #: tp/Texinfo/Convert/HTML.pm:4020
754754 #, fuzzy, perl-brace-format
755755 msgid "{category} of {class}: @strong{{name}}"
756756 msgstr "{name} típusa: {class}"
757757
758 #: tp/Texinfo/Convert/HTML.pm:4027
758 #: tp/Texinfo/Convert/HTML.pm:4029
759759 #, fuzzy, perl-brace-format
760760 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
761761 msgstr "{name} ezen: {class}"
762762
763 #: tp/Texinfo/Convert/HTML.pm:4033
763 #: tp/Texinfo/Convert/HTML.pm:4035
764764 #, fuzzy, perl-brace-format
765765 msgid "{category} on {class}: @strong{{name}}"
766766 msgstr "{name} ezen: {class}"
767767
768 #: tp/Texinfo/Convert/HTML.pm:4048
768 #: tp/Texinfo/Convert/HTML.pm:4050
769769 #, fuzzy, perl-brace-format
770770 msgid ""
771771 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
772772 msgstr "{name} ezen: {class}"
773773
774 #: tp/Texinfo/Convert/HTML.pm:4052
774 #: tp/Texinfo/Convert/HTML.pm:4054
775775 #, fuzzy, perl-brace-format
776776 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
777777 msgstr "{name} ezen: {class}"
778778
779 #: tp/Texinfo/Convert/HTML.pm:4063
779 #: tp/Texinfo/Convert/HTML.pm:4065
780780 #, fuzzy, perl-brace-format
781781 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
782782 msgstr "{name} ezen: {class}"
783783
784 #: tp/Texinfo/Convert/HTML.pm:4067
784 #: tp/Texinfo/Convert/HTML.pm:4069
785785 #, fuzzy, perl-brace-format
786786 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
787787 msgstr "{name} ezen: {class}"
788788
789 #: tp/Texinfo/Convert/HTML.pm:4081
789 #: tp/Texinfo/Convert/HTML.pm:4083
790790 #, fuzzy, perl-brace-format
791791 msgid ""
792792 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
793793 msgstr "{name} típusa: {class}"
794794
795 #: tp/Texinfo/Convert/HTML.pm:4085
795 #: tp/Texinfo/Convert/HTML.pm:4087
796796 #, fuzzy, perl-brace-format
797797 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
798798 msgstr "{name} típusa: {class}"
799799
800 #: tp/Texinfo/Convert/HTML.pm:4096
800 #: tp/Texinfo/Convert/HTML.pm:4098
801801 #, fuzzy, perl-brace-format
802802 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
803803 msgstr "{name} típusa: {class}"
804804
805 #: tp/Texinfo/Convert/HTML.pm:4100
805 #: tp/Texinfo/Convert/HTML.pm:4102
806806 #, fuzzy, perl-brace-format
807807 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
808808 msgstr "{name} típusa: {class}"
809809
810 #: tp/Texinfo/Convert/HTML.pm:6103
810 #: tp/Texinfo/Convert/HTML.pm:6108
811811 #, fuzzy, perl-brace-format
812812 msgid ""
813813 "This document was generated on @emph{@today{}} using "
816816 "Ezt a dokumentumot @i{{date}} napon generálta a(z) @uref{{program_homepage}, "
817817 "@i{{program}}}."
818818
819 #: tp/Texinfo/Convert/HTML.pm:6143
819 #: tp/Texinfo/Convert/HTML.pm:6113
820 #, fuzzy
821 msgid "This document was generated on @emph{@today{}}."
822 msgstr ""
823 "Ezt a dokumentumot a(z) @uref{{program_homepage}, @emph{{program}}} "
824 "generálta."
825
826 #: tp/Texinfo/Convert/HTML.pm:6152
820827 #, perl-brace-format
821828 msgid "{title}: {element_text}"
822829 msgstr ""
823830
824 #: tp/Texinfo/Convert/HTML.pm:6284
831 #: tp/Texinfo/Convert/HTML.pm:6296
825832 #, perl-brace-format
826833 msgid "The node you are looking for is at {href}."
827834 msgstr "A keresett csomópont itt található: {href}."
828835
829 #: tp/Texinfo/Convert/HTML.pm:6354
836 #: tp/Texinfo/Convert/HTML.pm:6365
830837 msgid " The buttons in the navigation panels have the following meaning:"
831838 msgstr " A navigációs panelen levő gombok jelentése a következő:"
832839
833 #: tp/Texinfo/Convert/HTML.pm:6360
840 #: tp/Texinfo/Convert/HTML.pm:6371
834841 msgid "Button"
835842 msgstr "Gomb"
836843
837 #: tp/Texinfo/Convert/HTML.pm:6361
844 #: tp/Texinfo/Convert/HTML.pm:6372
838845 msgid "Name"
839846 msgstr "Név"
840847
841 #: tp/Texinfo/Convert/HTML.pm:6362
848 #: tp/Texinfo/Convert/HTML.pm:6373
842849 msgid "Go to"
843850 msgstr "Cél"
844851
845 #: tp/Texinfo/Convert/HTML.pm:6363
852 #: tp/Texinfo/Convert/HTML.pm:6374
846853 msgid "From 1.2.3 go to"
847854 msgstr "1.2.3-ból ide jutunk"
848855
849 #: tp/Texinfo/Convert/HTML.pm:6389
856 #: tp/Texinfo/Convert/HTML.pm:6400
850857 msgid ""
851858 " where the @strong{ Example } assumes that the current position is at "
852859 "@strong{ Subsubsection One-Two-Three } of a document of the following "
855862 " @strong{ Példánkban } az aktuális pozíció az @strong{ 1.2.3 alalszakasz } "
856863 "egy olyan dokumentumban, melynek szerkezete a következő:"
857864
858 #: tp/Texinfo/Convert/HTML.pm:6399
865 #: tp/Texinfo/Convert/HTML.pm:6410
859866 msgid "Section One"
860867 msgstr "szakasz"
861868
862 #: tp/Texinfo/Convert/HTML.pm:6401
869 #: tp/Texinfo/Convert/HTML.pm:6412
863870 msgid "Subsection One-One"
864871 msgstr "alszakasz"
865872
866 #: tp/Texinfo/Convert/HTML.pm:6408
873 #: tp/Texinfo/Convert/HTML.pm:6419
867874 msgid "Subsection One-Two"
868875 msgstr "alszakasz"
869876
870 #: tp/Texinfo/Convert/HTML.pm:6410
877 #: tp/Texinfo/Convert/HTML.pm:6421
871878 msgid "Subsubsection One-Two-One"
872879 msgstr "alalszakasz"
873880
874 #: tp/Texinfo/Convert/HTML.pm:6411
881 #: tp/Texinfo/Convert/HTML.pm:6422
875882 msgid "Subsubsection One-Two-Two"
876883 msgstr "alalszakasz"
877884
878 #: tp/Texinfo/Convert/HTML.pm:6412
885 #: tp/Texinfo/Convert/HTML.pm:6423
879886 msgid "Subsubsection One-Two-Three"
880887 msgstr "alalszakasz"
881888
882 #: tp/Texinfo/Convert/HTML.pm:6414
889 #: tp/Texinfo/Convert/HTML.pm:6425
883890 msgid "Current Position"
884891 msgstr "Aktuális pozíció"
885892
886 #: tp/Texinfo/Convert/HTML.pm:6415
893 #: tp/Texinfo/Convert/HTML.pm:6426
887894 msgid "Subsubsection One-Two-Four"
888895 msgstr "alalszakasz"
889896
890 #: tp/Texinfo/Convert/HTML.pm:6418
897 #: tp/Texinfo/Convert/HTML.pm:6429
891898 msgid "Subsection One-Three"
892899 msgstr "alszakasz"
893900
894 #: tp/Texinfo/Convert/HTML.pm:6425
901 #: tp/Texinfo/Convert/HTML.pm:6436
895902 msgid "Subsection One-Four"
896903 msgstr "alszakasz"
897904
898 #: tp/Texinfo/Convert/HTML.pm:6829
905 #: tp/Texinfo/Convert/HTML.pm:6840
899906 msgid "Untitled Document"
900907 msgstr "Névtelen dokumentum"
901908
921928 #~ "Ezt a dokumentumot @i{{date}} napon generálta a(z) "
922929 #~ "@uref{{program_homepage}, @i{{program}}}."
923930
924 #~ msgid ""
925 #~ "This document was generated using @uref{{program_homepage}, "
926 #~ "@emph{{program}}}."
927 #~ msgstr ""
928 #~ "Ezt a dokumentumot a(z) @uref{{program_homepage}, @emph{{program}}} "
929 #~ "generálta."
930
931931 #~ msgid "{style} {number}"
932932 #~ msgstr "{style} {number}"
933933
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo 5.0\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
9 "POT-Creation-Date: 2013-02-04 11:18-0800\n"
1010 "PO-Revision-Date: 2009-12-27 22:02+0100\n"
1111 "Last-Translator: Federico Bruni <brunology@gmx.com>\n"
1212 "Language-Team: Unknown\n"
4545 msgid "Method"
4646 msgstr ""
4747
48 #: tp/Texinfo/Common.pm:1141
48 #: tp/Texinfo/Common.pm:1142
4949 #, fuzzy, perl-brace-format
5050 msgid "{category} on {class}"
5151 msgstr "{name} in {class}"
5252
53 #: tp/Texinfo/Common.pm:1148
53 #: tp/Texinfo/Common.pm:1149
5454 #, fuzzy, perl-brace-format
5555 msgid "{category} of {class}"
5656 msgstr "{name} di {class}"
5757
58 #: tp/Texinfo/Common.pm:1165
58 #: tp/Texinfo/Common.pm:1166
5959 #, perl-brace-format
6060 msgid "{month} {day}, {year}"
6161 msgstr ""
6262
63 #: tp/Texinfo/Common.pm:1196 tp/Texinfo/Convert/Plaintext.pm:904
63 #: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904
6464 #: tp/Texinfo/Convert/HTML.pm:511
6565 #, perl-brace-format
6666 msgid "Appendix {number} {section_title}"
6767 msgstr ""
6868
69 #: tp/Texinfo/Common.pm:1200 tp/Texinfo/Convert/Plaintext.pm:909
69 #: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909
7070 #: tp/Texinfo/Convert/HTML.pm:517
7171 #, fuzzy, perl-brace-format
7272 msgid "{number} {section_title}"
7373 msgstr "{style}: {caption_first_line}"
7474
75 #: tp/Texinfo/Common.pm:1335
75 #: tp/Texinfo/Common.pm:1336
7676 #, fuzzy, perl-brace-format
7777 msgid "{float_type} {float_number}: "
7878 msgstr "{style} {number}"
7979
80 #: tp/Texinfo/Common.pm:1339
80 #: tp/Texinfo/Common.pm:1340
8181 #, fuzzy, perl-brace-format
8282 msgid "{float_type}: "
8383 msgstr "{style} {number}"
8484
85 #: tp/Texinfo/Common.pm:1344
85 #: tp/Texinfo/Common.pm:1345
8686 #, fuzzy, perl-brace-format
8787 msgid "{float_type} {float_number}\n"
8888 msgstr "{style} {number}"
8989
90 #: tp/Texinfo/Common.pm:1348
90 #: tp/Texinfo/Common.pm:1349
9191 #, fuzzy, perl-brace-format
9292 msgid "{float_type}\n"
9393 msgstr "{style} {number}"
9494
95 #: tp/Texinfo/Common.pm:1354
95 #: tp/Texinfo/Common.pm:1355
9696 #, fuzzy, perl-brace-format
9797 msgid "{float_number}: "
9898 msgstr "{style} {number}"
9999
100 #: tp/Texinfo/Common.pm:1357
100 #: tp/Texinfo/Common.pm:1358
101101 #, fuzzy, perl-brace-format
102102 msgid "{float_number}\n"
103103 msgstr "{style} {number}"
104104
105 #: tp/Texinfo/Parser.pm:2762
105 #: tp/Texinfo/Parser.pm:2768
106106 #, perl-brace-format
107107 msgid "{name} on {class}"
108108 msgstr "{name} in {class}"
109109
110 #: tp/Texinfo/Parser.pm:2771
110 #: tp/Texinfo/Parser.pm:2777
111111 #, perl-brace-format
112112 msgid "{name} of {class}"
113113 msgstr "{name} di {class}"
209209 msgid "see section ``{section_name}'' in @cite{{book}}"
210210 msgstr "vedi la sezione `{section}' in @cite{{book}}"
211211
212 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3218
212 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3220
213213 #, perl-brace-format
214214 msgid "@cite{{book}}"
215215 msgstr "@cite{{book}}"
216216
217 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3195
217 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3197
218218 #, perl-brace-format
219219 msgid "See @cite{{book}}"
220220 msgstr "Vedi @cite{{book}}"
221221
222 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3172
222 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3174
223223 #, perl-brace-format
224224 msgid "see @cite{{book}}"
225225 msgstr "vedi @cite{{book}}"
239239 msgid "see {title_ref}"
240240 msgstr "vedi {title_ref}"
241241
242 #: tp/Texinfo/Convert/DocBook.pm:987 tp/Texinfo/Convert/Plaintext.pm:1872
242 #: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878
243243 #, fuzzy, perl-brace-format
244244 msgid "{abbr_or_acronym} ({explanation})"
245245 msgstr "{acronym_like} ({explanation})"
246246
247 #: tp/Texinfo/Convert/DocBook.pm:1116 tp/Texinfo/Convert/Plaintext.pm:1998
248 #: tp/Texinfo/Convert/HTML.pm:3524
247 #: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004
248 #: tp/Texinfo/Convert/HTML.pm:3526
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
251251 msgstr "@b{{quotation_arg}:} "
254254 msgid "(outside of any node)"
255255 msgstr "(fuori da qualsiasi nodo)"
256256
257 #: tp/Texinfo/Convert/Plaintext.pm:1682
257 #: tp/Texinfo/Convert/Plaintext.pm:1685
258258 #, perl-brace-format
259259 msgid "{name} @url{{email}}"
260260 msgstr ""
261261
262 #: tp/Texinfo/Convert/Plaintext.pm:1685
262 #: tp/Texinfo/Convert/Plaintext.pm:1688
263263 #, perl-brace-format
264264 msgid "@url{{email}}"
265265 msgstr ""
266266
267 #: tp/Texinfo/Convert/Plaintext.pm:1707
267 #: tp/Texinfo/Convert/Plaintext.pm:1710
268268 #, perl-brace-format
269269 msgid "{text} ({url})"
270270 msgstr ""
271271
272 #: tp/Texinfo/Convert/Plaintext.pm:1712
272 #: tp/Texinfo/Convert/Plaintext.pm:1715
273273 #, perl-brace-format
274274 msgid "@t{<{url}>}"
275275 msgstr ""
276276
277 #: tp/Texinfo/Convert/Plaintext.pm:1923 tp/Texinfo/Convert/HTML.pm:1433
277 #: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433
278278 #, perl-brace-format
279279 msgid "@{No value for `{value}'@}"
280280 msgstr "@{Nessun valore per `{value}'@}"
281281
282 #: tp/Texinfo/Convert/Plaintext.pm:2444
282 #: tp/Texinfo/Convert/Plaintext.pm:2450
283283 #, perl-brace-format
284284 msgid "@tie{ }-- {category}: {name} {arguments}"
285285 msgstr ""
286286
287 #: tp/Texinfo/Convert/Plaintext.pm:2449
287 #: tp/Texinfo/Convert/Plaintext.pm:2455
288288 #, perl-brace-format
289289 msgid "@tie{ }-- {category}: {name}"
290290 msgstr ""
291291
292 #: tp/Texinfo/Convert/Plaintext.pm:2462
292 #: tp/Texinfo/Convert/Plaintext.pm:2468
293293 #, fuzzy, perl-brace-format
294294 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
295295 msgstr "{name} in {class}"
296296
297 #: tp/Texinfo/Convert/Plaintext.pm:2465
297 #: tp/Texinfo/Convert/Plaintext.pm:2471
298298 #, perl-brace-format
299299 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
300300 msgstr ""
301301
302 #: tp/Texinfo/Convert/Plaintext.pm:2474
302 #: tp/Texinfo/Convert/Plaintext.pm:2480
303303 #, fuzzy, perl-brace-format
304304 msgid "@tie{ }-- {category}:@*{type}@*{name}"
305305 msgstr "{name} in {class}"
306306
307 #: tp/Texinfo/Convert/Plaintext.pm:2477
307 #: tp/Texinfo/Convert/Plaintext.pm:2483
308308 #, perl-brace-format
309309 msgid "@tie{ }-- {category}: {type} {name}"
310310 msgstr ""
311311
312 #: tp/Texinfo/Convert/Plaintext.pm:2485
312 #: tp/Texinfo/Convert/Plaintext.pm:2491
313313 #, perl-brace-format
314314 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
315315 msgstr ""
316316
317 #: tp/Texinfo/Convert/Plaintext.pm:2491
317 #: tp/Texinfo/Convert/Plaintext.pm:2497
318318 #, fuzzy, perl-brace-format
319319 msgid "@tie{ }-- {category} of {class}: {name}"
320320 msgstr "{name} di {class}"
321321
322 #: tp/Texinfo/Convert/Plaintext.pm:2500
322 #: tp/Texinfo/Convert/Plaintext.pm:2506
323323 #, perl-brace-format
324324 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
325325 msgstr ""
326326
327 #: tp/Texinfo/Convert/Plaintext.pm:2506
327 #: tp/Texinfo/Convert/Plaintext.pm:2512
328328 #, fuzzy, perl-brace-format
329329 msgid "@tie{ }-- {category} on {class}: {name}"
330330 msgstr "{name} in {class}"
331331
332 #: tp/Texinfo/Convert/Plaintext.pm:2521
332 #: tp/Texinfo/Convert/Plaintext.pm:2527
333333 #, fuzzy, perl-brace-format
334334 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
335335 msgstr "{name} in {class}"
336336
337 #: tp/Texinfo/Convert/Plaintext.pm:2525
337 #: tp/Texinfo/Convert/Plaintext.pm:2531
338338 #, perl-brace-format
339339 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
340340 msgstr ""
341341
342 #: tp/Texinfo/Convert/Plaintext.pm:2536
342 #: tp/Texinfo/Convert/Plaintext.pm:2542
343343 #, fuzzy, perl-brace-format
344344 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
345345 msgstr "{name} in {class}"
346346
347 #: tp/Texinfo/Convert/Plaintext.pm:2540
347 #: tp/Texinfo/Convert/Plaintext.pm:2546
348348 #, fuzzy, perl-brace-format
349349 msgid "@tie{ }-- {category} on {class}: {type} {name}"
350350 msgstr "{name} in {class}"
351351
352 #: tp/Texinfo/Convert/Plaintext.pm:2554
352 #: tp/Texinfo/Convert/Plaintext.pm:2560
353353 #, fuzzy, perl-brace-format
354354 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
355355 msgstr "{name} di {class}"
356356
357 #: tp/Texinfo/Convert/Plaintext.pm:2558
357 #: tp/Texinfo/Convert/Plaintext.pm:2564
358358 #, perl-brace-format
359359 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
360360 msgstr ""
361361
362 #: tp/Texinfo/Convert/Plaintext.pm:2569
362 #: tp/Texinfo/Convert/Plaintext.pm:2575
363363 #, fuzzy, perl-brace-format
364364 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
365365 msgstr "{name} di {class}"
366366
367 #: tp/Texinfo/Convert/Plaintext.pm:2573
367 #: tp/Texinfo/Convert/Plaintext.pm:2579
368368 #, fuzzy, perl-brace-format
369369 msgid "@tie{ }-- {category} of {class}: {type} {name}"
370370 msgstr "{name} di {class}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:2854 tp/Texinfo/Convert/HTML.pm:2784
372 #: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786
373373 #, perl-brace-format
374374 msgid "@center --- @emph{{author}}\n"
375375 msgstr ""
603603 msgid "{explained_string} ({explanation})"
604604 msgstr "{acronym_like} ({explanation})"
605605
606 #: tp/Texinfo/Convert/HTML.pm:3083
606 #: tp/Texinfo/Convert/HTML.pm:3085
607607 #, perl-brace-format
608608 msgid "see section {reference_name}"
609609 msgstr "vedi la sezione {reference_name}"
610610
611 #: tp/Texinfo/Convert/HTML.pm:3086
611 #: tp/Texinfo/Convert/HTML.pm:3088
612612 #, perl-brace-format
613613 msgid "see {reference_name}"
614614 msgstr "vedi {reference_name}"
615615
616 #: tp/Texinfo/Convert/HTML.pm:3091
616 #: tp/Texinfo/Convert/HTML.pm:3093
617617 #, perl-brace-format
618618 msgid "See section {reference_name}"
619619 msgstr "Vedi la sezione {reference_name}"
620620
621 #: tp/Texinfo/Convert/HTML.pm:3094
621 #: tp/Texinfo/Convert/HTML.pm:3096
622622 #, perl-brace-format
623623 msgid "See {reference_name}"
624624 msgstr "Vedi {reference_name}"
625625
626 #: tp/Texinfo/Convert/HTML.pm:3098
626 #: tp/Texinfo/Convert/HTML.pm:3100
627627 #, perl-brace-format
628628 msgid "{reference_name}"
629629 msgstr "{reference_name}"
630630
631 #: tp/Texinfo/Convert/HTML.pm:3160
631 #: tp/Texinfo/Convert/HTML.pm:3162
632632 #, fuzzy, perl-brace-format
633633 msgid "see {reference} in @cite{{book}}"
634634 msgstr "vedi {node_file_href} @cite{{book}}"
635635
636 #: tp/Texinfo/Convert/HTML.pm:3164
636 #: tp/Texinfo/Convert/HTML.pm:3166
637637 #, fuzzy, perl-brace-format
638638 msgid "see @cite{{book_reference}}"
639639 msgstr "vedi @cite{{book}}"
640640
641 #: tp/Texinfo/Convert/HTML.pm:3168
641 #: tp/Texinfo/Convert/HTML.pm:3170
642642 #, fuzzy, perl-brace-format
643643 msgid "see `{section}' in @cite{{book}}"
644644 msgstr "sezione `{section}' in @cite{{book}}"
645645
646 #: tp/Texinfo/Convert/HTML.pm:3175
646 #: tp/Texinfo/Convert/HTML.pm:3177
647647 #, fuzzy, perl-brace-format
648648 msgid "see {reference}"
649649 msgstr "vedi {reference_name}"
650650
651 #: tp/Texinfo/Convert/HTML.pm:3178
651 #: tp/Texinfo/Convert/HTML.pm:3180
652652 #, fuzzy, perl-brace-format
653653 msgid "see `{section}'"
654654 msgstr "Sezione superiore"
655655
656 #: tp/Texinfo/Convert/HTML.pm:3183
656 #: tp/Texinfo/Convert/HTML.pm:3185
657657 #, fuzzy, perl-brace-format
658658 msgid "See {reference} in @cite{{book}}"
659659 msgstr "Vedi {node_file_href} @cite{{book}}"
660660
661 #: tp/Texinfo/Convert/HTML.pm:3187
661 #: tp/Texinfo/Convert/HTML.pm:3189
662662 #, fuzzy, perl-brace-format
663663 msgid "See @cite{{book_reference}}"
664664 msgstr "Vedi @cite{{book}}"
665665
666 #: tp/Texinfo/Convert/HTML.pm:3191
666 #: tp/Texinfo/Convert/HTML.pm:3193
667667 #, fuzzy, perl-brace-format
668668 msgid "See `{section}' in @cite{{book}}"
669669 msgstr "Vedi la sezione `{section}' in @cite{{book}}"
670670
671 #: tp/Texinfo/Convert/HTML.pm:3198
671 #: tp/Texinfo/Convert/HTML.pm:3200
672672 #, fuzzy, perl-brace-format
673673 msgid "See {reference}"
674674 msgstr "Vedi {reference_name}"
675675
676 #: tp/Texinfo/Convert/HTML.pm:3201
676 #: tp/Texinfo/Convert/HTML.pm:3203
677677 #, fuzzy, perl-brace-format
678678 msgid "See `{section}'"
679679 msgstr "Sezione superiore"
680680
681 #: tp/Texinfo/Convert/HTML.pm:3206
681 #: tp/Texinfo/Convert/HTML.pm:3208
682682 #, fuzzy, perl-brace-format
683683 msgid "{reference} in @cite{{book}}"
684684 msgstr "{node_file_href} @cite{{book}}"
685685
686 #: tp/Texinfo/Convert/HTML.pm:3210
686 #: tp/Texinfo/Convert/HTML.pm:3212
687687 #, fuzzy, perl-brace-format
688688 msgid "@cite{{book_reference}}"
689689 msgstr "@cite{{book}}"
690690
691 #: tp/Texinfo/Convert/HTML.pm:3214
691 #: tp/Texinfo/Convert/HTML.pm:3216
692692 #, fuzzy, perl-brace-format
693693 msgid "`{section}' in @cite{{book}}"
694694 msgstr "sezione `{section}' in @cite{{book}}"
695695
696 #: tp/Texinfo/Convert/HTML.pm:3221
696 #: tp/Texinfo/Convert/HTML.pm:3223
697697 #, fuzzy, perl-brace-format
698698 msgid "{reference}"
699699 msgstr "{reference_name}"
700700
701 #: tp/Texinfo/Convert/HTML.pm:3224
701 #: tp/Texinfo/Convert/HTML.pm:3226
702702 #, fuzzy, perl-brace-format
703703 msgid "`{section}'"
704704 msgstr "Sezione superiore"
705705
706 #: tp/Texinfo/Convert/HTML.pm:3337
706 #: tp/Texinfo/Convert/HTML.pm:3339
707707 msgid "Jump to"
708708 msgstr "Salta a"
709709
710 #: tp/Texinfo/Convert/HTML.pm:3345
710 #: tp/Texinfo/Convert/HTML.pm:3347
711711 msgid "Index Entry"
712712 msgstr "Voce dell'indice"
713713
714 #: tp/Texinfo/Convert/HTML.pm:3347
714 #: tp/Texinfo/Convert/HTML.pm:3349
715715 msgid "Section"
716716 msgstr "Sezione"
717717
718 #: tp/Texinfo/Convert/HTML.pm:3966
718 #: tp/Texinfo/Convert/HTML.pm:3968
719719 #, fuzzy, perl-brace-format
720720 msgid "{category}: @strong{{name}} @emph{{arguments}}"
721721 msgstr "{name} di {class}"
722722
723 #: tp/Texinfo/Convert/HTML.pm:3971
723 #: tp/Texinfo/Convert/HTML.pm:3973
724724 #, fuzzy, perl-brace-format
725725 msgid "{category}: @strong{{name}}"
726726 msgstr "{name} in {class}"
727727
728 #: tp/Texinfo/Convert/HTML.pm:3988
728 #: tp/Texinfo/Convert/HTML.pm:3990
729729 #, fuzzy, perl-brace-format
730730 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
731731 msgstr "{name} in {class}"
732732
733 #: tp/Texinfo/Convert/HTML.pm:3992
733 #: tp/Texinfo/Convert/HTML.pm:3994
734734 #, fuzzy, perl-brace-format
735735 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
736736 msgstr "{name} in {class}"
737737
738 #: tp/Texinfo/Convert/HTML.pm:4001
738 #: tp/Texinfo/Convert/HTML.pm:4003
739739 #, fuzzy, perl-brace-format
740740 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
741741 msgstr "{name} in {class}"
742742
743 #: tp/Texinfo/Convert/HTML.pm:4004
743 #: tp/Texinfo/Convert/HTML.pm:4006
744744 #, perl-brace-format
745745 msgid "{category}: @emph{{type}} @strong{{name}}"
746746 msgstr ""
747747
748 #: tp/Texinfo/Convert/HTML.pm:4012
748 #: tp/Texinfo/Convert/HTML.pm:4014
749749 #, fuzzy, perl-brace-format
750750 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
751751 msgstr "{name} di {class}"
752752
753 #: tp/Texinfo/Convert/HTML.pm:4018
753 #: tp/Texinfo/Convert/HTML.pm:4020
754754 #, fuzzy, perl-brace-format
755755 msgid "{category} of {class}: @strong{{name}}"
756756 msgstr "{name} di {class}"
757757
758 #: tp/Texinfo/Convert/HTML.pm:4027
758 #: tp/Texinfo/Convert/HTML.pm:4029
759759 #, fuzzy, perl-brace-format
760760 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
761761 msgstr "{name} in {class}"
762762
763 #: tp/Texinfo/Convert/HTML.pm:4033
763 #: tp/Texinfo/Convert/HTML.pm:4035
764764 #, fuzzy, perl-brace-format
765765 msgid "{category} on {class}: @strong{{name}}"
766766 msgstr "{name} in {class}"
767767
768 #: tp/Texinfo/Convert/HTML.pm:4048
768 #: tp/Texinfo/Convert/HTML.pm:4050
769769 #, fuzzy, perl-brace-format
770770 msgid ""
771771 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
772772 msgstr "{name} in {class}"
773773
774 #: tp/Texinfo/Convert/HTML.pm:4052
774 #: tp/Texinfo/Convert/HTML.pm:4054
775775 #, fuzzy, perl-brace-format
776776 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
777777 msgstr "{name} in {class}"
778778
779 #: tp/Texinfo/Convert/HTML.pm:4063
779 #: tp/Texinfo/Convert/HTML.pm:4065
780780 #, fuzzy, perl-brace-format
781781 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
782782 msgstr "{name} in {class}"
783783
784 #: tp/Texinfo/Convert/HTML.pm:4067
784 #: tp/Texinfo/Convert/HTML.pm:4069
785785 #, fuzzy, perl-brace-format
786786 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
787787 msgstr "{name} in {class}"
788788
789 #: tp/Texinfo/Convert/HTML.pm:4081
789 #: tp/Texinfo/Convert/HTML.pm:4083
790790 #, fuzzy, perl-brace-format
791791 msgid ""
792792 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
793793 msgstr "{name} di {class}"
794794
795 #: tp/Texinfo/Convert/HTML.pm:4085
795 #: tp/Texinfo/Convert/HTML.pm:4087
796796 #, fuzzy, perl-brace-format
797797 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
798798 msgstr "{name} di {class}"
799799
800 #: tp/Texinfo/Convert/HTML.pm:4096
800 #: tp/Texinfo/Convert/HTML.pm:4098
801801 #, fuzzy, perl-brace-format
802802 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
803803 msgstr "{name} di {class}"
804804
805 #: tp/Texinfo/Convert/HTML.pm:4100
805 #: tp/Texinfo/Convert/HTML.pm:4102
806806 #, fuzzy, perl-brace-format
807807 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
808808 msgstr "{name} di {class}"
809809
810 #: tp/Texinfo/Convert/HTML.pm:6103
810 #: tp/Texinfo/Convert/HTML.pm:6108
811811 #, fuzzy, perl-brace-format
812812 msgid ""
813813 "This document was generated on @emph{@today{}} using "
816816 "Questo documento è stato generato il @i{{date}} con "
817817 "@uref{{program_homepage}, @i{{program}}}."
818818
819 #: tp/Texinfo/Convert/HTML.pm:6143
819 #: tp/Texinfo/Convert/HTML.pm:6113
820 #, fuzzy
821 msgid "This document was generated on @emph{@today{}}."
822 msgstr ""
823 "Questo documento è stato generato con @uref{{program_homepage}, "
824 "@emph{{program}}}."
825
826 #: tp/Texinfo/Convert/HTML.pm:6152
820827 #, perl-brace-format
821828 msgid "{title}: {element_text}"
822829 msgstr ""
823830
824 #: tp/Texinfo/Convert/HTML.pm:6284
831 #: tp/Texinfo/Convert/HTML.pm:6296
825832 #, perl-brace-format
826833 msgid "The node you are looking for is at {href}."
827834 msgstr "Il nodo che stai cercando è {href}"
828835
829 #: tp/Texinfo/Convert/HTML.pm:6354
836 #: tp/Texinfo/Convert/HTML.pm:6365
830837 msgid " The buttons in the navigation panels have the following meaning:"
831838 msgstr " I bottoni nei pannelli di navigazione hanno il seguente significato:"
832839
833 #: tp/Texinfo/Convert/HTML.pm:6360
840 #: tp/Texinfo/Convert/HTML.pm:6371
834841 msgid "Button"
835842 msgstr "Bottone"
836843
837 #: tp/Texinfo/Convert/HTML.pm:6361
844 #: tp/Texinfo/Convert/HTML.pm:6372
838845 msgid "Name"
839846 msgstr "Nome"
840847
841 #: tp/Texinfo/Convert/HTML.pm:6362
848 #: tp/Texinfo/Convert/HTML.pm:6373
842849 msgid "Go to"
843850 msgstr "Vai a"
844851
845 #: tp/Texinfo/Convert/HTML.pm:6363
852 #: tp/Texinfo/Convert/HTML.pm:6374
846853 msgid "From 1.2.3 go to"
847854 msgstr "Da 1.2.3 vai a"
848855
849 #: tp/Texinfo/Convert/HTML.pm:6389
856 #: tp/Texinfo/Convert/HTML.pm:6400
850857 msgid ""
851858 " where the @strong{ Example } assumes that the current position is at "
852859 "@strong{ Subsubsection One-Two-Three } of a document of the following "
856863 "@strong{ Sottosottosezione Uno-Due-Tre } di un documento che ha la seguente "
857864 "struttura:"
858865
859 #: tp/Texinfo/Convert/HTML.pm:6399
866 #: tp/Texinfo/Convert/HTML.pm:6410
860867 msgid "Section One"
861868 msgstr "Sezione uno"
862869
863 #: tp/Texinfo/Convert/HTML.pm:6401
870 #: tp/Texinfo/Convert/HTML.pm:6412
864871 msgid "Subsection One-One"
865872 msgstr "Sottosezione Uno-Uno"
866873
867 #: tp/Texinfo/Convert/HTML.pm:6408
874 #: tp/Texinfo/Convert/HTML.pm:6419
868875 msgid "Subsection One-Two"
869876 msgstr "Sottosezione Uno-Due"
870877
871 #: tp/Texinfo/Convert/HTML.pm:6410
878 #: tp/Texinfo/Convert/HTML.pm:6421
872879 msgid "Subsubsection One-Two-One"
873880 msgstr "Sottosottosezione Uno-Due-Uno"
874881
875 #: tp/Texinfo/Convert/HTML.pm:6411
882 #: tp/Texinfo/Convert/HTML.pm:6422
876883 msgid "Subsubsection One-Two-Two"
877884 msgstr "Sottosottosezione Uno-Due-Due"
878885
879 #: tp/Texinfo/Convert/HTML.pm:6412
886 #: tp/Texinfo/Convert/HTML.pm:6423
880887 msgid "Subsubsection One-Two-Three"
881888 msgstr "Sottosottosezione Uno-Due-Tre"
882889
883 #: tp/Texinfo/Convert/HTML.pm:6414
890 #: tp/Texinfo/Convert/HTML.pm:6425
884891 msgid "Current Position"
885892 msgstr "Posizione Attuale"
886893
887 #: tp/Texinfo/Convert/HTML.pm:6415
894 #: tp/Texinfo/Convert/HTML.pm:6426
888895 msgid "Subsubsection One-Two-Four"
889896 msgstr "Sottosottosezione Uno-Due-Quattro"
890897
891 #: tp/Texinfo/Convert/HTML.pm:6418
898 #: tp/Texinfo/Convert/HTML.pm:6429
892899 msgid "Subsection One-Three"
893900 msgstr "Sottosezione Uno-Tre"
894901
895 #: tp/Texinfo/Convert/HTML.pm:6425
902 #: tp/Texinfo/Convert/HTML.pm:6436
896903 msgid "Subsection One-Four"
897904 msgstr "Sottosezione Uno-Quattro"
898905
899 #: tp/Texinfo/Convert/HTML.pm:6829
906 #: tp/Texinfo/Convert/HTML.pm:6840
900907 msgid "Untitled Document"
901908 msgstr "Documento senza titolo"
902909
920927 #~ "Questo documento è stato generato il @i{{date}} con "
921928 #~ "@uref{{program_homepage}, @i{{program}}}."
922929
923 #~ msgid ""
924 #~ "This document was generated using @uref{{program_homepage}, "
925 #~ "@emph{{program}}}."
926 #~ msgstr ""
927 #~ "Questo documento è stato generato con @uref{{program_homepage}, "
928 #~ "@emph{{program}}}."
929
930930 #~ msgid "{style} {number}"
931931 #~ msgstr "{style} {number}"
932932
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo_document-4.13.93\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
10 "PO-Revision-Date: 2013-01-27 21:21+0100\n"
9 "POT-Creation-Date: 2013-02-04 11:18-0800\n"
10 "PO-Revision-Date: 2013-01-30 10:57+0100\n"
1111 "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
1212 "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
1313 "Language: nl\n"
2727
2828 #: tp/Texinfo/Common.pm:688
2929 msgid "Special Form"
30 msgstr ""
30 msgstr "Speciale vorm"
3131
3232 #: tp/Texinfo/Common.pm:689 tp/Texinfo/Common.pm:692
3333 msgid "Variable"
4545 msgid "Method"
4646 msgstr "Methode"
4747
48 #: tp/Texinfo/Common.pm:1141
48 #: tp/Texinfo/Common.pm:1142
4949 #, perl-brace-format
5050 msgid "{category} on {class}"
51 msgstr ""
52
53 #: tp/Texinfo/Common.pm:1148
51 msgstr "{category} over {class}"
52
53 #: tp/Texinfo/Common.pm:1149
5454 #, perl-brace-format
5555 msgid "{category} of {class}"
56 msgstr ""
57
58 #: tp/Texinfo/Common.pm:1165
56 msgstr "{category} van {class}"
57
58 #: tp/Texinfo/Common.pm:1166
5959 #, perl-brace-format
6060 msgid "{month} {day}, {year}"
61 msgstr ""
62
63 #: tp/Texinfo/Common.pm:1196 tp/Texinfo/Convert/Plaintext.pm:904
61 msgstr "{day} {month} {year}"
62
63 #: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904
6464 #: tp/Texinfo/Convert/HTML.pm:511
6565 #, perl-brace-format
6666 msgid "Appendix {number} {section_title}"
67 msgstr ""
68
69 #: tp/Texinfo/Common.pm:1200 tp/Texinfo/Convert/Plaintext.pm:909
67 msgstr "Appendix {number} {section_title}"
68
69 #: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909
7070 #: tp/Texinfo/Convert/HTML.pm:517
7171 #, perl-brace-format
7272 msgid "{number} {section_title}"
73 msgstr ""
74
75 #: tp/Texinfo/Common.pm:1335
73 msgstr "{number} {section_title}"
74
75 #: tp/Texinfo/Common.pm:1336
7676 #, perl-brace-format
7777 msgid "{float_type} {float_number}: "
78 msgstr ""
79
80 #: tp/Texinfo/Common.pm:1339
78 msgstr "{float_type} {float_number}: "
79
80 #: tp/Texinfo/Common.pm:1340
8181 #, perl-brace-format
8282 msgid "{float_type}: "
83 msgstr ""
84
85 #: tp/Texinfo/Common.pm:1344
83 msgstr "{float_type}: "
84
85 #: tp/Texinfo/Common.pm:1345
8686 #, perl-brace-format
8787 msgid "{float_type} {float_number}\n"
88 msgstr ""
89
90 #: tp/Texinfo/Common.pm:1348
88 msgstr "{float_type} {float_number}\n"
89
90 #: tp/Texinfo/Common.pm:1349
9191 #, perl-brace-format
9292 msgid "{float_type}\n"
93 msgstr ""
94
95 #: tp/Texinfo/Common.pm:1354
93 msgstr "{float_type}\n"
94
95 #: tp/Texinfo/Common.pm:1355
9696 #, perl-brace-format
9797 msgid "{float_number}: "
98 msgstr ""
99
100 #: tp/Texinfo/Common.pm:1357
98 msgstr "{float_number}: "
99
100 #: tp/Texinfo/Common.pm:1358
101101 #, perl-brace-format
102102 msgid "{float_number}\n"
103 msgstr ""
104
105 #: tp/Texinfo/Parser.pm:2762
103 msgstr "{float_number}\n"
104
105 #: tp/Texinfo/Parser.pm:2768
106106 #, perl-brace-format
107107 msgid "{name} on {class}"
108 msgstr ""
109
110 #: tp/Texinfo/Parser.pm:2771
108 msgstr "{name} over {class}"
109
110 #: tp/Texinfo/Parser.pm:2777
111111 #, perl-brace-format
112112 msgid "{name} of {class}"
113 msgstr ""
113 msgstr "{name} van {class}"
114114
115115 #: tp/Texinfo/Convert/Converter.pm:109
116116 msgid "error@arrow{}"
117 msgstr ""
117 msgstr "error@arrow{}"
118118
119119 #: tp/Texinfo/Convert/Converter.pm:570
120120 msgid "January"
167167 #: tp/Texinfo/Convert/Converter.pm:632
168168 #, perl-brace-format
169169 msgid "{float_type} {float_number}"
170 msgstr ""
170 msgstr "{float_type} {float_number}"
171171
172172 #: tp/Texinfo/Convert/Converter.pm:636
173173 #, perl-brace-format
174174 msgid "{float_type}"
175 msgstr ""
175 msgstr "{float_type}"
176176
177177 #: tp/Texinfo/Convert/Converter.pm:640
178178 #, perl-brace-format
179179 msgid "{float_number}"
180 msgstr ""
180 msgstr "{float_number}"
181181
182182 #: tp/Texinfo/Convert/DocBook.pm:755
183183 #, perl-brace-format
184184 msgid "See Info file @file{{myfile}}, node @samp{{mynode}}"
185 msgstr ""
185 msgstr "Zie Info-bestand @file{{myfile}}, pagina @samp{{mynode}}"
186186
187187 #: tp/Texinfo/Convert/DocBook.pm:760
188188 #, perl-brace-format
189189 msgid "See node @samp{{mynode}}"
190 msgstr ""
190 msgstr "Zie pagina @samp{{mynode}}"
191191
192192 #: tp/Texinfo/Convert/DocBook.pm:764
193193 #, perl-brace-format
194194 msgid "See Info file @file{{myfile}}"
195 msgstr ""
195 msgstr "Zie Info-bestand @file{{myfile}}"
196196
197197 #: tp/Texinfo/Convert/DocBook.pm:804
198198 #, perl-brace-format
199199 msgid "section ``{section_name}'' in @cite{{book}}"
200 msgstr ""
200 msgstr "sectie “{section_name}” in @cite{{book}}"
201201
202202 #: tp/Texinfo/Convert/DocBook.pm:809
203203 #, perl-brace-format
204204 msgid "See section ``{section_name}'' in @cite{{book}}"
205 msgstr ""
205 msgstr "Zie sectie “{section_name}” in @cite{{book}}"
206206
207207 #: tp/Texinfo/Convert/DocBook.pm:814
208208 #, perl-brace-format
209209 msgid "see section ``{section_name}'' in @cite{{book}}"
210 msgstr ""
211
212 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3218
210 msgstr "zie sectie “{section_name}” in @cite{{book}}"
211
212 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3220
213213 #, perl-brace-format
214214 msgid "@cite{{book}}"
215 msgstr ""
216
217 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3195
215 msgstr "@cite{{book}}"
216
217 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3197
218218 #, perl-brace-format
219219 msgid "See @cite{{book}}"
220 msgstr ""
221
222 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3172
220 msgstr "Zie @cite{{book}}"
221
222 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3174
223223 #, perl-brace-format
224224 msgid "see @cite{{book}}"
225 msgstr ""
225 msgstr "zie @cite{{book}}"
226226
227227 #: tp/Texinfo/Convert/DocBook.pm:844
228228 #, perl-brace-format
229229 msgid "{title_ref}"
230 msgstr ""
230 msgstr "{title_ref}"
231231
232232 #: tp/Texinfo/Convert/DocBook.pm:849
233233 #, perl-brace-format
234234 msgid "See {title_ref}"
235 msgstr ""
235 msgstr "Zie {title_ref}"
236236
237237 #: tp/Texinfo/Convert/DocBook.pm:854
238238 #, perl-brace-format
239239 msgid "see {title_ref}"
240 msgstr ""
241
242 #: tp/Texinfo/Convert/DocBook.pm:987 tp/Texinfo/Convert/Plaintext.pm:1872
240 msgstr "zie {title_ref}"
241
242 #: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878
243243 #, perl-brace-format
244244 msgid "{abbr_or_acronym} ({explanation})"
245 msgstr ""
246
247 #: tp/Texinfo/Convert/DocBook.pm:1116 tp/Texinfo/Convert/Plaintext.pm:1998
248 #: tp/Texinfo/Convert/HTML.pm:3524
245 msgstr "{abbr_or_acronym} ({explanation})"
246
247 #: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004
248 #: tp/Texinfo/Convert/HTML.pm:3526
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
251 msgstr ""
251 msgstr "@b{{quotation_arg}:} "
252252
253253 #: tp/Texinfo/Convert/Plaintext.pm:1104
254254 msgid "(outside of any node)"
255255 msgstr "(buiten alle pagina's)"
256256
257 #: tp/Texinfo/Convert/Plaintext.pm:1682
257 #: tp/Texinfo/Convert/Plaintext.pm:1685
258258 #, perl-brace-format
259259 msgid "{name} @url{{email}}"
260 msgstr ""
261
262 #: tp/Texinfo/Convert/Plaintext.pm:1685
260 msgstr "{name} @url{{email}}"
261
262 #: tp/Texinfo/Convert/Plaintext.pm:1688
263263 #, perl-brace-format
264264 msgid "@url{{email}}"
265 msgstr ""
266
267 #: tp/Texinfo/Convert/Plaintext.pm:1707
265 msgstr "@url{{email}}"
266
267 #: tp/Texinfo/Convert/Plaintext.pm:1710
268268 #, perl-brace-format
269269 msgid "{text} ({url})"
270 msgstr ""
271
272 #: tp/Texinfo/Convert/Plaintext.pm:1712
270 msgstr "{text} ({url})"
271
272 #: tp/Texinfo/Convert/Plaintext.pm:1715
273273 #, perl-brace-format
274274 msgid "@t{<{url}>}"
275 msgstr ""
276
277 #: tp/Texinfo/Convert/Plaintext.pm:1923 tp/Texinfo/Convert/HTML.pm:1433
275 msgstr "@t{<{url}>}"
276
277 #: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433
278278 #, perl-brace-format
279279 msgid "@{No value for `{value}'@}"
280280 msgstr "@{Geen waarde voor '{value}'@}"
281281
282 #: tp/Texinfo/Convert/Plaintext.pm:2444
282 #: tp/Texinfo/Convert/Plaintext.pm:2450
283283 #, perl-brace-format
284284 msgid "@tie{ }-- {category}: {name} {arguments}"
285 msgstr ""
286
287 #: tp/Texinfo/Convert/Plaintext.pm:2449
285 msgstr "@tie{ }-- {category}: {name} {arguments}"
286
287 #: tp/Texinfo/Convert/Plaintext.pm:2455
288288 #, perl-brace-format
289289 msgid "@tie{ }-- {category}: {name}"
290 msgstr ""
291
292 #: tp/Texinfo/Convert/Plaintext.pm:2462
290 msgstr "@tie{ }-- {category}: {name}"
291
292 #: tp/Texinfo/Convert/Plaintext.pm:2468
293293 #, perl-brace-format
294294 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
295 msgstr ""
296
297 #: tp/Texinfo/Convert/Plaintext.pm:2465
295 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
296
297 #: tp/Texinfo/Convert/Plaintext.pm:2471
298298 #, perl-brace-format
299299 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
300 msgstr ""
301
302 #: tp/Texinfo/Convert/Plaintext.pm:2474
300 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
301
302 #: tp/Texinfo/Convert/Plaintext.pm:2480
303303 #, perl-brace-format
304304 msgid "@tie{ }-- {category}:@*{type}@*{name}"
305 msgstr ""
306
307 #: tp/Texinfo/Convert/Plaintext.pm:2477
305 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
306
307 #: tp/Texinfo/Convert/Plaintext.pm:2483
308308 #, perl-brace-format
309309 msgid "@tie{ }-- {category}: {type} {name}"
310 msgstr ""
311
312 #: tp/Texinfo/Convert/Plaintext.pm:2485
310 msgstr "@tie{ }-- {category}: {type} {name}"
311
312 #: tp/Texinfo/Convert/Plaintext.pm:2491
313313 #, perl-brace-format
314314 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
315 msgstr ""
316
317 #: tp/Texinfo/Convert/Plaintext.pm:2491
315 msgstr "@tie{ }-- {category} van {class}: {name} {arguments}"
316
317 #: tp/Texinfo/Convert/Plaintext.pm:2497
318318 #, perl-brace-format
319319 msgid "@tie{ }-- {category} of {class}: {name}"
320 msgstr ""
321
322 #: tp/Texinfo/Convert/Plaintext.pm:2500
320 msgstr "@tie{ }-- {category} van {class}: {name}"
321
322 #: tp/Texinfo/Convert/Plaintext.pm:2506
323323 #, perl-brace-format
324324 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
325 msgstr ""
326
327 #: tp/Texinfo/Convert/Plaintext.pm:2506
325 msgstr "@tie{ }-- {category} over {class}: {name} {arguments}"
326
327 #: tp/Texinfo/Convert/Plaintext.pm:2512
328328 #, perl-brace-format
329329 msgid "@tie{ }-- {category} on {class}: {name}"
330 msgstr ""
331
332 #: tp/Texinfo/Convert/Plaintext.pm:2521
330 msgstr "@tie{ }-- {category} over {class}: {name}"
331
332 #: tp/Texinfo/Convert/Plaintext.pm:2527
333333 #, perl-brace-format
334334 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
335 msgstr ""
336
337 #: tp/Texinfo/Convert/Plaintext.pm:2525
335 msgstr "@tie{ }-- {category} over {class}:@*{type}@*{name} {arguments}"
336
337 #: tp/Texinfo/Convert/Plaintext.pm:2531
338338 #, perl-brace-format
339339 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
340 msgstr ""
341
342 #: tp/Texinfo/Convert/Plaintext.pm:2536
340 msgstr "@tie{ }-- {category} over {class}: {type} {name} {arguments}"
341
342 #: tp/Texinfo/Convert/Plaintext.pm:2542
343343 #, perl-brace-format
344344 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
345 msgstr ""
346
347 #: tp/Texinfo/Convert/Plaintext.pm:2540
345 msgstr "@tie{ }-- {category} over {class}:@*{type}@*{name}"
346
347 #: tp/Texinfo/Convert/Plaintext.pm:2546
348348 #, perl-brace-format
349349 msgid "@tie{ }-- {category} on {class}: {type} {name}"
350 msgstr ""
351
352 #: tp/Texinfo/Convert/Plaintext.pm:2554
350 msgstr "@tie{ }-- {category} over {class}: {type} {name}"
351
352 #: tp/Texinfo/Convert/Plaintext.pm:2560
353353 #, perl-brace-format
354354 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
355 msgstr ""
356
357 #: tp/Texinfo/Convert/Plaintext.pm:2558
355 msgstr "@tie{ }-- {category} van {class}:@*{type}@*{name} {arguments}"
356
357 #: tp/Texinfo/Convert/Plaintext.pm:2564
358358 #, perl-brace-format
359359 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
360 msgstr ""
361
362 #: tp/Texinfo/Convert/Plaintext.pm:2569
360 msgstr "@tie{ }-- {category} van {class}: {type} {name} {arguments}"
361
362 #: tp/Texinfo/Convert/Plaintext.pm:2575
363363 #, perl-brace-format
364364 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
365 msgstr ""
366
367 #: tp/Texinfo/Convert/Plaintext.pm:2573
365 msgstr "@tie{ }-- {category} van {class}:@*{type}@*{name}"
366
367 #: tp/Texinfo/Convert/Plaintext.pm:2579
368368 #, perl-brace-format
369369 msgid "@tie{ }-- {category} of {class}: {type} {name}"
370 msgstr ""
371
372 #: tp/Texinfo/Convert/Plaintext.pm:2854 tp/Texinfo/Convert/HTML.pm:2784
370 msgstr "@tie{ }-- {category} van{class}: {type} {name}"
371
372 #: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786
373373 #, perl-brace-format
374374 msgid "@center --- @emph{{author}}\n"
375 msgstr ""
375 msgstr "@center --- @emph{{author}}\n"
376376
377377 #: tp/Texinfo/Convert/HTML.pm:728 tp/Texinfo/Convert/HTML.pm:784
378378 msgid "Top"
455455
456456 #: tp/Texinfo/Convert/HTML.pm:765
457457 msgid "Beginning of this chapter or previous chapter"
458 msgstr "Begin van dit of voorgaand hoofdstuk"
458 msgstr "Begin van dit (of voorgaand) hoofdstuk"
459459
460460 #: tp/Texinfo/Convert/HTML.pm:766
461461 msgid "Previous section on same level"
511511
512512 #: tp/Texinfo/Convert/HTML.pm:779
513513 msgid "Forward section in next file"
514 msgstr ""
514 msgstr "Sectie vooruit in volgend bestand"
515515
516516 #: tp/Texinfo/Convert/HTML.pm:780
517517 msgid "Back section in previous file"
518 msgstr ""
518 msgstr "Sectie terug in voorgaand bestand"
519519
520520 #: tp/Texinfo/Convert/HTML.pm:789
521521 msgid "This"
531531
532532 #: tp/Texinfo/Convert/HTML.pm:795
533533 msgid "NodeUp"
534 msgstr ""
534 msgstr "Pagina-omhoog"
535535
536536 #: tp/Texinfo/Convert/HTML.pm:796
537537 msgid "NodeNext"
538 msgstr ""
538 msgstr "Volgende-pagina"
539539
540540 #: tp/Texinfo/Convert/HTML.pm:797
541541 msgid "NodePrev"
542 msgstr ""
542 msgstr "Voorgaande-pagina"
543543
544544 #: tp/Texinfo/Convert/HTML.pm:798
545545 msgid "NodeForward"
546 msgstr ""
546 msgstr "Pagina-vooruit"
547547
548548 #: tp/Texinfo/Convert/HTML.pm:799
549549 msgid "NodeBack"
550 msgstr ""
550 msgstr "Pagina-terug"
551551
552552 #: tp/Texinfo/Convert/HTML.pm:800
553553 msgid "Forward"
596596 #: tp/Texinfo/Convert/HTML.pm:1499
597597 #, perl-brace-format
598598 msgid "{explained_string} ({explanation})"
599 msgstr ""
600
601 #: tp/Texinfo/Convert/HTML.pm:3083
599 msgstr "{explained_string} ({explanation})"
600
601 #: tp/Texinfo/Convert/HTML.pm:3085
602602 #, perl-brace-format
603603 msgid "see section {reference_name}"
604 msgstr ""
605
606 #: tp/Texinfo/Convert/HTML.pm:3086
604 msgstr "zie sectie {reference_name}"
605
606 #: tp/Texinfo/Convert/HTML.pm:3088
607607 #, perl-brace-format
608608 msgid "see {reference_name}"
609 msgstr ""
610
611 #: tp/Texinfo/Convert/HTML.pm:3091
609 msgstr "zie {reference_name}"
610
611 #: tp/Texinfo/Convert/HTML.pm:3093
612612 #, perl-brace-format
613613 msgid "See section {reference_name}"
614 msgstr ""
615
616 #: tp/Texinfo/Convert/HTML.pm:3094
614 msgstr "Zie sectie {reference_name}"
615
616 #: tp/Texinfo/Convert/HTML.pm:3096
617617 #, perl-brace-format
618618 msgid "See {reference_name}"
619 msgstr ""
620
621 #: tp/Texinfo/Convert/HTML.pm:3098
619 msgstr "Zie {reference_name}"
620
621 #: tp/Texinfo/Convert/HTML.pm:3100
622622 #, perl-brace-format
623623 msgid "{reference_name}"
624 msgstr ""
625
626 #: tp/Texinfo/Convert/HTML.pm:3160
624 msgstr "{reference_name}"
625
626 #: tp/Texinfo/Convert/HTML.pm:3162
627627 #, perl-brace-format
628628 msgid "see {reference} in @cite{{book}}"
629 msgstr ""
630
631 #: tp/Texinfo/Convert/HTML.pm:3164
629 msgstr "zie {reference} in @cite{{book}}"
630
631 #: tp/Texinfo/Convert/HTML.pm:3166
632632 #, perl-brace-format
633633 msgid "see @cite{{book_reference}}"
634 msgstr ""
635
636 #: tp/Texinfo/Convert/HTML.pm:3168
634 msgstr "zie @cite{{book_reference}}"
635
636 #: tp/Texinfo/Convert/HTML.pm:3170
637637 #, perl-brace-format
638638 msgid "see `{section}' in @cite{{book}}"
639 msgstr ""
640
641 #: tp/Texinfo/Convert/HTML.pm:3175
639 msgstr "zie ‘{section}’ in @cite{{book}}"
640
641 #: tp/Texinfo/Convert/HTML.pm:3177
642642 #, perl-brace-format
643643 msgid "see {reference}"
644 msgstr ""
645
646 #: tp/Texinfo/Convert/HTML.pm:3178
644 msgstr "zie {reference}"
645
646 #: tp/Texinfo/Convert/HTML.pm:3180
647647 #, perl-brace-format
648648 msgid "see `{section}'"
649 msgstr ""
650
651 #: tp/Texinfo/Convert/HTML.pm:3183
649 msgstr "zie ‘{section}’"
650
651 #: tp/Texinfo/Convert/HTML.pm:3185
652652 #, perl-brace-format
653653 msgid "See {reference} in @cite{{book}}"
654 msgstr ""
655
656 #: tp/Texinfo/Convert/HTML.pm:3187
654 msgstr "Zie {reference} in @cite{{book}}"
655
656 #: tp/Texinfo/Convert/HTML.pm:3189
657657 #, perl-brace-format
658658 msgid "See @cite{{book_reference}}"
659 msgstr ""
660
661 #: tp/Texinfo/Convert/HTML.pm:3191
659 msgstr "Zie @cite{{book_reference}}"
660
661 #: tp/Texinfo/Convert/HTML.pm:3193
662662 #, perl-brace-format
663663 msgid "See `{section}' in @cite{{book}}"
664 msgstr ""
665
666 #: tp/Texinfo/Convert/HTML.pm:3198
664 msgstr "Zie ‘{section}’ in @cite{{book}}"
665
666 #: tp/Texinfo/Convert/HTML.pm:3200
667667 #, perl-brace-format
668668 msgid "See {reference}"
669 msgstr ""
670
671 #: tp/Texinfo/Convert/HTML.pm:3201
669 msgstr "Zie {reference}"
670
671 #: tp/Texinfo/Convert/HTML.pm:3203
672672 #, perl-brace-format
673673 msgid "See `{section}'"
674 msgstr ""
675
676 #: tp/Texinfo/Convert/HTML.pm:3206
674 msgstr "Zie ‘{section}’"
675
676 #: tp/Texinfo/Convert/HTML.pm:3208
677677 #, perl-brace-format
678678 msgid "{reference} in @cite{{book}}"
679 msgstr ""
680
681 #: tp/Texinfo/Convert/HTML.pm:3210
679 msgstr "{reference} in @cite{{book}}"
680
681 #: tp/Texinfo/Convert/HTML.pm:3212
682682 #, perl-brace-format
683683 msgid "@cite{{book_reference}}"
684 msgstr ""
685
686 #: tp/Texinfo/Convert/HTML.pm:3214
684 msgstr "@cite{{book_reference}}"
685
686 #: tp/Texinfo/Convert/HTML.pm:3216
687687 #, perl-brace-format
688688 msgid "`{section}' in @cite{{book}}"
689 msgstr ""
690
691 #: tp/Texinfo/Convert/HTML.pm:3221
689 msgstr "‘{section}’ in @cite{{book}}"
690
691 #: tp/Texinfo/Convert/HTML.pm:3223
692692 #, perl-brace-format
693693 msgid "{reference}"
694 msgstr ""
695
696 #: tp/Texinfo/Convert/HTML.pm:3224
694 msgstr "{reference}"
695
696 #: tp/Texinfo/Convert/HTML.pm:3226
697697 #, perl-brace-format
698698 msgid "`{section}'"
699 msgstr ""
700
701 #: tp/Texinfo/Convert/HTML.pm:3337
699 msgstr "‘{section}’"
700
701 #: tp/Texinfo/Convert/HTML.pm:3339
702702 msgid "Jump to"
703703 msgstr "Spring naar"
704704
705 #: tp/Texinfo/Convert/HTML.pm:3345
705 #: tp/Texinfo/Convert/HTML.pm:3347
706706 msgid "Index Entry"
707707 msgstr "Index-item"
708708
709 #: tp/Texinfo/Convert/HTML.pm:3347
709 #: tp/Texinfo/Convert/HTML.pm:3349
710710 msgid "Section"
711711 msgstr "Sectie"
712712
713 #: tp/Texinfo/Convert/HTML.pm:3966
713 #: tp/Texinfo/Convert/HTML.pm:3968
714714 #, perl-brace-format
715715 msgid "{category}: @strong{{name}} @emph{{arguments}}"
716 msgstr ""
717
718 #: tp/Texinfo/Convert/HTML.pm:3971
716 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
717
718 #: tp/Texinfo/Convert/HTML.pm:3973
719719 #, perl-brace-format
720720 msgid "{category}: @strong{{name}}"
721 msgstr ""
722
723 #: tp/Texinfo/Convert/HTML.pm:3988
721 msgstr "{category}: @strong{{name}}"
722
723 #: tp/Texinfo/Convert/HTML.pm:3990
724724 #, perl-brace-format
725725 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
726 msgstr ""
727
728 #: tp/Texinfo/Convert/HTML.pm:3992
726 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
727
728 #: tp/Texinfo/Convert/HTML.pm:3994
729729 #, perl-brace-format
730730 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
731 msgstr ""
732
733 #: tp/Texinfo/Convert/HTML.pm:4001
731 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
732
733 #: tp/Texinfo/Convert/HTML.pm:4003
734734 #, perl-brace-format
735735 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
736 msgstr ""
737
738 #: tp/Texinfo/Convert/HTML.pm:4004
736 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
737
738 #: tp/Texinfo/Convert/HTML.pm:4006
739739 #, perl-brace-format
740740 msgid "{category}: @emph{{type}} @strong{{name}}"
741 msgstr ""
742
743 #: tp/Texinfo/Convert/HTML.pm:4012
741 msgstr "{category}: @emph{{type}} @strong{{name}}"
742
743 #: tp/Texinfo/Convert/HTML.pm:4014
744744 #, perl-brace-format
745745 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
746 msgstr ""
747
748 #: tp/Texinfo/Convert/HTML.pm:4018
746 msgstr "{category} van {class}: @strong{{name}} @emph{{arguments}}"
747
748 #: tp/Texinfo/Convert/HTML.pm:4020
749749 #, perl-brace-format
750750 msgid "{category} of {class}: @strong{{name}}"
751 msgstr ""
752
753 #: tp/Texinfo/Convert/HTML.pm:4027
751 msgstr "{category} van {class}: @strong{{name}}"
752
753 #: tp/Texinfo/Convert/HTML.pm:4029
754754 #, perl-brace-format
755755 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
756 msgstr ""
757
758 #: tp/Texinfo/Convert/HTML.pm:4033
756 msgstr "{category} over {class}: @strong{{name}} @emph{{arguments}}"
757
758 #: tp/Texinfo/Convert/HTML.pm:4035
759759 #, perl-brace-format
760760 msgid "{category} on {class}: @strong{{name}}"
761 msgstr ""
762
763 #: tp/Texinfo/Convert/HTML.pm:4048
761 msgstr "{category} over {class}: @strong{{name}}"
762
763 #: tp/Texinfo/Convert/HTML.pm:4050
764764 #, perl-brace-format
765765 msgid ""
766766 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
767767 msgstr ""
768
769 #: tp/Texinfo/Convert/HTML.pm:4052
768 "{category} over {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
769
770 #: tp/Texinfo/Convert/HTML.pm:4054
770771 #, perl-brace-format
771772 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
772773 msgstr ""
773
774 #: tp/Texinfo/Convert/HTML.pm:4063
774 "{category} over {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
775
776 #: tp/Texinfo/Convert/HTML.pm:4065
775777 #, perl-brace-format
776778 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
777 msgstr ""
778
779 #: tp/Texinfo/Convert/HTML.pm:4067
779 msgstr "{category} over {class}:@* @emph{{type}}@* @strong{{name}}"
780
781 #: tp/Texinfo/Convert/HTML.pm:4069
780782 #, perl-brace-format
781783 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
782 msgstr ""
783
784 #: tp/Texinfo/Convert/HTML.pm:4081
784 msgstr "{category} over {class}: @emph{{type}} @strong{{name}}"
785
786 #: tp/Texinfo/Convert/HTML.pm:4083
785787 #, perl-brace-format
786788 msgid ""
787789 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
788790 msgstr ""
789
790 #: tp/Texinfo/Convert/HTML.pm:4085
791 "{category} van {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
792
793 #: tp/Texinfo/Convert/HTML.pm:4087
791794 #, perl-brace-format
792795 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
793796 msgstr ""
794
795 #: tp/Texinfo/Convert/HTML.pm:4096
797 "{category} van {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
798
799 #: tp/Texinfo/Convert/HTML.pm:4098
796800 #, perl-brace-format
797801 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
798 msgstr ""
799
800 #: tp/Texinfo/Convert/HTML.pm:4100
802 msgstr "{category} van {class}:@* @emph{{type}}@* @strong{{name}}"
803
804 #: tp/Texinfo/Convert/HTML.pm:4102
801805 #, perl-brace-format
802806 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
803 msgstr ""
804
805 #: tp/Texinfo/Convert/HTML.pm:6103
807 msgstr "{category} van {class}: @emph{{type}} @strong{{name}}"
808
809 #: tp/Texinfo/Convert/HTML.pm:6108
806810 #, perl-brace-format
807811 msgid ""
808812 "This document was generated on @emph{@today{}} using "
811815 "Dit document is gegenereerd op @emph{@today{}} met behulp van "
812816 "@uref{{program_homepage}, @emph{{program}}}."
813817
814 #: tp/Texinfo/Convert/HTML.pm:6143
818 #: tp/Texinfo/Convert/HTML.pm:6113
819 #, fuzzy
820 msgid "This document was generated on @emph{@today{}}."
821 msgstr ""
822 "Dit document is gegenereerd op @emph{@today{}} met behulp van "
823 "@uref{{program_homepage}, @emph{{program}}}."
824
825 #: tp/Texinfo/Convert/HTML.pm:6152
815826 #, perl-brace-format
816827 msgid "{title}: {element_text}"
817 msgstr ""
818
819 #: tp/Texinfo/Convert/HTML.pm:6284
828 msgstr "{title}: {element_text}"
829
830 #: tp/Texinfo/Convert/HTML.pm:6296
820831 #, perl-brace-format
821832 msgid "The node you are looking for is at {href}."
822 msgstr "De pagina waar u naar zoekt is op {href}."
823
824 #: tp/Texinfo/Convert/HTML.pm:6354
833 msgstr "De pagina die u zoekt bevindt zich op {href}."
834
835 #: tp/Texinfo/Convert/HTML.pm:6365
825836 msgid " The buttons in the navigation panels have the following meaning:"
826837 msgstr " De knoppen in de navigatiepanelen hebben de volgende functies:"
827838
828 #: tp/Texinfo/Convert/HTML.pm:6360
839 #: tp/Texinfo/Convert/HTML.pm:6371
829840 msgid "Button"
830841 msgstr "Knop"
831842
832 #: tp/Texinfo/Convert/HTML.pm:6361
843 #: tp/Texinfo/Convert/HTML.pm:6372
833844 msgid "Name"
834845 msgstr "Naam"
835846
836 #: tp/Texinfo/Convert/HTML.pm:6362
847 #: tp/Texinfo/Convert/HTML.pm:6373
837848 msgid "Go to"
838849 msgstr "Gaat naar"
839850
840 #: tp/Texinfo/Convert/HTML.pm:6363
851 #: tp/Texinfo/Convert/HTML.pm:6374
841852 msgid "From 1.2.3 go to"
842 msgstr ""
843
844 #: tp/Texinfo/Convert/HTML.pm:6389
853 msgstr "Gaat van 1.2.3 naar"
854
855 #: tp/Texinfo/Convert/HTML.pm:6400
845856 msgid ""
846857 " where the @strong{ Example } assumes that the current position is at "
847858 "@strong{ Subsubsection One-Two-Three } of a document of the following "
848859 "structure:"
849860 msgstr ""
850
851 #: tp/Texinfo/Convert/HTML.pm:6399
861 " waar het @strong{ Voorbeeld } aanneemt dat de huidige positie "
862 "@strong{ subsubsectie één-twee-drie } is in een document met de volgende "
863 "structuur:"
864
865 #: tp/Texinfo/Convert/HTML.pm:6410
852866 msgid "Section One"
853867 msgstr "Sectie één"
854868
855 #: tp/Texinfo/Convert/HTML.pm:6401
869 #: tp/Texinfo/Convert/HTML.pm:6412
856870 msgid "Subsection One-One"
857871 msgstr "Subsectie één-één"
858872
859 #: tp/Texinfo/Convert/HTML.pm:6408
873 #: tp/Texinfo/Convert/HTML.pm:6419
860874 msgid "Subsection One-Two"
861875 msgstr "Subsectie één-twee"
862876
863 #: tp/Texinfo/Convert/HTML.pm:6410
877 #: tp/Texinfo/Convert/HTML.pm:6421
864878 msgid "Subsubsection One-Two-One"
865879 msgstr "Subsectie één-twee-één"
866880
867 #: tp/Texinfo/Convert/HTML.pm:6411
881 #: tp/Texinfo/Convert/HTML.pm:6422
868882 msgid "Subsubsection One-Two-Two"
869883 msgstr "Subsectie één-twee-twee"
870884
871 #: tp/Texinfo/Convert/HTML.pm:6412
885 #: tp/Texinfo/Convert/HTML.pm:6423
872886 msgid "Subsubsection One-Two-Three"
873887 msgstr "Subsectie één-twee-drie"
874888
875 #: tp/Texinfo/Convert/HTML.pm:6414
889 #: tp/Texinfo/Convert/HTML.pm:6425
876890 msgid "Current Position"
877891 msgstr "Huidige positie"
878892
879 #: tp/Texinfo/Convert/HTML.pm:6415
893 #: tp/Texinfo/Convert/HTML.pm:6426
880894 msgid "Subsubsection One-Two-Four"
881895 msgstr "Subsectie één-twee-vier"
882896
883 #: tp/Texinfo/Convert/HTML.pm:6418
897 #: tp/Texinfo/Convert/HTML.pm:6429
884898 msgid "Subsection One-Three"
885899 msgstr "Subsectie één-drie"
886900
887 #: tp/Texinfo/Convert/HTML.pm:6425
901 #: tp/Texinfo/Convert/HTML.pm:6436
888902 msgid "Subsection One-Four"
889903 msgstr "Subsectie één-vier"
890904
891 #: tp/Texinfo/Convert/HTML.pm:6829
905 #: tp/Texinfo/Convert/HTML.pm:6840
892906 msgid "Untitled Document"
893907 msgstr "Naamloos document"
908
909 #~ msgid "* {float_type} {float_number}: {float_label}."
910 #~ msgstr "* {float_type} {float_number}: {float_label}."
911
912 #~ msgid "* {float_type}: {float_label}."
913 #~ msgstr "* {float_type}: {float_label}."
914
915 #~ msgid "* {float_number}: {float_label}."
916 #~ msgstr "* {float_number}: {float_label}."
917
918 #~ msgid "* : {float_label}."
919 #~ msgstr "* : {float_label}."
66 msgstr ""
77 "Project-Id-Version: texinfo 5.0\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
9 "POT-Creation-Date: 2013-02-04 11:18-0800\n"
1010 "PO-Revision-Date: 2001-01-01\n"
1111 "Last-Translator: Unknown\n"
1212 "Language-Team: Unknown\n"
4343 msgid "Method"
4444 msgstr ""
4545
46 #: tp/Texinfo/Common.pm:1141
46 #: tp/Texinfo/Common.pm:1142
4747 #, perl-brace-format
4848 msgid "{category} on {class}"
4949 msgstr ""
5050
51 #: tp/Texinfo/Common.pm:1148
51 #: tp/Texinfo/Common.pm:1149
5252 #, perl-brace-format
5353 msgid "{category} of {class}"
5454 msgstr ""
5555
56 #: tp/Texinfo/Common.pm:1165
56 #: tp/Texinfo/Common.pm:1166
5757 #, perl-brace-format
5858 msgid "{month} {day}, {year}"
5959 msgstr ""
6060
61 #: tp/Texinfo/Common.pm:1196 tp/Texinfo/Convert/Plaintext.pm:904
61 #: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904
6262 #: tp/Texinfo/Convert/HTML.pm:511
6363 #, perl-brace-format
6464 msgid "Appendix {number} {section_title}"
6565 msgstr ""
6666
67 #: tp/Texinfo/Common.pm:1200 tp/Texinfo/Convert/Plaintext.pm:909
67 #: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909
6868 #: tp/Texinfo/Convert/HTML.pm:517
6969 #, perl-brace-format
7070 msgid "{number} {section_title}"
7171 msgstr ""
7272
73 #: tp/Texinfo/Common.pm:1335
73 #: tp/Texinfo/Common.pm:1336
7474 #, perl-brace-format
7575 msgid "{float_type} {float_number}: "
7676 msgstr ""
7777
78 #: tp/Texinfo/Common.pm:1339
78 #: tp/Texinfo/Common.pm:1340
7979 #, perl-brace-format
8080 msgid "{float_type}: "
8181 msgstr ""
8282
83 #: tp/Texinfo/Common.pm:1344
83 #: tp/Texinfo/Common.pm:1345
8484 #, perl-brace-format
8585 msgid "{float_type} {float_number}\n"
8686 msgstr ""
8787
88 #: tp/Texinfo/Common.pm:1348
88 #: tp/Texinfo/Common.pm:1349
8989 #, perl-brace-format
9090 msgid "{float_type}\n"
9191 msgstr ""
9292
93 #: tp/Texinfo/Common.pm:1354
93 #: tp/Texinfo/Common.pm:1355
9494 #, perl-brace-format
9595 msgid "{float_number}: "
9696 msgstr ""
9797
98 #: tp/Texinfo/Common.pm:1357
98 #: tp/Texinfo/Common.pm:1358
9999 #, perl-brace-format
100100 msgid "{float_number}\n"
101101 msgstr ""
102102
103 #: tp/Texinfo/Parser.pm:2762
103 #: tp/Texinfo/Parser.pm:2768
104104 #, perl-brace-format
105105 msgid "{name} on {class}"
106106 msgstr ""
107107
108 #: tp/Texinfo/Parser.pm:2771
108 #: tp/Texinfo/Parser.pm:2777
109109 #, perl-brace-format
110110 msgid "{name} of {class}"
111111 msgstr ""
207207 msgid "see section ``{section_name}'' in @cite{{book}}"
208208 msgstr ""
209209
210 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3218
210 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3220
211211 #, perl-brace-format
212212 msgid "@cite{{book}}"
213213 msgstr ""
214214
215 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3195
215 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3197
216216 #, perl-brace-format
217217 msgid "See @cite{{book}}"
218218 msgstr ""
219219
220 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3172
220 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3174
221221 #, perl-brace-format
222222 msgid "see @cite{{book}}"
223223 msgstr ""
237237 msgid "see {title_ref}"
238238 msgstr ""
239239
240 #: tp/Texinfo/Convert/DocBook.pm:987 tp/Texinfo/Convert/Plaintext.pm:1872
240 #: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878
241241 #, perl-brace-format
242242 msgid "{abbr_or_acronym} ({explanation})"
243243 msgstr ""
244244
245 #: tp/Texinfo/Convert/DocBook.pm:1116 tp/Texinfo/Convert/Plaintext.pm:1998
246 #: tp/Texinfo/Convert/HTML.pm:3524
245 #: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004
246 #: tp/Texinfo/Convert/HTML.pm:3526
247247 #, perl-brace-format
248248 msgid "@b{{quotation_arg}:} "
249249 msgstr ""
252252 msgid "(outside of any node)"
253253 msgstr ""
254254
255 #: tp/Texinfo/Convert/Plaintext.pm:1682
255 #: tp/Texinfo/Convert/Plaintext.pm:1685
256256 #, perl-brace-format
257257 msgid "{name} @url{{email}}"
258258 msgstr ""
259259
260 #: tp/Texinfo/Convert/Plaintext.pm:1685
260 #: tp/Texinfo/Convert/Plaintext.pm:1688
261261 #, perl-brace-format
262262 msgid "@url{{email}}"
263263 msgstr ""
264264
265 #: tp/Texinfo/Convert/Plaintext.pm:1707
265 #: tp/Texinfo/Convert/Plaintext.pm:1710
266266 #, perl-brace-format
267267 msgid "{text} ({url})"
268268 msgstr ""
269269
270 #: tp/Texinfo/Convert/Plaintext.pm:1712
270 #: tp/Texinfo/Convert/Plaintext.pm:1715
271271 #, perl-brace-format
272272 msgid "@t{<{url}>}"
273273 msgstr ""
274274
275 #: tp/Texinfo/Convert/Plaintext.pm:1923 tp/Texinfo/Convert/HTML.pm:1433
275 #: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433
276276 #, perl-brace-format
277277 msgid "@{No value for `{value}'@}"
278278 msgstr ""
279279
280 #: tp/Texinfo/Convert/Plaintext.pm:2444
280 #: tp/Texinfo/Convert/Plaintext.pm:2450
281281 #, perl-brace-format
282282 msgid "@tie{ }-- {category}: {name} {arguments}"
283283 msgstr ""
284284
285 #: tp/Texinfo/Convert/Plaintext.pm:2449
285 #: tp/Texinfo/Convert/Plaintext.pm:2455
286286 #, perl-brace-format
287287 msgid "@tie{ }-- {category}: {name}"
288288 msgstr ""
289289
290 #: tp/Texinfo/Convert/Plaintext.pm:2462
290 #: tp/Texinfo/Convert/Plaintext.pm:2468
291291 #, perl-brace-format
292292 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
293293 msgstr ""
294294
295 #: tp/Texinfo/Convert/Plaintext.pm:2465
295 #: tp/Texinfo/Convert/Plaintext.pm:2471
296296 #, perl-brace-format
297297 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
298298 msgstr ""
299299
300 #: tp/Texinfo/Convert/Plaintext.pm:2474
300 #: tp/Texinfo/Convert/Plaintext.pm:2480
301301 #, perl-brace-format
302302 msgid "@tie{ }-- {category}:@*{type}@*{name}"
303303 msgstr ""
304304
305 #: tp/Texinfo/Convert/Plaintext.pm:2477
305 #: tp/Texinfo/Convert/Plaintext.pm:2483
306306 #, perl-brace-format
307307 msgid "@tie{ }-- {category}: {type} {name}"
308308 msgstr ""
309309
310 #: tp/Texinfo/Convert/Plaintext.pm:2485
310 #: tp/Texinfo/Convert/Plaintext.pm:2491
311311 #, perl-brace-format
312312 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
313313 msgstr ""
314314
315 #: tp/Texinfo/Convert/Plaintext.pm:2491
315 #: tp/Texinfo/Convert/Plaintext.pm:2497
316316 #, perl-brace-format
317317 msgid "@tie{ }-- {category} of {class}: {name}"
318318 msgstr ""
319319
320 #: tp/Texinfo/Convert/Plaintext.pm:2500
320 #: tp/Texinfo/Convert/Plaintext.pm:2506
321321 #, perl-brace-format
322322 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
323323 msgstr ""
324324
325 #: tp/Texinfo/Convert/Plaintext.pm:2506
325 #: tp/Texinfo/Convert/Plaintext.pm:2512
326326 #, perl-brace-format
327327 msgid "@tie{ }-- {category} on {class}: {name}"
328328 msgstr ""
329329
330 #: tp/Texinfo/Convert/Plaintext.pm:2521
330 #: tp/Texinfo/Convert/Plaintext.pm:2527
331331 #, perl-brace-format
332332 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
333333 msgstr ""
334334
335 #: tp/Texinfo/Convert/Plaintext.pm:2525
335 #: tp/Texinfo/Convert/Plaintext.pm:2531
336336 #, perl-brace-format
337337 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
338338 msgstr ""
339339
340 #: tp/Texinfo/Convert/Plaintext.pm:2536
340 #: tp/Texinfo/Convert/Plaintext.pm:2542
341341 #, perl-brace-format
342342 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
343343 msgstr ""
344344
345 #: tp/Texinfo/Convert/Plaintext.pm:2540
345 #: tp/Texinfo/Convert/Plaintext.pm:2546
346346 #, perl-brace-format
347347 msgid "@tie{ }-- {category} on {class}: {type} {name}"
348348 msgstr ""
349349
350 #: tp/Texinfo/Convert/Plaintext.pm:2554
350 #: tp/Texinfo/Convert/Plaintext.pm:2560
351351 #, perl-brace-format
352352 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
353353 msgstr ""
354354
355 #: tp/Texinfo/Convert/Plaintext.pm:2558
355 #: tp/Texinfo/Convert/Plaintext.pm:2564
356356 #, perl-brace-format
357357 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
358358 msgstr ""
359359
360 #: tp/Texinfo/Convert/Plaintext.pm:2569
360 #: tp/Texinfo/Convert/Plaintext.pm:2575
361361 #, perl-brace-format
362362 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
363363 msgstr ""
364364
365 #: tp/Texinfo/Convert/Plaintext.pm:2573
365 #: tp/Texinfo/Convert/Plaintext.pm:2579
366366 #, perl-brace-format
367367 msgid "@tie{ }-- {category} of {class}: {type} {name}"
368368 msgstr ""
369369
370 #: tp/Texinfo/Convert/Plaintext.pm:2854 tp/Texinfo/Convert/HTML.pm:2784
370 #: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786
371371 #, perl-brace-format
372372 msgid "@center --- @emph{{author}}\n"
373373 msgstr ""
595595 msgid "{explained_string} ({explanation})"
596596 msgstr ""
597597
598 #: tp/Texinfo/Convert/HTML.pm:3083
598 #: tp/Texinfo/Convert/HTML.pm:3085
599599 #, perl-brace-format
600600 msgid "see section {reference_name}"
601601 msgstr ""
602602
603 #: tp/Texinfo/Convert/HTML.pm:3086
603 #: tp/Texinfo/Convert/HTML.pm:3088
604604 #, perl-brace-format
605605 msgid "see {reference_name}"
606606 msgstr ""
607607
608 #: tp/Texinfo/Convert/HTML.pm:3091
608 #: tp/Texinfo/Convert/HTML.pm:3093
609609 #, perl-brace-format
610610 msgid "See section {reference_name}"
611611 msgstr ""
612612
613 #: tp/Texinfo/Convert/HTML.pm:3094
613 #: tp/Texinfo/Convert/HTML.pm:3096
614614 #, perl-brace-format
615615 msgid "See {reference_name}"
616616 msgstr ""
617617
618 #: tp/Texinfo/Convert/HTML.pm:3098
618 #: tp/Texinfo/Convert/HTML.pm:3100
619619 #, perl-brace-format
620620 msgid "{reference_name}"
621621 msgstr ""
622622
623 #: tp/Texinfo/Convert/HTML.pm:3160
623 #: tp/Texinfo/Convert/HTML.pm:3162
624624 #, perl-brace-format
625625 msgid "see {reference} in @cite{{book}}"
626626 msgstr ""
627627
628 #: tp/Texinfo/Convert/HTML.pm:3164
628 #: tp/Texinfo/Convert/HTML.pm:3166
629629 #, perl-brace-format
630630 msgid "see @cite{{book_reference}}"
631631 msgstr ""
632632
633 #: tp/Texinfo/Convert/HTML.pm:3168
633 #: tp/Texinfo/Convert/HTML.pm:3170
634634 #, perl-brace-format
635635 msgid "see `{section}' in @cite{{book}}"
636636 msgstr ""
637637
638 #: tp/Texinfo/Convert/HTML.pm:3175
638 #: tp/Texinfo/Convert/HTML.pm:3177
639639 #, perl-brace-format
640640 msgid "see {reference}"
641641 msgstr ""
642642
643 #: tp/Texinfo/Convert/HTML.pm:3178
643 #: tp/Texinfo/Convert/HTML.pm:3180
644644 #, perl-brace-format
645645 msgid "see `{section}'"
646646 msgstr ""
647647
648 #: tp/Texinfo/Convert/HTML.pm:3183
648 #: tp/Texinfo/Convert/HTML.pm:3185
649649 #, perl-brace-format
650650 msgid "See {reference} in @cite{{book}}"
651651 msgstr ""
652652
653 #: tp/Texinfo/Convert/HTML.pm:3187
653 #: tp/Texinfo/Convert/HTML.pm:3189
654654 #, perl-brace-format
655655 msgid "See @cite{{book_reference}}"
656656 msgstr ""
657657
658 #: tp/Texinfo/Convert/HTML.pm:3191
658 #: tp/Texinfo/Convert/HTML.pm:3193
659659 #, perl-brace-format
660660 msgid "See `{section}' in @cite{{book}}"
661661 msgstr ""
662662
663 #: tp/Texinfo/Convert/HTML.pm:3198
663 #: tp/Texinfo/Convert/HTML.pm:3200
664664 #, perl-brace-format
665665 msgid "See {reference}"
666666 msgstr ""
667667
668 #: tp/Texinfo/Convert/HTML.pm:3201
668 #: tp/Texinfo/Convert/HTML.pm:3203
669669 #, perl-brace-format
670670 msgid "See `{section}'"
671671 msgstr ""
672672
673 #: tp/Texinfo/Convert/HTML.pm:3206
673 #: tp/Texinfo/Convert/HTML.pm:3208
674674 #, perl-brace-format
675675 msgid "{reference} in @cite{{book}}"
676676 msgstr ""
677677
678 #: tp/Texinfo/Convert/HTML.pm:3210
678 #: tp/Texinfo/Convert/HTML.pm:3212
679679 #, perl-brace-format
680680 msgid "@cite{{book_reference}}"
681681 msgstr ""
682682
683 #: tp/Texinfo/Convert/HTML.pm:3214
683 #: tp/Texinfo/Convert/HTML.pm:3216
684684 #, perl-brace-format
685685 msgid "`{section}' in @cite{{book}}"
686686 msgstr ""
687687
688 #: tp/Texinfo/Convert/HTML.pm:3221
688 #: tp/Texinfo/Convert/HTML.pm:3223
689689 #, perl-brace-format
690690 msgid "{reference}"
691691 msgstr ""
692692
693 #: tp/Texinfo/Convert/HTML.pm:3224
693 #: tp/Texinfo/Convert/HTML.pm:3226
694694 #, perl-brace-format
695695 msgid "`{section}'"
696696 msgstr ""
697697
698 #: tp/Texinfo/Convert/HTML.pm:3337
698 #: tp/Texinfo/Convert/HTML.pm:3339
699699 msgid "Jump to"
700700 msgstr ""
701701
702 #: tp/Texinfo/Convert/HTML.pm:3345
702 #: tp/Texinfo/Convert/HTML.pm:3347
703703 msgid "Index Entry"
704704 msgstr ""
705705
706 #: tp/Texinfo/Convert/HTML.pm:3347
706 #: tp/Texinfo/Convert/HTML.pm:3349
707707 msgid "Section"
708708 msgstr ""
709709
710 #: tp/Texinfo/Convert/HTML.pm:3966
710 #: tp/Texinfo/Convert/HTML.pm:3968
711711 #, perl-brace-format
712712 msgid "{category}: @strong{{name}} @emph{{arguments}}"
713713 msgstr ""
714714
715 #: tp/Texinfo/Convert/HTML.pm:3971
715 #: tp/Texinfo/Convert/HTML.pm:3973
716716 #, perl-brace-format
717717 msgid "{category}: @strong{{name}}"
718718 msgstr ""
719719
720 #: tp/Texinfo/Convert/HTML.pm:3988
720 #: tp/Texinfo/Convert/HTML.pm:3990
721721 #, perl-brace-format
722722 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
723723 msgstr ""
724724
725 #: tp/Texinfo/Convert/HTML.pm:3992
725 #: tp/Texinfo/Convert/HTML.pm:3994
726726 #, perl-brace-format
727727 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
728728 msgstr ""
729729
730 #: tp/Texinfo/Convert/HTML.pm:4001
730 #: tp/Texinfo/Convert/HTML.pm:4003
731731 #, perl-brace-format
732732 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
733733 msgstr ""
734734
735 #: tp/Texinfo/Convert/HTML.pm:4004
735 #: tp/Texinfo/Convert/HTML.pm:4006
736736 #, perl-brace-format
737737 msgid "{category}: @emph{{type}} @strong{{name}}"
738738 msgstr ""
739739
740 #: tp/Texinfo/Convert/HTML.pm:4012
740 #: tp/Texinfo/Convert/HTML.pm:4014
741741 #, perl-brace-format
742742 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
743743 msgstr ""
744744
745 #: tp/Texinfo/Convert/HTML.pm:4018
745 #: tp/Texinfo/Convert/HTML.pm:4020
746746 #, perl-brace-format
747747 msgid "{category} of {class}: @strong{{name}}"
748748 msgstr ""
749749
750 #: tp/Texinfo/Convert/HTML.pm:4027
750 #: tp/Texinfo/Convert/HTML.pm:4029
751751 #, perl-brace-format
752752 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
753753 msgstr ""
754754
755 #: tp/Texinfo/Convert/HTML.pm:4033
755 #: tp/Texinfo/Convert/HTML.pm:4035
756756 #, perl-brace-format
757757 msgid "{category} on {class}: @strong{{name}}"
758758 msgstr ""
759759
760 #: tp/Texinfo/Convert/HTML.pm:4048
760 #: tp/Texinfo/Convert/HTML.pm:4050
761761 #, perl-brace-format
762762 msgid ""
763763 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
764764 msgstr ""
765765
766 #: tp/Texinfo/Convert/HTML.pm:4052
766 #: tp/Texinfo/Convert/HTML.pm:4054
767767 #, perl-brace-format
768768 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
769769 msgstr ""
770770
771 #: tp/Texinfo/Convert/HTML.pm:4063
771 #: tp/Texinfo/Convert/HTML.pm:4065
772772 #, perl-brace-format
773773 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
774774 msgstr ""
775775
776 #: tp/Texinfo/Convert/HTML.pm:4067
776 #: tp/Texinfo/Convert/HTML.pm:4069
777777 #, perl-brace-format
778778 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
779779 msgstr ""
780780
781 #: tp/Texinfo/Convert/HTML.pm:4081
781 #: tp/Texinfo/Convert/HTML.pm:4083
782782 #, perl-brace-format
783783 msgid ""
784784 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
785785 msgstr ""
786786
787 #: tp/Texinfo/Convert/HTML.pm:4085
787 #: tp/Texinfo/Convert/HTML.pm:4087
788788 #, perl-brace-format
789789 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
790790 msgstr ""
791791
792 #: tp/Texinfo/Convert/HTML.pm:4096
792 #: tp/Texinfo/Convert/HTML.pm:4098
793793 #, perl-brace-format
794794 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
795795 msgstr ""
796796
797 #: tp/Texinfo/Convert/HTML.pm:4100
797 #: tp/Texinfo/Convert/HTML.pm:4102
798798 #, perl-brace-format
799799 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
800800 msgstr ""
801801
802 #: tp/Texinfo/Convert/HTML.pm:6103
802 #: tp/Texinfo/Convert/HTML.pm:6108
803803 #, perl-brace-format
804804 msgid ""
805805 "This document was generated on @emph{@today{}} using "
806806 "@uref{{program_homepage}, @emph{{program}}}."
807807 msgstr ""
808808
809 #: tp/Texinfo/Convert/HTML.pm:6143
809 #: tp/Texinfo/Convert/HTML.pm:6113
810 msgid "This document was generated on @emph{@today{}}."
811 msgstr ""
812
813 #: tp/Texinfo/Convert/HTML.pm:6152
810814 #, perl-brace-format
811815 msgid "{title}: {element_text}"
812816 msgstr ""
813817
814 #: tp/Texinfo/Convert/HTML.pm:6284
818 #: tp/Texinfo/Convert/HTML.pm:6296
815819 #, perl-brace-format
816820 msgid "The node you are looking for is at {href}."
817821 msgstr ""
818822
819 #: tp/Texinfo/Convert/HTML.pm:6354
823 #: tp/Texinfo/Convert/HTML.pm:6365
820824 msgid " The buttons in the navigation panels have the following meaning:"
821825 msgstr ""
822826
823 #: tp/Texinfo/Convert/HTML.pm:6360
827 #: tp/Texinfo/Convert/HTML.pm:6371
824828 msgid "Button"
825829 msgstr ""
826830
827 #: tp/Texinfo/Convert/HTML.pm:6361
831 #: tp/Texinfo/Convert/HTML.pm:6372
828832 msgid "Name"
829833 msgstr ""
830834
831 #: tp/Texinfo/Convert/HTML.pm:6362
835 #: tp/Texinfo/Convert/HTML.pm:6373
832836 msgid "Go to"
833837 msgstr ""
834838
835 #: tp/Texinfo/Convert/HTML.pm:6363
839 #: tp/Texinfo/Convert/HTML.pm:6374
836840 msgid "From 1.2.3 go to"
837841 msgstr ""
838842
839 #: tp/Texinfo/Convert/HTML.pm:6389
843 #: tp/Texinfo/Convert/HTML.pm:6400
840844 msgid ""
841845 " where the @strong{ Example } assumes that the current position is at "
842846 "@strong{ Subsubsection One-Two-Three } of a document of the following "
843847 "structure:"
844848 msgstr ""
845849
846 #: tp/Texinfo/Convert/HTML.pm:6399
850 #: tp/Texinfo/Convert/HTML.pm:6410
847851 msgid "Section One"
848852 msgstr ""
849853
850 #: tp/Texinfo/Convert/HTML.pm:6401
854 #: tp/Texinfo/Convert/HTML.pm:6412
851855 msgid "Subsection One-One"
852856 msgstr ""
853857
854 #: tp/Texinfo/Convert/HTML.pm:6408
858 #: tp/Texinfo/Convert/HTML.pm:6419
855859 msgid "Subsection One-Two"
856860 msgstr ""
857861
858 #: tp/Texinfo/Convert/HTML.pm:6410
862 #: tp/Texinfo/Convert/HTML.pm:6421
859863 msgid "Subsubsection One-Two-One"
860864 msgstr ""
861865
862 #: tp/Texinfo/Convert/HTML.pm:6411
866 #: tp/Texinfo/Convert/HTML.pm:6422
863867 msgid "Subsubsection One-Two-Two"
864868 msgstr ""
865869
866 #: tp/Texinfo/Convert/HTML.pm:6412
870 #: tp/Texinfo/Convert/HTML.pm:6423
867871 msgid "Subsubsection One-Two-Three"
868872 msgstr ""
869873
870 #: tp/Texinfo/Convert/HTML.pm:6414
874 #: tp/Texinfo/Convert/HTML.pm:6425
871875 msgid "Current Position"
872876 msgstr ""
873877
874 #: tp/Texinfo/Convert/HTML.pm:6415
878 #: tp/Texinfo/Convert/HTML.pm:6426
875879 msgid "Subsubsection One-Two-Four"
876880 msgstr ""
877881
878 #: tp/Texinfo/Convert/HTML.pm:6418
882 #: tp/Texinfo/Convert/HTML.pm:6429
879883 msgid "Subsection One-Three"
880884 msgstr ""
881885
882 #: tp/Texinfo/Convert/HTML.pm:6425
886 #: tp/Texinfo/Convert/HTML.pm:6436
883887 msgid "Subsection One-Four"
884888 msgstr ""
885889
886 #: tp/Texinfo/Convert/HTML.pm:6829
890 #: tp/Texinfo/Convert/HTML.pm:6840
887891 msgid "Untitled Document"
888892 msgstr ""
Binary diff not shown
0 # Polish translation for texinfo_document
1 # Copyright (C) 2013 Free Software Foundation, Inc.
2 # This file is distributed under the same license as the texinfo_document package.
3 # Jakub Bogusz <qboosh@pld-linux.org>, 2013.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: texinfo_document 4.13.93\n"
8 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2013-02-04 11:18-0800\n"
10 "PO-Revision-Date: 2013-01-30 18:11+0100\n"
11 "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
12 "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
13 "Language: pl\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #: tp/Texinfo/Common.pm:686 tp/Texinfo/Common.pm:691
19 msgid "Function"
20 msgstr "Funkcja"
21
22 #: tp/Texinfo/Common.pm:687
23 msgid "Macro"
24 msgstr "Makro"
25
26 #: tp/Texinfo/Common.pm:688
27 msgid "Special Form"
28 msgstr "Postać specjalna"
29
30 #: tp/Texinfo/Common.pm:689 tp/Texinfo/Common.pm:692
31 msgid "Variable"
32 msgstr "Zmienna"
33
34 #: tp/Texinfo/Common.pm:690
35 msgid "User Option"
36 msgstr "Opcja użytkownika"
37
38 #: tp/Texinfo/Common.pm:693 tp/Texinfo/Common.pm:694
39 msgid "Instance Variable"
40 msgstr "Przykład zmiennej"
41
42 #: tp/Texinfo/Common.pm:695 tp/Texinfo/Common.pm:696
43 msgid "Method"
44 msgstr "Metoda"
45
46 #: tp/Texinfo/Common.pm:1142
47 #, perl-brace-format
48 msgid "{category} on {class}"
49 msgstr "{category} dla klasy {class}"
50
51 #: tp/Texinfo/Common.pm:1149
52 #, perl-brace-format
53 msgid "{category} of {class}"
54 msgstr "{category} klasy {class}"
55
56 #: tp/Texinfo/Common.pm:1166
57 #, perl-brace-format
58 msgid "{month} {day}, {year}"
59 msgstr "{day} {month} {year}"
60
61 #: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904
62 #: tp/Texinfo/Convert/HTML.pm:511
63 #, perl-brace-format
64 msgid "Appendix {number} {section_title}"
65 msgstr "Załącznik {number} {section_title}"
66
67 #: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909
68 #: tp/Texinfo/Convert/HTML.pm:517
69 #, perl-brace-format
70 msgid "{number} {section_title}"
71 msgstr "{number} {section_title}"
72
73 #: tp/Texinfo/Common.pm:1336
74 #, perl-brace-format
75 msgid "{float_type} {float_number}: "
76 msgstr "{float_type} {float_number}: "
77
78 #: tp/Texinfo/Common.pm:1340
79 #, perl-brace-format
80 msgid "{float_type}: "
81 msgstr "{float_type}: "
82
83 #: tp/Texinfo/Common.pm:1345
84 #, perl-brace-format
85 msgid "{float_type} {float_number}\n"
86 msgstr "{float_type} {float_number}\n"
87
88 #: tp/Texinfo/Common.pm:1349
89 #, perl-brace-format
90 msgid "{float_type}\n"
91 msgstr "{float_type}\n"
92
93 #: tp/Texinfo/Common.pm:1355
94 #, perl-brace-format
95 msgid "{float_number}: "
96 msgstr "{float_number}: "
97
98 #: tp/Texinfo/Common.pm:1358
99 #, perl-brace-format
100 msgid "{float_number}\n"
101 msgstr "{float_number}\n"
102
103 #: tp/Texinfo/Parser.pm:2768
104 #, perl-brace-format
105 msgid "{name} on {class}"
106 msgstr "{name} dla klasy {class}"
107
108 #: tp/Texinfo/Parser.pm:2777
109 #, perl-brace-format
110 msgid "{name} of {class}"
111 msgstr "{name} klasy {class}"
112
113 #: tp/Texinfo/Convert/Converter.pm:109
114 msgid "error@arrow{}"
115 msgstr "błąd@arrow{}"
116
117 #: tp/Texinfo/Convert/Converter.pm:570
118 msgid "January"
119 msgstr "styczeń"
120
121 #: tp/Texinfo/Convert/Converter.pm:571
122 msgid "February"
123 msgstr "luty"
124
125 #: tp/Texinfo/Convert/Converter.pm:572
126 msgid "March"
127 msgstr "marzec"
128
129 #: tp/Texinfo/Convert/Converter.pm:573
130 msgid "April"
131 msgstr "kwiecień"
132
133 #: tp/Texinfo/Convert/Converter.pm:574
134 msgid "May"
135 msgstr "maj"
136
137 #: tp/Texinfo/Convert/Converter.pm:575
138 msgid "June"
139 msgstr "czerwiec"
140
141 #: tp/Texinfo/Convert/Converter.pm:576
142 msgid "July"
143 msgstr "lipiec"
144
145 #: tp/Texinfo/Convert/Converter.pm:577
146 msgid "August"
147 msgstr "sierpień"
148
149 #: tp/Texinfo/Convert/Converter.pm:578
150 msgid "September"
151 msgstr "wrzesień"
152
153 #: tp/Texinfo/Convert/Converter.pm:579
154 msgid "October"
155 msgstr "październik"
156
157 #: tp/Texinfo/Convert/Converter.pm:580
158 msgid "November"
159 msgstr "listopad"
160
161 #: tp/Texinfo/Convert/Converter.pm:581
162 msgid "December"
163 msgstr "grudzień"
164
165 #: tp/Texinfo/Convert/Converter.pm:632
166 #, perl-brace-format
167 msgid "{float_type} {float_number}"
168 msgstr "{float_type} {float_number}"
169
170 #: tp/Texinfo/Convert/Converter.pm:636
171 #, perl-brace-format
172 msgid "{float_type}"
173 msgstr "{float_type}"
174
175 #: tp/Texinfo/Convert/Converter.pm:640
176 #, perl-brace-format
177 msgid "{float_number}"
178 msgstr "{float_number}"
179
180 #: tp/Texinfo/Convert/DocBook.pm:755
181 #, perl-brace-format
182 msgid "See Info file @file{{myfile}}, node @samp{{mynode}}"
183 msgstr "P. plik Info @file{{myfile}}, węzeł @samp{{mynode}}"
184
185 #: tp/Texinfo/Convert/DocBook.pm:760
186 #, perl-brace-format
187 msgid "See node @samp{{mynode}}"
188 msgstr "P. węzeł @samp{{mynode}}"
189
190 #: tp/Texinfo/Convert/DocBook.pm:764
191 #, perl-brace-format
192 msgid "See Info file @file{{myfile}}"
193 msgstr "P. plik info @file{{myfile}}"
194
195 #: tp/Texinfo/Convert/DocBook.pm:804
196 #, perl-brace-format
197 msgid "section ``{section_name}'' in @cite{{book}}"
198 msgstr "sekcja ``{section_name}'' in @cite{{book}}"
199
200 #: tp/Texinfo/Convert/DocBook.pm:809
201 #, perl-brace-format
202 msgid "See section ``{section_name}'' in @cite{{book}}"
203 msgstr "P. sekcja ``{section_name}'' w @cite{{book}}"
204
205 #: tp/Texinfo/Convert/DocBook.pm:814
206 #, perl-brace-format
207 msgid "see section ``{section_name}'' in @cite{{book}}"
208 msgstr "p. sekcja ``{section_name}'' w @cite{{book}}"
209
210 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3220
211 #, perl-brace-format
212 msgid "@cite{{book}}"
213 msgstr "@cite{{book}}"
214
215 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3197
216 #, perl-brace-format
217 msgid "See @cite{{book}}"
218 msgstr "P. @cite{{book}}"
219
220 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3174
221 #, perl-brace-format
222 msgid "see @cite{{book}}"
223 msgstr "p. @cite{{book}}"
224
225 #: tp/Texinfo/Convert/DocBook.pm:844
226 #, perl-brace-format
227 msgid "{title_ref}"
228 msgstr "{title_ref}"
229
230 #: tp/Texinfo/Convert/DocBook.pm:849
231 #, perl-brace-format
232 msgid "See {title_ref}"
233 msgstr "P. {title_ref}"
234
235 #: tp/Texinfo/Convert/DocBook.pm:854
236 #, perl-brace-format
237 msgid "see {title_ref}"
238 msgstr "p. {title_ref}"
239
240 #: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878
241 #, perl-brace-format
242 msgid "{abbr_or_acronym} ({explanation})"
243 msgstr "{abbr_or_acronym} ({explanation})"
244
245 #: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004
246 #: tp/Texinfo/Convert/HTML.pm:3526
247 #, perl-brace-format
248 msgid "@b{{quotation_arg}:} "
249 msgstr "@b{{quotation_arg}:} "
250
251 #: tp/Texinfo/Convert/Plaintext.pm:1104
252 msgid "(outside of any node)"
253 msgstr "(poza węzłem)"
254
255 #: tp/Texinfo/Convert/Plaintext.pm:1685
256 #, perl-brace-format
257 msgid "{name} @url{{email}}"
258 msgstr "{name} @url{{email}}"
259
260 #: tp/Texinfo/Convert/Plaintext.pm:1688
261 #, perl-brace-format
262 msgid "@url{{email}}"
263 msgstr "@url{{email}}"
264
265 #: tp/Texinfo/Convert/Plaintext.pm:1710
266 #, perl-brace-format
267 msgid "{text} ({url})"
268 msgstr "{text} ({url})"
269
270 #: tp/Texinfo/Convert/Plaintext.pm:1715
271 #, perl-brace-format
272 msgid "@t{<{url}>}"
273 msgstr "@t{<{url}>}"
274
275 #: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433
276 #, perl-brace-format
277 msgid "@{No value for `{value}'@}"
278 msgstr "@{Brak wartości dla `{value}'@}"
279
280 #: tp/Texinfo/Convert/Plaintext.pm:2450
281 #, perl-brace-format
282 msgid "@tie{ }-- {category}: {name} {arguments}"
283 msgstr "@tie{ }- {category}: {name} {arguments}"
284
285 #: tp/Texinfo/Convert/Plaintext.pm:2455
286 #, perl-brace-format
287 msgid "@tie{ }-- {category}: {name}"
288 msgstr "@tie{ }- {category}: {name}"
289
290 #: tp/Texinfo/Convert/Plaintext.pm:2468
291 #, perl-brace-format
292 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
293 msgstr "@tie{ }- {category}:@*{type}@*{name} {arguments}"
294
295 #: tp/Texinfo/Convert/Plaintext.pm:2471
296 #, perl-brace-format
297 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
298 msgstr "@tie{ }- {category}: {type} {name} {arguments}"
299
300 #: tp/Texinfo/Convert/Plaintext.pm:2480
301 #, perl-brace-format
302 msgid "@tie{ }-- {category}:@*{type}@*{name}"
303 msgstr "@tie{ }- {category}:@*{type}@*{name}"
304
305 #: tp/Texinfo/Convert/Plaintext.pm:2483
306 #, perl-brace-format
307 msgid "@tie{ }-- {category}: {type} {name}"
308 msgstr "@tie{ }- {category}: {type} {name}"
309
310 #: tp/Texinfo/Convert/Plaintext.pm:2491
311 #, perl-brace-format
312 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
313 msgstr "@tie{ }- {category} klasy {class}: {name} {arguments}"
314
315 #: tp/Texinfo/Convert/Plaintext.pm:2497
316 #, perl-brace-format
317 msgid "@tie{ }-- {category} of {class}: {name}"
318 msgstr "@tie{ }- {category} klasy {class}: {name}"
319
320 #: tp/Texinfo/Convert/Plaintext.pm:2506
321 #, perl-brace-format
322 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
323 msgstr "@tie{ }- {category} dla klasy {class}: {name} {arguments}"
324
325 #: tp/Texinfo/Convert/Plaintext.pm:2512
326 #, perl-brace-format
327 msgid "@tie{ }-- {category} on {class}: {name}"
328 msgstr "@tie{ }- {category} dla klasy {class}: {name}"
329
330 #: tp/Texinfo/Convert/Plaintext.pm:2527
331 #, perl-brace-format
332 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
333 msgstr "@tie{ }- {category} dla klasy {class}:@*{type}@*{name} {arguments}"
334
335 #: tp/Texinfo/Convert/Plaintext.pm:2531
336 #, perl-brace-format
337 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
338 msgstr "@tie{ }- {category} dla klasy {class}: {type} {name} {arguments}"
339
340 #: tp/Texinfo/Convert/Plaintext.pm:2542
341 #, perl-brace-format
342 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
343 msgstr "@tie{ }- {category} dla klasy {class}:@*{type}@*{name}"
344
345 #: tp/Texinfo/Convert/Plaintext.pm:2546
346 #, perl-brace-format
347 msgid "@tie{ }-- {category} on {class}: {type} {name}"
348 msgstr "@tie{ }- {category} dla klasy {class}: {type} {name}"
349
350 #: tp/Texinfo/Convert/Plaintext.pm:2560
351 #, perl-brace-format
352 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
353 msgstr "@tie{ }- {category} klasy {class}:@*{type}@*{name} {arguments}"
354
355 #: tp/Texinfo/Convert/Plaintext.pm:2564
356 #, perl-brace-format
357 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
358 msgstr "@tie{ }- {category} klasy {class}: {type} {name} {arguments}"
359
360 #: tp/Texinfo/Convert/Plaintext.pm:2575
361 #, perl-brace-format
362 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
363 msgstr "@tie{ }- {category} klasy {class}:@*{type}@*{name}"
364
365 #: tp/Texinfo/Convert/Plaintext.pm:2579
366 #, perl-brace-format
367 msgid "@tie{ }-- {category} of {class}: {type} {name}"
368 msgstr "@tie{ }- {category} klasy {class}: {type} {name}"
369
370 #: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786
371 #, perl-brace-format
372 msgid "@center --- @emph{{author}}\n"
373 msgstr "@center - @emph{{author}}\n"
374
375 #: tp/Texinfo/Convert/HTML.pm:728 tp/Texinfo/Convert/HTML.pm:784
376 msgid "Top"
377 msgstr "Szczytowy"
378
379 #: tp/Texinfo/Convert/HTML.pm:729 tp/Texinfo/Convert/HTML.pm:785
380 msgid "Contents"
381 msgstr "Treść"
382
383 #: tp/Texinfo/Convert/HTML.pm:730 tp/Texinfo/Convert/HTML.pm:786
384 msgid "Overview"
385 msgstr "Przegląd"
386
387 #: tp/Texinfo/Convert/HTML.pm:731 tp/Texinfo/Convert/HTML.pm:762
388 #: tp/Texinfo/Convert/HTML.pm:787
389 msgid "Index"
390 msgstr "Indeks"
391
392 #: tp/Texinfo/Convert/HTML.pm:733
393 msgid "current"
394 msgstr "bieżący"
395
396 #: tp/Texinfo/Convert/HTML.pm:736 tp/Texinfo/Convert/HTML.pm:792
397 msgid "Prev"
398 msgstr "Poprzedni"
399
400 #: tp/Texinfo/Convert/HTML.pm:737
401 msgid " Up "
402 msgstr " W górę "
403
404 #: tp/Texinfo/Convert/HTML.pm:738 tp/Texinfo/Convert/HTML.pm:742
405 #: tp/Texinfo/Convert/HTML.pm:794
406 msgid "Next"
407 msgstr "Następny"
408
409 #: tp/Texinfo/Convert/HTML.pm:740 tp/Texinfo/Convert/HTML.pm:793
410 msgid "Up"
411 msgstr "W górę"
412
413 #: tp/Texinfo/Convert/HTML.pm:744
414 msgid "Previous"
415 msgstr "Poprzedni"
416
417 #: tp/Texinfo/Convert/HTML.pm:745
418 msgid "Forward node"
419 msgstr "Węzeł w przód"
420
421 #: tp/Texinfo/Convert/HTML.pm:746
422 msgid "Back node"
423 msgstr "Węzeł w tył"
424
425 #: tp/Texinfo/Convert/HTML.pm:752
426 msgid "Next file"
427 msgstr "Następny plik"
428
429 #: tp/Texinfo/Convert/HTML.pm:753
430 msgid "Previous file"
431 msgstr "Poprzedni plik"
432
433 #: tp/Texinfo/Convert/HTML.pm:759
434 msgid "Cover (top) of document"
435 msgstr "Okładka (szczyt) dokumentu"
436
437 #: tp/Texinfo/Convert/HTML.pm:760
438 msgid "Table of contents"
439 msgstr "Spis treści"
440
441 #: tp/Texinfo/Convert/HTML.pm:761
442 msgid "Short table of contents"
443 msgstr "Skrócony spis treści"
444
445 #: tp/Texinfo/Convert/HTML.pm:763
446 msgid "Current section"
447 msgstr "Sekcja bieżąca"
448
449 #: tp/Texinfo/Convert/HTML.pm:764
450 msgid "Previous section in reading order"
451 msgstr "Sekcja poprzednia w kolejności czytania"
452
453 #: tp/Texinfo/Convert/HTML.pm:765
454 msgid "Beginning of this chapter or previous chapter"
455 msgstr "Początek tego rozdziału lub rozdział poprzedni"
456
457 #: tp/Texinfo/Convert/HTML.pm:766
458 msgid "Previous section on same level"
459 msgstr "Sekcja poprzednia na tym samym poziomie"
460
461 #: tp/Texinfo/Convert/HTML.pm:767
462 msgid "Up section"
463 msgstr "Sekcja w górę"
464
465 #: tp/Texinfo/Convert/HTML.pm:768
466 msgid "Next section on same level"
467 msgstr "Sekcja następna na tym samym poziomie"
468
469 #: tp/Texinfo/Convert/HTML.pm:769
470 msgid "Up node"
471 msgstr "Węzęł w górę"
472
473 #: tp/Texinfo/Convert/HTML.pm:770
474 msgid "Next node"
475 msgstr "Następny węzeł"
476
477 #: tp/Texinfo/Convert/HTML.pm:771
478 msgid "Previous node"
479 msgstr "Poprzedni węzeł"
480
481 #: tp/Texinfo/Convert/HTML.pm:772
482 msgid "Next node in node reading order"
483 msgstr "Węzeł następny w kolejności czytania"
484
485 #: tp/Texinfo/Convert/HTML.pm:773
486 msgid "Previous node in node reading order"
487 msgstr "Węzeł poprzedni w kolejności czytania"
488
489 #: tp/Texinfo/Convert/HTML.pm:774
490 msgid "Next section in reading order"
491 msgstr "Sekcja następna w kolejności czytania"
492
493 #: tp/Texinfo/Convert/HTML.pm:775
494 msgid "Next chapter"
495 msgstr "Następny rozdział"
496
497 #: tp/Texinfo/Convert/HTML.pm:776
498 msgid "About (help)"
499 msgstr "O dokumencie (pomoc)"
500
501 #: tp/Texinfo/Convert/HTML.pm:777
502 msgid "First section in reading order"
503 msgstr "Sekcja pierwsza w kolejości czytania"
504
505 #: tp/Texinfo/Convert/HTML.pm:778
506 msgid "Last section in reading order"
507 msgstr "Sekcja ostatnia w kolejości czytania"
508
509 #: tp/Texinfo/Convert/HTML.pm:779
510 msgid "Forward section in next file"
511 msgstr "Sekcja w przód w następnym pliku"
512
513 #: tp/Texinfo/Convert/HTML.pm:780
514 msgid "Back section in previous file"
515 msgstr "Sekcja wstecz w poprzednim pliku"
516
517 #: tp/Texinfo/Convert/HTML.pm:789
518 msgid "This"
519 msgstr "Ten"
520
521 #: tp/Texinfo/Convert/HTML.pm:790
522 msgid "Back"
523 msgstr "Wstecz"
524
525 #: tp/Texinfo/Convert/HTML.pm:791
526 msgid "FastBack"
527 msgstr "SzybkoWstecz"
528
529 #: tp/Texinfo/Convert/HTML.pm:795
530 msgid "NodeUp"
531 msgstr "WęzełWGórę"
532
533 #: tp/Texinfo/Convert/HTML.pm:796
534 msgid "NodeNext"
535 msgstr "WęzełNastępny"
536
537 #: tp/Texinfo/Convert/HTML.pm:797
538 msgid "NodePrev"
539 msgstr "WęzełPoprzedni"
540
541 #: tp/Texinfo/Convert/HTML.pm:798
542 msgid "NodeForward"
543 msgstr "WęzełWPrzód"
544
545 #: tp/Texinfo/Convert/HTML.pm:799
546 msgid "NodeBack"
547 msgstr "WęzełWstecz"
548
549 #: tp/Texinfo/Convert/HTML.pm:800
550 msgid "Forward"
551 msgstr "WPrzód"
552
553 #: tp/Texinfo/Convert/HTML.pm:801
554 msgid "FastForward"
555 msgstr "SzybkoWPrzód"
556
557 #: tp/Texinfo/Convert/HTML.pm:802
558 msgid "About"
559 msgstr "O"
560
561 #: tp/Texinfo/Convert/HTML.pm:803
562 msgid "First"
563 msgstr "Pierwszy"
564
565 #: tp/Texinfo/Convert/HTML.pm:804
566 msgid "Last"
567 msgstr "Ostatni"
568
569 #: tp/Texinfo/Convert/HTML.pm:805
570 msgid "NextFile"
571 msgstr "PlikNastępny"
572
573 #: tp/Texinfo/Convert/HTML.pm:806
574 msgid "PrevFile"
575 msgstr "PlikPoprzedni"
576
577 #: tp/Texinfo/Convert/HTML.pm:810
578 msgid "About This Document"
579 msgstr "O tym dokumencie"
580
581 #: tp/Texinfo/Convert/HTML.pm:811
582 msgid "Table of Contents"
583 msgstr "Spis treści"
584
585 #: tp/Texinfo/Convert/HTML.pm:812
586 msgid "Short Table of Contents"
587 msgstr "Skrócony spis treści"
588
589 #: tp/Texinfo/Convert/HTML.pm:813
590 msgid "Footnotes"
591 msgstr "Przypisy"
592
593 #: tp/Texinfo/Convert/HTML.pm:1499
594 #, perl-brace-format
595 msgid "{explained_string} ({explanation})"
596 msgstr "{explained_string} ({explanation})"
597
598 #: tp/Texinfo/Convert/HTML.pm:3085
599 #, perl-brace-format
600 msgid "see section {reference_name}"
601 msgstr "p. sekcja {reference_name}"
602
603 #: tp/Texinfo/Convert/HTML.pm:3088
604 #, perl-brace-format
605 msgid "see {reference_name}"
606 msgstr "p. {reference_name}"
607
608 #: tp/Texinfo/Convert/HTML.pm:3093
609 #, perl-brace-format
610 msgid "See section {reference_name}"
611 msgstr "P. sekcja {reference_name}"
612
613 #: tp/Texinfo/Convert/HTML.pm:3096
614 #, perl-brace-format
615 msgid "See {reference_name}"
616 msgstr "P. {reference_name}"
617
618 #: tp/Texinfo/Convert/HTML.pm:3100
619 #, perl-brace-format
620 msgid "{reference_name}"
621 msgstr "{reference_name}"
622
623 #: tp/Texinfo/Convert/HTML.pm:3162
624 #, perl-brace-format
625 msgid "see {reference} in @cite{{book}}"
626 msgstr "p. {reference} w @cite{{book}}"
627
628 #: tp/Texinfo/Convert/HTML.pm:3166
629 #, perl-brace-format
630 msgid "see @cite{{book_reference}}"
631 msgstr "p. @cite{{book_reference}}"
632
633 #: tp/Texinfo/Convert/HTML.pm:3170
634 #, perl-brace-format
635 msgid "see `{section}' in @cite{{book}}"
636 msgstr "p. `{section}' w @cite{{book}}"
637
638 #: tp/Texinfo/Convert/HTML.pm:3177
639 #, perl-brace-format
640 msgid "see {reference}"
641 msgstr "p. {reference}"
642
643 #: tp/Texinfo/Convert/HTML.pm:3180
644 #, perl-brace-format
645 msgid "see `{section}'"
646 msgstr "p. `{section}'"
647
648 #: tp/Texinfo/Convert/HTML.pm:3185
649 #, perl-brace-format
650 msgid "See {reference} in @cite{{book}}"
651 msgstr "P. {reference} w @cite{{book}}"
652
653 #: tp/Texinfo/Convert/HTML.pm:3189
654 #, perl-brace-format
655 msgid "See @cite{{book_reference}}"
656 msgstr "P. @cite{{book_reference}}"
657
658 #: tp/Texinfo/Convert/HTML.pm:3193
659 #, perl-brace-format
660 msgid "See `{section}' in @cite{{book}}"
661 msgstr "P. `{section}' w @cite{{book}}"
662
663 #: tp/Texinfo/Convert/HTML.pm:3200
664 #, perl-brace-format
665 msgid "See {reference}"
666 msgstr "P. {reference}"
667
668 #: tp/Texinfo/Convert/HTML.pm:3203
669 #, perl-brace-format
670 msgid "See `{section}'"
671 msgstr "P. `{section}'"
672
673 #: tp/Texinfo/Convert/HTML.pm:3208
674 #, perl-brace-format
675 msgid "{reference} in @cite{{book}}"
676 msgstr "{reference} w @cite{{book}}"
677
678 #: tp/Texinfo/Convert/HTML.pm:3212
679 #, perl-brace-format
680 msgid "@cite{{book_reference}}"
681 msgstr "@cite{{book_reference}}"
682
683 #: tp/Texinfo/Convert/HTML.pm:3216
684 #, perl-brace-format
685 msgid "`{section}' in @cite{{book}}"
686 msgstr "`{section}' w @cite{{book}}"
687
688 #: tp/Texinfo/Convert/HTML.pm:3223
689 #, perl-brace-format
690 msgid "{reference}"
691 msgstr "{reference}"
692
693 #: tp/Texinfo/Convert/HTML.pm:3226
694 #, perl-brace-format
695 msgid "`{section}'"
696 msgstr "`{section}'"
697
698 #: tp/Texinfo/Convert/HTML.pm:3339
699 msgid "Jump to"
700 msgstr "Skok do"
701
702 #: tp/Texinfo/Convert/HTML.pm:3347
703 msgid "Index Entry"
704 msgstr "Wpis indeksu"
705
706 #: tp/Texinfo/Convert/HTML.pm:3349
707 msgid "Section"
708 msgstr "Sekcja"
709
710 #: tp/Texinfo/Convert/HTML.pm:3968
711 #, perl-brace-format
712 msgid "{category}: @strong{{name}} @emph{{arguments}}"
713 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
714
715 #: tp/Texinfo/Convert/HTML.pm:3973
716 #, perl-brace-format
717 msgid "{category}: @strong{{name}}"
718 msgstr "{category}: @strong{{name}}"
719
720 #: tp/Texinfo/Convert/HTML.pm:3990
721 #, perl-brace-format
722 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
723 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
724
725 #: tp/Texinfo/Convert/HTML.pm:3994
726 #, perl-brace-format
727 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
728 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
729
730 #: tp/Texinfo/Convert/HTML.pm:4003
731 #, perl-brace-format
732 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
733 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
734
735 #: tp/Texinfo/Convert/HTML.pm:4006
736 #, perl-brace-format
737 msgid "{category}: @emph{{type}} @strong{{name}}"
738 msgstr "{category}: @emph{{type}} @strong{{name}}"
739
740 #: tp/Texinfo/Convert/HTML.pm:4014
741 #, perl-brace-format
742 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
743 msgstr "{category} klasy {class}: @strong{{name}} @emph{{arguments}}"
744
745 #: tp/Texinfo/Convert/HTML.pm:4020
746 #, perl-brace-format
747 msgid "{category} of {class}: @strong{{name}}"
748 msgstr "{category} klasy {class}: @strong{{name}}"
749
750 #: tp/Texinfo/Convert/HTML.pm:4029
751 #, perl-brace-format
752 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
753 msgstr "{category} dla klasy {class}: @strong{{name}} @emph{{arguments}}"
754
755 #: tp/Texinfo/Convert/HTML.pm:4035
756 #, perl-brace-format
757 msgid "{category} on {class}: @strong{{name}}"
758 msgstr "{category} dla klasy {class}: @strong{{name}}"
759
760 #: tp/Texinfo/Convert/HTML.pm:4050
761 #, perl-brace-format
762 msgid ""
763 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
764 msgstr ""
765 "{category} dla klasy {class}:@* @emph{{type}}@* @strong{{name}} "
766 "@emph{{arguments}}"
767
768 #: tp/Texinfo/Convert/HTML.pm:4054
769 #, perl-brace-format
770 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
771 msgstr ""
772 "{category} dla klasy {class}: @emph{{type}} @strong{{name}} "
773 "@emph{{arguments}}"
774
775 #: tp/Texinfo/Convert/HTML.pm:4065
776 #, perl-brace-format
777 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
778 msgstr "{category} dla klasy {class}:@* @emph{{type}}@* @strong{{name}}"
779
780 #: tp/Texinfo/Convert/HTML.pm:4069
781 #, perl-brace-format
782 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
783 msgstr "{category} dla klasy {class}: @emph{{type}} @strong{{name}}"
784
785 #: tp/Texinfo/Convert/HTML.pm:4083
786 #, perl-brace-format
787 msgid ""
788 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
789 msgstr ""
790 "{category} klasy {class}:@* @emph{{type}}@* @strong{{name}} "
791 "@emph{{arguments}}"
792
793 #: tp/Texinfo/Convert/HTML.pm:4087
794 #, perl-brace-format
795 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
796 msgstr ""
797 "{category} klasy {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
798
799 #: tp/Texinfo/Convert/HTML.pm:4098
800 #, perl-brace-format
801 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
802 msgstr "{category} klasy {class}:@* @emph{{type}}@* @strong{{name}}"
803
804 #: tp/Texinfo/Convert/HTML.pm:4102
805 #, perl-brace-format
806 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
807 msgstr "{category} klasy {class}: @emph{{type}} @strong{{name}}"
808
809 #: tp/Texinfo/Convert/HTML.pm:6108
810 #, perl-brace-format
811 msgid ""
812 "This document was generated on @emph{@today{}} using "
813 "@uref{{program_homepage}, @emph{{program}}}."
814 msgstr ""
815 "Ten dokument został wygenerowany @emph{@today{}} przy użyciu programu "
816 "@uref{{program_homepage}, @emph{{program}}}."
817
818 #: tp/Texinfo/Convert/HTML.pm:6113
819 #, fuzzy
820 msgid "This document was generated on @emph{@today{}}."
821 msgstr ""
822 "Ten dokument został wygenerowany @emph{@today{}} przy użyciu programu "
823 "@uref{{program_homepage}, @emph{{program}}}."
824
825 #: tp/Texinfo/Convert/HTML.pm:6152
826 #, perl-brace-format
827 msgid "{title}: {element_text}"
828 msgstr "{title}: {element_text}"
829
830 #: tp/Texinfo/Convert/HTML.pm:6296
831 #, perl-brace-format
832 msgid "The node you are looking for is at {href}."
833 msgstr "Poszukiwany węzeł jest pod {href}."
834
835 #: tp/Texinfo/Convert/HTML.pm:6365
836 msgid " The buttons in the navigation panels have the following meaning:"
837 msgstr " Przyciski w panelach nawigacyjnych mają następujące znaczenie:"
838
839 #: tp/Texinfo/Convert/HTML.pm:6371
840 msgid "Button"
841 msgstr "Przycisk"
842
843 #: tp/Texinfo/Convert/HTML.pm:6372
844 msgid "Name"
845 msgstr "Nazwa"
846
847 #: tp/Texinfo/Convert/HTML.pm:6373
848 msgid "Go to"
849 msgstr "Przechodzi do"
850
851 #: tp/Texinfo/Convert/HTML.pm:6374
852 msgid "From 1.2.3 go to"
853 msgstr "Z 1.2.3 przechodzi do"
854
855 #: tp/Texinfo/Convert/HTML.pm:6400
856 msgid ""
857 " where the @strong{ Example } assumes that the current position is at "
858 "@strong{ Subsubsection One-Two-Three } of a document of the following "
859 "structure:"
860 msgstr ""
861 " gdzie @strong{ Przykład } zakłada, że bieżąca pozycja to "
862 "@strong{ Podpodsekcja Jeden-Dwa-Trzy } w dokumencie o następującej "
863 "strukturze:"
864
865 #: tp/Texinfo/Convert/HTML.pm:6410
866 msgid "Section One"
867 msgstr "Sekcja Jeden"
868
869 #: tp/Texinfo/Convert/HTML.pm:6412
870 msgid "Subsection One-One"
871 msgstr "Podsekcja Jeden-Jeden"
872
873 #: tp/Texinfo/Convert/HTML.pm:6419
874 msgid "Subsection One-Two"
875 msgstr "Podsekcja Jeden-Dwa"
876
877 #: tp/Texinfo/Convert/HTML.pm:6421
878 msgid "Subsubsection One-Two-One"
879 msgstr "Podpodsekcja Jeden-Dwa-Jeden"
880
881 #: tp/Texinfo/Convert/HTML.pm:6422
882 msgid "Subsubsection One-Two-Two"
883 msgstr "Podpodsekcja Jeden-Dwa-Dwa"
884
885 #: tp/Texinfo/Convert/HTML.pm:6423
886 msgid "Subsubsection One-Two-Three"
887 msgstr "Podpodsekcja Jeden-Dwa-Trzy"
888
889 #: tp/Texinfo/Convert/HTML.pm:6425
890 msgid "Current Position"
891 msgstr "Bieżąca pozycja"
892
893 #: tp/Texinfo/Convert/HTML.pm:6426
894 msgid "Subsubsection One-Two-Four"
895 msgstr "Podpodsekcja Jeden-Dwa-Cztery"
896
897 #: tp/Texinfo/Convert/HTML.pm:6429
898 msgid "Subsection One-Three"
899 msgstr "Podsekcja Jeden-Trzy"
900
901 #: tp/Texinfo/Convert/HTML.pm:6436
902 msgid "Subsection One-Four"
903 msgstr "Podsekcja Jeden-Cztery"
904
905 #: tp/Texinfo/Convert/HTML.pm:6840
906 msgid "Untitled Document"
907 msgstr "Dokument bez tytułu"
908
909 #~ msgid "* {float_type} {float_number}: {float_label}."
910 #~ msgstr "* {float_type} {float_number}: {float_label}."
911
912 #~ msgid "* {float_type}: {float_label}."
913 #~ msgstr "* {float_type}: {float_label}."
914
915 #~ msgid "* {float_number}: {float_label}."
916 #~ msgstr "* {float_number}: {float_label}."
917
918 #~ msgid "* : {float_label}."
919 #~ msgstr "* : {float_label}."
66 msgstr ""
77 "Project-Id-Version: texinfo 5.0\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
9 "POT-Creation-Date: 2013-02-04 11:18-0800\n"
1010 "PO-Revision-Date: 2006-01-09\n"
1111 "Last-Translator: Jorge Barros de Abreu <ficmatin01@solar.com.br>\n"
1212 "Language-Team: Unknown\n"
4545 msgid "Method"
4646 msgstr ""
4747
48 #: tp/Texinfo/Common.pm:1141
48 #: tp/Texinfo/Common.pm:1142
4949 #, perl-brace-format
5050 msgid "{category} on {class}"
5151 msgstr "{category} na {class}"
5252
53 #: tp/Texinfo/Common.pm:1148
53 #: tp/Texinfo/Common.pm:1149
5454 #, perl-brace-format
5555 msgid "{category} of {class}"
5656 msgstr "{category} da {class}"
5757
58 #: tp/Texinfo/Common.pm:1165
58 #: tp/Texinfo/Common.pm:1166
5959 #, perl-brace-format
6060 msgid "{month} {day}, {year}"
6161 msgstr "{day} de {month} de {year}"
6262
63 #: tp/Texinfo/Common.pm:1196 tp/Texinfo/Convert/Plaintext.pm:904
63 #: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904
6464 #: tp/Texinfo/Convert/HTML.pm:511
6565 #, perl-brace-format
6666 msgid "Appendix {number} {section_title}"
6767 msgstr ""
6868
69 #: tp/Texinfo/Common.pm:1200 tp/Texinfo/Convert/Plaintext.pm:909
69 #: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909
7070 #: tp/Texinfo/Convert/HTML.pm:517
7171 #, perl-brace-format
7272 msgid "{number} {section_title}"
7373 msgstr ""
7474
75 #: tp/Texinfo/Common.pm:1335
75 #: tp/Texinfo/Common.pm:1336
7676 #, perl-brace-format
7777 msgid "{float_type} {float_number}: "
7878 msgstr ""
7979
80 #: tp/Texinfo/Common.pm:1339
80 #: tp/Texinfo/Common.pm:1340
8181 #, perl-brace-format
8282 msgid "{float_type}: "
8383 msgstr ""
8484
85 #: tp/Texinfo/Common.pm:1344
85 #: tp/Texinfo/Common.pm:1345
8686 #, perl-brace-format
8787 msgid "{float_type} {float_number}\n"
8888 msgstr ""
8989
90 #: tp/Texinfo/Common.pm:1348
90 #: tp/Texinfo/Common.pm:1349
9191 #, perl-brace-format
9292 msgid "{float_type}\n"
9393 msgstr ""
9494
95 #: tp/Texinfo/Common.pm:1354
95 #: tp/Texinfo/Common.pm:1355
9696 #, perl-brace-format
9797 msgid "{float_number}: "
9898 msgstr ""
9999
100 #: tp/Texinfo/Common.pm:1357
100 #: tp/Texinfo/Common.pm:1358
101101 #, perl-brace-format
102102 msgid "{float_number}\n"
103103 msgstr ""
104104
105 #: tp/Texinfo/Parser.pm:2762
105 #: tp/Texinfo/Parser.pm:2768
106106 #, perl-brace-format
107107 msgid "{name} on {class}"
108108 msgstr "{name} na {class}"
109109
110 #: tp/Texinfo/Parser.pm:2771
110 #: tp/Texinfo/Parser.pm:2777
111111 #, perl-brace-format
112112 msgid "{name} of {class}"
113113 msgstr "{name} da {class}"
209209 msgid "see section ``{section_name}'' in @cite{{book}}"
210210 msgstr "veja se@,{c}@~ao `{section}' em @cite{{book}}"
211211
212 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3218
212 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3220
213213 #, perl-brace-format
214214 msgid "@cite{{book}}"
215215 msgstr ""
216216
217 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3195
217 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3197
218218 #, perl-brace-format
219219 msgid "See @cite{{book}}"
220220 msgstr "Veja @cite{{book}}"
221221
222 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3172
222 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3174
223223 #, perl-brace-format
224224 msgid "see @cite{{book}}"
225225 msgstr "veja @cite{{book}}"
239239 msgid "see {title_ref}"
240240 msgstr ""
241241
242 #: tp/Texinfo/Convert/DocBook.pm:987 tp/Texinfo/Convert/Plaintext.pm:1872
242 #: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878
243243 #, perl-brace-format
244244 msgid "{abbr_or_acronym} ({explanation})"
245245 msgstr ""
246246
247 #: tp/Texinfo/Convert/DocBook.pm:1116 tp/Texinfo/Convert/Plaintext.pm:1998
248 #: tp/Texinfo/Convert/HTML.pm:3524
247 #: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004
248 #: tp/Texinfo/Convert/HTML.pm:3526
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
251251 msgstr ""
254254 msgid "(outside of any node)"
255255 msgstr ""
256256
257 #: tp/Texinfo/Convert/Plaintext.pm:1682
257 #: tp/Texinfo/Convert/Plaintext.pm:1685
258258 #, perl-brace-format
259259 msgid "{name} @url{{email}}"
260260 msgstr ""
261261
262 #: tp/Texinfo/Convert/Plaintext.pm:1685
262 #: tp/Texinfo/Convert/Plaintext.pm:1688
263263 #, perl-brace-format
264264 msgid "@url{{email}}"
265265 msgstr ""
266266
267 #: tp/Texinfo/Convert/Plaintext.pm:1707
267 #: tp/Texinfo/Convert/Plaintext.pm:1710
268268 #, perl-brace-format
269269 msgid "{text} ({url})"
270270 msgstr ""
271271
272 #: tp/Texinfo/Convert/Plaintext.pm:1712
272 #: tp/Texinfo/Convert/Plaintext.pm:1715
273273 #, perl-brace-format
274274 msgid "@t{<{url}>}"
275275 msgstr ""
276276
277 #: tp/Texinfo/Convert/Plaintext.pm:1923 tp/Texinfo/Convert/HTML.pm:1433
277 #: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433
278278 #, perl-brace-format
279279 msgid "@{No value for `{value}'@}"
280280 msgstr ""
281281
282 #: tp/Texinfo/Convert/Plaintext.pm:2444
282 #: tp/Texinfo/Convert/Plaintext.pm:2450
283283 #, perl-brace-format
284284 msgid "@tie{ }-- {category}: {name} {arguments}"
285285 msgstr ""
286286
287 #: tp/Texinfo/Convert/Plaintext.pm:2449
287 #: tp/Texinfo/Convert/Plaintext.pm:2455
288288 #, perl-brace-format
289289 msgid "@tie{ }-- {category}: {name}"
290290 msgstr ""
291291
292 #: tp/Texinfo/Convert/Plaintext.pm:2462
292 #: tp/Texinfo/Convert/Plaintext.pm:2468
293293 #, fuzzy, perl-brace-format
294294 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
295295 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
296296
297 #: tp/Texinfo/Convert/Plaintext.pm:2465
297 #: tp/Texinfo/Convert/Plaintext.pm:2471
298298 #, perl-brace-format
299299 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
300300 msgstr ""
301301
302 #: tp/Texinfo/Convert/Plaintext.pm:2474
302 #: tp/Texinfo/Convert/Plaintext.pm:2480
303303 #, fuzzy, perl-brace-format
304304 msgid "@tie{ }-- {category}:@*{type}@*{name}"
305305 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
306306
307 #: tp/Texinfo/Convert/Plaintext.pm:2477
307 #: tp/Texinfo/Convert/Plaintext.pm:2483
308308 #, perl-brace-format
309309 msgid "@tie{ }-- {category}: {type} {name}"
310310 msgstr ""
311311
312 #: tp/Texinfo/Convert/Plaintext.pm:2485
312 #: tp/Texinfo/Convert/Plaintext.pm:2491
313313 #, perl-brace-format
314314 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
315315 msgstr "@tie{ }-- {category} da {class}: {name} {arguments}"
316316
317 #: tp/Texinfo/Convert/Plaintext.pm:2491
317 #: tp/Texinfo/Convert/Plaintext.pm:2497
318318 #, perl-brace-format
319319 msgid "@tie{ }-- {category} of {class}: {name}"
320320 msgstr "@tie{ }-- {category} da {class}: {name}"
321321
322 #: tp/Texinfo/Convert/Plaintext.pm:2500
322 #: tp/Texinfo/Convert/Plaintext.pm:2506
323323 #, perl-brace-format
324324 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
325325 msgstr "@tie{ }-- {category} na {class}: {name} {arguments}"
326326
327 #: tp/Texinfo/Convert/Plaintext.pm:2506
327 #: tp/Texinfo/Convert/Plaintext.pm:2512
328328 #, perl-brace-format
329329 msgid "@tie{ }-- {category} on {class}: {name}"
330330 msgstr "@tie{ }-- {category} na {class}: {name}"
331331
332 #: tp/Texinfo/Convert/Plaintext.pm:2521
332 #: tp/Texinfo/Convert/Plaintext.pm:2527
333333 #, fuzzy, perl-brace-format
334334 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
335335 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
336336
337 #: tp/Texinfo/Convert/Plaintext.pm:2525
337 #: tp/Texinfo/Convert/Plaintext.pm:2531
338338 #, perl-brace-format
339339 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
340340 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
341341
342 #: tp/Texinfo/Convert/Plaintext.pm:2536
342 #: tp/Texinfo/Convert/Plaintext.pm:2542
343343 #, fuzzy, perl-brace-format
344344 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
345345 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
346346
347 #: tp/Texinfo/Convert/Plaintext.pm:2540
347 #: tp/Texinfo/Convert/Plaintext.pm:2546
348348 #, perl-brace-format
349349 msgid "@tie{ }-- {category} on {class}: {type} {name}"
350350 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
351351
352 #: tp/Texinfo/Convert/Plaintext.pm:2554
352 #: tp/Texinfo/Convert/Plaintext.pm:2560
353353 #, fuzzy, perl-brace-format
354354 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
355355 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
356356
357 #: tp/Texinfo/Convert/Plaintext.pm:2558
357 #: tp/Texinfo/Convert/Plaintext.pm:2564
358358 #, perl-brace-format
359359 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
360360 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
361361
362 #: tp/Texinfo/Convert/Plaintext.pm:2569
362 #: tp/Texinfo/Convert/Plaintext.pm:2575
363363 #, fuzzy, perl-brace-format
364364 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
365365 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
366366
367 #: tp/Texinfo/Convert/Plaintext.pm:2573
367 #: tp/Texinfo/Convert/Plaintext.pm:2579
368368 #, perl-brace-format
369369 msgid "@tie{ }-- {category} of {class}: {type} {name}"
370370 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:2854 tp/Texinfo/Convert/HTML.pm:2784
372 #: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786
373373 #, perl-brace-format
374374 msgid "@center --- @emph{{author}}\n"
375375 msgstr ""
603603 msgid "{explained_string} ({explanation})"
604604 msgstr ""
605605
606 #: tp/Texinfo/Convert/HTML.pm:3083
606 #: tp/Texinfo/Convert/HTML.pm:3085
607607 #, perl-brace-format
608608 msgid "see section {reference_name}"
609609 msgstr "veja se@,{c}@~ao {reference_name}"
610610
611 #: tp/Texinfo/Convert/HTML.pm:3086
611 #: tp/Texinfo/Convert/HTML.pm:3088
612612 #, perl-brace-format
613613 msgid "see {reference_name}"
614614 msgstr "veja {reference_name}"
615615
616 #: tp/Texinfo/Convert/HTML.pm:3091
616 #: tp/Texinfo/Convert/HTML.pm:3093
617617 #, perl-brace-format
618618 msgid "See section {reference_name}"
619619 msgstr "Veja se@,{c}@~ao {reference_name}"
620620
621 #: tp/Texinfo/Convert/HTML.pm:3094
621 #: tp/Texinfo/Convert/HTML.pm:3096
622622 #, perl-brace-format
623623 msgid "See {reference_name}"
624624 msgstr "Veja {reference_name}"
625625
626 #: tp/Texinfo/Convert/HTML.pm:3098
626 #: tp/Texinfo/Convert/HTML.pm:3100
627627 #, perl-brace-format
628628 msgid "{reference_name}"
629629 msgstr ""
630630
631 #: tp/Texinfo/Convert/HTML.pm:3160
631 #: tp/Texinfo/Convert/HTML.pm:3162
632632 #, fuzzy, perl-brace-format
633633 msgid "see {reference} in @cite{{book}}"
634634 msgstr "veja {node_file_href} @cite{{book}}"
635635
636 #: tp/Texinfo/Convert/HTML.pm:3164
636 #: tp/Texinfo/Convert/HTML.pm:3166
637637 #, fuzzy, perl-brace-format
638638 msgid "see @cite{{book_reference}}"
639639 msgstr "veja @cite{{book}}"
640640
641 #: tp/Texinfo/Convert/HTML.pm:3168
641 #: tp/Texinfo/Convert/HTML.pm:3170
642642 #, fuzzy, perl-brace-format
643643 msgid "see `{section}' in @cite{{book}}"
644644 msgstr "se@,{c}@~ao `{section}' em @cite{{book}}"
645645
646 #: tp/Texinfo/Convert/HTML.pm:3175
646 #: tp/Texinfo/Convert/HTML.pm:3177
647647 #, fuzzy, perl-brace-format
648648 msgid "see {reference}"
649649 msgstr "veja {reference_name}"
650650
651 #: tp/Texinfo/Convert/HTML.pm:3178
651 #: tp/Texinfo/Convert/HTML.pm:3180
652652 #, fuzzy, perl-brace-format
653653 msgid "see `{section}'"
654654 msgstr "Se@,{c}@~ao acima"
655655
656 #: tp/Texinfo/Convert/HTML.pm:3183
656 #: tp/Texinfo/Convert/HTML.pm:3185
657657 #, fuzzy, perl-brace-format
658658 msgid "See {reference} in @cite{{book}}"
659659 msgstr "Veja {node_file_href} @cite{{book}}"
660660
661 #: tp/Texinfo/Convert/HTML.pm:3187
661 #: tp/Texinfo/Convert/HTML.pm:3189
662662 #, fuzzy, perl-brace-format
663663 msgid "See @cite{{book_reference}}"
664664 msgstr "Veja @cite{{book}}"
665665
666 #: tp/Texinfo/Convert/HTML.pm:3191
666 #: tp/Texinfo/Convert/HTML.pm:3193
667667 #, fuzzy, perl-brace-format
668668 msgid "See `{section}' in @cite{{book}}"
669669 msgstr "Veja se@,{c}@~ao `{section}' em @cite{{book}}"
670670
671 #: tp/Texinfo/Convert/HTML.pm:3198
671 #: tp/Texinfo/Convert/HTML.pm:3200
672672 #, fuzzy, perl-brace-format
673673 msgid "See {reference}"
674674 msgstr "Veja {reference_name}"
675675
676 #: tp/Texinfo/Convert/HTML.pm:3201
676 #: tp/Texinfo/Convert/HTML.pm:3203
677677 #, fuzzy, perl-brace-format
678678 msgid "See `{section}'"
679679 msgstr "Se@,{c}@~ao acima"
680680
681 #: tp/Texinfo/Convert/HTML.pm:3206
681 #: tp/Texinfo/Convert/HTML.pm:3208
682682 #, fuzzy, perl-brace-format
683683 msgid "{reference} in @cite{{book}}"
684684 msgstr "veja @cite{{book}}"
685685
686 #: tp/Texinfo/Convert/HTML.pm:3210
686 #: tp/Texinfo/Convert/HTML.pm:3212
687687 #, fuzzy, perl-brace-format
688688 msgid "@cite{{book_reference}}"
689689 msgstr "veja @cite{{book}}"
690690
691 #: tp/Texinfo/Convert/HTML.pm:3214
691 #: tp/Texinfo/Convert/HTML.pm:3216
692692 #, fuzzy, perl-brace-format
693693 msgid "`{section}' in @cite{{book}}"
694694 msgstr "se@,{c}@~ao `{section}' em @cite{{book}}"
695695
696 #: tp/Texinfo/Convert/HTML.pm:3221
696 #: tp/Texinfo/Convert/HTML.pm:3223
697697 #, fuzzy, perl-brace-format
698698 msgid "{reference}"
699699 msgstr "veja {reference_name}"
700700
701 #: tp/Texinfo/Convert/HTML.pm:3224
701 #: tp/Texinfo/Convert/HTML.pm:3226
702702 #, fuzzy, perl-brace-format
703703 msgid "`{section}'"
704704 msgstr "Se@,{c}@~ao acima"
705705
706 #: tp/Texinfo/Convert/HTML.pm:3337
706 #: tp/Texinfo/Convert/HTML.pm:3339
707707 msgid "Jump to"
708708 msgstr "Pular para"
709709
710 #: tp/Texinfo/Convert/HTML.pm:3345
710 #: tp/Texinfo/Convert/HTML.pm:3347
711711 msgid "Index Entry"
712712 msgstr "Entrada de @'Indice"
713713
714 #: tp/Texinfo/Convert/HTML.pm:3347
714 #: tp/Texinfo/Convert/HTML.pm:3349
715715 msgid "Section"
716716 msgstr "Se@,{c}@~ao"
717717
718 #: tp/Texinfo/Convert/HTML.pm:3966
718 #: tp/Texinfo/Convert/HTML.pm:3968
719719 #, perl-brace-format
720720 msgid "{category}: @strong{{name}} @emph{{arguments}}"
721721 msgstr ""
722722
723 #: tp/Texinfo/Convert/HTML.pm:3971
723 #: tp/Texinfo/Convert/HTML.pm:3973
724724 #, perl-brace-format
725725 msgid "{category}: @strong{{name}}"
726726 msgstr ""
727727
728 #: tp/Texinfo/Convert/HTML.pm:3988
728 #: tp/Texinfo/Convert/HTML.pm:3990
729729 #, fuzzy, perl-brace-format
730730 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
731731 msgstr ""
732732 "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
733733
734 #: tp/Texinfo/Convert/HTML.pm:3992
734 #: tp/Texinfo/Convert/HTML.pm:3994
735735 #, perl-brace-format
736736 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
737737 msgstr ""
738738
739 #: tp/Texinfo/Convert/HTML.pm:4001
739 #: tp/Texinfo/Convert/HTML.pm:4003
740740 #, fuzzy, perl-brace-format
741741 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
742742 msgstr "{category} na {class}: @emph{{type}} @strong{{name}}"
743743
744 #: tp/Texinfo/Convert/HTML.pm:4004
744 #: tp/Texinfo/Convert/HTML.pm:4006
745745 #, perl-brace-format
746746 msgid "{category}: @emph{{type}} @strong{{name}}"
747747 msgstr ""
748748
749 #: tp/Texinfo/Convert/HTML.pm:4012
749 #: tp/Texinfo/Convert/HTML.pm:4014
750750 #, perl-brace-format
751751 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
752752 msgstr "{category} da {class}: @strong{{name}} @emph{{arguments}}"
753753
754 #: tp/Texinfo/Convert/HTML.pm:4018
754 #: tp/Texinfo/Convert/HTML.pm:4020
755755 #, perl-brace-format
756756 msgid "{category} of {class}: @strong{{name}}"
757757 msgstr "{category} da {class}: @strong{{name}}"
758758
759 #: tp/Texinfo/Convert/HTML.pm:4027
759 #: tp/Texinfo/Convert/HTML.pm:4029
760760 #, perl-brace-format
761761 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
762762 msgstr "{category} na {class}: @strong{{name}} @emph{{arguments}}"
763763
764 #: tp/Texinfo/Convert/HTML.pm:4033
764 #: tp/Texinfo/Convert/HTML.pm:4035
765765 #, perl-brace-format
766766 msgid "{category} on {class}: @strong{{name}}"
767767 msgstr "{category} na {class}: @strong{{name}}"
768768
769 #: tp/Texinfo/Convert/HTML.pm:4048
769 #: tp/Texinfo/Convert/HTML.pm:4050
770770 #, fuzzy, perl-brace-format
771771 msgid ""
772772 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
773773 msgstr ""
774774 "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
775775
776 #: tp/Texinfo/Convert/HTML.pm:4052
776 #: tp/Texinfo/Convert/HTML.pm:4054
777777 #, perl-brace-format
778778 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
779779 msgstr ""
780780 "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
781781
782 #: tp/Texinfo/Convert/HTML.pm:4063
782 #: tp/Texinfo/Convert/HTML.pm:4065
783783 #, fuzzy, perl-brace-format
784784 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
785785 msgstr "{category} na {class}: @emph{{type}} @strong{{name}}"
786786
787 #: tp/Texinfo/Convert/HTML.pm:4067
787 #: tp/Texinfo/Convert/HTML.pm:4069
788788 #, perl-brace-format
789789 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
790790 msgstr "{category} na {class}: @emph{{type}} @strong{{name}}"
791791
792 #: tp/Texinfo/Convert/HTML.pm:4081
792 #: tp/Texinfo/Convert/HTML.pm:4083
793793 #, fuzzy, perl-brace-format
794794 msgid ""
795795 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
796796 msgstr ""
797797 "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
798798
799 #: tp/Texinfo/Convert/HTML.pm:4085
799 #: tp/Texinfo/Convert/HTML.pm:4087
800800 #, perl-brace-format
801801 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
802802 msgstr ""
803803 "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
804804
805 #: tp/Texinfo/Convert/HTML.pm:4096
805 #: tp/Texinfo/Convert/HTML.pm:4098
806806 #, fuzzy, perl-brace-format
807807 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
808808 msgstr "{category} da {class}: @emph{{type}} @strong{{name}}"
809809
810 #: tp/Texinfo/Convert/HTML.pm:4100
810 #: tp/Texinfo/Convert/HTML.pm:4102
811811 #, perl-brace-format
812812 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
813813 msgstr "{category} da {class}: @emph{{type}} @strong{{name}}"
814814
815 #: tp/Texinfo/Convert/HTML.pm:6103
815 #: tp/Texinfo/Convert/HTML.pm:6108
816816 #, fuzzy, perl-brace-format
817817 msgid ""
818818 "This document was generated on @emph{@today{}} using "
821821 "Esse documento foi gerado em @i{{date}} usando @uref{{program_homepage}, "
822822 "@i{{program}}}."
823823
824 #: tp/Texinfo/Convert/HTML.pm:6143
824 #: tp/Texinfo/Convert/HTML.pm:6113
825 #, fuzzy
826 msgid "This document was generated on @emph{@today{}}."
827 msgstr ""
828 "Esse documento foi gerado usando @uref{{program_homepage}, @emph{{program}}}."
829
830 #: tp/Texinfo/Convert/HTML.pm:6152
825831 #, perl-brace-format
826832 msgid "{title}: {element_text}"
827833 msgstr ""
828834
829 #: tp/Texinfo/Convert/HTML.pm:6284
835 #: tp/Texinfo/Convert/HTML.pm:6296
830836 #, perl-brace-format
831837 msgid "The node you are looking for is at {href}."
832838 msgstr "O nodo que vo@^e est@'a olhando est@'a em {href}."
833839
834 #: tp/Texinfo/Convert/HTML.pm:6354
840 #: tp/Texinfo/Convert/HTML.pm:6365
835841 msgid " The buttons in the navigation panels have the following meaning:"
836842 msgstr ""
837843 " Os bot@~oes nos pain@'eis de navega@,{c}@~ao possuem os seguintes "
838844 "significados:"
839845
840 #: tp/Texinfo/Convert/HTML.pm:6360
846 #: tp/Texinfo/Convert/HTML.pm:6371
841847 msgid "Button"
842848 msgstr "Bot@~ao"
843849
844 #: tp/Texinfo/Convert/HTML.pm:6361
850 #: tp/Texinfo/Convert/HTML.pm:6372
845851 msgid "Name"
846852 msgstr "Nome"
847853
848 #: tp/Texinfo/Convert/HTML.pm:6362
854 #: tp/Texinfo/Convert/HTML.pm:6373
849855 msgid "Go to"
850856 msgstr "V@'a para"
851857
852 #: tp/Texinfo/Convert/HTML.pm:6363
858 #: tp/Texinfo/Convert/HTML.pm:6374
853859 msgid "From 1.2.3 go to"
854860 msgstr "De 1.2.3 v@'a para"
855861
856 #: tp/Texinfo/Convert/HTML.pm:6389
862 #: tp/Texinfo/Convert/HTML.pm:6400
857863 msgid ""
858864 " where the @strong{ Example } assumes that the current position is at "
859865 "@strong{ Subsubsection One-Two-Three } of a document of the following "
863869 "@strong{ Subsub@,{c}@~ao Um-Dois-Tr@^es } de um documento com a seguinte "
864870 "estrutura:"
865871
866 #: tp/Texinfo/Convert/HTML.pm:6399
872 #: tp/Texinfo/Convert/HTML.pm:6410
867873 msgid "Section One"
868874 msgstr "Se@,{c}@~ao Um"
869875
870 #: tp/Texinfo/Convert/HTML.pm:6401
876 #: tp/Texinfo/Convert/HTML.pm:6412
871877 msgid "Subsection One-One"
872878 msgstr "Subse@,{c}@~ao Um-Um"
873879
874 #: tp/Texinfo/Convert/HTML.pm:6408
880 #: tp/Texinfo/Convert/HTML.pm:6419
875881 msgid "Subsection One-Two"
876882 msgstr "Subse@,{c}@~ao Um-Dois"
877883
878 #: tp/Texinfo/Convert/HTML.pm:6410
884 #: tp/Texinfo/Convert/HTML.pm:6421
879885 msgid "Subsubsection One-Two-One"
880886 msgstr "Subse@,{c}@~ao Um-Dois-Um"
881887
882 #: tp/Texinfo/Convert/HTML.pm:6411
888 #: tp/Texinfo/Convert/HTML.pm:6422
883889 msgid "Subsubsection One-Two-Two"
884890 msgstr "Subse@,{c}@~ao Um-Dois-Dois"
885891
886 #: tp/Texinfo/Convert/HTML.pm:6412
892 #: tp/Texinfo/Convert/HTML.pm:6423
887893 msgid "Subsubsection One-Two-Three"
888894 msgstr "Subse@,{c}@~ao Um-Dois-Tr@^es"
889895
890 #: tp/Texinfo/Convert/HTML.pm:6414
896 #: tp/Texinfo/Convert/HTML.pm:6425
891897 msgid "Current Position"
892898 msgstr "Posi@,{c}@~ao Atual"
893899
894 #: tp/Texinfo/Convert/HTML.pm:6415
900 #: tp/Texinfo/Convert/HTML.pm:6426
895901 msgid "Subsubsection One-Two-Four"
896902 msgstr "Subse@,{c}@~ao Um-Dois-Quatro"
897903
898 #: tp/Texinfo/Convert/HTML.pm:6418
904 #: tp/Texinfo/Convert/HTML.pm:6429
899905 msgid "Subsection One-Three"
900906 msgstr "Subse@,{c}@~ao Um-Tr@^es"
901907
902 #: tp/Texinfo/Convert/HTML.pm:6425
908 #: tp/Texinfo/Convert/HTML.pm:6436
903909 msgid "Subsection One-Four"
904910 msgstr "Subse@,{c}@~ao Um-Quatro"
905911
906 #: tp/Texinfo/Convert/HTML.pm:6829
912 #: tp/Texinfo/Convert/HTML.pm:6840
907913 msgid "Untitled Document"
908914 msgstr "Documento Sem Nome"
909915
915921 #~ "Esse documento foi gerado em @i{{date}} usando @uref{{program_homepage}, "
916922 #~ "@i{{program}}}."
917923
918 #~ msgid ""
919 #~ "This document was generated using @uref{{program_homepage}, "
920 #~ "@emph{{program}}}."
921 #~ msgstr ""
922 #~ "Esse documento foi gerado usando @uref{{program_homepage}, "
923 #~ "@emph{{program}}}."
924
925924 #~ msgid "on @emph{{date}}"
926925 #~ msgstr "em @emph{{date}}"
927926
77 msgstr ""
88 "Project-Id-Version: texinfo 5.0\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
10 "POT-Creation-Date: 2013-02-04 11:18-0800\n"
1111 "PO-Revision-Date: 2006-01-09\n"
1212 "Last-Translator: Jorge Barros de Abreu <ficmatin01@solar.com.br>\n"
1313 "Language-Team: Unknown\n"
4646 msgid "Method"
4747 msgstr ""
4848
49 #: tp/Texinfo/Common.pm:1141
49 #: tp/Texinfo/Common.pm:1142
5050 #, fuzzy, perl-brace-format
5151 msgid "{category} on {class}"
5252 msgstr "{name} na {class}"
5353
54 #: tp/Texinfo/Common.pm:1148
54 #: tp/Texinfo/Common.pm:1149
5555 #, fuzzy, perl-brace-format
5656 msgid "{category} of {class}"
5757 msgstr "{name} da {class}"
5858
59 #: tp/Texinfo/Common.pm:1165
59 #: tp/Texinfo/Common.pm:1166
6060 #, perl-brace-format
6161 msgid "{month} {day}, {year}"
6262 msgstr "{day} de {month} de {year}"
6363
64 #: tp/Texinfo/Common.pm:1196 tp/Texinfo/Convert/Plaintext.pm:904
64 #: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904
6565 #: tp/Texinfo/Convert/HTML.pm:511
6666 #, perl-brace-format
6767 msgid "Appendix {number} {section_title}"
6868 msgstr ""
6969
70 #: tp/Texinfo/Common.pm:1200 tp/Texinfo/Convert/Plaintext.pm:909
70 #: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909
7171 #: tp/Texinfo/Convert/HTML.pm:517
7272 #, fuzzy, perl-brace-format
7373 msgid "{number} {section_title}"
7474 msgstr "{style}: {caption_first_line}"
7575
76 #: tp/Texinfo/Common.pm:1335
76 #: tp/Texinfo/Common.pm:1336
7777 #, fuzzy, perl-brace-format
7878 msgid "{float_type} {float_number}: "
7979 msgstr "{style} {number}"
8080
81 #: tp/Texinfo/Common.pm:1339
81 #: tp/Texinfo/Common.pm:1340
8282 #, perl-brace-format
8383 msgid "{float_type}: "
8484 msgstr ""
8585
86 #: tp/Texinfo/Common.pm:1344
86 #: tp/Texinfo/Common.pm:1345
8787 #, fuzzy, perl-brace-format
8888 msgid "{float_type} {float_number}\n"
8989 msgstr "{style} {number}"
9090
91 #: tp/Texinfo/Common.pm:1348
91 #: tp/Texinfo/Common.pm:1349
9292 #, perl-brace-format
9393 msgid "{float_type}\n"
9494 msgstr ""
9595
96 #: tp/Texinfo/Common.pm:1354
96 #: tp/Texinfo/Common.pm:1355
9797 #, perl-brace-format
9898 msgid "{float_number}: "
9999 msgstr ""
100100
101 #: tp/Texinfo/Common.pm:1357
101 #: tp/Texinfo/Common.pm:1358
102102 #, perl-brace-format
103103 msgid "{float_number}\n"
104104 msgstr ""
105105
106 #: tp/Texinfo/Parser.pm:2762
106 #: tp/Texinfo/Parser.pm:2768
107107 #, perl-brace-format
108108 msgid "{name} on {class}"
109109 msgstr "{name} na {class}"
110110
111 #: tp/Texinfo/Parser.pm:2771
111 #: tp/Texinfo/Parser.pm:2777
112112 #, perl-brace-format
113113 msgid "{name} of {class}"
114114 msgstr "{name} da {class}"
210210 msgid "see section ``{section_name}'' in @cite{{book}}"
211211 msgstr "veja se@,{c}@~ao `{section}' em @cite{{book}}"
212212
213 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3218
213 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3220
214214 #, perl-brace-format
215215 msgid "@cite{{book}}"
216216 msgstr "@cite{{book}}"
217217
218 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3195
218 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3197
219219 #, perl-brace-format
220220 msgid "See @cite{{book}}"
221221 msgstr "Veja @cite{{book}}"
222222
223 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3172
223 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3174
224224 #, perl-brace-format
225225 msgid "see @cite{{book}}"
226226 msgstr "veja @cite{{book}}"
240240 msgid "see {title_ref}"
241241 msgstr "veja {title_ref}"
242242
243 #: tp/Texinfo/Convert/DocBook.pm:987 tp/Texinfo/Convert/Plaintext.pm:1872
243 #: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878
244244 #, fuzzy, perl-brace-format
245245 msgid "{abbr_or_acronym} ({explanation})"
246246 msgstr "{acronym_like} ({explanation})"
247247
248 #: tp/Texinfo/Convert/DocBook.pm:1116 tp/Texinfo/Convert/Plaintext.pm:1998
249 #: tp/Texinfo/Convert/HTML.pm:3524
248 #: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004
249 #: tp/Texinfo/Convert/HTML.pm:3526
250250 #, perl-brace-format
251251 msgid "@b{{quotation_arg}:} "
252252 msgstr "@b{{quotation_arg}:} "
255255 msgid "(outside of any node)"
256256 msgstr "(fora de qualquer nodo)"
257257
258 #: tp/Texinfo/Convert/Plaintext.pm:1682
258 #: tp/Texinfo/Convert/Plaintext.pm:1685
259259 #, perl-brace-format
260260 msgid "{name} @url{{email}}"
261261 msgstr ""
262262
263 #: tp/Texinfo/Convert/Plaintext.pm:1685
263 #: tp/Texinfo/Convert/Plaintext.pm:1688
264264 #, perl-brace-format
265265 msgid "@url{{email}}"
266266 msgstr ""
267267
268 #: tp/Texinfo/Convert/Plaintext.pm:1707
268 #: tp/Texinfo/Convert/Plaintext.pm:1710
269269 #, perl-brace-format
270270 msgid "{text} ({url})"
271271 msgstr ""
272272
273 #: tp/Texinfo/Convert/Plaintext.pm:1712
273 #: tp/Texinfo/Convert/Plaintext.pm:1715
274274 #, perl-brace-format
275275 msgid "@t{<{url}>}"
276276 msgstr ""
277277
278 #: tp/Texinfo/Convert/Plaintext.pm:1923 tp/Texinfo/Convert/HTML.pm:1433
278 #: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433
279279 #, perl-brace-format
280280 msgid "@{No value for `{value}'@}"
281281 msgstr "@{Nenhum valor para `{value}'@}"
282282
283 #: tp/Texinfo/Convert/Plaintext.pm:2444
283 #: tp/Texinfo/Convert/Plaintext.pm:2450
284284 #, perl-brace-format
285285 msgid "@tie{ }-- {category}: {name} {arguments}"
286286 msgstr ""
287287
288 #: tp/Texinfo/Convert/Plaintext.pm:2449
288 #: tp/Texinfo/Convert/Plaintext.pm:2455
289289 #, perl-brace-format
290290 msgid "@tie{ }-- {category}: {name}"
291291 msgstr ""
292292
293 #: tp/Texinfo/Convert/Plaintext.pm:2462
293 #: tp/Texinfo/Convert/Plaintext.pm:2468
294294 #, fuzzy, perl-brace-format
295295 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
296296 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
297297
298 #: tp/Texinfo/Convert/Plaintext.pm:2465
298 #: tp/Texinfo/Convert/Plaintext.pm:2471
299299 #, perl-brace-format
300300 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
301301 msgstr ""
302302
303 #: tp/Texinfo/Convert/Plaintext.pm:2474
303 #: tp/Texinfo/Convert/Plaintext.pm:2480
304304 #, fuzzy, perl-brace-format
305305 msgid "@tie{ }-- {category}:@*{type}@*{name}"
306306 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
307307
308 #: tp/Texinfo/Convert/Plaintext.pm:2477
308 #: tp/Texinfo/Convert/Plaintext.pm:2483
309309 #, perl-brace-format
310310 msgid "@tie{ }-- {category}: {type} {name}"
311311 msgstr ""
312312
313 #: tp/Texinfo/Convert/Plaintext.pm:2485
313 #: tp/Texinfo/Convert/Plaintext.pm:2491
314314 #, perl-brace-format
315315 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
316316 msgstr "@tie{ }-- {category} da {class}: {name} {arguments}"
317317
318 #: tp/Texinfo/Convert/Plaintext.pm:2491
318 #: tp/Texinfo/Convert/Plaintext.pm:2497
319319 #, perl-brace-format
320320 msgid "@tie{ }-- {category} of {class}: {name}"
321321 msgstr "@tie{ }-- {category} da {class}: {name}"
322322
323 #: tp/Texinfo/Convert/Plaintext.pm:2500
323 #: tp/Texinfo/Convert/Plaintext.pm:2506
324324 #, perl-brace-format
325325 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
326326 msgstr "@tie{ }-- {category} na {class}: {name} {arguments}"
327327
328 #: tp/Texinfo/Convert/Plaintext.pm:2506
328 #: tp/Texinfo/Convert/Plaintext.pm:2512
329329 #, perl-brace-format
330330 msgid "@tie{ }-- {category} on {class}: {name}"
331331 msgstr "@tie{ }-- {category} na {class}: {name}"
332332
333 #: tp/Texinfo/Convert/Plaintext.pm:2521
333 #: tp/Texinfo/Convert/Plaintext.pm:2527
334334 #, fuzzy, perl-brace-format
335335 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
336336 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
337337
338 #: tp/Texinfo/Convert/Plaintext.pm:2525
338 #: tp/Texinfo/Convert/Plaintext.pm:2531
339339 #, perl-brace-format
340340 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
341341 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
342342
343 #: tp/Texinfo/Convert/Plaintext.pm:2536
343 #: tp/Texinfo/Convert/Plaintext.pm:2542
344344 #, fuzzy, perl-brace-format
345345 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
346346 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
347347
348 #: tp/Texinfo/Convert/Plaintext.pm:2540
348 #: tp/Texinfo/Convert/Plaintext.pm:2546
349349 #, perl-brace-format
350350 msgid "@tie{ }-- {category} on {class}: {type} {name}"
351351 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
352352
353 #: tp/Texinfo/Convert/Plaintext.pm:2554
353 #: tp/Texinfo/Convert/Plaintext.pm:2560
354354 #, fuzzy, perl-brace-format
355355 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
356356 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
357357
358 #: tp/Texinfo/Convert/Plaintext.pm:2558
358 #: tp/Texinfo/Convert/Plaintext.pm:2564
359359 #, perl-brace-format
360360 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
361361 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
362362
363 #: tp/Texinfo/Convert/Plaintext.pm:2569
363 #: tp/Texinfo/Convert/Plaintext.pm:2575
364364 #, fuzzy, perl-brace-format
365365 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
366366 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
367367
368 #: tp/Texinfo/Convert/Plaintext.pm:2573
368 #: tp/Texinfo/Convert/Plaintext.pm:2579
369369 #, perl-brace-format
370370 msgid "@tie{ }-- {category} of {class}: {type} {name}"
371371 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
372372
373 #: tp/Texinfo/Convert/Plaintext.pm:2854 tp/Texinfo/Convert/HTML.pm:2784
373 #: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786
374374 #, perl-brace-format
375375 msgid "@center --- @emph{{author}}\n"
376376 msgstr "@center --- @emph{{author}}\n"
604604 msgid "{explained_string} ({explanation})"
605605 msgstr "{acronym_like} ({explanation})"
606606
607 #: tp/Texinfo/Convert/HTML.pm:3083
607 #: tp/Texinfo/Convert/HTML.pm:3085
608608 #, perl-brace-format
609609 msgid "see section {reference_name}"
610610 msgstr "veja se@,{c}@~ao {reference_name}"
611611
612 #: tp/Texinfo/Convert/HTML.pm:3086
612 #: tp/Texinfo/Convert/HTML.pm:3088
613613 #, perl-brace-format
614614 msgid "see {reference_name}"
615615 msgstr "veja {reference_name}"
616616
617 #: tp/Texinfo/Convert/HTML.pm:3091
617 #: tp/Texinfo/Convert/HTML.pm:3093
618618 #, perl-brace-format
619619 msgid "See section {reference_name}"
620620 msgstr "Veja se@,{c}@~ao {reference_name}"
621621
622 #: tp/Texinfo/Convert/HTML.pm:3094
622 #: tp/Texinfo/Convert/HTML.pm:3096
623623 #, perl-brace-format
624624 msgid "See {reference_name}"
625625 msgstr "Veja {reference_name}"
626626
627 #: tp/Texinfo/Convert/HTML.pm:3098
627 #: tp/Texinfo/Convert/HTML.pm:3100
628628 #, perl-brace-format
629629 msgid "{reference_name}"
630630 msgstr "{reference_name}"
631631
632 #: tp/Texinfo/Convert/HTML.pm:3160
632 #: tp/Texinfo/Convert/HTML.pm:3162
633633 #, fuzzy, perl-brace-format
634634 msgid "see {reference} in @cite{{book}}"
635635 msgstr "veja {reference} @cite{{book}}"
636636
637 #: tp/Texinfo/Convert/HTML.pm:3164
637 #: tp/Texinfo/Convert/HTML.pm:3166
638638 #, fuzzy, perl-brace-format
639639 msgid "see @cite{{book_reference}}"
640640 msgstr "veja @cite{{book}}"
641641
642 #: tp/Texinfo/Convert/HTML.pm:3168
642 #: tp/Texinfo/Convert/HTML.pm:3170
643643 #, fuzzy, perl-brace-format
644644 msgid "see `{section}' in @cite{{book}}"
645645 msgstr "veja se@,{c}@~ao `{section}' em @cite{{book}}"
646646
647 #: tp/Texinfo/Convert/HTML.pm:3175
647 #: tp/Texinfo/Convert/HTML.pm:3177
648648 #, fuzzy, perl-brace-format
649649 msgid "see {reference}"
650650 msgstr "veja {reference}"
651651
652 #: tp/Texinfo/Convert/HTML.pm:3178
652 #: tp/Texinfo/Convert/HTML.pm:3180
653653 #, fuzzy, perl-brace-format
654654 msgid "see `{section}'"
655655 msgstr "veja `{section}'"
656656
657 #: tp/Texinfo/Convert/HTML.pm:3183
657 #: tp/Texinfo/Convert/HTML.pm:3185
658658 #, fuzzy, perl-brace-format
659659 msgid "See {reference} in @cite{{book}}"
660660 msgstr "Veja {reference} em @cite{{book}}"
661661
662 #: tp/Texinfo/Convert/HTML.pm:3187
662 #: tp/Texinfo/Convert/HTML.pm:3189
663663 #, fuzzy, perl-brace-format
664664 msgid "See @cite{{book_reference}}"
665665 msgstr "Veja @cite{{book}}"
666666
667 #: tp/Texinfo/Convert/HTML.pm:3191
667 #: tp/Texinfo/Convert/HTML.pm:3193
668668 #, fuzzy, perl-brace-format
669669 msgid "See `{section}' in @cite{{book}}"
670670 msgstr "Veja `{section}' em @cite{{book}}"
671671
672 #: tp/Texinfo/Convert/HTML.pm:3198
672 #: tp/Texinfo/Convert/HTML.pm:3200
673673 #, fuzzy, perl-brace-format
674674 msgid "See {reference}"
675675 msgstr "Veja {reference}"
676676
677 #: tp/Texinfo/Convert/HTML.pm:3201
677 #: tp/Texinfo/Convert/HTML.pm:3203
678678 #, fuzzy, perl-brace-format
679679 msgid "See `{section}'"
680680 msgstr "Veja `{section}'"
681681
682 #: tp/Texinfo/Convert/HTML.pm:3206
682 #: tp/Texinfo/Convert/HTML.pm:3208
683683 #, fuzzy, perl-brace-format
684684 msgid "{reference} in @cite{{book}}"
685685 msgstr "{reference} em @cite{{book}}"
686686
687 #: tp/Texinfo/Convert/HTML.pm:3210
687 #: tp/Texinfo/Convert/HTML.pm:3212
688688 #, fuzzy, perl-brace-format
689689 msgid "@cite{{book_reference}}"
690690 msgstr "@cite{{book}}"
691691
692 #: tp/Texinfo/Convert/HTML.pm:3214
692 #: tp/Texinfo/Convert/HTML.pm:3216
693693 #, fuzzy, perl-brace-format
694694 msgid "`{section}' in @cite{{book}}"
695695 msgstr "`{section}' em @cite{{book}}"
696696
697 #: tp/Texinfo/Convert/HTML.pm:3221
697 #: tp/Texinfo/Convert/HTML.pm:3223
698698 #, fuzzy, perl-brace-format
699699 msgid "{reference}"
700700 msgstr "{reference}"
701701
702 #: tp/Texinfo/Convert/HTML.pm:3224
702 #: tp/Texinfo/Convert/HTML.pm:3226
703703 #, fuzzy, perl-brace-format
704704 msgid "`{section}'"
705705 msgstr "`{section}'"
706706
707 #: tp/Texinfo/Convert/HTML.pm:3337
707 #: tp/Texinfo/Convert/HTML.pm:3339
708708 msgid "Jump to"
709709 msgstr "Pular para"
710710
711 #: tp/Texinfo/Convert/HTML.pm:3345
711 #: tp/Texinfo/Convert/HTML.pm:3347
712712 msgid "Index Entry"
713713 msgstr "Entrada de @'Indice"
714714
715 #: tp/Texinfo/Convert/HTML.pm:3347
715 #: tp/Texinfo/Convert/HTML.pm:3349
716716 msgid "Section"
717717 msgstr "Se@,{c}@~ao"
718718
719 #: tp/Texinfo/Convert/HTML.pm:3966
719 #: tp/Texinfo/Convert/HTML.pm:3968
720720 #, fuzzy, perl-brace-format
721721 msgid "{category}: @strong{{name}} @emph{{arguments}}"
722722 msgstr "@tie{ }-- {category} na {class}: {name} {arguments}"
723723
724 #: tp/Texinfo/Convert/HTML.pm:3971
724 #: tp/Texinfo/Convert/HTML.pm:3973
725725 #, fuzzy, perl-brace-format
726726 msgid "{category}: @strong{{name}}"
727727 msgstr "{name} na {class}"
728728
729 #: tp/Texinfo/Convert/HTML.pm:3988
729 #: tp/Texinfo/Convert/HTML.pm:3990
730730 #, fuzzy, perl-brace-format
731731 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
732732 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
733733
734 #: tp/Texinfo/Convert/HTML.pm:3992
734 #: tp/Texinfo/Convert/HTML.pm:3994
735735 #, fuzzy, perl-brace-format
736736 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
737737 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
738738
739 #: tp/Texinfo/Convert/HTML.pm:4001
739 #: tp/Texinfo/Convert/HTML.pm:4003
740740 #, fuzzy, perl-brace-format
741741 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
742742 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
743743
744 #: tp/Texinfo/Convert/HTML.pm:4004
744 #: tp/Texinfo/Convert/HTML.pm:4006
745745 #, perl-brace-format
746746 msgid "{category}: @emph{{type}} @strong{{name}}"
747747 msgstr ""
748748
749 #: tp/Texinfo/Convert/HTML.pm:4012
749 #: tp/Texinfo/Convert/HTML.pm:4014
750750 #, fuzzy, perl-brace-format
751751 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
752752 msgstr "@tie{ }-- {category} da {class}: {name} {arguments}"
753753
754 #: tp/Texinfo/Convert/HTML.pm:4018
754 #: tp/Texinfo/Convert/HTML.pm:4020
755755 #, fuzzy, perl-brace-format
756756 msgid "{category} of {class}: @strong{{name}}"
757757 msgstr "@tie{ }-- {category} da {class}: {name}"
758758
759 #: tp/Texinfo/Convert/HTML.pm:4027
759 #: tp/Texinfo/Convert/HTML.pm:4029
760760 #, fuzzy, perl-brace-format
761761 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
762762 msgstr "@tie{ }-- {category} na {class}: {name} {arguments}"
763763
764 #: tp/Texinfo/Convert/HTML.pm:4033
764 #: tp/Texinfo/Convert/HTML.pm:4035
765765 #, fuzzy, perl-brace-format
766766 msgid "{category} on {class}: @strong{{name}}"
767767 msgstr "@tie{ }-- {category} na {class}: {name}"
768768
769 #: tp/Texinfo/Convert/HTML.pm:4048
769 #: tp/Texinfo/Convert/HTML.pm:4050
770770 #, fuzzy, perl-brace-format
771771 msgid ""
772772 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
773773 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
774774
775 #: tp/Texinfo/Convert/HTML.pm:4052
775 #: tp/Texinfo/Convert/HTML.pm:4054
776776 #, fuzzy, perl-brace-format
777777 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
778778 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
779779
780 #: tp/Texinfo/Convert/HTML.pm:4063
780 #: tp/Texinfo/Convert/HTML.pm:4065
781781 #, fuzzy, perl-brace-format
782782 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
783783 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
784784
785 #: tp/Texinfo/Convert/HTML.pm:4067
785 #: tp/Texinfo/Convert/HTML.pm:4069
786786 #, fuzzy, perl-brace-format
787787 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
788788 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
789789
790 #: tp/Texinfo/Convert/HTML.pm:4081
790 #: tp/Texinfo/Convert/HTML.pm:4083
791791 #, fuzzy, perl-brace-format
792792 msgid ""
793793 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
794794 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
795795
796 #: tp/Texinfo/Convert/HTML.pm:4085
796 #: tp/Texinfo/Convert/HTML.pm:4087
797797 #, fuzzy, perl-brace-format
798798 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
799799 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
800800
801 #: tp/Texinfo/Convert/HTML.pm:4096
801 #: tp/Texinfo/Convert/HTML.pm:4098
802802 #, fuzzy, perl-brace-format
803803 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
804804 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
805805
806 #: tp/Texinfo/Convert/HTML.pm:4100
806 #: tp/Texinfo/Convert/HTML.pm:4102
807807 #, fuzzy, perl-brace-format
808808 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
809809 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
810810
811 #: tp/Texinfo/Convert/HTML.pm:6103
811 #: tp/Texinfo/Convert/HTML.pm:6108
812812 #, fuzzy, perl-brace-format
813813 msgid ""
814814 "This document was generated on @emph{@today{}} using "
817817 "Esse documento foi gerado em @i{{date}} usando @uref{{program_homepage}, "
818818 "@i{{program}}}."
819819
820 #: tp/Texinfo/Convert/HTML.pm:6143
820 #: tp/Texinfo/Convert/HTML.pm:6113
821 #, fuzzy
822 msgid "This document was generated on @emph{@today{}}."
823 msgstr ""
824 "Esse documento foi gerado usando @uref{{program_homepage}, @emph{{program}}}."
825
826 #: tp/Texinfo/Convert/HTML.pm:6152
821827 #, perl-brace-format
822828 msgid "{title}: {element_text}"
823829 msgstr ""
824830
825 #: tp/Texinfo/Convert/HTML.pm:6284
831 #: tp/Texinfo/Convert/HTML.pm:6296
826832 #, perl-brace-format
827833 msgid "The node you are looking for is at {href}."
828834 msgstr "O nodo que vo@^e est@'a olhando est@'a em {href}."
829835
830 #: tp/Texinfo/Convert/HTML.pm:6354
836 #: tp/Texinfo/Convert/HTML.pm:6365
831837 msgid " The buttons in the navigation panels have the following meaning:"
832838 msgstr ""
833839 " Os bot@~oes nos pain@'eis de navega@,{c}@~ao possuem os seguintes "
834840 "significados:"
835841
836 #: tp/Texinfo/Convert/HTML.pm:6360
842 #: tp/Texinfo/Convert/HTML.pm:6371
837843 msgid "Button"
838844 msgstr "Bot@~ao"
839845
840 #: tp/Texinfo/Convert/HTML.pm:6361
846 #: tp/Texinfo/Convert/HTML.pm:6372
841847 msgid "Name"
842848 msgstr "Nome"
843849
844 #: tp/Texinfo/Convert/HTML.pm:6362
850 #: tp/Texinfo/Convert/HTML.pm:6373
845851 msgid "Go to"
846852 msgstr "V@'a para"
847853
848 #: tp/Texinfo/Convert/HTML.pm:6363
854 #: tp/Texinfo/Convert/HTML.pm:6374
849855 msgid "From 1.2.3 go to"
850856 msgstr "De 1.2.3 v@'a para"
851857
852 #: tp/Texinfo/Convert/HTML.pm:6389
858 #: tp/Texinfo/Convert/HTML.pm:6400
853859 msgid ""
854860 " where the @strong{ Example } assumes that the current position is at "
855861 "@strong{ Subsubsection One-Two-Three } of a document of the following "
859865 "@strong{ Subsub@,{c}@~ao Um-Dois-Tr@^es } de um documento com a seguinte "
860866 "estrutura:"
861867
862 #: tp/Texinfo/Convert/HTML.pm:6399
868 #: tp/Texinfo/Convert/HTML.pm:6410
863869 msgid "Section One"
864870 msgstr "Se@,{c}@~ao Um"
865871
866 #: tp/Texinfo/Convert/HTML.pm:6401
872 #: tp/Texinfo/Convert/HTML.pm:6412
867873 msgid "Subsection One-One"
868874 msgstr "Subse@,{c}@~ao Um-Um"
869875
870 #: tp/Texinfo/Convert/HTML.pm:6408
876 #: tp/Texinfo/Convert/HTML.pm:6419
871877 msgid "Subsection One-Two"
872878 msgstr "Subse@,{c}@~ao Um-Dois"
873879
874 #: tp/Texinfo/Convert/HTML.pm:6410
880 #: tp/Texinfo/Convert/HTML.pm:6421
875881 msgid "Subsubsection One-Two-One"
876882 msgstr "Subse@,{c}@~ao Um-Dois-Um"
877883
878 #: tp/Texinfo/Convert/HTML.pm:6411
884 #: tp/Texinfo/Convert/HTML.pm:6422
879885 msgid "Subsubsection One-Two-Two"
880886 msgstr "Subse@,{c}@~ao Um-Dois-Dois"
881887
882 #: tp/Texinfo/Convert/HTML.pm:6412
888 #: tp/Texinfo/Convert/HTML.pm:6423
883889 msgid "Subsubsection One-Two-Three"
884890 msgstr "Subse@,{c}@~ao Um-Dois-Tr@^es"
885891
886 #: tp/Texinfo/Convert/HTML.pm:6414
892 #: tp/Texinfo/Convert/HTML.pm:6425
887893 msgid "Current Position"
888894 msgstr "Posi@,{c}@~ao Atual"
889895
890 #: tp/Texinfo/Convert/HTML.pm:6415
896 #: tp/Texinfo/Convert/HTML.pm:6426
891897 msgid "Subsubsection One-Two-Four"
892898 msgstr "Subse@,{c}@~ao Um-Dois-Quatro"
893899
894 #: tp/Texinfo/Convert/HTML.pm:6418
900 #: tp/Texinfo/Convert/HTML.pm:6429
895901 msgid "Subsection One-Three"
896902 msgstr "Subse@,{c}@~ao Um-Tr@^es"
897903
898 #: tp/Texinfo/Convert/HTML.pm:6425
904 #: tp/Texinfo/Convert/HTML.pm:6436
899905 msgid "Subsection One-Four"
900906 msgstr "Subse@,{c}@~ao Um-Quatro"
901907
902 #: tp/Texinfo/Convert/HTML.pm:6829
908 #: tp/Texinfo/Convert/HTML.pm:6840
903909 msgid "Untitled Document"
904910 msgstr "Documento Sem Nome"
905911
924930 #~ "Esse documento foi gerado em @i{{date}} usando @uref{{program_homepage}, "
925931 #~ "@i{{program}}}."
926932
927 #~ msgid ""
928 #~ "This document was generated using @uref{{program_homepage}, "
929 #~ "@emph{{program}}}."
930 #~ msgstr ""
931 #~ "Esse documento foi gerado usando @uref{{program_homepage}, "
932 #~ "@emph{{program}}}."
933
934933 #~ msgid "{style} {number}"
935934 #~ msgstr "{style} {number}"
936935
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: texinfo 4.13.95\n"
8 "Project-Id-Version: texinfo 4.13.96\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2013-01-27 17:00-0800\n"
10 "POT-Creation-Date: 2013-02-04 11:18-0800\n"
1111 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313 "Language-Team: LANGUAGE <LL@li.org>\n"
4444 msgid "Method"
4545 msgstr ""
4646
47 #: tp/Texinfo/Common.pm:1141
47 #: tp/Texinfo/Common.pm:1142
4848 #, perl-brace-format
4949 msgid "{category} on {class}"
5050 msgstr ""
5151
52 #: tp/Texinfo/Common.pm:1148
52 #: tp/Texinfo/Common.pm:1149
5353 #, perl-brace-format
5454 msgid "{category} of {class}"
5555 msgstr ""
5656
57 #: tp/Texinfo/Common.pm:1165
57 #: tp/Texinfo/Common.pm:1166
5858 #, perl-brace-format
5959 msgid "{month} {day}, {year}"
6060 msgstr ""
6161
62 #: tp/Texinfo/Common.pm:1196 tp/Texinfo/Convert/Plaintext.pm:904
62 #: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904
6363 #: tp/Texinfo/Convert/HTML.pm:511
6464 #, perl-brace-format
6565 msgid "Appendix {number} {section_title}"
6666 msgstr ""
6767
68 #: tp/Texinfo/Common.pm:1200 tp/Texinfo/Convert/Plaintext.pm:909
68 #: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909
6969 #: tp/Texinfo/Convert/HTML.pm:517
7070 #, perl-brace-format
7171 msgid "{number} {section_title}"
7272 msgstr ""
7373
74 #: tp/Texinfo/Common.pm:1335
74 #: tp/Texinfo/Common.pm:1336
7575 #, perl-brace-format
7676 msgid "{float_type} {float_number}: "
7777 msgstr ""
7878
79 #: tp/Texinfo/Common.pm:1339
79 #: tp/Texinfo/Common.pm:1340
8080 #, perl-brace-format
8181 msgid "{float_type}: "
8282 msgstr ""
8383
84 #: tp/Texinfo/Common.pm:1344
84 #: tp/Texinfo/Common.pm:1345
8585 #, perl-brace-format
8686 msgid "{float_type} {float_number}\n"
8787 msgstr ""
8888
89 #: tp/Texinfo/Common.pm:1348
89 #: tp/Texinfo/Common.pm:1349
9090 #, perl-brace-format
9191 msgid "{float_type}\n"
9292 msgstr ""
9393
94 #: tp/Texinfo/Common.pm:1354
94 #: tp/Texinfo/Common.pm:1355
9595 #, perl-brace-format
9696 msgid "{float_number}: "
9797 msgstr ""
9898
99 #: tp/Texinfo/Common.pm:1357
99 #: tp/Texinfo/Common.pm:1358
100100 #, perl-brace-format
101101 msgid "{float_number}\n"
102102 msgstr ""
103103
104 #: tp/Texinfo/Parser.pm:2762
104 #: tp/Texinfo/Parser.pm:2768
105105 #, perl-brace-format
106106 msgid "{name} on {class}"
107107 msgstr ""
108108
109 #: tp/Texinfo/Parser.pm:2771
109 #: tp/Texinfo/Parser.pm:2777
110110 #, perl-brace-format
111111 msgid "{name} of {class}"
112112 msgstr ""
208208 msgid "see section ``{section_name}'' in @cite{{book}}"
209209 msgstr ""
210210
211 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3218
211 #: tp/Texinfo/Convert/DocBook.pm:821 tp/Texinfo/Convert/HTML.pm:3220
212212 #, perl-brace-format
213213 msgid "@cite{{book}}"
214214 msgstr ""
215215
216 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3195
216 #: tp/Texinfo/Convert/DocBook.pm:825 tp/Texinfo/Convert/HTML.pm:3197
217217 #, perl-brace-format
218218 msgid "See @cite{{book}}"
219219 msgstr ""
220220
221 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3172
221 #: tp/Texinfo/Convert/DocBook.pm:829 tp/Texinfo/Convert/HTML.pm:3174
222222 #, perl-brace-format
223223 msgid "see @cite{{book}}"
224224 msgstr ""
238238 msgid "see {title_ref}"
239239 msgstr ""
240240
241 #: tp/Texinfo/Convert/DocBook.pm:987 tp/Texinfo/Convert/Plaintext.pm:1872
241 #: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878
242242 #, perl-brace-format
243243 msgid "{abbr_or_acronym} ({explanation})"
244244 msgstr ""
245245
246 #: tp/Texinfo/Convert/DocBook.pm:1116 tp/Texinfo/Convert/Plaintext.pm:1998
247 #: tp/Texinfo/Convert/HTML.pm:3524
246 #: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004
247 #: tp/Texinfo/Convert/HTML.pm:3526
248248 #, perl-brace-format
249249 msgid "@b{{quotation_arg}:} "
250250 msgstr ""
253253 msgid "(outside of any node)"
254254 msgstr ""
255255
256 #: tp/Texinfo/Convert/Plaintext.pm:1682
256 #: tp/Texinfo/Convert/Plaintext.pm:1685
257257 #, perl-brace-format
258258 msgid "{name} @url{{email}}"
259259 msgstr ""
260260
261 #: tp/Texinfo/Convert/Plaintext.pm:1685
261 #: tp/Texinfo/Convert/Plaintext.pm:1688
262262 #, perl-brace-format
263263 msgid "@url{{email}}"
264264 msgstr ""
265265
266 #: tp/Texinfo/Convert/Plaintext.pm:1707
266 #: tp/Texinfo/Convert/Plaintext.pm:1710
267267 #, perl-brace-format
268268 msgid "{text} ({url})"
269269 msgstr ""
270270
271 #: tp/Texinfo/Convert/Plaintext.pm:1712
271 #: tp/Texinfo/Convert/Plaintext.pm:1715
272272 #, perl-brace-format
273273 msgid "@t{<{url}>}"
274274 msgstr ""
275275
276 #: tp/Texinfo/Convert/Plaintext.pm:1923 tp/Texinfo/Convert/HTML.pm:1433
276 #: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433
277277 #, perl-brace-format
278278 msgid "@{No value for `{value}'@}"
279279 msgstr ""
280280
281 #: tp/Texinfo/Convert/Plaintext.pm:2444
281 #: tp/Texinfo/Convert/Plaintext.pm:2450
282282 #, perl-brace-format
283283 msgid "@tie{ }-- {category}: {name} {arguments}"
284284 msgstr ""
285285
286 #: tp/Texinfo/Convert/Plaintext.pm:2449
286 #: tp/Texinfo/Convert/Plaintext.pm:2455
287287 #, perl-brace-format
288288 msgid "@tie{ }-- {category}: {name}"
289289 msgstr ""
290290
291 #: tp/Texinfo/Convert/Plaintext.pm:2462
291 #: tp/Texinfo/Convert/Plaintext.pm:2468
292292 #, perl-brace-format
293293 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
294294 msgstr ""
295295
296 #: tp/Texinfo/Convert/Plaintext.pm:2465
296 #: tp/Texinfo/Convert/Plaintext.pm:2471
297297 #, perl-brace-format
298298 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
299299 msgstr ""
300300
301 #: tp/Texinfo/Convert/Plaintext.pm:2474
301 #: tp/Texinfo/Convert/Plaintext.pm:2480
302302 #, perl-brace-format
303303 msgid "@tie{ }-- {category}:@*{type}@*{name}"
304304 msgstr ""
305305
306 #: tp/Texinfo/Convert/Plaintext.pm:2477
306 #: tp/Texinfo/Convert/Plaintext.pm:2483
307307 #, perl-brace-format
308308 msgid "@tie{ }-- {category}: {type} {name}"
309309 msgstr ""
310310
311 #: tp/Texinfo/Convert/Plaintext.pm:2485
311 #: tp/Texinfo/Convert/Plaintext.pm:2491
312312 #, perl-brace-format
313313 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
314314 msgstr ""
315315
316 #: tp/Texinfo/Convert/Plaintext.pm:2491
316 #: tp/Texinfo/Convert/Plaintext.pm:2497
317317 #, perl-brace-format
318318 msgid "@tie{ }-- {category} of {class}: {name}"
319319 msgstr ""
320320
321 #: tp/Texinfo/Convert/Plaintext.pm:2500
321 #: tp/Texinfo/Convert/Plaintext.pm:2506
322322 #, perl-brace-format
323323 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
324324 msgstr ""
325325
326 #: tp/Texinfo/Convert/Plaintext.pm:2506
326 #: tp/Texinfo/Convert/Plaintext.pm:2512
327327 #, perl-brace-format
328328 msgid "@tie{ }-- {category} on {class}: {name}"
329329 msgstr ""
330330
331 #: tp/Texinfo/Convert/Plaintext.pm:2521
331 #: tp/Texinfo/Convert/Plaintext.pm:2527
332332 #, perl-brace-format
333333 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
334334 msgstr ""
335335
336 #: tp/Texinfo/Convert/Plaintext.pm:2525
336 #: tp/Texinfo/Convert/Plaintext.pm:2531
337337 #, perl-brace-format
338338 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
339339 msgstr ""
340340
341 #: tp/Texinfo/Convert/Plaintext.pm:2536
341 #: tp/Texinfo/Convert/Plaintext.pm:2542
342342 #, perl-brace-format
343343 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
344344 msgstr ""
345345
346 #: tp/Texinfo/Convert/Plaintext.pm:2540
346 #: tp/Texinfo/Convert/Plaintext.pm:2546
347347 #, perl-brace-format
348348 msgid "@tie{ }-- {category} on {class}: {type} {name}"
349349 msgstr ""
350350
351 #: tp/Texinfo/Convert/Plaintext.pm:2554
351 #: tp/Texinfo/Convert/Plaintext.pm:2560
352352 #, perl-brace-format
353353 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
354354 msgstr ""
355355
356 #: tp/Texinfo/Convert/Plaintext.pm:2558
356 #: tp/Texinfo/Convert/Plaintext.pm:2564
357357 #, perl-brace-format
358358 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
359359 msgstr ""
360360
361 #: tp/Texinfo/Convert/Plaintext.pm:2569
361 #: tp/Texinfo/Convert/Plaintext.pm:2575
362362 #, perl-brace-format
363363 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
364364 msgstr ""
365365
366 #: tp/Texinfo/Convert/Plaintext.pm:2573
366 #: tp/Texinfo/Convert/Plaintext.pm:2579
367367 #, perl-brace-format
368368 msgid "@tie{ }-- {category} of {class}: {type} {name}"
369369 msgstr ""
370370
371 #: tp/Texinfo/Convert/Plaintext.pm:2854 tp/Texinfo/Convert/HTML.pm:2784
371 #: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786
372372 #, perl-brace-format
373373 msgid "@center --- @emph{{author}}\n"
374374 msgstr ""
596596 msgid "{explained_string} ({explanation})"
597597 msgstr ""
598598
599 #: tp/Texinfo/Convert/HTML.pm:3083
599 #: tp/Texinfo/Convert/HTML.pm:3085
600600 #, perl-brace-format
601601 msgid "see section {reference_name}"
602602 msgstr ""
603603
604 #: tp/Texinfo/Convert/HTML.pm:3086
604 #: tp/Texinfo/Convert/HTML.pm:3088
605605 #, perl-brace-format
606606 msgid "see {reference_name}"
607607 msgstr ""
608608
609 #: tp/Texinfo/Convert/HTML.pm:3091
609 #: tp/Texinfo/Convert/HTML.pm:3093
610610 #, perl-brace-format
611611 msgid "See section {reference_name}"
612612 msgstr ""
613613
614 #: tp/Texinfo/Convert/HTML.pm:3094
614 #: tp/Texinfo/Convert/HTML.pm:3096
615615 #, perl-brace-format
616616 msgid "See {reference_name}"
617617 msgstr ""
618618
619 #: tp/Texinfo/Convert/HTML.pm:3098
619 #: tp/Texinfo/Convert/HTML.pm:3100
620620 #, perl-brace-format
621621 msgid "{reference_name}"
622622 msgstr ""
623623
624 #: tp/Texinfo/Convert/HTML.pm:3160
624 #: tp/Texinfo/Convert/HTML.pm:3162
625625 #, perl-brace-format
626626 msgid "see {reference} in @cite{{book}}"
627627 msgstr ""
628628
629 #: tp/Texinfo/Convert/HTML.pm:3164
629 #: tp/Texinfo/Convert/HTML.pm:3166
630630 #, perl-brace-format
631631 msgid "see @cite{{book_reference}}"
632632 msgstr ""
633633
634 #: tp/Texinfo/Convert/HTML.pm:3168
634 #: tp/Texinfo/Convert/HTML.pm:3170
635635 #, perl-brace-format
636636 msgid "see `{section}' in @cite{{book}}"
637637 msgstr ""
638638
639 #: tp/Texinfo/Convert/HTML.pm:3175
639 #: tp/Texinfo/Convert/HTML.pm:3177
640640 #, perl-brace-format
641641 msgid "see {reference}"
642642 msgstr ""
643643
644 #: tp/Texinfo/Convert/HTML.pm:3178
644 #: tp/Texinfo/Convert/HTML.pm:3180
645645 #, perl-brace-format
646646 msgid "see `{section}'"
647647 msgstr ""
648648
649 #: tp/Texinfo/Convert/HTML.pm:3183
649 #: tp/Texinfo/Convert/HTML.pm:3185
650650 #, perl-brace-format
651651 msgid "See {reference} in @cite{{book}}"
652652 msgstr ""
653653
654 #: tp/Texinfo/Convert/HTML.pm:3187
654 #: tp/Texinfo/Convert/HTML.pm:3189
655655 #, perl-brace-format
656656 msgid "See @cite{{book_reference}}"
657657 msgstr ""
658658
659 #: tp/Texinfo/Convert/HTML.pm:3191
659 #: tp/Texinfo/Convert/HTML.pm:3193
660660 #, perl-brace-format
661661 msgid "See `{section}' in @cite{{book}}"
662662 msgstr ""
663663
664 #: tp/Texinfo/Convert/HTML.pm:3198
664 #: tp/Texinfo/Convert/HTML.pm:3200
665665 #, perl-brace-format
666666 msgid "See {reference}"
667667 msgstr ""
668668
669 #: tp/Texinfo/Convert/HTML.pm:3201
669 #: tp/Texinfo/Convert/HTML.pm:3203
670670 #, perl-brace-format
671671 msgid "See `{section}'"
672672 msgstr ""
673673
674 #: tp/Texinfo/Convert/HTML.pm:3206
674 #: tp/Texinfo/Convert/HTML.pm:3208
675675 #, perl-brace-format
676676 msgid "{reference} in @cite{{book}}"
677677 msgstr ""
678678
679 #: tp/Texinfo/Convert/HTML.pm:3210
679 #: tp/Texinfo/Convert/HTML.pm:3212
680680 #, perl-brace-format
681681 msgid "@cite{{book_reference}}"
682682 msgstr ""
683683
684 #: tp/Texinfo/Convert/HTML.pm:3214
684 #: tp/Texinfo/Convert/HTML.pm:3216
685685 #, perl-brace-format
686686 msgid "`{section}' in @cite{{book}}"
687687 msgstr ""
688688
689 #: tp/Texinfo/Convert/HTML.pm:3221
689 #: tp/Texinfo/Convert/HTML.pm:3223
690690 #, perl-brace-format
691691 msgid "{reference}"
692692 msgstr ""
693693
694 #: tp/Texinfo/Convert/HTML.pm:3224
694 #: tp/Texinfo/Convert/HTML.pm:3226
695695 #, perl-brace-format
696696 msgid "`{section}'"
697697 msgstr ""
698698
699 #: tp/Texinfo/Convert/HTML.pm:3337
699 #: tp/Texinfo/Convert/HTML.pm:3339
700700 msgid "Jump to"
701701 msgstr ""
702702
703 #: tp/Texinfo/Convert/HTML.pm:3345
703 #: tp/Texinfo/Convert/HTML.pm:3347
704704 msgid "Index Entry"
705705 msgstr ""
706706
707 #: tp/Texinfo/Convert/HTML.pm:3347
707 #: tp/Texinfo/Convert/HTML.pm:3349
708708 msgid "Section"
709709 msgstr ""
710710
711 #: tp/Texinfo/Convert/HTML.pm:3966
711 #: tp/Texinfo/Convert/HTML.pm:3968
712712 #, perl-brace-format
713713 msgid "{category}: @strong{{name}} @emph{{arguments}}"
714714 msgstr ""
715715
716 #: tp/Texinfo/Convert/HTML.pm:3971
716 #: tp/Texinfo/Convert/HTML.pm:3973
717717 #, perl-brace-format
718718 msgid "{category}: @strong{{name}}"
719719 msgstr ""
720720
721 #: tp/Texinfo/Convert/HTML.pm:3988
721 #: tp/Texinfo/Convert/HTML.pm:3990
722722 #, perl-brace-format
723723 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
724724 msgstr ""
725725
726 #: tp/Texinfo/Convert/HTML.pm:3992
726 #: tp/Texinfo/Convert/HTML.pm:3994
727727 #, perl-brace-format
728728 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
729729 msgstr ""
730730
731 #: tp/Texinfo/Convert/HTML.pm:4001
731 #: tp/Texinfo/Convert/HTML.pm:4003
732732 #, perl-brace-format
733733 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
734734 msgstr ""
735735
736 #: tp/Texinfo/Convert/HTML.pm:4004
736 #: tp/Texinfo/Convert/HTML.pm:4006
737737 #, perl-brace-format
738738 msgid "{category}: @emph{{type}} @strong{{name}}"
739739 msgstr ""
740740
741 #: tp/Texinfo/Convert/HTML.pm:4012
741 #: tp/Texinfo/Convert/HTML.pm:4014
742742 #, perl-brace-format
743743 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
744744 msgstr ""
745745
746 #: tp/Texinfo/Convert/HTML.pm:4018
746 #: tp/Texinfo/Convert/HTML.pm:4020
747747 #, perl-brace-format
748748 msgid "{category} of {class}: @strong{{name}}"
749749 msgstr ""
750750
751 #: tp/Texinfo/Convert/HTML.pm:4027
751 #: tp/Texinfo/Convert/HTML.pm:4029
752752 #, perl-brace-format
753753 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
754754 msgstr ""
755755
756 #: tp/Texinfo/Convert/HTML.pm:4033
756 #: tp/Texinfo/Convert/HTML.pm:4035
757757 #, perl-brace-format
758758 msgid "{category} on {class}: @strong{{name}}"
759759 msgstr ""
760760
761 #: tp/Texinfo/Convert/HTML.pm:4048
761 #: tp/Texinfo/Convert/HTML.pm:4050
762762 #, perl-brace-format
763763 msgid ""
764764 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
765765 msgstr ""
766766
767 #: tp/Texinfo/Convert/HTML.pm:4052
767 #: tp/Texinfo/Convert/HTML.pm:4054
768768 #, perl-brace-format
769769 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
770770 msgstr ""
771771
772 #: tp/Texinfo/Convert/HTML.pm:4063
772 #: tp/Texinfo/Convert/HTML.pm:4065
773773 #, perl-brace-format
774774 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
775775 msgstr ""
776776
777 #: tp/Texinfo/Convert/HTML.pm:4067
777 #: tp/Texinfo/Convert/HTML.pm:4069
778778 #, perl-brace-format
779779 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
780780 msgstr ""
781781
782 #: tp/Texinfo/Convert/HTML.pm:4081
782 #: tp/Texinfo/Convert/HTML.pm:4083
783783 #, perl-brace-format
784784 msgid ""
785785 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
786786 msgstr ""
787787
788 #: tp/Texinfo/Convert/HTML.pm:4085
788 #: tp/Texinfo/Convert/HTML.pm:4087
789789 #, perl-brace-format
790790 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
791791 msgstr ""
792792
793 #: tp/Texinfo/Convert/HTML.pm:4096
793 #: tp/Texinfo/Convert/HTML.pm:4098
794794 #, perl-brace-format
795795 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
796796 msgstr ""
797797
798 #: tp/Texinfo/Convert/HTML.pm:4100
798 #: tp/Texinfo/Convert/HTML.pm:4102
799799 #, perl-brace-format
800800 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
801801 msgstr ""
802802
803 #: tp/Texinfo/Convert/HTML.pm:6103
803 #: tp/Texinfo/Convert/HTML.pm:6108
804804 #, perl-brace-format
805805 msgid ""
806806 "This document was generated on @emph{@today{}} using "
807807 "@uref{{program_homepage}, @emph{{program}}}."
808808 msgstr ""
809809
810 #: tp/Texinfo/Convert/HTML.pm:6143
810 #: tp/Texinfo/Convert/HTML.pm:6113
811 msgid "This document was generated on @emph{@today{}}."
812 msgstr ""
813
814 #: tp/Texinfo/Convert/HTML.pm:6152
811815 #, perl-brace-format
812816 msgid "{title}: {element_text}"
813817 msgstr ""
814818
815 #: tp/Texinfo/Convert/HTML.pm:6284
819 #: tp/Texinfo/Convert/HTML.pm:6296
816820 #, perl-brace-format
817821 msgid "The node you are looking for is at {href}."
818822 msgstr ""
819823
820 #: tp/Texinfo/Convert/HTML.pm:6354
824 #: tp/Texinfo/Convert/HTML.pm:6365
821825 msgid " The buttons in the navigation panels have the following meaning:"
822826 msgstr ""
823827
824 #: tp/Texinfo/Convert/HTML.pm:6360
828 #: tp/Texinfo/Convert/HTML.pm:6371
825829 msgid "Button"
826830 msgstr ""
827831
828 #: tp/Texinfo/Convert/HTML.pm:6361
832 #: tp/Texinfo/Convert/HTML.pm:6372
829833 msgid "Name"
830834 msgstr ""
831835
832 #: tp/Texinfo/Convert/HTML.pm:6362
836 #: tp/Texinfo/Convert/HTML.pm:6373
833837 msgid "Go to"
834838 msgstr ""
835839
836 #: tp/Texinfo/Convert/HTML.pm:6363
840 #: tp/Texinfo/Convert/HTML.pm:6374
837841 msgid "From 1.2.3 go to"
838842 msgstr ""
839843
840 #: tp/Texinfo/Convert/HTML.pm:6389
844 #: tp/Texinfo/Convert/HTML.pm:6400
841845 msgid ""
842846 " where the @strong{ Example } assumes that the current position is at "
843847 "@strong{ Subsubsection One-Two-Three } of a document of the following "
844848 "structure:"
845849 msgstr ""
846850
847 #: tp/Texinfo/Convert/HTML.pm:6399
851 #: tp/Texinfo/Convert/HTML.pm:6410
848852 msgid "Section One"
849853 msgstr ""
850854
851 #: tp/Texinfo/Convert/HTML.pm:6401
855 #: tp/Texinfo/Convert/HTML.pm:6412
852856 msgid "Subsection One-One"
853857 msgstr ""
854858
855 #: tp/Texinfo/Convert/HTML.pm:6408
859 #: tp/Texinfo/Convert/HTML.pm:6419
856860 msgid "Subsection One-Two"
857861 msgstr ""
858862
859 #: tp/Texinfo/Convert/HTML.pm:6410
863 #: tp/Texinfo/Convert/HTML.pm:6421
860864 msgid "Subsubsection One-Two-One"
861865 msgstr ""
862866
863 #: tp/Texinfo/Convert/HTML.pm:6411
867 #: tp/Texinfo/Convert/HTML.pm:6422
864868 msgid "Subsubsection One-Two-Two"
865869 msgstr ""
866870
867 #: tp/Texinfo/Convert/HTML.pm:6412
871 #: tp/Texinfo/Convert/HTML.pm:6423
868872 msgid "Subsubsection One-Two-Three"
869873 msgstr ""
870874
871 #: tp/Texinfo/Convert/HTML.pm:6414
875 #: tp/Texinfo/Convert/HTML.pm:6425
872876 msgid "Current Position"
873877 msgstr ""
874878
875 #: tp/Texinfo/Convert/HTML.pm:6415
879 #: tp/Texinfo/Convert/HTML.pm:6426
876880 msgid "Subsubsection One-Two-Four"
877881 msgstr ""
878882
879 #: tp/Texinfo/Convert/HTML.pm:6418
883 #: tp/Texinfo/Convert/HTML.pm:6429
880884 msgid "Subsection One-Three"
881885 msgstr ""
882886
883 #: tp/Texinfo/Convert/HTML.pm:6425
887 #: tp/Texinfo/Convert/HTML.pm:6436
884888 msgid "Subsection One-Four"
885889 msgstr ""
886890
887 #: tp/Texinfo/Convert/HTML.pm:6829
891 #: tp/Texinfo/Convert/HTML.pm:6840
888892 msgid "Untitled Document"
889893 msgstr ""
5959 if (! $self->{'output_file'} eq '') {
6060 $fh = $self->Texinfo::Common::open_out ($self->{'output_file'});
6161 if (!$fh) {
62 $self->document_error(sprintf($self->__("Could not open %s for writing: %s"),
62 $self->document_error(sprintf($self->__("could not open %s for writing: %s"),
6363 $self->{'output_file'}, $!));
6464 return undef;
6565 }
200200 t/include_reference/incl-incl.txi
201201 t/include_reference/macro_included.texi
202202 t/include_reference/section_file.texi
203 t/indent_menus_descriptions.t
203 t/indent_menu_descriptions.t
204204 t/index_before_item.t
205205 t/info_tests.t
206206 t/init/cvs.init
0 # $Id: Makefile.am,v 1.56 2013/01/28 18:36:51 karl Exp $
0 # $Id: Makefile.am,v 1.57 2013/02/03 23:53:48 karl Exp $
11 # Makefile.am for texinfo/tp.
22 #
33 # Copyright 2011, 2012, 2013 Free Software Foundation, Inc.
1313 # A long list of files that we generate and some rules.
1414 include $(srcdir)/Makefile.tres
1515
16 # document string locales files and associated rules.
16 # Document string locale files and associated rules.
1717 include $(srcdir)/Makefile.docstr
1818
1919 $(srcdir)/Makefile.tres: maintain/regenerate_file_lists.pl
0
1
02 $(srcdir)/../po_document/de.us-ascii.gmo: $(srcdir)/../po_document/de.us-ascii.po
13 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) de.us-ascii.gmo
24
3 LocaleData/de.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/de.us-ascii.gmo LocaleData/de.us-ascii/LC_MESSAGES
5 LocaleData/de.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/de.us-ascii.gmo
6 $(mkdir_p) `dirname $@`
47 $(INSTALL_DATA) $(srcdir)/../po_document/de.us-ascii.gmo $@
58
6 LocaleData/de.us-ascii/LC_MESSAGES: LocaleData/de.us-ascii
7 $(mkdir_p) $@
89
9 LocaleData/de.us-ascii: LocaleData
10 $(mkdir_p) $@
10
11 $(srcdir)/../po_document/eo.gmo: $(srcdir)/../po_document/eo.po
12 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) eo.gmo
13
14 LocaleData/eo/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/eo.gmo
15 $(mkdir_p) `dirname $@`
16 $(INSTALL_DATA) $(srcdir)/../po_document/eo.gmo $@
17
18
1119
1220 $(srcdir)/../po_document/es.us-ascii.gmo: $(srcdir)/../po_document/es.us-ascii.po
1321 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) es.us-ascii.gmo
1422
15 LocaleData/es.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/es.us-ascii.gmo LocaleData/es.us-ascii/LC_MESSAGES
23 LocaleData/es.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/es.us-ascii.gmo
24 $(mkdir_p) `dirname $@`
1625 $(INSTALL_DATA) $(srcdir)/../po_document/es.us-ascii.gmo $@
1726
18 LocaleData/es.us-ascii/LC_MESSAGES: LocaleData/es.us-ascii
19 $(mkdir_p) $@
2027
21 LocaleData/es.us-ascii: LocaleData
22 $(mkdir_p) $@
2328
2429 $(srcdir)/../po_document/fr.us-ascii.gmo: $(srcdir)/../po_document/fr.us-ascii.po
2530 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) fr.us-ascii.gmo
2631
27 LocaleData/fr.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/fr.us-ascii.gmo LocaleData/fr.us-ascii/LC_MESSAGES
32 LocaleData/fr.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/fr.us-ascii.gmo
33 $(mkdir_p) `dirname $@`
2834 $(INSTALL_DATA) $(srcdir)/../po_document/fr.us-ascii.gmo $@
2935
30 LocaleData/fr.us-ascii/LC_MESSAGES: LocaleData/fr.us-ascii
31 $(mkdir_p) $@
3236
33 LocaleData/fr.us-ascii: LocaleData
34 $(mkdir_p) $@
3537
3638 $(srcdir)/../po_document/hu.gmo: $(srcdir)/../po_document/hu.po
3739 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) hu.gmo
3840
39 LocaleData/hu/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/hu.gmo LocaleData/hu/LC_MESSAGES
41 LocaleData/hu/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/hu.gmo
42 $(mkdir_p) `dirname $@`
4043 $(INSTALL_DATA) $(srcdir)/../po_document/hu.gmo $@
4144
42 LocaleData/hu/LC_MESSAGES: LocaleData/hu
43 $(mkdir_p) $@
4445
45 LocaleData/hu: LocaleData
46 $(mkdir_p) $@
4746
4847 $(srcdir)/../po_document/it.gmo: $(srcdir)/../po_document/it.po
4948 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) it.gmo
5049
51 LocaleData/it/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/it.gmo LocaleData/it/LC_MESSAGES
50 LocaleData/it/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/it.gmo
51 $(mkdir_p) `dirname $@`
5252 $(INSTALL_DATA) $(srcdir)/../po_document/it.gmo $@
5353
54 LocaleData/it/LC_MESSAGES: LocaleData/it
55 $(mkdir_p) $@
5654
57 LocaleData/it: LocaleData
58 $(mkdir_p) $@
5955
6056 $(srcdir)/../po_document/nl.gmo: $(srcdir)/../po_document/nl.po
6157 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) nl.gmo
6258
63 LocaleData/nl/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/nl.gmo LocaleData/nl/LC_MESSAGES
59 LocaleData/nl/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/nl.gmo
60 $(mkdir_p) `dirname $@`
6461 $(INSTALL_DATA) $(srcdir)/../po_document/nl.gmo $@
6562
66 LocaleData/nl/LC_MESSAGES: LocaleData/nl
67 $(mkdir_p) $@
6863
69 LocaleData/nl: LocaleData
70 $(mkdir_p) $@
7164
7265 $(srcdir)/../po_document/no.us-ascii.gmo: $(srcdir)/../po_document/no.us-ascii.po
7366 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) no.us-ascii.gmo
7467
75 LocaleData/no.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/no.us-ascii.gmo LocaleData/no.us-ascii/LC_MESSAGES
68 LocaleData/no.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/no.us-ascii.gmo
69 $(mkdir_p) `dirname $@`
7670 $(INSTALL_DATA) $(srcdir)/../po_document/no.us-ascii.gmo $@
7771
78 LocaleData/no.us-ascii/LC_MESSAGES: LocaleData/no.us-ascii
79 $(mkdir_p) $@
8072
81 LocaleData/no.us-ascii: LocaleData
82 $(mkdir_p) $@
73
74 $(srcdir)/../po_document/pl.gmo: $(srcdir)/../po_document/pl.po
75 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) pl.gmo
76
77 LocaleData/pl/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/pl.gmo
78 $(mkdir_p) `dirname $@`
79 $(INSTALL_DATA) $(srcdir)/../po_document/pl.gmo $@
80
81
8382
8483 $(srcdir)/../po_document/pt_BR.us-ascii.gmo: $(srcdir)/../po_document/pt_BR.us-ascii.po
8584 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) pt_BR.us-ascii.gmo
8685
87 LocaleData/pt_BR.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/pt_BR.us-ascii.gmo LocaleData/pt_BR.us-ascii/LC_MESSAGES
86 LocaleData/pt_BR.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/pt_BR.us-ascii.gmo
87 $(mkdir_p) `dirname $@`
8888 $(INSTALL_DATA) $(srcdir)/../po_document/pt_BR.us-ascii.gmo $@
8989
90 LocaleData/pt_BR.us-ascii/LC_MESSAGES: LocaleData/pt_BR.us-ascii
91 $(mkdir_p) $@
9290
93 LocaleData/pt_BR.us-ascii: LocaleData
94 $(mkdir_p) $@
9591
9692 $(srcdir)/../po_document/pt.us-ascii.gmo: $(srcdir)/../po_document/pt.us-ascii.po
9793 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) pt.us-ascii.gmo
9894
99 LocaleData/pt.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/pt.us-ascii.gmo LocaleData/pt.us-ascii/LC_MESSAGES
95 LocaleData/pt.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/pt.us-ascii.gmo
96 $(mkdir_p) `dirname $@`
10097 $(INSTALL_DATA) $(srcdir)/../po_document/pt.us-ascii.gmo $@
10198
102 LocaleData/pt.us-ascii/LC_MESSAGES: LocaleData/pt.us-ascii
103 $(mkdir_p) $@
10499
105 LocaleData/pt.us-ascii: LocaleData
106 $(mkdir_p) $@
107
108 LocaleData:
109 $(mkdir_p) $@
110
111 document_strings_mo_files = LocaleData/de.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/es.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/fr.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/hu/LC_MESSAGES/$(document_domain).mo LocaleData/it/LC_MESSAGES/$(document_domain).mo LocaleData/nl/LC_MESSAGES/$(document_domain).mo LocaleData/no.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/pt_BR.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/pt.us-ascii/LC_MESSAGES/$(document_domain).mo
100 document_strings_mo_files = LocaleData/de.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/eo/LC_MESSAGES/$(document_domain).mo LocaleData/es.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/fr.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/hu/LC_MESSAGES/$(document_domain).mo LocaleData/it/LC_MESSAGES/$(document_domain).mo LocaleData/nl/LC_MESSAGES/$(document_domain).mo LocaleData/no.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/pl/LC_MESSAGES/$(document_domain).mo LocaleData/pt_BR.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/pt.us-ascii/LC_MESSAGES/$(document_domain).mo
1313
1414 @SET_MAKE@
1515
16 # $Id: Makefile.am,v 1.56 2013/01/28 18:36:51 karl Exp $
16 # $Id: Makefile.am,v 1.57 2013/02/03 23:53:48 karl Exp $
1717 # Makefile.am for texinfo/tp.
1818 #
1919 # Copyright 2011, 2012, 2013 Free Software Foundation, Inc.
11391139 top_builddir = @top_builddir@
11401140 top_srcdir = @top_srcdir@
11411141
1142 # Makefile.tres generated by ./tp/maintain/regenerate_file_lists.pl.
1142 # Makefile.tres generated by ./maintain/regenerate_file_lists.pl.
11431143 #
1144 # Copyright 2012 Free Software Foundation, Inc.
1144 # Copyright 2013 Free Software Foundation, Inc.
11451145 #
11461146 # This file is free software; as a special exception the author gives
11471147 # unlimited permission to copy and/or distribute it, with or without
11871187 t/docbook_tests.t \
11881188 t/fix_texinfo.t \
11891189 t/html_tests.t \
1190 t/indent_menus_descriptions.t \
1190 t/indent_menu_descriptions.t \
11911191 t/index_before_item.t \
11921192 t/info_tests.t \
11931193 t/languages.t \
22862286 t/include_reference/section_file.texi
22872287
22882288 test_copied_include_files = t/include_dir/section_file.texi t/include_dir/f--ile.txt t/include_dir/incl-incl.txi t/include_dir/inc_file.texi t/include_dir/f--ile.png t/include_dir/macro_included.texi
2289 document_strings_mo_files = LocaleData/de.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/es.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/fr.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/hu/LC_MESSAGES/$(document_domain).mo LocaleData/it/LC_MESSAGES/$(document_domain).mo LocaleData/nl/LC_MESSAGES/$(document_domain).mo LocaleData/no.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/pt_BR.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/pt.us-ascii/LC_MESSAGES/$(document_domain).mo
2289 document_strings_mo_files = LocaleData/de.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/eo/LC_MESSAGES/$(document_domain).mo LocaleData/es.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/fr.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/hu/LC_MESSAGES/$(document_domain).mo LocaleData/it/LC_MESSAGES/$(document_domain).mo LocaleData/nl/LC_MESSAGES/$(document_domain).mo LocaleData/no.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/pl/LC_MESSAGES/$(document_domain).mo LocaleData/pt_BR.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/pt.us-ascii/LC_MESSAGES/$(document_domain).mo
22902290 SUBDIRS = . tests
22912291 bin_SCRIPTS = texi2any
22922292 do_subst = sed \
30773077
30783078 t/include_dir/macro_included.texi: $(srcdir)/t/include_reference/macro_included.texi t/include_dir
30793079 $(INSTALL_DATA) $(srcdir)/t/include_reference/macro_included.texi $@
3080
30803081 $(srcdir)/../po_document/de.us-ascii.gmo: $(srcdir)/../po_document/de.us-ascii.po
30813082 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) de.us-ascii.gmo
30823083
3083 LocaleData/de.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/de.us-ascii.gmo LocaleData/de.us-ascii/LC_MESSAGES
3084 LocaleData/de.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/de.us-ascii.gmo
3085 $(mkdir_p) `dirname $@`
30843086 $(INSTALL_DATA) $(srcdir)/../po_document/de.us-ascii.gmo $@
30853087
3086 LocaleData/de.us-ascii/LC_MESSAGES: LocaleData/de.us-ascii
3087 $(mkdir_p) $@
3088
3089 LocaleData/de.us-ascii: LocaleData
3090 $(mkdir_p) $@
3088 $(srcdir)/../po_document/eo.gmo: $(srcdir)/../po_document/eo.po
3089 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) eo.gmo
3090
3091 LocaleData/eo/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/eo.gmo
3092 $(mkdir_p) `dirname $@`
3093 $(INSTALL_DATA) $(srcdir)/../po_document/eo.gmo $@
30913094
30923095 $(srcdir)/../po_document/es.us-ascii.gmo: $(srcdir)/../po_document/es.us-ascii.po
30933096 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) es.us-ascii.gmo
30943097
3095 LocaleData/es.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/es.us-ascii.gmo LocaleData/es.us-ascii/LC_MESSAGES
3098 LocaleData/es.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/es.us-ascii.gmo
3099 $(mkdir_p) `dirname $@`
30963100 $(INSTALL_DATA) $(srcdir)/../po_document/es.us-ascii.gmo $@
3097
3098 LocaleData/es.us-ascii/LC_MESSAGES: LocaleData/es.us-ascii
3099 $(mkdir_p) $@
3100
3101 LocaleData/es.us-ascii: LocaleData
3102 $(mkdir_p) $@
31033101
31043102 $(srcdir)/../po_document/fr.us-ascii.gmo: $(srcdir)/../po_document/fr.us-ascii.po
31053103 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) fr.us-ascii.gmo
31063104
3107 LocaleData/fr.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/fr.us-ascii.gmo LocaleData/fr.us-ascii/LC_MESSAGES
3105 LocaleData/fr.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/fr.us-ascii.gmo
3106 $(mkdir_p) `dirname $@`
31083107 $(INSTALL_DATA) $(srcdir)/../po_document/fr.us-ascii.gmo $@
3109
3110 LocaleData/fr.us-ascii/LC_MESSAGES: LocaleData/fr.us-ascii
3111 $(mkdir_p) $@
3112
3113 LocaleData/fr.us-ascii: LocaleData
3114 $(mkdir_p) $@
31153108
31163109 $(srcdir)/../po_document/hu.gmo: $(srcdir)/../po_document/hu.po
31173110 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) hu.gmo
31183111
3119 LocaleData/hu/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/hu.gmo LocaleData/hu/LC_MESSAGES
3112 LocaleData/hu/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/hu.gmo
3113 $(mkdir_p) `dirname $@`
31203114 $(INSTALL_DATA) $(srcdir)/../po_document/hu.gmo $@
3121
3122 LocaleData/hu/LC_MESSAGES: LocaleData/hu
3123 $(mkdir_p) $@
3124
3125 LocaleData/hu: LocaleData
3126 $(mkdir_p) $@
31273115
31283116 $(srcdir)/../po_document/it.gmo: $(srcdir)/../po_document/it.po
31293117 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) it.gmo
31303118
3131 LocaleData/it/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/it.gmo LocaleData/it/LC_MESSAGES
3119 LocaleData/it/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/it.gmo
3120 $(mkdir_p) `dirname $@`
31323121 $(INSTALL_DATA) $(srcdir)/../po_document/it.gmo $@
3133
3134 LocaleData/it/LC_MESSAGES: LocaleData/it
3135 $(mkdir_p) $@
3136
3137 LocaleData/it: LocaleData
3138 $(mkdir_p) $@
31393122
31403123 $(srcdir)/../po_document/nl.gmo: $(srcdir)/../po_document/nl.po
31413124 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) nl.gmo
31423125
3143 LocaleData/nl/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/nl.gmo LocaleData/nl/LC_MESSAGES
3126 LocaleData/nl/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/nl.gmo
3127 $(mkdir_p) `dirname $@`
31443128 $(INSTALL_DATA) $(srcdir)/../po_document/nl.gmo $@
3145
3146 LocaleData/nl/LC_MESSAGES: LocaleData/nl
3147 $(mkdir_p) $@
3148
3149 LocaleData/nl: LocaleData
3150 $(mkdir_p) $@
31513129
31523130 $(srcdir)/../po_document/no.us-ascii.gmo: $(srcdir)/../po_document/no.us-ascii.po
31533131 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) no.us-ascii.gmo
31543132
3155 LocaleData/no.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/no.us-ascii.gmo LocaleData/no.us-ascii/LC_MESSAGES
3133 LocaleData/no.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/no.us-ascii.gmo
3134 $(mkdir_p) `dirname $@`
31563135 $(INSTALL_DATA) $(srcdir)/../po_document/no.us-ascii.gmo $@
31573136
3158 LocaleData/no.us-ascii/LC_MESSAGES: LocaleData/no.us-ascii
3159 $(mkdir_p) $@
3160
3161 LocaleData/no.us-ascii: LocaleData
3162 $(mkdir_p) $@
3137 $(srcdir)/../po_document/pl.gmo: $(srcdir)/../po_document/pl.po
3138 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) pl.gmo
3139
3140 LocaleData/pl/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/pl.gmo
3141 $(mkdir_p) `dirname $@`
3142 $(INSTALL_DATA) $(srcdir)/../po_document/pl.gmo $@
31633143
31643144 $(srcdir)/../po_document/pt_BR.us-ascii.gmo: $(srcdir)/../po_document/pt_BR.us-ascii.po
31653145 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) pt_BR.us-ascii.gmo
31663146
3167 LocaleData/pt_BR.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/pt_BR.us-ascii.gmo LocaleData/pt_BR.us-ascii/LC_MESSAGES
3147 LocaleData/pt_BR.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/pt_BR.us-ascii.gmo
3148 $(mkdir_p) `dirname $@`
31683149 $(INSTALL_DATA) $(srcdir)/../po_document/pt_BR.us-ascii.gmo $@
3169
3170 LocaleData/pt_BR.us-ascii/LC_MESSAGES: LocaleData/pt_BR.us-ascii
3171 $(mkdir_p) $@
3172
3173 LocaleData/pt_BR.us-ascii: LocaleData
3174 $(mkdir_p) $@
31753150
31763151 $(srcdir)/../po_document/pt.us-ascii.gmo: $(srcdir)/../po_document/pt.us-ascii.po
31773152 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) pt.us-ascii.gmo
31783153
3179 LocaleData/pt.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/pt.us-ascii.gmo LocaleData/pt.us-ascii/LC_MESSAGES
3154 LocaleData/pt.us-ascii/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/pt.us-ascii.gmo
3155 $(mkdir_p) `dirname $@`
31803156 $(INSTALL_DATA) $(srcdir)/../po_document/pt.us-ascii.gmo $@
31813157
3182 LocaleData/pt.us-ascii/LC_MESSAGES: LocaleData/pt.us-ascii
3183 $(mkdir_p) $@
3184
3185 LocaleData/pt.us-ascii: LocaleData
3186 $(mkdir_p) $@
3187
3188 LocaleData:
3189 $(mkdir_p) $@
3190
31913158 # A long list of files that we generate and some rules.
31923159
3193 # document string locales files and associated rules.
3160 # Document string locale files and associated rules.
31943161
31953162 $(srcdir)/Makefile.tres: maintain/regenerate_file_lists.pl
31963163 cd $(srcdir)/ && $(PERL) ./maintain/regenerate_file_lists.pl
0 # Makefile.tres generated by ./tp/maintain/regenerate_file_lists.pl.
0 # Makefile.tres generated by ./maintain/regenerate_file_lists.pl.
11 #
2 # Copyright 2012 Free Software Foundation, Inc.
2 # Copyright 2013 Free Software Foundation, Inc.
33 #
44 # This file is free software; as a special exception the author gives
55 # unlimited permission to copy and/or distribute it, with or without
4545 t/docbook_tests.t \
4646 t/fix_texinfo.t \
4747 t/html_tests.t \
48 t/indent_menus_descriptions.t \
48 t/indent_menu_descriptions.t \
4949 t/index_before_item.t \
5050 t/info_tests.t \
5151 t/languages.t \
334334 'fill_gaps_in_sectioning', 'move_index_entries_after_items',
335335 'insert_nodes_for_sectioning_commands',
336336 'complete_tree_nodes_menus', 'regenerate_master_menu',
337 'indent_menus_descriptions') {
337 'indent_menu_descriptions') {
338338 $valid_tree_transformations{$valid_transformation} = 1;
339339 }
340340
10921092 if (defined($file)) {
10931093 if (!open(VERBINCLUDE, $file)) {
10941094 if ($self) {
1095 $self->line_error (sprintf($self->__("Cannot read %s: %s"), $file, $!),
1095 $self->line_error(sprintf($self->__("could not read %s: %s"), $file, $!),
10961096 $current->{'line_nr'});
10971097 }
10981098 } else {
11091109 {'type' => 'raw', 'text' => $_ };
11101110 }
11111111 if (!close (VERBINCLUDE)) {
1112 $self->document_warn(sprintf($self->__("Error on closing \@verbatiminclude file %s: %s"),
1112 $self->document_warn(sprintf($self->__(
1113 "error on closing \@verbatiminclude file %s: %s"),
11131114 $file, $!));
11141115 }
11151116 }
11161117 } elsif ($self) {
1117 $self->line_error (sprintf($self->__("\@%s: Cannot find %s"),
1118 $self->line_error(sprintf($self->__("\@%s: could not find %s"),
11181119 $current->{'cmdname'}, $text), $current->{'line_nr'});
11191120 }
11201121 return $verbatiminclude;
14121413 print STDERR "html refs config file: $file\n" if ($self->get_conf('DEBUG'));
14131414 unless (open (HTMLXREF, $file)) {
14141415 $self->document_warn(
1415 sprintf($self->__("Cannot open html refs config file %s: %s"),
1416 sprintf($self->__("could not open html refs config file %s: %s"),
14161417 $file, $!));
14171418 next;
14181419 }
14401441 my $split_or_mono = shift @htmlxref;
14411442 #print STDERR "$split_or_mono $Texi2HTML::Config::htmlxref_entries{$split_or_mono} $line_nr\n";
14421443 if (!defined($split_or_mono)) {
1443 $self->file_line_warn($self->__("Missing type"), $file, $line_nr);
1444 $self->file_line_warn($self->__("missing type"), $file, $line_nr);
14441445 next;
14451446 } elsif (!defined($htmlxref_entries{$split_or_mono})) {
1446 $self->file_line_warn(sprintf($self->__("Unrecognized type: %s"),
1447 $self->file_line_warn(sprintf($self->__("unrecognized type: %s"),
14471448 $split_or_mono), $file, $line_nr);
14481449 next;
14491450 }
14591460 $htmlxref->{$manual}->{$split_or_mono} = $href;
14601461 }
14611462 if (!close (HTMLXREF)) {
1462 $self->document_warn(sprintf($self->__("Error on closing html refs config file %s: %s"),
1463 $self->document_warn(sprintf($self->__(
1464 "error on closing html refs config file %s: %s"),
14631465 $file, $!));
14641466 }
14651467 }
14941496 $renamed_nodes_lines->{$_} = $renamed_nodes_line_nr;
14951497 @old_names = ();
14961498 } else {
1497 warn (sprintf($self->__("%s:%d: no node to be renamed\n"),
1498 $renamed_nodes_file, $renamed_nodes_line_nr));
1499 $self->file_line_warn($self->__("no node to be renamed"),
1500 $renamed_nodes_file, $renamed_nodes_line_nr);
14991501 }
15001502 } else {
15011503 chomp;
15051507 }
15061508 }
15071509 if (scalar(@old_names)) {
1508 warn (sprintf($self->__("%s:%d: nodes without a new name at the end of file\n"),
1509 $renamed_nodes_file, $renamed_nodes_line_nr));
1510 $self->file_line_warn($self->__("nodes without a new name at the end of file"),
1511 $renamed_nodes_file, $renamed_nodes_line_nr);
15101512 }
15111513 if (!close(RENAMEDFILE)) {
15121514 $self->document_warn(sprintf($self->__p(
15131515 "see HTML Xref Link Preservation in the Texinfo manual for context",
1514 "Error on closing node-renaming configuration file %s: %s"),
1516 "error on closing node-renaming configuration file %s: %s"),
15151517 $renamed_nodes_file, $!));
15161518 }
15171519 } else {
1518 $self->document_warn(sprintf($self->__("Cannot read %s: %s"),
1520 $self->document_warn(sprintf($self->__("could not open %s: %s"),
15191521 $renamed_nodes_file, $!));
15201522 }
15211523 return ($renamed_nodes, $renamed_nodes_lines);
19961998 while ($parent) {
19971999 if ($parent->{'cmdname'} and $parent->{'line_nr'}) {
19982000 $self->line_warn(sprintf($self->__(
1999 "protect_hashchar_at_line_beginning cannot protect in \@%s"),
2000 $parent->{'cmdname'}), $parent->{'line_nr'});
2001 "could not protect hash character in \@%s"),
2002 $parent->{'cmdname'}), $parent->{'line_nr'});
20012003 last;
20022004 }
20032005 $parent = $parent->{'parent'};
9494 'PACKAGE_AND_VERSION' => 'texinfo',
9595 'PACKAGE_VERSION' => '',
9696 'PACKAGE_URL' => 'http://www.gnu.org/software/texinfo/',
97 'PROGRAM' => 'tp',
97 'PROGRAM' => '',
9898
9999 'DEBUG' => 0,
100100 'TEST' => 0,
387387 warn "BUG: unknown option $conf\n";
388388 return undef;
389389 } elsif (Texinfo::Common::obsolete_option($conf)) {
390 warn (sprintf(main::__("Obsolete variable %s\n"), $conf));
390 warn(sprintf(main::__("Obsolete variable %s\n"), $conf));
391391 }
392392 if ($self->{'set'}->{$conf}) {
393393 return 0;
406406 warn "BUG: unknown option $conf\n";
407407 return undef;
408408 } elsif (Texinfo::Common::obsolete_option($conf)) {
409 warn (sprintf(main::__("Obsolete variable %s\n"), $conf));
409 warn(sprintf(main::__("Obsolete variable %s\n"), $conf));
410410 }
411411 $self->{'conf'}->{$conf} = $value;
412412 return 1;
597597 if (! -d $new_directory) {
598598 if (!mkdir($new_directory, oct(755))) {
599599 $self->document_error(sprintf($self->__(
600 "Can't create directories `%s' or `%s': %s"),
600 "could not create directories `%s' or `%s': %s"),
601601 $self->{'destination_directory'}, $new_directory, $!));
602602 return undef;
603603 }
605605 $self->{'destination_directory'} = $new_directory;
606606 } else {
607607 $self->document_error(sprintf($self->__(
608 "Can't create directories `%s': %s"),
608 "could not create directory `%s': %s"),
609609 $self->{'destination_directory'}, $!));
610610 return undef;
611611 }
814814 if (! $self->{'output_file'} eq '') {
815815 $fh = $self->Texinfo::Common::open_out($self->{'output_file'});
816816 if (!$fh) {
817 $self->document_error(sprintf($self->__("Could not open %s for writing: %s"),
817 $self->document_error(sprintf($self->__("could not open %s for writing: %s"),
818818 $self->{'output_file'}, $!));
819819 return undef;
820820 }
307307 if (! $self->{'output_file'} eq '') {
308308 $fh = $self->Texinfo::Common::open_out ($self->{'output_file'});
309309 if (!$fh) {
310 $self->document_error(sprintf($self->__("Could not open %s for writing: %s"),
310 $self->document_error(sprintf($self->__("could not open %s for writing: %s"),
311311 $self->{'output_file'}, $!));
312312 return undef;
313313 }
343343 if ($fh and $self->{'output_file'} ne '-') {
344344 $self->register_close_file($self->{'output_file'});
345345 if (!close ($fh)) {
346 $self->document_error(sprintf($self->__("Error on closing %s: %s"),
346 $self->document_error(sprintf($self->__("error on closing %s: %s"),
347347 $self->{'output_file'}, $!));
348348 }
349349 }
894894 .'</literallayout></textobject>';
895895 }
896896 if (!defined($image_text) and !$image_file_found) {
897 $self->line_warn(sprintf($self->__("\@image file `%s' not found, using `%s'"), $basefile, "$basefile.jpg"), $root->{'line_nr'});
897 $self->line_warn(sprintf(
898 $self->__("\@image file `%s' not found, using `%s'"),
899 $basefile, "$basefile.jpg"), $root->{'line_nr'});
898900 }
899901
900902 if ($is_inline) {
16731673 $image_file = "$basefile.jpg";
16741674 }
16751675 #cluck "err ($self->{'ignore_notice'})";
1676 $self->line_warn(sprintf($self->__("\@image file `%s' (for HTML) not found, using `%s'"), $basefile, $image_file), $command->{'line_nr'});
1676 $self->line_warn(sprintf(
1677 $self->__("\@image file `%s' (for HTML) not found, using `%s'"),
1678 $basefile, $image_file), $command->{'line_nr'});
16771679 }
16781680 if (defined($self->get_conf('IMAGE_LINK_PREFIX'))) {
16791681 $image_file = $self->get_conf('IMAGE_LINK_PREFIX') . $image_file;
23412343 chomp ($content);
23422344 return $content;
23432345 }
2344 $self->line_warn(sprintf($self->__("Raw format %s is not converted"), $cmdname),
2345 $command->{'line_nr'});
2346 $self->line_warn(sprintf($self->__("raw format %s is not converted"),
2347 $cmdname), $command->{'line_nr'});
23462348 return $self->protect_text($content);
23472349 }
23482350
47344736 $self->set_conf('CSS_LINES', $css_text);
47354737 }
47364738
4737 sub _process_css_file ($$$)
4739 sub _process_css_file($$$)
47384740 {
47394741 my $self = shift;
47404742 my $fh =shift;
48104812 #file_line_warn (__("string not closed in css file"), $file) if ($in_string);
48114813 #file_line_warn (__("--css-file ended in comment"), $file) if ($in_comment);
48124814 #file_line_warn (__("\@import not finished in css file"), $file) if ($in_import and !$in_comment and !$in_string);
4813 warn (sprintf($self->__("%s:%d: string not closed in css file"),
4814 $file, $line_nr)) if ($in_string);
4815 warn (sprintf($self->__("%s:%d: --css-include ended in comment"),
4816 $file, $line_nr)) if ($in_comment);
4817 warn (sprintf($self->__("%s:%d: \@import not finished in css file"),
4818 $file, $line_nr))
4815 $self->file_line_warn(sprintf($self->__("string not closed in css file"),
4816 $file, $line_nr)) if ($in_string);
4817 $self->file_line_warn(sprintf($self->__("--css-include ended in comment"),
4818 $file, $line_nr)) if ($in_comment);
4819 $self->file_line_warn(sprintf($self->__("\@import not finished in css file"),
4820 $file, $line_nr))
48194821 if ($in_import and !$in_comment and !$in_string);
48204822 return ($imports, $rules);
48214823 }
48374839 $css_file_fh = \*STDIN;
48384840 $css_file = '-';
48394841 } else {
4840 $css_file = $self->Texinfo::Common::locate_include_file ($file);
4842 $css_file = $self->Texinfo::Common::locate_include_file($file);
48414843 unless (defined($css_file)) {
4842 $self->document_warn (sprintf(
4843 $self->__("css file %s not found"), $file));
4844 $self->document_warn(sprintf(
4845 $self->__("CSS file %s not found"), $file));
48444846 next;
48454847 }
48464848 # FIXME use open_out?
48474849 unless (open (CSSFILE, $css_file)) {
4848 $self->document_warn (sprintf($self->__(
4850 $self->document_warn(sprintf($self->__(
48494851 "could not open --include-file %s: %s"),
48504852 $css_file, $!));
48514853 next;
48564858 ($import_lines, $rules_lines)
48574859 = $self->_process_css_file ($css_file_fh, $css_file);
48584860 if (!close($css_file_fh)) {
4859 $self->document_warn(sprintf($self->__("Error on closing CSS file %s: %s"),
4861 $self->document_warn(sprintf($self->__("error on closing CSS file %s: %s"),
48604862 $css_file, $!));
48614863 }
48624864 push @css_import_lines, @$import_lines;
58025804 and !$external_node->{'top_node_up'}) {
58035805 if (defined($link_command) and $link_command->{'line_nr'}) {
58045806 $self->line_warn(sprintf($self->__(
5805 "No htmlxref.cnf entry found for `%s'"), $manual_name),
5807 "no htmlxref.cnf entry found for `%s'"), $manual_name),
58065808 $link_command->{'line_nr'});
58075809 } elsif (!$self->{'check_htmlxref_already_warned'}->{$manual_name}) {
58085810 $self->document_warn(sprintf($self->__(
5809 "No htmlxref.cnf entry found for `%s'"), $manual_name),
5811 "no htmlxref.cnf entry found for `%s'"), $manual_name),
58105812 );
58115813 }
58125814 $self->{'check_htmlxref_already_warned'}->{$manual_name} = 1;
60986100 sub _default_program_string($)
60996101 {
61006102 my $self = shift;
6101 return $self->convert_tree(
6102 $self->gdt('This document was generated on @emph{@today{}} using @uref{{program_homepage}, @emph{{program}}}.',
6103 if (defined($self->get_conf('PROGRAM'))
6104 and $self->get_conf('PROGRAM') ne ''
6105 and defined($self->get_conf('PACKAGE_URL'))) {
6106 return $self->convert_tree(
6107 $self->gdt('This document was generated on @emph{@today{}} using @uref{{program_homepage}, @emph{{program}}}.',
61036108 { 'program_homepage' => $self->get_conf('PACKAGE_URL'),
61046109 'program' => $self->get_conf('PROGRAM') }));
6110 } else {
6111 return $self->convert_tree(
6112 $self->gdt('This document was generated on @emph{@today{}}.'));
6113 }
61056114 }
61066115
61076116 sub _default_end_file($)
61916200 my $program_and_version = $self->get_conf('PACKAGE_AND_VERSION');
61926201 my $program_homepage = $self->get_conf('PACKAGE_URL');
61936202 my $program = $self->get_conf('PROGRAM');
6203 my $generator = '';
6204 if (defined($program) and $program ne '') {
6205 $generator = "\n<meta name=\"Generator\" content=\"$program\">";
6206 }
61946207
61956208 return ($title, $description, $encoding, $date, $css_lines,
61966209 $doctype, $bodytext, $copying_comment, $after_body_open,
61976210 $extra_head, $program_and_version, $program_homepage,
6198 $program);
6211 $program, $generator);
61996212 }
62006213
62016214 sub _get_links ($$$)
62406253 my ($title, $description, $encoding, $date, $css_lines,
62416254 $doctype, $bodytext, $copying_comment, $after_body_open,
62426255 $extra_head, $program_and_version, $program_homepage,
6243 $program) = $self->_file_header_informations($command);
6256 $program, $generator) = $self->_file_header_informations($command);
62446257
62456258 my $links = $self->_get_links ($filename, $element);
62466259
62536266 $description
62546267 <meta name=\"keywords\" content=\"$title\">
62556268 <meta name=\"resource-type\" content=\"document\">
6256 <meta name=\"distribution\" content=\"global\">
6257 <meta name=\"Generator\" content=\"$program\">$date
6269 <meta name=\"distribution\" content=\"global\">${generator}$date
62586270 $encoding
62596271 ${links}$css_lines
62606272 $extra_head
62746286 my ($title, $description, $encoding, $date, $css_lines,
62756287 $doctype, $bodytext, $copying_comment, $after_body_open,
62766288 $extra_head, $program_and_version, $program_homepage,
6277 $program) = $self->_file_header_informations($command);
6289 $program, $generator) = $self->_file_header_informations($command);
62786290
62796291 my $name = $self->command_text($command);
62806292 my $href = $self->command_href($command);
62926304 $description
62936305 <meta name=\"keywords\" content=\"$title\">
62946306 <meta name=\"resource-type\" content=\"document\">
6295 <meta name=\"distribution\" content=\"global\">
6296 <meta name=\"Generator\" content=\"$program\">$date
6307 <meta name=\"distribution\" content=\"global\">${generator}$date
62976308 $encoding
62986309 $css_lines
62996310 <meta http-equiv=\"Refresh\" content=\"0; url=$href\">
64916502
64926503 $self->register_close_file($frame_outfile);
64936504 if (!close ($frame_fh)) {
6494 $self->document_error(sprintf($self->__("Error on closing frame file %s: %s"),
6505 $self->document_error(sprintf($self->__("error on closing frame file %s: %s"),
64956506 $frame_outfile, $!));
64966507 return 0;
64976508 }
64986509 } else {
6499 $self->document_error(sprintf($self->__("Could not open %s for writing: %s"),
6510 $self->document_error(sprintf($self->__("could not open %s for writing: %s"),
65006511 $frame_outfile, $!));
65016512 return 0;
65026513 }
65156526
65166527 $self->register_close_file($toc_frame_outfile);
65176528 if (!close ($toc_frame_fh)) {
6518 $self->document_error(sprintf($self->__("Error on closing TOC frame file %s: %s"),
6529 $self->document_error(sprintf($self->__("error on closing TOC frame file %s: %s"),
65196530 $toc_frame_outfile, $!));
65206531 return 0;
65216532 }
65226533 } else {
6523 $self->document_error(sprintf($self->__("Could not open %s for writing: %s"),
6534 $self->document_error(sprintf($self->__("could not open %s for writing: %s"),
65246535 $toc_frame_outfile, $!));
65256536 return 0;
65266537 }
66306641 # print STDERR "Handler $handler of $stage($priority) failed\n";
66316642 #}
66326643 $converter->document_error(sprintf($converter->__(
6633 "Handler %s of stage %s priority %s failed"),
6644 "handler %s of stage %s priority %s failed"),
66346645 $handler, $stage, $priority));
66356646 return $status;
66366647 }
68306841 $self->{'title_string'} = $self->convert_tree_new_formatting_context(
68316842 {'type' => '_string', 'contents' => [$self->{'title_tree'}]},
68326843 'title_string');
6833 $self->document_warn($self->__(
6834 "Must specify a title with a title command or \@top"));
6844 $self->file_line_warn($self->__(
6845 "must specify a title with a title command or \@top"),
6846 $self->{'info'}->{'input_file_name'});
68356847 } else {
68366848 $self->{'title_string'} = $html_title_string;
68376849 }
68966908 if ($self->get_conf('DEBUG'));
68976909 $fh = $self->Texinfo::Common::open_out($outfile);
68986910 if (!$fh) {
6899 $self->document_error(sprintf($self->__("Could not open %s for writing: %s"),
6911 $self->document_error(sprintf($self->__("could not open %s for writing: %s"),
69006912 $outfile, $!));
69016913 return undef;
69026914 }
69056917 if ($self->get_conf('DEBUG'));
69066918 }
69076919 $self->{'current_filename'} = $self->{'output_filename'};
6908 my $header = &{$self->{'format_begin_file'}}($self, $self->{'output_filename'}, undef);
6920 my $header = &{$self->{'format_begin_file'}}($self,
6921 $self->{'output_filename'}, undef);
69096922 $output .= $self->_output_text($header, $fh);
69106923 if ($elements and @$elements) {
69116924 foreach my $element (@$elements) {
69216934 if ($fh and $outfile ne '-') {
69226935 $self->register_close_file($outfile);
69236936 if (!close($fh)) {
6924 $self->document_error(sprintf($self->__("Error on closing %s: %s"),
6937 $self->document_error(sprintf($self->__("error on closing %s: %s"),
69256938 $outfile, $!));
69266939 }
69276940 }
69536966 if (!$files{$element->{'filename'}}->{'fh'}) {
69546967 $file_fh = $self->Texinfo::Common::open_out($element->{'out_filename'});
69556968 if (!$file_fh) {
6956 $self->document_error(sprintf($self->__("Could not open %s for writing: %s"),
6969 $self->document_error(sprintf($self->__("could not open %s for writing: %s"),
69576970 $element->{'out_filename'}, $!));
69586971 return undef;
69596972 }
69796992 if ($element->{'out_filename'} ne '-') {
69806993 $self->register_close_file($element->{'out_filename'});
69816994 if (!close($file_fh)) {
6982 $self->document_error(sprintf($self->__("Error on closing %s: %s"),
6995 $self->document_error(sprintf($self->__("error on closing %s: %s"),
69836996 $element->{'out_filename'}, $!));
69846997 return undef;
69856998 }
70307043 }
70317044 my $file_fh = $self->Texinfo::Common::open_out($out_filename);
70327045 if (!$file_fh) {
7033 $self->document_error(sprintf($self->__("Could not open %s for writing: %s"),
7046 $self->document_error(sprintf($self->__(
7047 "could not open %s for writing: %s"),
70347048 $out_filename, $!));
70357049 } else {
70367050 print $file_fh $redirection_page;
70377051 $self->register_close_file($out_filename);
70387052 if (!close ($file_fh)) {
7039 $self->document_error(sprintf($self->__("Error on closing redirection node file %s: %s"),
7053 $self->document_error(sprintf($self->__(
7054 "error on closing redirection node file %s: %s"),
70407055 $out_filename, $!));
70417056 return undef;
70427057 }
70607075 $self->{'renamed_nodes_file'});
70617076 if ($parsed_old_node) {
70627077 if ($self->label_command($parsed_old_node->{'normalized'})) {
7063 $self->document_error(sprintf($self->__(
7064 "Old name for `%s' is a node of the document"), $old_node_name));
7078 $self->file_line_error(sprintf($self->__(
7079 "old name for `%s' is a node of the document"), $old_node_name),
7080 $self->{'renamed_nodes_file'},
7081 $self->{'renamed_nodes_lines'}->{$old_node_name});
70657082 $parsed_old_node = undef;
70667083 } elsif ($parsed_old_node->{'normalized'} !~ /[^-]/) {
7067 $self->document_error(sprintf($self->__(
7068 "File empty for renamed node `%s'"), $old_node_name));
7084 $self->file_line_error(sprintf($self->__(
7085 "file empty for renamed node `%s'"), $old_node_name),
7086 $self->{'renamed_nodes_file'},
7087 $self->{'renamed_nodes_lines'}->{$old_node_name});
70697088 $parsed_old_node = undef;
70707089 }
70717090 }
70777096 if (!$self->label_command($parsed_new_node->{'normalized'})) {
70787097 if (!$warned_new_node{$new_node_name}) {
70797098 $self->file_line_warn(sprintf($self->__(
7080 "Target node (new name for `%s') not in document: %s"),
7099 "target node (new name for `%s') not in document: %s"),
70817100 $old_node_name, $new_node_name), $self->{'renamed_nodes_file'},
70827101 $self->{'renamed_nodes_lines'}->{$new_node_name});
70837102 $warned_new_node{$new_node_name} = 1;
71027121 }
71037122 my $file_fh = $self->Texinfo::Common::open_out($out_filename);
71047123 if (!$file_fh) {
7105 $self->document_error(sprintf($self->__("Could not open %s for writing: %s"),
7124 $self->document_error(sprintf($self->__("could not open %s for writing: %s"),
71067125 $out_filename, $!));
71077126 } else {
71087127 print $file_fh $redirection_page;
71097128 $self->register_close_file($out_filename);
71107129 if (!close ($file_fh)) {
71117130 $self->document_error(sprintf($self->__(
7112 "Error on closing renamed node redirection file %s: %s"),
7131 "error on closing renamed node redirection file %s: %s"),
71137132 $out_filename, $!));
71147133 return undef;
71157134 }
71477166 $node_tree);
71487167 my $line_nr = {'line_nr' => $line_number, 'file_name' => $file };
71497168 if (!$node_normalized_result) {
7150 $self->line_warn($self->__('Empty node name'), $line_nr);
7169 $self->line_warn($self->__('empty node name'), $line_nr);
71517170 } elsif ($node_normalized_result->{'manual_content'}) {
7152 $self->line_error (sprintf($self->__("Syntax for an external node used for `%s'"),
7171 $self->line_error(sprintf($self->__("syntax for an external node used for `%s'"),
71537172 $node_texi), $line_nr);
71547173
71557174 } else {
289289 if (! $self->{'output_file'} eq '') {
290290 $fh = $self->Texinfo::Common::open_out($self->{'output_file'});
291291 if (!$fh) {
292 $self->document_error(sprintf($self->__("Could not open %s for writing: %s"),
292 $self->document_error(sprintf($self->__("could not open %s for writing: %s"),
293293 $self->{'output_file'}, $!));
294294 return undef;
295295 }
911911 if ($fh and $self->{'output_file'} ne '-') {
912912 $self->register_close_file($self->{'output_file'});
913913 if (!close ($fh)) {
914 $self->document_error(sprintf($self->__("Error on closing %s: %s"),
914 $self->document_error(sprintf($self->__("error on closing %s: %s"),
915915 $self->{'output_file'}, $!));
916916 }
917917 }
8686 if (! $self->{'output_file'} eq '') {
8787 $fh = $self->Texinfo::Common::open_out($self->{'output_file'});
8888 if (!$fh) {
89 $self->document_error(sprintf($self->__("Could not open %s for writing: %s"),
89 $self->document_error(sprintf($self->__("could not open %s for writing: %s"),
9090 $self->{'output_file'}, $!));
9191 return undef;
9292 }
9595 my $out_file_nr = 0;
9696 my @indirect_files;
9797 if (!defined($elements) or $elements->[0]->{'extra'}->{'no_node'}) {
98 $self->document_warn($self->__("Document without nodes."));
98 $self->file_line_warn($self->__("document without nodes"),
99 $self->{'info'}->{'input_file_name'});
99100 my $output = $header.$self->_convert($root);
100101 $self->_count_context_bug_message('no element ');
101102
111112 } else {
112113 unless ($self->{'structuring'} and $self->{'structuring'}->{'top_node'}
113114 and $self->{'structuring'}->{'top_node'}->{'extra'}->{'normalized'} eq 'Top') {
114 $self->document_warn($self->__("Document without Top node."));
115 $self->file_line_warn($self->__("document without Top node"),
116 $self->{'info'}->{'input_file_name'});
115117 }
116118 $out_file_nr = 1;
117119 if ($fh) {
141143 if ($out_file_nr == 1) {
142144 $self->register_close_file($self->{'output_file'});
143145 if (defined($close_error)) {
144 $self->document_error(sprintf($self->__("Error on closing %s: %s"),
146 $self->document_error(sprintf($self->__("error on closing %s: %s"),
145147 $self->{'output_file'}, $close_error));
146148 return undef;
147149 }
148150 unless (rename ($self->{'output_file'},
149151 $self->{'output_file'}.'-'.$out_file_nr)) {
150 $self->document_error(sprintf($self->__("Rename %s failed: %s"),
152 $self->document_error(sprintf($self->__("rename %s failed: %s"),
151153 $self->{'output_file'}, $!));
152154 return undef;
153155 }
163165 } else {
164166 $self->register_close_file($self->{'output_file'}.'-'.$out_file_nr);
165167 if (defined($close_error)) {
166 $self->document_error(sprintf($self->__("Error on closing %s: %s"),
168 $self->document_error(sprintf($self->__("error on closing %s: %s"),
167169 $self->{'output_file'}.'-'.$out_file_nr,
168170 $close_error));
169171 return undef;
174176 $self->{'output_file'}.'-'.$out_file_nr);
175177 if (!$fh) {
176178 $self->document_error(sprintf(
177 $self->__("Could not open %s for writing: %s"),
179 $self->__("could not open %s for writing: %s"),
178180 $self->{'output_file'}.'-'.$out_file_nr, $!));
179181 return undef;
180182 }
190192 if ($out_file_nr > 1) {
191193 $self->register_close_file($self->{'output_file'}.'-'.$out_file_nr);
192194 if (!close ($fh)) {
193 $self->document_error(sprintf($self->__("Error on closing %s: %s"),
195 $self->document_error(sprintf($self->__("error on closing %s: %s"),
194196 $self->{'output_file'}.'-'.$out_file_nr, $!));
195197 return undef;
196198 }
197199 $fh = $self->Texinfo::Common::open_out($self->{'output_file'});
198200 if (!$fh) {
199201 $self->document_error(sprintf(
200 $self->__("Could not open %s for writing: %s"),
202 $self->__("could not open %s for writing: %s"),
201203 $self->{'output_file'}, $!));
202204 return undef;
203205 }
253255 unless ($self->{'output_file'} eq '-') {
254256 $self->register_close_file($self->{'output_file'});
255257 if (!close ($fh)) {
256 $self->document_error(sprintf($self->__("Error on closing %s: %s"),
258 $self->document_error(sprintf($self->__("error on closing %s: %s"),
257259 $self->{'output_file'}, $!));
258260 }
259261 }
274276 $result .= $paragraph->add_next($self->{'output_filename'});
275277 my $program = $self->get_conf('PROGRAM');
276278 my $version = $self->get_conf('PACKAGE_VERSION');
277 $result .= $paragraph->add_text(", produced by $program version $version from ");
279 if (defined($program) and $program ne '') {
280 $result .= $paragraph->add_text(", produced by $program version $version from ");
281 } else {
282 $result .= $paragraph->add_text(", produced from ");
283 }
278284 $result .= $paragraph->add_next($self->{'input_basename'});
279285 $result .= $paragraph->add_text('.');
280286 $result .= $paragraph->end();
458458 if ($outfile ne '') {
459459 $fh = $self->Texinfo::Common::open_out($outfile);
460460 if (!$fh) {
461 $self->document_error(sprintf($self->__("Could not open %s for writing: %s"),
461 $self->document_error(sprintf($self->__("could not open %s for writing: %s"),
462462 $outfile, $!));
463463 return undef;
464464 }
11051105 # done by the Parser.
11061106 # Warn, only once.
11071107 if (!$self->{'index_entries_no_node'}->{$entry}) {
1108 $self->line_warn (sprintf($self->__("Entry for index `%s' outside of any node"),
1108 $self->line_warn(sprintf($self->__("entry for index `%s' outside of any node"),
11091109 $index_name), $entry->{'command'}->{'line_nr'});
11101110 $self->{'index_entries_no_node'}->{$entry} = 1;
11111111 }
11971197 my $root = shift;
11981198 my $basefile = shift;
11991199
1200 my $txt_file = $self->Texinfo::Common::locate_include_file ($basefile.'.txt');
1200 my $txt_file = $self->Texinfo::Common::locate_include_file($basefile.'.txt');
12011201 if (!defined($txt_file)) {
12021202 return undef;
12031203 } else {
12131213 # remove last end of line
12141214 chomp ($result);
12151215 if (!close ($filehandle)) {
1216 $self->document_warn(sprintf($self->__("Error on closing image text file %s: %s"),
1216 $self->document_warn(sprintf($self->__("error on closing image text file %s: %s"),
12171217 $txt_file, $!));
12181218 }
12191219 return $result;
12461246 $result = $alt;
12471247 }
12481248 } else {
1249 $self->line_warn(sprintf($self->__("Cannot find \@image file `%s.txt' nor alternate text"),
1250 $basefile), $root->{'line_nr'});
1249 $self->line_warn(sprintf($self->__(
1250 "could not find \@image file `%s.txt' nor alternate text"),
1251 $basefile), $root->{'line_nr'});
12511252 $result = '['.$basefile.']';
12521253 }
12531254 return $result;
16111612 and $root->{'args'}->[0]->{'contents'}->[0]->{'text'} =~ /^Note\s/i
16121613 and $self->{'output_format'}
16131614 and $self->{'output_format'} eq 'info') {
1614 $self->line_warn($self->__("\@strong{Note...} produces a spurious cross-reference in Info; reword to avoid that"), $root->{'line_nr'});
1615 $self->line_warn($self->__(
1616 "\@strong{Note...} produces a spurious cross-reference in Info; reword to avoid that"),
1617 $root->{'line_nr'});
16151618 }
16161619 }
16171620 $result .= $self->_count_added($formatter->{'container'},
18411844 my $text = $next->{'text'};
18421845 $text =~ s/^\s*//;
18431846 my $char = substr($text, 0, 1);
1844 $self->line_warn(sprintf($self->__("`.' or `,' must follow \@xref, not %s"), $char), $root->{'line_nr'});
1847 $self->line_warn(sprintf($self->__(
1848 "`.' or `,' must follow \@xref, not %s"),
1849 $char), $root->{'line_nr'});
18451850 } else {
1846 $self->line_warn($self->__("`.' or `,' must follow \@xref"), $root->{'line_nr'});
1851 $self->line_warn($self->__("`.' or `,' must follow \@xref"),
1852 $root->{'line_nr'});
18471853 }
18481854 }
18491855 my @added = ({'text' => '.'});
28902896 return $result;
28912897 }
28922898
2893 sub indent_menu_descriptions($$)
2899 sub indent_one_menu_descriptions($$)
28942900 {
28952901 my $self = shift;
28962902 my $menu = shift;
29322938 }
29332939 }
29342940
2935 sub indent_menus_descriptions($;$)
2941 sub indent_menu_descriptions($;$)
29362942 {
29372943 my $self = shift;
29382944 my $parser = shift;
29662972
29672973 if ($parser->{'info'} and $parser->{'info'}->{'unassociated_menus'}) {
29682974 foreach my $menu (@{$parser->{'info'}->{'unassociated_menus'}}) {
2969 $self->indent_menu_descriptions($menu);
2975 $self->indent_one_menu_descriptions($menu);
29702976 }
29712977 }
29722978 if ($parser->{'nodes'} and @{$parser->{'nodes'}}) {
425425 if (! $self->{'output_file'} eq '') {
426426 $fh = $self->Texinfo::Common::open_out($self->{'output_file'});
427427 if (!$fh) {
428 $self->document_error(sprintf($self->__("Could not open %s for writing: %s"),
428 $self->document_error(sprintf($self->__("could not open %s for writing: %s"),
429429 $self->{'output_file'}, $!));
430430 return undef;
431431 }
444444 if ($fh and $self->{'output_file'} ne '-') {
445445 $self->register_close_file($self->{'output_file'});
446446 if (!close ($fh)) {
447 $self->document_error(sprintf($self->__("Error on closing %s: %s"),
447 $self->document_error(sprintf($self->__("error on closing %s: %s"),
448448 $self->{'output_file'}, $!));
449449 }
450450 }
816816 #print STDERR "root_command for $current->{'cmdname'}: $root_command\n";
817817 if (defined($root_command)
818818 and !$ending_root_commands{$root_command}) {
819 $self->line_warn (sprintf($self->__(
819 $self->line_warn(sprintf($self->__(
820820 "\@%s should only appear at beginning or end of document"),
821821 $current->{'cmdname'}), $current->{'line_nr'});
822822 }
832832 my $file_name = shift;
833833
834834 my $filehandle = do { local *FH };
835 if (!open ($filehandle, $file_name)) {
836 $self->document_error(sprintf($self->__("Can't read file %s: %s"),
835 if (! open($filehandle, $file_name)) {
836 $self->document_error(sprintf($self->__("could not open %s: %s"),
837837 $file_name, $!));
838838 return undef;
839839 }
10641064 if ($command eq 'setfilename'
10651065 and scalar(@{$self->{'input'}}) > 1) {
10661066 } elsif (exists ($self->{'extra'}->{$current->{'cmdname'}})) {
1067 $self->line_warn(sprintf($self->__('Multiple @%s'),
1067 $self->line_warn(sprintf($self->__('multiple @%s'),
10681068 $current->{'cmdname'}), $line_nr);
10691069 } else {
10701070 $self->{'extra'}->{$current->{'cmdname'}} = $current
10961096 }
10971097
10981098 if ($args_def =~ /^\s*[^\@]/) {
1099 $self->line_error(sprintf($self->__("Bad syntax for \@%s argument: %s"),
1099 $self->line_error(sprintf($self->__("bad syntax for \@%s argument: %s"),
11001100 $command, $args_def),
11011101 $line_nr);
11021102 $macro->{'extra'}->{'invalid_syntax'} = 1;
11121112 { 'type' => 'macro_arg', 'text' => $formal_arg,
11131113 'parent' => $macro};
11141114 if ($formal_arg !~ /^[\w\-]+$/) {
1115 $self->line_error(sprintf($self->__("Bad or empty \@%s formal argument: %s"),
1115 $self->line_error(sprintf($self->__("bad or empty \@%s formal argument: %s"),
11161116 $command, $formal_arg), $line_nr);
11171117 $macro->{'extra'}->{'invalid_syntax'} = 1;
11181118 }
11201120 $index++;
11211121 }
11221122 } else {
1123 $self->line_error (sprintf($self->
1123 $self->line_error(sprintf($self->
11241124 __("%c%s requires a name"), ord('@'), $command), $line_nr);
11251125 $macro->{'extra'}->{'invalid_syntax'} = 1;
11261126 }
11841184 return $current;
11851185 }
11861186
1187 # wrapper around line_warn. Set line_nr to be the line_nr of the command,
1188 # corresponding to the opening of the command. Call line_warn with
1189 # sprintf if needed.
11871190 sub _command_warn($$$$;@)
11881191 {
11891192 my $self = shift;
15831586 }
15841587 }
15851588 if ($empty_format) {
1586 $self->line_warn (sprintf($self->__("\@%s has text but no \@item"),
1589 $self->line_warn(sprintf($self->__("\@%s has text but no \@item"),
15871590 $current->{'cmdname'}), $current->{'line_nr'});
15881591 }
15891592 }
16201623 $interrupting_command, $current->{'cmdname'}),
16211624 $line_nr);
16221625 } else {
1623 $self->line_error(sprintf($self->__("No matching `%cend %s'"),
1626 $self->line_error(sprintf($self->__("no matching `%cend %s'"),
16241627 ord('@'), $current->{'cmdname'}), $line_nr);
16251628 if ($block_commands{$current->{'cmdname'}} eq 'conditional') {
16261629 # in this case we are within an ignored conditional
16421645 print STDERR "CLOSING type $current->{'type'}\n" if ($self->{'DEBUG'});
16431646 if ($current->{'type'} eq 'bracketed') {
16441647 $self->_command_error($current, $line_nr,
1645 $self->__("Misplaced %c"), ord('{'));
1648 $self->__("misplaced %c"), ord('{'));
16461649 } elsif ($current->{'type'} eq 'menu_comment'
16471650 or $current->{'type'} eq 'menu_entry_description') {
16481651 my $context = pop @{$self->{'context_stack'}};
17381741 #$self->_close_command_cleanup($current);
17391742 $current = $current->{'parent'};
17401743 } elsif ($closed_command) {
1741 $self->line_error (sprintf($self->__("Unmatched `%c%s'"),
1744 $self->line_error(sprintf($self->__("unmatched `%c%s'"),
17421745 ord('@'), "end $closed_command"), $line_nr);
17431746 }
17441747 return ($closed_element, $current);
18941897 # Don't close STDIN
18951898 if ($previous_input->{'fh'} and $previous_input->{'name'} ne '-') {
18961899 if (!close($previous_input->{'fh'})) {
1897 $self->document_warn(sprintf($self->__("Error on closing %s: %s"),
1900 $self->document_warn(sprintf($self->__("error on closing %s: %s"),
18981901 $previous_input->{'name'}, $!));
18991902
19001903 }
19681971 } else {
19691972 # implicit quoting when there is one argument.
19701973 if ($args_total != 1) {
1971 $self->line_error (sprintf($self->__("Macro `%s' called with too many args"),
1972 $name), $line_nr);
1974 $self->line_error(sprintf($self->__(
1975 "macro `%s' called with too many args"),
1976 $name), $line_nr);
19731977 }
19741978 $arguments->[-1] .= ',';
19751979 }
19901994
19911995 ($line, $line_nr) = _new_line($self, $line_nr, $macro);
19921996 if (!defined($line)) {
1993 $self->line_error (sprintf($self->__("\@%s missing close brace"),
1997 $self->line_error(sprintf($self->__("\@%s missing close brace"),
19941998 $name), $line_nr_orig);
19951999 return ($arguments, "\n", $line_nr);
19962000 }
19972001 }
19982002 }
19992003 if ($args_total == 0 and $arguments->[0] =~ /\S/) {
2000 $self->line_error (sprintf($self->__("Macro `%s' declared without argument called with an argument"),
2004 $self->line_error(sprintf($self->__(
2005 "macro `%s' declared without argument called with an argument"),
20012006 $name), $line_nr);
20022007 }
20032008 print STDERR "END MACRO ARGS EXPANSION(".scalar(@$arguments)."): ".
20312036 if (defined($args_index->{$arg})) {
20322037 $result .= $args->[$args_index->{$arg}];
20332038 } else {
2034 $self->line_error (sprintf($self->__("\\ in \@%s expansion followed `%s' instead of parameter name or \\"),
2039 $self->line_error(sprintf($self->__(
2040 "\\ in \@%s expansion followed `%s' instead of parameter name or \\"),
20352041 $macro->{'args'}->[0]->{'text'}, $arg), $line_nr);
20362042 $result .= '\\' . $arg;
20372043 }
24982504 } elsif ($self->{'current_node'}) {
24992505 $index_entry->{'node'} = $self->{'current_node'};
25002506 } elsif (!$self->{'current_section'}) {
2501 $self->line_warn (sprintf($self->__("Entry for index `%s' outside of any node"),
2502 $index_name), $line_nr);
2507 $self->line_warn(sprintf($self->__("entry for index `%s' outside of any node"),
2508 $index_name), $line_nr);
25032509 }
25042510 #print STDERR "INDEX ENTRY \@$command->{'cmdname'} $index_name($number)\n";
25052511 unless (_ignore_global_commands($self)) {
27922798 $index_contents_normalized, $line_nr);
27932799 } else {
27942800 $self->_command_warn($current->{'parent'}, $line_nr,
2795 $self->__('Missing name for @%s'),
2801 $self->__('missing name for @%s'),
27962802 $current->{'parent'}->{'extra'}->{'original_def_cmdname'});
27972803 }
27982804 } else {
27992805 $self->_command_warn($current->{'parent'}, $line_nr,
2800 $self->__('Missing category for @%s'),
2806 $self->__('missing category for @%s'),
28012807 $current->{'parent'}->{'extra'}->{'original_def_cmdname'});
28022808 }
28032809 $current = $current->{'parent'}->{'parent'};
28492855 # FIXME could this happen? Should be a debug message?
28502856 if (!$content->{'cmdname'}) {
28512857 $self->_command_warn($current, $line_nr,
2852 $self->__("Unexpected argument on \@%s line: %s"),
2858 $self->__("unexpected argument on \@%s line: %s"),
28532859 $current->{'cmdname'},
28542860 Texinfo::Convert::Texinfo::convert({ $content->{'contents'} }));
28552861 } elsif ($content->{'cmdname'} eq 'c'
29212927 and defined($current->{'extra'}->{'block_command_line_contents'}->[0])) {
29222928 if (scalar(@{$current->{'extra'}->{'block_command_line_contents'}->[0]}) > 1) {
29232929 $self->_command_error($current, $line_nr,
2924 $self->__("Superfluous argument to \@%s"),
2930 $self->__("superfluous argument to \@%s"),
29252931 $current->{'cmdname'});
29262932 }
29272933 my $arg = $current->{'extra'}->{'block_command_line_contents'}->[0]->[0];
29282934 if (!defined($arg->{'text'}) or $arg->{'text'} !~ /^[[:alnum:]]$/) {
29292935 $self->_command_error($current, $line_nr,
2930 $self->__("Bad argument to \@%s"),
2936 $self->__("bad argument to \@%s"),
29312937 $current->{'cmdname'});
29322938 } else {
29332939 $spec = $arg->{'text'};
29432949 } elsif (!$brace_commands{$current->{'extra'}->{'command_as_argument'}->{'cmdname'}}
29442950 and !$self->{'definfoenclose'}->{$current->{'extra'}->{'command_as_argument'}->{'cmdname'}}) {
29452951 $self->_command_error($current, $line_nr,
2946 $self->__("Command \@%s not accepting argument in brace should not be on \@%s line"),
2952 $self->__("command \@%s not accepting argument in brace should not be on \@%s line"),
29472953 $current->{'extra'}->{'command_as_argument'}->{'cmdname'},
29482954 $current->{'cmdname'});
29492955 delete $current->{'extra'}->{'command_as_argument'};
29782984 and ($current->{'cmdname'} eq 'itemize'
29792985 or $item_line_commands{$current->{'cmdname'}})) {
29802986 $self->_command_warn($current, $line_nr,
2981 $self->__("Accent command `\@%s' not allowed as \@%s argument"),
2987 $self->__("accent command `\@%s' not allowed as \@%s argument"),
29822988 $current->{'extra'}->{'command_as_argument'}->{'cmdname'},
29832989 $current->{'cmdname'});
29842990 delete $current->{'extra'}->{'command_as_argument'};
30683074
30693075 if (!exists $block_commands{$end_command}) {
30703076 $self->_command_warn($current, $line_nr,
3071 $self->__("Unknown \@end %s"), $end_command);
3077 $self->__("unknown \@end %s"), $end_command);
30723078 $end_command = undef;
30733079 } else {
30743080 print STDERR "END BLOCK $end_command\n" if ($self->{'DEBUG'});
30783084 pop @{$self->{'conditionals_stack'}};
30793085 } else {
30803086 $self->_command_error($current, $line_nr,
3081 $self->__("Unmatched `%c%s'"), ord('@'), 'end');
3087 $self->__("unmatched `%c%s'"), ord('@'), 'end');
30823088 $end_command = undef;
30833089 }
30843090 }
30903096 = Texinfo::Convert::Texinfo::convert($current->{'args'}->[0]);
30913097 $texi_line =~ s/^\s*([[:alnum:]][[:alnum:]-]+)//;
30923098 $self->_command_error($current, $line_nr,
3093 $self->__("Superfluous argument to \@%s %s: %s"),
3099 $self->__("superfluous argument to \@%s %s: %s"),
30943100 $command, $end_command, $texi_line);
30953101 }
30963102 } else {
30973103 $self->_command_error($current, $line_nr,
3098 $self->__("Bad argument to \@%s: %s"),
3104 $self->__("bad argument to \@%s: %s"),
30993105 $command, $line);
31003106 }
31013107 } elsif ($command eq 'include') {
31143120 'fh' => $filehandle };
31153121 } else {
31163122 $self->_command_error($current, $line_nr,
3117 $self->__("\@%s: Cannot open %s: %s"),
3123 $self->__("\@%s: could not open %s: %s"),
31183124 $command, $text, $!);
31193125 }
31203126 } else {
31213127 $self->_command_error($current, $line_nr,
3122 $self->__("\@%s: Cannot find %s"),
3128 $self->__("\@%s: could not find %s"),
31233129 $command, $text);
31243130 }
31253131 } elsif ($command eq 'documentencoding') {
31263132 my ($texinfo_encoding, $perl_encoding, $input_encoding)
31273133 = Texinfo::Encoding::encoding_alias($text);
31283134 $self->_command_warn($current, $line_nr,
3129 $self->__("Encoding `%s' is not a canonical texinfo encoding"),
3135 $self->__("encoding `%s' is not a canonical texinfo encoding"),
31303136 $text)
31313137 if (!$texinfo_encoding or $texinfo_encoding ne lc($text));
31323138 if (! _ignore_global_commands($self)) {
34463452 my $command = shift;
34473453 my $line_nr = shift;
34483454 if (!defined($parsed_node) or !$parsed_node->{'node_content'}) {
3449 $self->line_error (sprintf($self->__("Empty argument in \@%s"),
3455 $self->line_error (sprintf($self->__("empty argument in \@%s"),
34503456 $command), $line_nr);
34513457 return 0;
34523458 } elsif ($parsed_node->{'normalized'} !~ /[^-]/) {
3453 $self->line_error (sprintf($self->__("Empty node name after expansion `%s'"),
3459 $self->line_error (sprintf($self->__("empty node name after expansion `%s'"),
34543460 Texinfo::Convert::Texinfo::convert({'contents'
34553461 => $parsed_node->{'node_content'}})),
34563462 $line_nr);
34663472 my $parsed_node = shift;
34673473 my $line_nr = shift;
34683474 if ($parsed_node and $parsed_node->{'manual_content'}) {
3469 $self->line_error (sprintf($self->__("Syntax for an external node used for `%s'"),
3475 $self->line_error (sprintf($self->__("syntax for an external node used for `%s'"),
34703476 _node_extra_to_texi($parsed_node)), $line_nr)
34713477 }
34723478 }
34933499 my $normalized_menu_entry_name =
34943500 Texinfo::Convert::NodeNameNormalization::normalize_node($arg);
34953501 if ($normalized_menu_entry_name !~ /[^-]/) {
3496 $self->line_warn(sprintf($self->__("Empty menu entry name in `%s'"),
3502 $self->line_warn(sprintf($self->__("empty menu entry name in `%s'"),
34973503 Texinfo::Convert::Texinfo::convert($current)), $line_nr);
34983504 }
34993505 } elsif ($arg->{'type'} eq 'menu_entry_node') {
35013507 my $parsed_entry_node = _parse_node_manual($arg);
35023508 if (! defined($parsed_entry_node)) {
35033509 if ($self->{'SHOW_MENU'}) {
3504 $self->line_error ($self->__("Empty node name in menu entry"), $line_nr);
3510 $self->line_error ($self->__("empty node name in menu entry"), $line_nr);
35053511 }
35063512 } else {
35073513 $current->{'extra'}->{'menu_entry_node'} = $parsed_entry_node;
35743580 my $marked_as_invalid_command = shift;
35753581
35763582 if (defined($invalid_parent)) {
3577 $self->line_warn (sprintf($self->__("\@%s should not appear in \@%s"),
3583 $self->line_warn(sprintf($self->__("\@%s should not appear in \@%s"),
35783584 $command, $invalid_parent), $line_nr);
35793585 $marked_as_invalid_command->{'extra'}->{'invalid_nesting'} = 1
35803586 if (defined($marked_as_invalid_command));
37063712 } else {
37073713 push @{$current->{'contents'}},
37083714 { 'text' => $1, 'type' => 'raw', 'parent' => $current };
3709 $self->line_warn (sprintf($self->__("\@end %s should only appear at a line beginning"),
3715 $self->line_warn(sprintf($self->__("\@end %s should only appear at a line beginning"),
37103716 $end_command), $line_nr);
37113717 }
37123718 # if there is a user defined macro that expandes to spaces, there
37133719 # will be a spurious warning.
3714 $self->line_warn (sprintf($self->
3715 __("Superfluous argument to \@%s %s: %s"), 'end', $end_command,
3720 $self->line_warn(sprintf($self->
3721 __("superfluous argument to \@%s %s: %s"), 'end', $end_command,
37163722 $line), $line_nr)
37173723 if ($line =~ /\S/ and $line !~ /^\s*\@c(omment)?\b/);
37183724 # store toplevel macro specification
37293735 and !_ignore_global_commands($self)) {
37303736 my $name = $current->{'args'}->[0]->{'text'};
37313737 if (exists($self->{'macros'}->{$name})) {
3732 $self->line_warn (sprintf($self->__("macro `%s' previously defined"),
3738 $self->line_warn(sprintf($self->__("macro `%s' previously defined"),
37333739 $name), $current->{'line_nr'});
3734 $self->line_warn (sprintf($self->__("here is the previous definition of `%s'"),
3735 $name), $self->{'macros'}->{$name}->{'line_nr'});
3740 $self->line_warn(sprintf($self->__(
3741 "here is the previous definition of `%s'"),
3742 $name), $self->{'macros'}->{$name}->{'line_nr'});
37363743 }
37373744 if ($all_commands{$name}) {
3738 $self->line_warn (sprintf($self->__("Redefining Texinfo language command: \@%s"),
3745 $self->line_warn(sprintf($self->__(
3746 "redefining Texinfo language command: \@%s"),
37393747 $name), $current->{'line_nr'});
37403748 }
37413749 $self->{'macros'}->{$name} = $current
37833791 if (!defined($current->{'parent'}->{'type'})) {
37843792 if ($line =~ /^$/) {
37853793 $current->{'parent'}->{'type'} = '';
3786 $self->line_error (sprintf($self->
3794 $self->line_error(sprintf($self->
37873795 __("\@%s without associated character"), 'verb'), $line_nr);
37883796 } else {
37893797 $line =~ s/^(.)//;
38453853 } elsif (($args_number >= 2) or ($args_number <1)) {
38463854 # as agreed on the bug-texinfo mailing list, no warn when zero
38473855 # arg and not called with {}.
3848 $self->line_warn (sprintf($self->__("\@%s defined with zero or more than one argument should be invoked with {}"), $command), $line_nr)
3856 $self->line_warn(sprintf($self->__(
3857 "\@%s defined with zero or more than one argument should be invoked with {}"),
3858 $command), $line_nr)
38493859 if ($args_number >= 2);
38503860 } else {
38513861 if ($line !~ /\n/) {
38673877 }
38683878 if ($self->{'MAX_MACRO_CALL_NESTING'}
38693879 and scalar(@{$self->{'macro_stack'}}) > $self->{'MAX_MACRO_CALL_NESTING'}) {
3870 $self->line_warn (sprintf($self->
3871 __("Macro call nested too deeply (set MAX_NESTED_MACROS to override; current value %d)"), $self->{'MAX_MACRO_CALL_NESTING'}), $line_nr);
3880 $self->line_warn(sprintf($self->__(
3881 "macro call nested too deeply (set MAX_NESTED_MACROS to override; current value %d)"),
3882 $self->{'MAX_MACRO_CALL_NESTING'}), $line_nr);
38723883 next;
38733884 }
38743885 if ($expanded_macro->{'cmdname'} eq 'macro') {
38753886 my $found = 0;
38763887 foreach my $macro (@{$self->{'macro_stack'}}) {
38773888 if ($macro->{'args'}->[0]->{'text'} eq $command) {
3878 $self->line_error(sprintf($self->
3879 __("Recursive call of macro %s is not allowed; use \@rmacro if needed"), $command), $line_nr);
3889 $self->line_error(sprintf($self->__(
3890 "recursive call of macro %s is not allowed; use \@rmacro if needed"),
3891 $command), $line_nr);
38803892 $found = 1;
38813893 last;
38823894 }
39303942 if (!defined($current->{'extra'}->{'spaces'}));
39313943 $current->{'extra'}->{'spaces'} .= $1;
39323944 } else {
3933 $self->line_warn (sprintf($self->
3934 __("Accent command `\@%s' must not be followed by whitespace"),
3945 $self->line_warn(sprintf($self->
3946 __("accent command `\@%s' must not be followed by whitespace"),
39353947 $current->{'cmdname'}), $line_nr);
39363948 $current = $current->{'parent'};
39373949 }
39383950 } elsif ($line =~ /^\@/) {
3939 $self->line_error (sprintf($self->
3940 __("Use braces to give a command as an argument to \@%s"),
3951 $self->line_error(sprintf($self->
3952 __("use braces to give a command as an argument to \@%s"),
39413953 $current->{'cmdname'}), $line_nr);
39423954 $current = $current->{'parent'};
39433955 } elsif ($line =~ s/^(.)//o) {
39493961 'parent' => $following_arg } ];
39503962 $current->{'args'} = [ $following_arg ];
39513963 if ($current->{'cmdname'} eq 'dotless' and $1 ne 'i' and $1 ne 'j') {
3952 $self->line_error (sprintf($self->
3964 $self->line_error(sprintf($self->
39533965 __("%c%s expects `i' or `j' as argument, not `%s'"),
39543966 ord('@'), $current->{'cmdname'}, $1), $line_nr);
39553967 }
39613973 } else { # The accent is at end of line
39623974 # whitespace for commands with letter.
39633975 print STDERR "STRANGE ACC \@$current->{'cmdname'}\n" if ($self->{'DEBUG'});
3964 $self->line_warn (sprintf($self->
3965 __("Accent command `\@%s' must not be followed by new line"),
3976 $self->line_warn(sprintf($self->
3977 __("accent command `\@%s' must not be followed by new line"),
39663978 $current->{'cmdname'}), $line_nr);
39673979 $current = $current->{'parent'};
39683980 }
39733985 and $line =~ s/^\s+//) {
39743986 next;
39753987 }
3976 $self->line_error (sprintf($self->__("\@%s expected braces"),
3988 $self->line_error(sprintf($self->__("\@%s expected braces"),
39773989 $current->{'cmdname'}), $line_nr);
39783990 $current = $current->{'parent'};
39793991 }
41354147 sprintf($self->__("undefined flag: %s"), $value), $line_nr);
41364148 }
41374149 } else {
4138 $self->line_error($self->__("Bad syntax for \@value"), $line_nr);
4150 $self->line_error($self->__("bad syntax for \@value"), $line_nr);
41394151 }
41404152 next;
41414153 }
41534165
41544166 if (not _abort_empty_line($self, $current)
41554167 and $begin_line_commands{$command}) {
4156 $self->line_warn (sprintf($self->__("\@%s should only appear at a line beginning"),
4157 $command), $line_nr);
4168 $self->line_warn(
4169 sprintf($self->__("\@%s should only appear at a line beginning"),
4170 $command), $line_nr);
41584171 }
41594172
41604173 my $invalid_parent;
42434256 my $parent = $current;
42444257 while ($parent) {
42454258 if ($parent->{'cmdname'} and $parent->{'cmdname'} eq 'copying') {
4246 $self->line_error (sprintf($self->__("\@%s not allowed inside `\@%s' block"),
4247 $command, $parent->{'cmdname'}), $line_nr);
4259 $self->line_error(
4260 sprintf($self->__("\@%s not allowed inside `\@%s' block"),
4261 $command, $parent->{'cmdname'}), $line_nr);
42484262 $ignored = 1;
42494263 last;
42504264 }
42514265 $parent = $parent->{'parent'};
42524266 }
42534267 } elsif ($in_heading_commands{$command}) {
4254 $self->line_error (sprintf($self->__("\@%s should only appear in heading or footing"),
4255 $command), $line_nr);
4268 $self->line_error(
4269 sprintf($self->__("\@%s should only appear in heading or footing"),
4270 $command), $line_nr);
42564271 $only_in_headings = 1;
42574272 }
42584273 if (!$ignored) {
43714386 push @{$parent->{'contents'}}, $misc;
43724387 $current = $parent->{'contents'}->[-1];
43734388 } else {
4374 $self->line_error (sprintf($self->__("\@%s not meaningful inside `\@%s' block"), $command, $parent->{'cmdname'}), $line_nr);
4389 $self->line_error(sprintf($self->__(
4390 "\@%s not meaningful inside `\@%s' block"),
4391 $command, $parent->{'cmdname'}), $line_nr);
43754392 }
43764393 $current = $self->_begin_preformatted($current);
43774394 # *table
43864403 # commands is 'skipspace' we set $line_arg here.
43874404 $line_arg = 1;
43884405 } else {
4389 $self->line_error (sprintf($self->__("\@%s not meaningful inside `\@%s' block"), $command, $parent->{'cmdname'}), $line_nr);
4406 $self->line_error(sprintf($self->__(
4407 "\@%s not meaningful inside `\@%s' block"),
4408 $command, $parent->{'cmdname'}), $line_nr);
43904409 $current = $self->_begin_preformatted($current);
43914410 }
43924411 # multitable
43944413 if ($command eq 'item' or $command eq 'headitem'
43954414 or $command eq 'tab') {
43964415 if (!$parent->{'extra'}->{'max_columns'}) {
4397 $self->line_warn (sprintf($self->__("\@%s in empty multitable"), $command), $line_nr);
4416 $self->line_warn(
4417 sprintf($self->__("\@%s in empty multitable"),
4418 $command), $line_nr);
43984419 } elsif ($command eq 'tab') {
43994420 my $row = $parent->{'contents'}->[-1];
44004421 die if (!$row->{'type'});
44024423 $self->line_error($self->__("\@tab before \@item"), $line_nr);
44034424 } elsif ($row->{'cells_count'} >= $parent->{'extra'}->{'max_columns'}) {
44044425 $self->line_error(sprintf($self->__(
4405 "Too many columns in multitable item (max %d)"),
4426 "too many columns in multitable item (max %d)"),
44064427 $parent->{'extra'}->{'max_columns'}), $line_nr);
44074428 } else {
44084429 $row->{'cells_count'}++;
44324453 $current = $row->{'contents'}->[-1];
44334454 }
44344455 } else {
4435 $self->line_error (sprintf($self->__(
4456 $self->line_error(sprintf($self->__(
44364457 "\@%s not meaningful inside `\@%s' block"),
44374458 $command, $parent->{'cmdname'}), $line_nr);
44384459 }
44784499 or $current->{'cmdname'} ne $base_command
44794500 or $after_paragraph) {
44804501 $self->line_error(sprintf($self->__(
4481 "Must be after `\@%s' to use `\@%s'"),
4502 "must be after `\@%s' to use `\@%s'"),
44824503 $base_command, $command), $line_nr);
44834504 $current->{'contents'}->[-1]->{'extra'}->{'not_after_command'} = 1;
44844505 }
45194540 }
45204541 }
45214542 if (!$found) {
4522 $self->line_warn (sprintf($self->__(
4543 $self->line_warn(sprintf($self->__(
45234544 "\@%s not meaningful outside `\@titlepage' and `\@quotation' environments"),
45244545 $command), $current->{'line_nr'});
45254546 }
45264547 } elsif ($command eq 'dircategory' and $self->{'current_node'}) {
4527 $self->line_warn ($self->__("\@dircategory after first node"),
4548 $self->line_warn($self->__("\@dircategory after first node"),
45284549 $line_nr);
45294550 }
45304551
45654586 }
45664587 print STDERR "CONDITIONAL \@$command $name: $ifvalue_true\n" if ($self->{'DEBUG'});
45674588 } else {
4568 $self->line_error (sprintf($self->__("%c%s requires a name"),
4589 $self->line_error(sprintf($self->__("%c%s requires a name"),
45694590 ord('@'), $command), $line_nr);
45704591 }
45714592 } elsif ($command eq 'ifcommanddefined'
45884609 }
45894610 print STDERR "CONDITIONAL \@$command $name: $ifvalue_true\n" if ($self->{'DEBUG'});
45904611 } else {
4591 $self->line_error (sprintf($self->__("%c%s requires a name"),
4612 $self->line_error(sprintf($self->__("%c%s requires a name"),
45924613 ord('@'), $command), $line_nr);
45934614 }
45944615 } elsif ($command =~ /^ifnot(.*)/) {
46824703 }
46834704 if ($region_commands{$command}) {
46844705 if (@{$self->{'regions_stack'}}) {
4685 $self->line_error (sprintf($self->__("Region %s inside region %s is not allowed"),
4686 $command, $self->{'regions_stack'}->[-1]->{'cmdname'}),
4706 $self->line_error(
4707 sprintf($self->__("region %s inside region %s is not allowed"),
4708 $command, $self->{'regions_stack'}->[-1]->{'cmdname'}),
46874709 $line_nr);
46884710 }
46894711 push @{$self->{'regions_stack'}}, $block;
47004722 if ($self->{'current_node'}) {
47014723 if ($command eq 'direntry') {
47024724 if ($self->{'SHOW_MENU'}) {
4703 $self->line_warn ($self->__("\@direntry after first node"),
4725 $self->line_warn($self->__("\@direntry after first node"),
47044726 $line_nr);
47054727 }
47064728 } elsif ($command eq 'menu') {
47084730 }
47094731 } elsif ($command ne 'direntry') {
47104732 if ($self->{'SHOW_MENU'}) {
4711 $self->line_error (sprintf($self->__("\@%s seen before first \@node"),
4712 $command), $line_nr);
4713 $self->line_error ($self->__("perhaps your \@top node should be wrapped in \@ifnottex rather than \@ifinfo?"),
4733 $self->line_error(sprintf($self->__("\@%s seen before first \@node"),
4734 $command), $line_nr);
4735 $self->line_error($self->__(
4736 "perhaps your \@top node should be wrapped in \@ifnottex rather than \@ifinfo?"),
47144737 $line_nr, 1);
47154738 }
47164739 if ($command eq 'menu') {
47724795 { 'cmdname' => $command, 'parent' => $current };
47734796 # FIXME generalize?
47744797 if ($command eq '\\' and $self->{'context_stack'}->[-1] ne 'math') {
4775 $self->line_warn (sprintf($self->__("\@%s should only appear in math context"),
4798 $self->line_warn(sprintf($self->__("\@%s should only appear in math context"),
47764799 $command), $line_nr);
47774800 }
47784801 if ($command eq "\n") {
47804803 last;
47814804 }
47824805 } else {
4783 $self->line_error(sprintf($self->__("Unknown command `%s'"),
4806 $self->line_error(sprintf($self->__("unknown command `%s'"),
47844807 $command), $line_nr);
47854808 }
47864809
47904813 if ($separator eq '@') {
47914814 # this may happen with a @ at the very end of a file, therefore
47924815 # not followed by anything.
4793 $self->line_error ($self->__("Unexpected \@"), $line_nr);
4816 $self->line_error($self->__("unexpected \@"), $line_nr);
47944817 } elsif ($separator eq '{') {
47954818 _abort_empty_line($self, $current);
47964819 if ($current->{'cmdname'}
48184841 $float = $float->{'parent'};
48194842 }
48204843 if (!($float->{'cmdname'} and $float->{'cmdname'} eq 'float')) {
4821 $self->line_error (sprintf($self->__("\@%s is not meaningful outside `\@float' environment"),
4844 $self->line_error(sprintf($self->__(
4845 "\@%s is not meaningful outside `\@float' environment"),
48224846 $command), $line_nr);
48234847 $float = undef;
48244848 } else {
4825 $self->line_warn (sprintf($self->__("\@%s should be right below `\@float'"),
4849 $self->line_warn(sprintf($self->__(
4850 "\@%s should be right below `\@float'"),
48264851 $command), $line_nr);
48274852 }
48284853 } else {
48304855 }
48314856 if ($float) {
48324857 if ($float->{'extra'}->{$command}) {
4833 $self->line_warn (sprintf($self->__("Ignoring multiple \@%s"),
4858 $self->line_warn(sprintf($self->__("ignoring multiple \@%s"),
48344859 $command), $line_nr);
48354860 } else {
48364861 $current->{'parent'}->{'extra'}->{'float'} = $float;
49014926 $current = $current->{'contents'}->[-1];
49024927 print STDERR "BRACKETED in math\n" if ($self->{'DEBUG'});
49034928 } else {
4904 $self->line_error(sprintf($self->__("Misplaced %c"),
4929 $self->line_error(sprintf($self->__("misplaced %c"),
49054930 ord('{')), $line_nr);
49064931 }
49074932
49464971 and $brace_commands{$closed_command} == 0
49474972 and @{$current->{'contents'}}) {
49484973 $self->line_warn(sprintf($self->__(
4949 "Command \@%s does not accept arguments"),
4974 "command \@%s does not accept arguments"),
49504975 $closed_command), $line_nr);
49514976 }
49524977 if ($current->{'parent'}->{'cmdname'} eq 'anchor') {
49694994 or ($closed_command ne 'inforef'
49704995 and !defined($args[0]) and !defined($args[3])
49714996 and !defined($args[4]))) {
4972 $self->line_warn (sprintf($self->__(
4973 "Command \@%s missing a node or external manual argument"),
4997 $self->line_warn(sprintf($self->__(
4998 "command \@%s missing a node or external manual argument"),
49744999 $closed_command), $line_nr);
49755000 } else {
49765001 my $parsed_ref_node = _parse_node_manual($ref->{'args'}->[0]);
49895014 {'contents' => $args[1]});
49905015 if ($normalized_cross_ref_name !~ /[^-]/) {
49915016 $self->line_warn(sprintf($self->__(
4992 "In \@%s empty cross reference name after expansion `%s'"),
5017 "in \@%s empty cross reference name after expansion `%s'"),
49935018 $closed_command,
49945019 Texinfo::Convert::Texinfo::convert({'contents' => $args[1]})),
49955020 $line_nr);
50005025 Texinfo::Convert::NodeNameNormalization::normalize_node({'contents' => $args[2]});
50015026 if ($normalized_cross_ref_title !~ /[^-]/) {
50025027 $self->line_warn(sprintf($self->__(
5003 "In \@%s empty cross reference title after expansion `%s'"),
5028 "in \@%s empty cross reference title after expansion `%s'"),
50045029 $closed_command,
50055030 Texinfo::Convert::Texinfo::convert({'contents' => $args[2]})),
50065031 $line_nr);
50215046 my $text = $current->{'contents'}->[0]->{'text'};
50225047 if (!defined ($text)
50235048 or ($text ne 'i' and $text ne 'j')) {
5024 $self->line_error (sprintf($self->
5049 $self->line_error(sprintf($self->
50255050 __("%c%s expects `i' or `j' as argument, not `%s'"),
50265051 ord('@'), $dotless->{'cmdname'},
50275052 Texinfo::Convert::Texinfo::convert($current)), $line_nr);
51215146 if ($close_preformatted_commands{$closed_command});
51225147 }
51235148 } else {
5124 $self->line_error (sprintf($self->__("Misplaced %c"),
5149 $self->line_error(sprintf($self->__("misplaced %c"),
51255150 ord('}')), $line_nr);
51265151 }
51275152 } elsif ($separator eq ','
51655190 and $current->{'type'} eq 'misc_line_arg'
51665191 and $current->{'parent'}->{'cmdname'}
51675192 and $current->{'parent'}->{'cmdname'} eq 'node') {
5168 $self->line_warn ($self->__("Superfluous arguments for node"), $line_nr);
5193 $self->line_warn($self->__("superfluous arguments for node"), $line_nr);
51695194 # end of menu node (. must be followed by a space to stop the node).
51705195 } elsif (($separator =~ /[,\t.]/ and $current->{'type'}
51715196 and $current->{'type'} eq 'menu_entry_node')
52045229 }
52055230 while (@{$self->{'conditionals_stack'}}) {
52065231 my $end_conditional = pop @{$self->{'conditionals_stack'}};
5207 $self->line_error (sprintf($self->__("Expected \@end %s"), $end_conditional), $line_nr);
5232 $self->line_error(sprintf($self->__("expected \@end %s"), $end_conditional),
5233 $line_nr);
52085234 }
52095235 $current = _close_commands($self, $current, $line_nr);
52105236
52465272 $self->{'values'}->{$name} = $arg
52475273 unless(_ignore_global_commands($self));
52485274 } else {
5249 $self->line_error (sprintf($self->
5250 __("%c%s requires a name"), ord('@'), $command), $line_nr);
5275 $self->line_error(sprintf($self->
5276 __("%c%s requires a name"), ord('@'), $command), $line_nr);
52515277 }
52525278 } elsif ($command eq 'clear') {
52535279 # REVALUE
52565282 delete $self->{'values'}->{$1}
52575283 unless(_ignore_global_commands($self));
52585284 } else {
5259 $self->line_error (sprintf($self->
5260 __("%c%s requires a name"), ord('@'), $command), $line_nr);
5285 $self->line_error(sprintf($self->
5286 __("%c%s requires a name"), ord('@'), $command), $line_nr);
52615287 }
52625288 } elsif ($command eq 'unmacro') {
52635289 # REMACRO
52675293 unless(_ignore_global_commands($self));
52685294 print STDERR "UNMACRO $1\n" if ($self->{'DEBUG'});
52695295 } else {
5270 $self->line_error (sprintf($self->
5271 __("%c%s requires a name"), ord('@'), $command), $line_nr);
5296 $self->line_error(sprintf($self->
5297 __("%c%s requires a name"), ord('@'), $command), $line_nr);
52725298 }
52735299 } elsif ($command eq 'clickstyle') {
52745300 # REMACRO
52785304 unless(_ignore_global_commands($self));
52795305 my $remaining = $line;
52805306 $remaining =~ s/^\s+@([[:alnum:]][[:alnum:]\-]*)({})?\s*//;
5281 $self->line_warn (sprintf($self->__(
5282 "Remaining argument on \@%s line: %s"),
5307 $self->line_warn(sprintf($self->__(
5308 "remaining argument on \@%s line: %s"),
52835309 $command, $remaining), $line_nr) if ($remaining);
52845310 } else {
52855311 $self->line_error (sprintf($self->__(
52875313 $command, $line), $line_nr);
52885314 }
52895315 } else {
5290 die "Unknown special command $command\n";
5316 die $self->_bug_message("Unknown special command $command", $line_nr);
52915317 }
52925318 return ($args);
52935319 }
53415367
53425368 if (@contents > 1
53435369 or (!defined($contents[0]->{'text'}))) {
5344 $self->line_error (sprintf($self->__("Superfluous argument to \@%s"),
5370 $self->line_error (sprintf($self->__("superfluous argument to \@%s"),
53455371 $command), $line_nr);
53465372 }
53475373 return undef if (!defined($contents[0]->{'text'}));
53575383 $self->{'aliases'}->{$new_command} = $existing_command
53585384 unless (_ignore_global_commands($self));
53595385 if (exists($block_commands{$existing_command})) {
5360 $self->line_warn (sprintf($self->
5361 __("Environment command %s as argument to \@%s"),
5386 $self->line_warn(sprintf($self->
5387 __("environment command %s as argument to \@%s"),
53625388 $existing_command, $command), $line_nr);
53635389 }
53645390 } else {
5365 $self->line_error (sprintf($self->
5366 __("Bad argument to \@%s"), $command), $line_nr);
5391 $self->line_error(sprintf($self->
5392 __("bad argument to \@%s"), $command), $line_nr);
53675393 }
53685394
53695395 } elsif ($command eq 'definfoenclose') {
53745400 unless (_ignore_global_commands($self));
53755401 print STDERR "DEFINFOENCLOSE \@$1: $2, $3\n" if ($self->{'DEBUG'});
53765402 } else {
5377 $self->line_error (sprintf($self->
5378 __("Bad argument to \@%s"), $command), $line_nr);
5403 $self->line_error(sprintf($self->
5404 __("bad argument to \@%s"), $command), $line_nr);
53795405 }
53805406 } elsif ($command eq 'columnfractions') {
53815407 my @possible_fractions = split (/\s+/, $line);
53825408 if (!@possible_fractions) {
5383 $self->line_error (sprintf($self->__("Empty \@%s"), $command),
5409 $self->line_error (sprintf($self->__("empty \@%s"), $command),
53845410 $line_nr);
53855411 } else {
53865412 foreach my $fraction (@possible_fractions) {
53975423 if ($line =~ /^([0-9]+)$/) {
53985424 $args = [$1];
53995425 } else {
5400 $self->line_error (sprintf($self->__("\@sp arg must be numeric, not `%s'"), $line), $line_nr);
5426 $self->line_error(sprintf($self->__("\@sp arg must be numeric, not `%s'"),
5427 $line), $line_nr);
54015428 }
54025429 } elsif ($command eq 'defindex' || $command eq 'defcodeindex') {
54035430 # REMACRO
54045431 if ($line =~ /^([[:alnum:]][[:alnum:]\-]*)$/) {
54055432 my $name = $1;
54065433 if ($forbidden_index_name{$name}) {
5407 $self->line_error (sprintf($self->
5408 __("Reserved index name %s"),$name), $line_nr);
5434 $self->line_error(sprintf($self->
5435 __("reserved index name %s"),$name), $line_nr);
54095436 } else {
54105437 my $in_code = 0;
54115438 $in_code = 1 if ($command eq 'defcodeindex');
54165443 }
54175444 }
54185445 } else {
5419 $self->line_error (sprintf($self->
5420 __("Bad argument to \@%s: %s"), $command, $line), $line_nr);
5446 $self->line_error(sprintf($self->
5447 __("bad argument to \@%s: %s"), $command, $line), $line_nr);
54215448 }
54225449 } elsif ($command eq 'synindex' || $command eq 'syncodeindex') {
54235450 # REMACRO
54245451 if ($line =~ /^([[:alnum:]][[:alnum:]\-]*)\s+([[:alnum:]][[:alnum:]\-]*)$/) {
54255452 my $index_from = $1;
54265453 my $index_to = $2;
5427 $self->line_error (sprintf($self->__("Unknown source index in \@%s: %s"),
5454 $self->line_error(sprintf($self->__("unknown source index in \@%s: %s"),
54285455 $command, $index_from), $line_nr)
54295456 unless $self->{'index_names'}->{$index_from};
5430 $self->line_error (sprintf($self->__("Unknown destination index in \@%s: %s"),
5457 $self->line_error(sprintf($self->__("unknown destination index in \@%s: %s"),
54315458 $command, $index_to), $line_nr)
54325459 unless $self->{'index_names'}->{$index_to};
54335460 if ($self->{'index_names'}->{$index_from}
54565483 }
54575484 $args = [$index_from, $index_to];
54585485 } else {
5459 $self->line_warn (sprintf($self->__(
5486 $self->line_warn(sprintf($self->__(
54605487 "\@%s leads to a merging of %s in itself, ignoring"),
54615488 $command, $index_from), $line_nr);
54625489 }
54635490 }
54645491 } else {
5465 $self->line_error(sprintf($self->__("Bad argument to \@%s: %s"),
5492 $self->line_error(sprintf($self->__("bad argument to \@%s: %s"),
54665493 $command, $line), $line_nr);
54675494 }
54685495 } elsif ($command eq 'printindex') {
54705497 if ($line =~ /^([[:alnum:]][[:alnum:]\-]*)$/) {
54715498 my $name = $1;
54725499 if (!exists($self->{'index_names'}->{$name})) {
5473 $self->line_error (sprintf($self->__("Unknown index `%s' in \@printindex"),
5500 $self->line_error(sprintf($self->__("unknown index `%s' in \@printindex"),
54745501 $name), $line_nr);
54755502
54765503 } else {
54775504 if ($self->{'merged_indices'}->{$name}) {
5478 $self->line_warn (sprintf($self->__(
5479 "Printing an index `%s' merged in another one `%s'"),
5480 $name, $self->{'merged_indices'}->{$name}),
5481 $line_nr);
5505 $self->line_warn(sprintf($self->__(
5506 "printing an index `%s' merged in another one `%s'"),
5507 $name, $self->{'merged_indices'}->{$name}),
5508 $line_nr);
54825509 }
54835510 if (!defined($self->{'current_node'})
54845511 and !defined($self->{'current_section'})
54855512 and !scalar(@{$self->{'regions_stack'}})) {
5486 $self->line_warn (sprintf($self->__(
5487 "Printindex before document beginning: \@printindex %s"),
5513 $self->line_warn(sprintf($self->__(
5514 "printindex before document beginning: \@printindex %s"),
54885515 $name), $line_nr);
54895516 }
54905517 $args = [$name];
54915518 }
54925519 } else {
5493 $self->line_error (sprintf($self->
5494 __("Bad argument to \@%s: %s"), $command, $line), $line_nr);
5520 $self->line_error(sprintf($self->
5521 __("bad argument to \@%s: %s"), $command, $line), $line_nr);
54955522 }
54965523 } elsif (grep {$_ eq $command} ('everyheadingmarks', 'everyfootingmarks',
54975524 'evenheadingmarks', 'oddheadingmarks',
54995526 if ($line eq 'top' or $line eq 'bottom') {
55005527 $args = [$line];
55015528 } else {
5502 $self->line_error (sprintf($self->__(
5529 $self->line_error(sprintf($self->__(
55035530 "\@%s arg must be `top' or `bottom', not `%s'"),
5504 $command, $line), $line_nr);
5531 $command, $line), $line_nr);
55055532 }
55065533 } elsif ($command eq 'fonttextsize') {
55075534 if ($line eq '10' or $line eq '11') {
55085535 $args = [$line];
55095536 } else {
5510 $self->line_error (sprintf($self->__(
5537 $self->line_error(sprintf($self->__(
55115538 "Only \@%s 10 or 11 is supported, not `%s'"),
5512 $command, $line), $line_nr);
5539 $command, $line), $line_nr);
55135540 }
55145541 } elsif ($command eq 'footnotestyle') {
55155542 if ($line eq 'separate' or $line eq 'end') {
55165543 $args = [$line];
55175544 } else {
5518 $self->line_error (sprintf($self->__(
5545 $self->line_error(sprintf($self->__(
55195546 "\@%s arg must be `separate' or `end', not `%s'"),
5520 $command, $line), $line_nr);
5547 $command, $line), $line_nr);
55215548 }
55225549 } elsif ($command eq 'setchapternewpage') {
55235550 if ($line eq 'on' or $line eq 'off' or $line eq 'odd') {
55245551 $args = [$1];
55255552 } else {
5526 $self->line_error (sprintf($self->__(
5553 $self->line_error(sprintf($self->__(
55275554 "\@%s arg must be `on', `off' or `odd', not `%s'"),
55285555 $command, $line), $line_nr);
55295556 }
55325559 ($line =~ /^(\.[0-9]+)$/)) {
55335560 $args = [$1];
55345561 } else {
5535 $self->line_error (sprintf($self->__("Bad argument to \@%s: %s"),
5562 $self->line_error(sprintf($self->__("bad argument to \@%s: %s"),
55365563 $command, $line), $line_nr);
55375564 }
55385565 } elsif ($command eq 'paragraphindent') {
55415568 if ($value =~ /^([0-9]+)$/ or $value eq 'none' or $value eq 'asis') {
55425569 $args = [$1];
55435570 } else {
5544 $self->line_error (sprintf($self->__(
5571 $self->line_error(sprintf($self->__(
55455572 "\@paragraphindent arg must be numeric/`none'/`asis', not `%s'"),
55465573 $value), $line_nr);
55475574 }
55485575 } else {
5549 $self->line_error (sprintf($self->__(
5576 $self->line_error(sprintf($self->__(
55505577 "\@paragraphindent arg must be numeric/`none'/`asis', not `%s'"),
55515578 $line), $line_nr);
55525579 }
55545581 if ($line eq 'none' or $line eq 'insert') {
55555582 $args = [$line];
55565583 } else {
5557 $self->line_error (sprintf($self->__(
5584 $self->line_error(sprintf($self->__(
55585585 "\@firstparagraphindent arg must be `none' or `insert', not `%s'"),
55595586 $line), $line_nr);
55605587 }
55645591 } elsif ($line =~ /^(asis)$/) {
55655592 $args = [$1];
55665593 } else {
5567 $self->line_error (sprintf($self->__(
5594 $self->line_error(sprintf($self->__(
55685595 "\@exampleindent arg must be numeric/`asis', not `%s'"),
55695596 $line), $line_nr);
55705597 }
55765603 if ($line eq 'on' or $line eq 'off') {
55775604 $args = [$line];
55785605 } else {
5579 $self->line_error (sprintf($self->__("Expected \@%s on or off, not `%s'"),
5606 $self->line_error(sprintf($self->__("expected \@%s on or off, not `%s'"),
55805607 $command, $line), $line_nr);
55815608 }
55825609 } elsif ($command eq 'kbdinputstyle') {
55855612 unless (_ignore_global_commands($self));
55865613 $args = [$line];
55875614 } else {
5588 $self->line_error (sprintf($self->__(
5615 $self->line_error(sprintf($self->__(
55895616 "\@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"),
55905617 $line), $line_nr);
55915618 }
55935620 if ($line eq 'true' or $line eq 'false') {
55945621 $args = [$line];
55955622 } else {
5596 $self->line_error (sprintf($self->__(
5623 $self->line_error(sprintf($self->__(
55975624 "\@allowcodebreaks arg must be `true' or `false', not `%s'"),
55985625 $line), $line_nr);
55995626 }
56015628 if ($line eq 'after' or $line eq 'before' or $line eq 'none') {
56025629 $args = [$line];
56035630 } else {
5604 $self->line_error (sprintf($self->__(
5631 $self->line_error(sprintf($self->__(
56055632 "\@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"),
56065633 $line), $line_nr);
56075634 }
56105637 or $line eq 'double' or $line eq 'singleafter' or $line eq 'doubleafter') {
56115638 $args = [$line];
56125639 } else {
5613 $self->line_error (sprintf($self->__("Bad argument to \@%s: %s"),
5640 $self->line_error(sprintf($self->__("bad argument to \@%s: %s"),
56145641 $command, $line), $line_nr);
56155642 }
56165643 }
5050 use Texinfo::Parser;
5151
5252 # return the errors and warnings
53 sub errors ($)
53 sub errors($)
5454 {
5555 my $self = shift;
5656 #print STDERR "REPORT ERRORS $self $self->{'errors_warnings'}\n";
9595 if ($self->get_conf('TEST'));
9696 my $warn_line;
9797 if ($line_number->{'macro'} ne '') {
98 $warn_line = sprintf($self->__(
98 $warn_line = sprintf($self->__p("Texinfo source file warning",
9999 "%s:%d: warning: %s (possibly involving \@%s)\n"),
100100 $file, $line_number->{'line_nr'}, $text, $line_number->{'macro'});
101101 } else {
102 $warn_line = sprintf($self->__("%s:%d: warning: %s\n"),
102 $warn_line = sprintf($self->__p("Texinfo source file warning",
103 "%s:%d: warning: %s\n"),
103104 $file, $line_number->{'line_nr'}, $text);
104105 }
105106 warn $warn_line if ($self->get_conf('DEBUG'));
136137 $self->{'error_nrs'}++ unless ($continuation);
137138 }
138139
139 sub document_warn ($$)
140 sub document_warn($$)
140141 {
141142 my $self = shift;
142143 my $text = shift;
143144 return if ($self->{'ignore_notice'});
144 chomp ($text);
145 my $warn_line = sprintf($self->__("warning: %s\n"), $text);
145 chomp($text);
146
147 my $warn_line;
148 if (defined($self->get_conf('PROGRAM')) and $self->get_conf('PROGRAM') ne '') {
149 $warn_line = sprintf($self->__p("whole document warning", "%s: warning: %s\n"),
150 $self->get_conf('PROGRAM'), $text);
151 } else {
152 $warn_line = sprintf($self->__p("whole document warning", "warning: %s\n"),
153 $text);
154 }
146155 push @{$self->{'errors_warnings'}},
147 { 'type' => 'warning', 'text' => $text, 'error_line' => $warn_line};
148 }
149
150 sub document_error ($$)
156 { 'type' => 'warning', 'text' => $text, 'error_line' => $warn_line };
157 }
158
159 sub document_error($$)
151160 {
152161 my $self = shift;
153162 my $text = shift;
154163 return if ($self->{'ignore_notice'});
155 chomp ($text);
156 $text .= "\n";
164 chomp($text);
165 my $error_line;
166 if (defined($self->get_conf('PROGRAM')) and $self->get_conf('PROGRAM') ne '') {
167 $error_line = sprintf("%s: %s\n", $self->get_conf('PROGRAM'), $text);
168 } else {
169 $error_line = "$text\n";
170 }
157171 push @{$self->{'errors_warnings'}},
158 { 'type' => 'error', 'text' => $text, 'error_line' => $text };
172 { 'type' => 'error', 'text' => $text, 'error_line' => $error_line };
159173 $self->{'error_nrs'}++;
160174 }
161175
169183 my $line_nr = shift;
170184
171185 my $warn_line;
172 if (!defined($line_nr)) {
173 $warn_line = "$file: $text\n";
174 } else {
175 $warn_line = "$file:$line_nr: $text\n";
186 if (!defined($file)) {
187 $warn_line = sprintf($self->__p("file warning", "warning: %s\n"), $text);
188 } elsif (!defined($line_nr)) {
189 $warn_line = sprintf($self->__p("file warning", "%s: warning: %s\n"),
190 $file, $text);
191 } else {
192 $warn_line = sprintf($self->__p("file warning", "%s:%d: warning: %s\n"),
193 $file, $line_nr, $text);
176194 }
177195 #print STDERR "REPORT FILE_LINE_WARN $self $self->{'errors_warnings'}\n";
178196 push @{$self->{'errors_warnings'}},
179 { 'type' => 'warning', 'text' => $warn_line, 'error_line' => $warn_line};
180 }
197 { 'type' => 'warning', 'text' => $text, 'error_line' => $warn_line};
198 }
199
200 sub file_line_error($$$;$)
201 {
202 my $self = shift;
203 my $text = shift;
204 return if ($self->{'ignore_notice'});
205 chomp($text);
206 my $file = shift;
207 my $line_nr = shift;
208
209 my $error_line;
210 if (!defined($file)) {
211 $error_line = "$text\n";
212 } elsif (!defined($line_nr)) {
213 $error_line = "$file: $text\n";
214 } else {
215 $error_line = "$file:$line_nr: $text\n";
216 }
217 #print STDERR "REPORT FILE_LINE_WARN $self $self->{'errors_warnings'}\n";
218 push @{$self->{'errors_warnings'}},
219 { 'type' => 'error', 'text' => $text, 'error_line' => $error_line};
220 $self->{'error_nrs'}++;
221 }
222
181223
182224 # i18n
183225
548590 Register the warning message I<$text> for file I<$file>, with, optionally
549591 the line I<$line_nr> in the file.
550592
593 =item $converter->file_line_error($text, $file, $line_nr)
594
595 Register the error message I<$text> for file I<$file>, with, optionally
596 the line I<$line_nr> in the file.
597
551598 =back
552599
553600 =head1 AUTHOR
227227 if ($previous_section->{'level'} < $level) {
228228 if ($level - $previous_section->{'level'} > 1) {
229229 $self->line_error(sprintf($self->
230 __("Raising the section level of \@%s which is too low"),
230 __("raising the section level of \@%s which is too low"),
231231 $content->{'cmdname'}), $content->{'line_nr'});
232232 $content->{'level'} = $previous_section->{'level'} + 1;
233233 }
259259 $new_upper_element = 1;
260260 if ($level < $up->{'level'}) {
261261 $self->line_warn(sprintf($self->__(
262 "No chapter-level command before \@%s"),
262 "no chapter-level command before \@%s"),
263263 $content->{'cmdname'}), $content->{'line_nr'});
264264 }
265265 } else {
266266 $self->line_error(sprintf($self->__(
267 "Lowering the section level of \@%s appearing after a lower element"),
267 "lowering the section level of \@%s appearing after a lower element"),
268268 $content->{'cmdname'}), $content->{'line_nr'});
269269 $content->{'level'} = $up->{'level'} + 1;
270270 }
343343 } elsif ($content->{'cmdname'} eq 'part'
344344 and !$content->{'extra'}->{'part_associated_section'}) {
345345 $self->line_warn(sprintf($self->__(
346 "No sectioning command associated with \@%s"),
346 "no sectioning command associated with \@%s"),
347347 $content->{'cmdname'}), $content->{'line_nr'});
348348 }
349349
544544 if ($node->{'menus'}) {
545545 if ($self->{'SHOW_MENU'} and @{$node->{'menus'}} > 1) {
546546 foreach my $menu (@{$node->{'menus'}}[1 .. $#{$node->{'menus'}}]) {
547 $self->line_warn (sprintf($self->__("Multiple \@%s"),
547 $self->line_warn(sprintf($self->__("multiple \@%s"),
548548 $menu->{'cmdname'}), $menu->{'line_nr'});
549549 }
550550 }
563563 if (!$menu_content->{'extra'}->{'menu_entry_node'}->{'manual_content'}) {
564564 if (!$self->{'labels'}->{$menu_content->{'extra'}->{'menu_entry_node'}->{'normalized'}}) {
565565 if ($check_menu_entries) {
566 $self->line_error (sprintf($self->
567 __("Menu reference to nonexistent node `%s'"),
566 $self->line_error(sprintf($self->
567 __("menu reference to nonexistent node `%s'"),
568568 Texinfo::Parser::_node_extra_to_texi(
569569 $menu_content->{'extra'}->{'menu_entry_node'})),
570570 $menu_content->{'line_nr'});
579579 if ($check_menu_entries and ! _check_node_same_texinfo_code($menu_node,
580580 $menu_content->{'extra'}->{'menu_entry_node'})) {
581581 $self->line_warn(sprintf($self->
582 __("Menu entry node name `%s' different from %s name `%s'"),
582 __("menu entry node name `%s' different from %s name `%s'"),
583583 Texinfo::Parser::_node_extra_to_texi(
584584 $menu_content->{'extra'}->{'menu_entry_node'}),
585585 $menu_node->{'cmdname'},
615615 foreach my $node (@{$self->{'nodes'}}) {
616616 # warn if node is not top node and doesn't appear in menu
617617 if ($self->{'SHOW_MENU'} and $node ne $top_node and !$node->{'menu_up'}) {
618 $self->line_warn (sprintf($self->__("unreferenced node `%s'"),
618 $self->line_warn(sprintf($self->__("unreferenced node `%s'"),
619619 Texinfo::Parser::_node_extra_to_texi($node->{'extra'})),
620620 $node->{'line_nr'});
621621 }
661661 if ($self->{'SHOW_MENU'}) {
662662 if (!$node->{'menu_'.$direction}) {
663663 $self->line_warn(sprintf($self->
664 __("Node `%s' is %s for `%s' in sectioning but not in menu"),
664 __("node `%s' is %s for `%s' in sectioning but not in menu"),
665665 Texinfo::Parser::_node_extra_to_texi($node->{'node_'.$direction}->{'extra'}),
666666 $direction,
667667 Texinfo::Parser::_node_extra_to_texi($node->{'extra'})),
668668 $node->{'line_nr'});
669669 } elsif ($node->{'menu_'.$direction} ne $node->{'node_'.$direction}) {
670670 $self->line_warn(sprintf($self->
671 __("Node %s `%s' in menu `%s' and in sectioning `%s' differ"),
671 __("node %s `%s' in menu `%s' and in sectioning `%s' differ"),
672672 $direction,
673673 Texinfo::Parser::_node_extra_to_texi($node->{'extra'}),
674674 Texinfo::Parser::_node_extra_to_texi($node->{'menu_'.$direction}->{'extra'}),
686686 and !$node->{'menu_'.$direction}->{'extra'}->{'manual_content'}) {
687687 if ($self->{'SHOW_MENU'} and $node->{'extra'}->{'associated_section'}) {
688688 $self->line_warn(sprintf($self->
689 __("Node `%s' is %s for `%s' in menu but not in sectioning"),
689 __("node `%s' is %s for `%s' in menu but not in sectioning"),
690690 Texinfo::Parser::_node_extra_to_texi($node->{'menu_'.$direction}->{'extra'}),
691691 $direction,
692692 Texinfo::Parser::_node_extra_to_texi($node->{'extra'}),
766766 $node->{'node_'.$direction}->{'extra'}->{'top_node_up'}
767767 = $node;
768768 } else {
769 $self->line_error (sprintf($self->
769 $self->line_error(sprintf($self->
770770 __("%s reference to nonexistent `%s'"),
771771 $direction_texts{$direction},
772772 Texinfo::Parser::_node_extra_to_texi($node_direction)),
786786 if (!$node->{'node_up'}->{'extra'}->{'manual_content'}) {
787787 # up node is a real node but has no menu entry
788788 $self->line_error(sprintf($self->
789 __("Node `%s' lacks menu item for `%s' despite being its Up target"),
789 __("node `%s' lacks menu item for `%s' despite being its Up target"),
790790 Texinfo::Parser::_node_extra_to_texi($node->{'node_up'}->{'extra'}),
791791 Texinfo::Parser::_node_extra_to_texi($node->{'extra'})),
792792 $node->{'node_up'}->{'line_nr'});
794794 # not in Top node.
795795 } elsif ($node->{'menu_up'}) {
796796 $self->line_warn(sprintf($self->
797 __("For `%s', up in menu `%s' and up `%s' don't match"),
797 __("for `%s', up in menu `%s' and up `%s' don't match"),
798798 Texinfo::Parser::_node_extra_to_texi($node->{'extra'}),
799799 Texinfo::Parser::_node_extra_to_texi($node->{'menu_up'}->{'extra'}),
800800 Texinfo::Parser::_node_extra_to_texi($node->{'node_up'}->{'extra'})),
12781278 foreach my $ref (@$refs) {
12791279 if (!defined($labels->{$ref->{'extra'}->{'node_argument'}->{'normalized'}})
12801280 and !$self->{'novalidate'}) {
1281 $self->line_error (sprintf($self->__("\@%s reference to nonexistent node `%s'"),
1281 $self->line_error(sprintf($self->__("\@%s reference to nonexistent node `%s'"),
12821282 $ref->{'cmdname'},
12831283 Texinfo::Parser::_node_extra_to_texi(
12841284 $ref->{'extra'}->{'node_argument'})),
16251625 my $node = shift;
16261626
16271627 my @node_childs;
1628 foreach my $child (@{$node->{'extra'}->{'associated_section'}->{'section_childs'}}) {
1629 if ($child->{'extra'} and $child->{'extra'}->{'associated_node'}) {
1630 push @node_childs, $child->{'extra'}->{'associated_node'};
1628 if ($node->{'extra'}->{'associated_section'}->{'section_childs'}) {
1629 foreach my $child (@{$node->{'extra'}->{'associated_section'}->{'section_childs'}}) {
1630 if ($child->{'extra'} and $child->{'extra'}->{'associated_node'}) {
1631 push @node_childs, $child->{'extra'}->{'associated_node'};
1632 }
1633 }
1634 }
1635 # Special case for @top. Gather all the children of the @part following
1636 # @top.
1637 if ($node->{'extra'}->{'associated_section'}->{'cmdname'} eq 'top') {
1638 my $current = $node->{'extra'}->{'associated_section'};
1639 while ($current->{'section_next'}) {
1640 $current = $current->{'section_next'};
1641 if ($current->{'cmdname'} and $current->{'cmdname'} eq 'part'
1642 and $current->{'section_childs'}) {
1643 foreach my $child (@{$current->{'section_childs'}}) {
1644 if ($child->{'extra'} and $child->{'extra'}->{'associated_node'}) {
1645 push @node_childs, $child->{'extra'}->{'associated_node'};
1646 }
1647 }
1648 } elsif ($current->{'extra'}->{'associated_node'}) {
1649 # for @appendix, and what follows, as it stops a @part, but is
1650 # not below @top
1651 push @node_childs, $current->{'extra'}->{'associated_node'};
1652 }
16311653 }
16321654 }
16331655 if (scalar(@node_childs)) {
17101732 if ($content->{'cmdname'} and $content->{'cmdname'} eq 'node'
17111733 and (scalar(@{$content->{'extra'}->{'nodes_manuals'}}) == 1)
17121734 and $content->{'extra'}
1713 and $content->{'extra'}->{'associated_section'}
1714 and $content->{'extra'}->{'associated_section'}->{'section_childs'}
1715 and scalar(@{$content->{'extra'}->{'associated_section'}->{'section_childs'}})) {
1735 and $content->{'extra'}->{'associated_section'}) {
17161736 complete_node_menu($self, $content);
17171737 }
17181738 }
19351955 {'contents' => $entry->{'content'}},
19361956 {%$options, Texinfo::Common::_convert_text_options($self)});
19371957 if ($entry->{'key'} !~ /\S/) {
1938 $self->line_warn(sprintf($self->__("Empty index key in \@%s"),
1958 $self->line_warn(sprintf($self->__("empty index key in \@%s"),
19391959 $entry->{'index_at_command'}),
19401960 $entry->{'command'}->{'line_nr'});
19411961 }
216216 my $hhk_file = File::Spec->catfile($outdir, $hhk_filename);
217217 my $hhk_fh = Texinfo::Common::open_out($self, $hhk_file);
218218 if (!defined($hhk_fh)) {
219 $self->document_error(sprintf($self->__("chm.pm:%s: Cannot open for writing: %s\n"),
219 $self->document_error(sprintf($self->__("chm.pm: could not open %s for writing: %s\n"),
220220 $hhk_file, $!));
221221 return 0;
222222 }
262262 print $hhk_fh "</BODY>\n</HTML>\n";
263263 delete $self->{'unclosed_files'}->{$hhk_file};
264264 if (!close ($hhk_fh)) {
265 $self->document_error(sprintf($self->__("chm.pm:%s: Error on closing: %s"),
265 $self->document_error(sprintf($self->__("chm.pm: error on closing %s: %s"),
266266 $hhk_file, $!));
267267 return 0;
268268 }
272272 my $hhc_fh = Texinfo::Common::open_out($self, $hhc_file);
273273 # Not sure $! is still valid
274274 if (!defined($hhc_fh)) {
275 $self->document_error(sprintf($self->__("chm.pm:%s: Cannot open for writing: %s\n"),
275 $self->document_error(sprintf($self->__("chm.pm: could not open %s for writing: %s\n"),
276276 $hhc_file, $!));
277277 return 0;
278278 }
333333 print $hhc_fh "</HTML>\n</BODY>\n";
334334 delete $self->{'unclosed_files'}->{$hhc_file};
335335 if (!close ($hhc_fh)) {
336 $self->document_error(sprintf($self->__("chm.pm:%s: Error on closing: %s"),
336 $self->document_error(sprintf($self->__("chm.pm: error on closing %s: %s"),
337337 $hhc_file, $!));
338338 return 0;
339339 }
343343 my $hhp_fh = Texinfo::Common::open_out($self, $hhp_file);
344344 # Not sure $! is still valid
345345 if (!defined($hhp_fh)) {
346 $self->document_error(sprintf($self->__("chm.pm:%s: Cannot open for writing: %s\n"),
346 $self->document_error(sprintf($self->__("chm.pm: could not open %s for writing: %s\n"),
347347 $hhp_file, $!));
348348 return 0;
349349 }
394394
395395 delete $self->{'unclosed_files'}->{$hhp_file};
396396 if (!close ($hhp_fh)) {
397 $self->document_error(sprintf($self->__("chm.pm:%s: Error on closing: %s"),
397 $self->document_error(sprintf($self->__("chm.pm: error on closing %s: %s"),
398398 $hhp_file, $!));
399399 return 0;
400400 }
195195
196196 unless ($self->get_conf('L2H_SKIP')) {
197197 unless (open(L2H_LATEX, ">$l2h_latex_file")) {
198 $self->document_error("l2h: Can't open latex file '$l2h_latex_file' for writing: $!");
198 $self->document_error(sprintf($self->__(
199 "l2h: could not open latex file %s for writing: %s"),
200 $l2h_latex_file, $!));
199201 $status = 0;
200202 return;
201203 }
335337 # Check for dot in directory where dvips will work
336338 if ($self->get_conf('L2H_TMP')) {
337339 if ($self->get_conf('L2H_TMP') =~ /\./) {
338 $self->document_warn ("l2h: l2h_tmp dir contains a dot.");
340 $self->document_warn($self->__("l2h: L2H_TMP directory contains a dot"));
339341 $dotbug = 1;
340342 }
341343 } else {
342344 if (cwd() =~ /\./) {
343 $self->document_warn ("l2h: current dir contains a dot.");
345 $self->document_warn($self->__("l2h: current directory contains a dot"));
344346 $dotbug = 1;
345347 }
346348 }
368370
369371 warn "# l2h: executing '$call'\n" if ($verbose);
370372 if (system($call)) {
371 $self->document_error ("l2h: '${call}' did not succeed");
373 $self->document_error(sprintf($self->__("l2h: command did not succeed: %s"),
374 $call));
372375 return 0;
373376 } else {
374377 warn "# l2h: latex2html finished successfully\n" if ($verbose);
414417 # document extension. copying the file could result in
415418 # overwriting an output file (almost surely if the default
416419 # texi2html file names are used).
417 $self->document_warn ("L2h image $src has invalid extension");
420 $self->document_warn(sprintf($self->__(
421 "l2h: image has invalid extension: %s"), $src));
418422 next;
419423 }
420424 while (-e File::Spec->catpath($docu_volume, $docu_directories,
429433 if ($debug) {
430434 copy($file_src, $file_dest);
431435 } else {
432 if (!rename ($file_src, $file_dest)) {
433 $self->document_warn ("Error renaming $file_src as $file_dest: $!");
436 if (!rename($file_src, $file_dest)) {
437 $self->document_warn(sprintf($self->__("l2h: rename %s as %s failed: %s"),
438 $file_src, $file_dest, $!));
434439 }
435440 }
436441 $l2h_img{$src} = $dest;
451456 }
452457
453458 if (! open(L2H_HTML, "<$l2h_html_file")) {
454 $self->document_warn ("l2h: Can't open $l2h_html_file for reading");
459 $self->document_warn(sprintf($self->__("l2h: could not open %s: %s"),
460 $l2h_html_file, $!));
455461 return 0;
456462 }
457463 warn "# l2h: use $l2h_html_file as html file\n" if ($verbose);
482488 $h_content = $h_content.$h_line;
483489 }
484490 unless ($h_end_found) {
485 # couldn't found the closing comment. Certainly a bug.
486 warn ("l2h: l2h_end $l2h_name $count not found\n");
491 # couldn't found the closing comment. Should be a bug.
492 $self->document_warn(sprintf(__("latex2html.pm: end of \@%s item %d not found"),
493 $l2h_name, $count));
487494 close(L2H_HTML);
488495 return 0;
489496 }
492499
493500 # Not the same number of converted elements and retrieved elements
494501 if ($latex_converted_count != $html_converted_count) {
495 warn ("l2h: waiting for $latex_converted_count elements found $html_converted_count\n");
502 $self->document_warn(sprintf($self->__(
503 "latex2html.pm: processing produced %d items in HTML; expected %d, the number of items found in the document"),
504 $html_converted_count, $latex_converted_count));
496505 }
497506
498507 warn "# l2h: Got $html_converted_count of $latex_count html contents\n"
520529 if (!defined($count)) {
521530 # counter is undefined
522531 $invalid_counter_count++;
523 warn ("l2h: undefined count for ${cmdname}_$counter\n");
532 $self->document_warn(
533 sprintf($self->__("l2h: could not determine the fragment %d for \@%s",
534 $counter, $cmdname)));
524535 return ("<!-- l2h: ". __LINE__ . " undef count for ${cmdname}_$counter -->")
525536 if ($debug);
526537 return '';
527538 } elsif(($count <= 0) or ($count > $latex_count)) {
528539 # counter out of range
529540 $invalid_counter_count++;
530 warn ("l2h: Request of $count content which is out of valide range [0,$latex_count)\n");
541 $self->_bug_message("l2h: request of $count out of range [0,$latex_count]");
531542 return ("<!-- l2h: ". __LINE__ . " out of range count $count -->")
532543 if ($debug);
533544 return '';
544555 } else {
545556 # if the result is not in @l2h_from_html, there is an error somewhere.
546557 $extract_error_count++;
547 warn ("l2h: can't extract content $count from html\n");
558 $self->document_warn(sprintf($self->__(
559 "l2h: could not extract the fragment %d for \@%s with output counter %d from HTML"),
560 $counter, $cmdname, $count));
548561 # try simple (ordinary) substitution (without l2h)
549562 $result .= "<!-- l2h: ". __LINE__ . " use default -->" if ($debug);
550563 $result .= &{$self->default_commands_conversion($cmdname)}($self,
604617 my $self = shift;
605618 if (-r $l2h_cache_file) {
606619 my $rdo = do "$l2h_cache_file";
607 $self->document_error ("l2h: could not load $l2h_cache_file: $@")
620 $self->document_error(sprintf($self->__("l2h: could not load %s: %s"),
621 $l2h_cache_file, $@))
608622 unless ($rdo);
609623 }
610624 }
616630 return unless $latex_count;
617631 my ($key, $value);
618632 unless (open(FH, ">$l2h_cache_file")) {
619 $self->document_error ("l2h: could not open $l2h_cache_file for writing: $!");
633 $self->document_error(sprintf($self->__("l2h: could not open %s for writing: %s"),
634 $l2h_cache_file, $!));
620635 return;
621636 }
622637 while (($key, $value) = each %l2h_cache) {
119119 if ($self->{'extra'}->{$command}) {
120120 local *TEX4HT_TEXFILE;
121121 unless (open (*TEX4HT_TEXFILE, ">$rfile")) {
122 $self->document_warn (sprintf($self->__("tex4ht.pm:%s: Cannot open: %s"),
122 $self->document_warn(sprintf($self->__("tex4ht.pm: could not open %s: %s"),
123123 $rfile, $!));
124124 return 1;
125125 }
215215 {
216216 my $self = shift;
217217 unless (chdir $tex4ht_out_dir) {
218 $self->document_warn(sprintf($self->__("tex4ht.pm:%s: chdir failed: %s"),
218 $self->document_warn(sprintf($self->__("tex4ht.pm: chdir %s failed: %s"),
219219 $tex4ht_out_dir, $!));
220220 return 0;
221221 }
228228 }
229229 unless (chdir $tex4ht_initial_dir) {
230230 $self->document_warn(sprintf($self->__(
231 "tex4ht.pm: Unable to return to initial directory: %s"), $!));
231 "tex4ht.pm: unable to return to initial directory: %s"), $!));
232232 return 0;
233233 }
234234 return 1;
240240
241241 return 0 unless ($commands{$command}->{'counter'});
242242
243 $self->document_warn(sprintf($self->__("tex4ht.pm: Output file missing: %s"),
243 $self->document_warn(sprintf($self->__("tex4ht.pm: output file missing: %s"),
244244 $commands{$command}->{'basefile'}))
245245 unless (-f $commands{$command}->{'basefile'});
246246 my $style = $commands{$command}->{'style'};
255255 my $cmd = "$commands{$command}->{'exec'} $commands{$command}->{'basefile'} $options";
256256 print STDERR "tex4ht command: $cmd\n" if ($self->get_conf('VERBOSE'));
257257 if (system($cmd)) {
258 $self->document_warn (sprintf(__(
259 "tex4ht.pm: Command failed: %s"), $cmd));
258 $self->document_warn(sprintf(__(
259 "tex4ht.pm: command failed: %s"), $cmd));
260260 return 1;
261261 }
262262
263263 # extract the html from the file created by tex4ht
264264 my $html_basefile = $commands{$command}->{'html_file'};
265265 unless (open (TEX4HT_HTMLFILE, $html_basefile)) {
266 $self->document_warn (sprintf(__("tex4ht.pm:%s: Cannot open: %s"),
266 $self->document_warn(sprintf(__("tex4ht.pm: could not open: %s"),
267267 $html_basefile, $!));
268268 return 1;
269269 }
289289 }
290290 }
291291 unless ($end_found) {
292 $self->document_warn (sprintf(__("tex4ht.pm: end of \@%s item %d not found"),
292 $self->document_warn(sprintf(__("tex4ht.pm: end of \@%s item %d not found"),
293293 $command, $count));
294294 }
295295 }
296296 }
297297 if ($got_count != $commands{$command}->{'counter'}) {
298 $self->document_warn (sprintf($self->__(
299 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of items found in the document"),
300 $got_count, $commands{$command}->{'counter'}));
298 $self->document_warn(sprintf($self->__(
299 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of items found in the document for \@%s"),
300 $got_count, $commands{$command}->{'counter'},
301 $command));
301302 }
302303 close (TEX4HT_HTMLFILE);
303304 return 0;
311312 # return the resulting html
312313 if (exists ($commands{$cmdname}->{'results'}->{$command})
313314 and defined($commands{$cmdname}->{'results'}->{$command})) {
314 $commands{$cmdname}->{'output_counter'}++;
315 return $commands{$cmdname}->{'results'}->{$command};
315 $commands{$cmdname}->{'output_counter'}++;
316 return $commands{$cmdname}->{'results'}->{$command};
316317 } else {
317 $self->document_warn (sprintf($self->__(
318 "tex4ht.pm: Output has no HTML item for \@%s %s"),
318 $self->document_warn(sprintf($self->__(
319 "tex4ht.pm: output has no HTML item for \@%s %s"),
319320 $cmdname, $command));
320321 return '';
321322 }
324325 sub tex4ht_finish($)
325326 {
326327 my $self = shift;
327 my $tex4ht_in_counter = 0;
328 # this is different from the warning in tex4ht_process_command as, here,
329 # this is the number of retrieved fragment, not processed fragment.
328330 if ($self->get_conf('VERBOSE')) {
329331 foreach my $command (keys(%commands)) {
330332 if ($commands{$command}->{'output_counter'} != $commands{$command}->{'counter'}) {
331 $self->document_warn ("tex4ht_finish: \@$command output counter $commands{$command}->{'output_counter'}, counter $commands{$command}->{'counter'}");
333 $self->document_warn(sprintf($self->__(
334 "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of items found in the document for \@%s"),
335 $commands{$command}->{'output_counter'},
336 $commands{$command}->{'counter'}, $command));
332337 }
333338 }
334339 }
00 #! /bin/sh
1 # $Id: regenerate_docstr.sh,v 1.1 2013/01/13 18:04:59 karl Exp $
1 # $Id: regenerate_docstr.sh,v 1.2 2013/02/03 23:53:48 karl Exp $
22 # Copyright 2011, 2012, 2013 Free Software Foundation, Inc.
33 #
44 # This file is free software; as a special exception the author gives
1515 outfile=$1
1616
1717 (
18 cd $dir/..
18 cd "$dir/.." || exit 1
1919
20 if [ -f ../po_document/LINGUAS ]; then :
21 else
22 echo "no ../po_document/LINGUAS" 1>&2
20 if test -f ../po_document/LINGUAS; then :; else
21 echo "$0: no ../po_document/LINGUAS, goodbye" 1>&2
2322 exit 1
2423 fi
2524
26 : > $outfile
25 echo >$outfile <<END_HEADER
26 # Makefile.docstr generated by $0.
27 #
28 # Copyright 2013 Free Software Foundation, Inc.
29 #
30 # This file is free software; as a special exception the author gives
31 # unlimited permission to copy and/or distribute it, with or without
32 # modifications, as long as this notice is preserved.
33 #
34 # This program is distributed in the hope that it will be useful, but
35 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
36 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
37 END_HEADER
38
2739 for lingua in `cat ../po_document/LINGUAS`; do
28 echo '$(srcdir)/../po_document/'"$lingua.gmo"': $(srcdir)/../po_document/'"$lingua.po"'
40 # Only run by maintainers, so assume GNU make (by using $@ in regular rules).
41 # Just for convenience.
42 echo '
43 $(srcdir)/../po_document/'"$lingua.gmo"': $(srcdir)/../po_document/'"$lingua.po"'
2944 cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) '"$lingua.gmo"'
3045
31 LocaleData/'"$lingua"'/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/'"$lingua"'.gmo LocaleData/'"$lingua"'/LC_MESSAGES
46 LocaleData/'"$lingua"'/LC_MESSAGES/$(document_domain).mo: $(srcdir)/../po_document/'"$lingua"'.gmo
47 $(mkdir_p) `dirname $@`
3248 $(INSTALL_DATA) $(srcdir)/../po_document/'"$lingua"'.gmo $@
3349
34 LocaleData/'"$lingua"'/LC_MESSAGES: LocaleData/'"$lingua"'
35 $(mkdir_p) $@
50 ' >>$outfile
3651
37 LocaleData/'"$lingua"': LocaleData
38 $(mkdir_p) $@
39 ' >> $outfile
4052 dependencies="$dependencies "'LocaleData/'"$lingua"'/LC_MESSAGES/$(document_domain).mo'
4153 done
4254
43 echo 'LocaleData:
44 $(mkdir_p) $@
45
46 document_strings_mo_files = '"$dependencies" >> $outfile
55 echo 'document_strings_mo_files = '"$dependencies" >>$outfile
4756 )
4857
00 #! /usr/bin/env perl
1 # $Id: regenerate_file_lists.pl,v 1.12 2012/11/21 22:48:48 pertusus Exp $
1 # $Id: regenerate_file_lists.pl,v 1.13 2013/02/03 23:53:48 karl Exp $
22 # Copyright 2011, 2012 Free Software Foundation, Inc.
33 #
44 # This file is free software; as a special exception the author gives
5353 print INCLUDE <<EOH;
5454 # Makefile.tres generated by $0.
5555 #
56 # Copyright 2012 Free Software Foundation, Inc.
56 # Copyright 2013 Free Software Foundation, Inc.
5757 #
5858 # This file is free software; as a special exception the author gives
5959 # unlimited permission to copy and/or distribute it, with or without
00 use strict;
11
22 use Test::More;
3 BEGIN { plan tests => 4 };
3 BEGIN { plan tests => 5 };
44
55 use lib 'maintain/lib/Unicode-EastAsianWidth/lib/';
66 use lib 'maintain/lib/libintl-perl/lib/';
105105 @chapter chap2
106106 ', 'menu completed before');
107107
108 test('@node Top
109 @top top
110
111 @node nchap1
112 @chapter nchap1
113
114 @node nchap2
115 @chapter nchap2
116
117 @part
118
119 @node pnchap1
120 @chapter pnchap1
121
122 @node pnchap2
123 @chapter pnchap2
124
125 @node napp
126 @appendix app
127
128 @node nsapp
129 @section sapp
130
131 @node anchap1
132 @chapter achap1
133
134 @part p2
135
136 @node apnchap1
137 @chapter apchap1
138
139 ', '@node Top
140 @top top
141
142 @menu
143 * nchap1::
144 * nchap2::
145 * pnchap1::
146 * pnchap2::
147 * napp::
148 * anchap1::
149 * apnchap1::
150 @end menu
151
152 @node nchap1
153 @chapter nchap1
154
155 @node nchap2
156 @chapter nchap2
157
158 @part
159
160 @node pnchap1
161 @chapter pnchap1
162
163 @node pnchap2
164 @chapter pnchap2
165
166 @node napp
167 @appendix app
168
169 @menu
170 * nsapp::
171 @end menu
172
173 @node nsapp
174 @section sapp
175
176 @node anchap1
177 @chapter achap1
178
179 @part p2
180
181 @node apnchap1
182 @chapter apchap1
183
184 ', 'parts');
0 use strict;
1
2 use Test::More;
3 BEGIN { plan tests => 2 };
4
5 use lib 'maintain/lib/Unicode-EastAsianWidth/lib/';
6 use lib 'maintain/lib/libintl-perl/lib/';
7 use lib 'maintain/lib/Text-Unidecode/lib/';
8 use Texinfo::Parser qw(parse_texi_text);
9 use Texinfo::Convert::Plaintext;
10 use Texinfo::Convert::Texinfo;
11
12 ok(1);
13
14 my $in = '
15 @menu
16 Comment
17
18 * a: (!unknown_m)b. d
19 * (!unknown_m)c :: d1
20 * (!unknown_m)f ::
21 * (!unknown_m)g ::
22 * label: (!unknown_m)h .
23 * (!unknown_m)iiiiiiiiiiiiiiiiiiiiiiiiiiiiiii:: d
24 @end menu
25 ';
26
27 my $reference = '
28 @menu
29 Comment
30
31 * a: (!unknown_m)b. d
32 * (!unknown_m)c :: d1
33 * (!unknown_m)f ::
34 * (!unknown_m)g ::
35 * label: (!unknown_m)h .
36 * (!unknown_m)iiiiiiiiiiiiiiiiiiiiiiiiiiiiiii:: d
37 @end menu
38 ';
39
40 my $parser = Texinfo::Parser::parser();
41 my $tree = $parser->parse_texi_text($in);
42 Texinfo::Convert::Plaintext::indent_menu_descriptions(undef, $parser);
43 my $out = Texinfo::Convert::Texinfo::convert($tree);
44
45 is ($out, $reference, 'indent menu descriptions test');
46
47 #print STDERR "$out\n";
+0
-48
tp/t/indent_menus_descriptions.t less more
0 use strict;
1
2 use Test::More;
3 BEGIN { plan tests => 2 };
4
5 use lib 'maintain/lib/Unicode-EastAsianWidth/lib/';
6 use lib 'maintain/lib/libintl-perl/lib/';
7 use lib 'maintain/lib/Text-Unidecode/lib/';
8 use Texinfo::Parser qw(parse_texi_text);
9 use Texinfo::Convert::Plaintext;
10 use Texinfo::Convert::Texinfo;
11
12 ok(1);
13
14 my $in = '
15 @menu
16 Comment
17
18 * a: (!unknown_m)b. d
19 * (!unknown_m)c :: d1
20 * (!unknown_m)f ::
21 * (!unknown_m)g ::
22 * label: (!unknown_m)h .
23 * (!unknown_m)iiiiiiiiiiiiiiiiiiiiiiiiiiiiiii:: d
24 @end menu
25 ';
26
27 my $reference = '
28 @menu
29 Comment
30
31 * a: (!unknown_m)b. d
32 * (!unknown_m)c :: d1
33 * (!unknown_m)f ::
34 * (!unknown_m)g ::
35 * label: (!unknown_m)h .
36 * (!unknown_m)iiiiiiiiiiiiiiiiiiiiiiiiiiiiiii:: d
37 @end menu
38 ';
39
40 my $parser = Texinfo::Parser::parser();
41 my $tree = $parser->parse_texi_text($in);
42 Texinfo::Convert::Plaintext::indent_menus_descriptions(undef, $parser);
43 my $out = Texinfo::Convert::Texinfo::convert($tree);
44
45 is ($out, $reference, 'indent menu descriptions test');
46
47 #print STDERR "$out\n";
149149
150150 $result_errors{'bad_line'} = [
151151 {
152 'error_line' => ':2: Bad argument to @alias
152 'error_line' => ':2: bad argument to @alias
153153 ',
154154 'file_name' => '',
155155 'line_nr' => 2,
156156 'macro' => '',
157 'text' => 'Bad argument to @alias',
157 'text' => 'bad argument to @alias',
158158 'type' => 'error'
159159 },
160160 {
161 'error_line' => ':4: Superfluous argument to @alias
161 'error_line' => ':4: superfluous argument to @alias
162162 ',
163163 'file_name' => '',
164164 'line_nr' => 4,
165165 'macro' => '',
166 'text' => 'Superfluous argument to @alias',
166 'text' => 'superfluous argument to @alias',
167167 'type' => 'error'
168168 },
169169 {
170 'error_line' => ':4: Bad argument to @alias
170 'error_line' => ':4: bad argument to @alias
171171 ',
172172 'file_name' => '',
173173 'line_nr' => 4,
174174 'macro' => '',
175 'text' => 'Bad argument to @alias',
175 'text' => 'bad argument to @alias',
176176 'type' => 'error'
177177 }
178178 ];
166166
167167 $result_errors{'block_command_alias'} = [
168168 {
169 'error_line' => ':1: warning: Environment command lisp as argument to @alias
169 'error_line' => ':1: warning: environment command lisp as argument to @alias
170170 ',
171171 'file_name' => '',
172172 'line_nr' => 1,
173173 'macro' => '',
174 'text' => 'Environment command lisp as argument to @alias',
174 'text' => 'environment command lisp as argument to @alias',
175175 'type' => 'warning'
176176 },
177177 {
178 'error_line' => ':5: warning: Unknown @end lang
178 'error_line' => ':5: warning: unknown @end lang
179179 ',
180180 'file_name' => '',
181181 'line_nr' => 5,
182182 'macro' => '',
183 'text' => 'Unknown @end lang',
183 'text' => 'unknown @end lang',
184184 'type' => 'warning'
185185 },
186186 {
187 'error_line' => ':5: No matching `@end lisp\'
187 'error_line' => ':5: no matching `@end lisp\'
188188 ',
189189 'file_name' => '',
190190 'line_nr' => 5,
191191 'macro' => '',
192 'text' => 'No matching `@end lisp\'',
192 'text' => 'no matching `@end lisp\'',
193193 'type' => 'error'
194194 }
195195 ];
157157
158158 $result_errors{'wrong_command'} = [
159159 {
160 'error_line' => ':1: Superfluous argument to @columnfractions
160 'error_line' => ':1: superfluous argument to @columnfractions
161161 ',
162162 'file_name' => '',
163163 'line_nr' => 1,
164164 'macro' => '',
165 'text' => 'Superfluous argument to @columnfractions',
165 'text' => 'superfluous argument to @columnfractions',
166166 'type' => 'error'
167167 }
168168 ];
1616
1717 $result_errors{'conditional_not_closed'} = [
1818 {
19 'error_line' => ':2: No matching `@end ifhtml\'
19 'error_line' => ':2: no matching `@end ifhtml\'
2020 ',
2121 'file_name' => '',
2222 'line_nr' => 2,
2323 'macro' => '',
24 'text' => 'No matching `@end ifhtml\'',
24 'text' => 'no matching `@end ifhtml\'',
2525 'type' => 'error'
2626 }
2727 ];
2626
2727 $result_errors{'empty_ifset_in_ifset_no_set'} = [
2828 {
29 'error_line' => ':6: No matching `@end ifset\'
29 'error_line' => ':6: no matching `@end ifset\'
3030 ',
3131 'file_name' => '',
3232 'line_nr' => 6,
3333 'macro' => '',
34 'text' => 'No matching `@end ifset\'',
34 'text' => 'no matching `@end ifset\'',
3535 'type' => 'error'
3636 }
3737 ];
178178
179179 $result_errors{'ifclear_in_ifset_set'} = [
180180 {
181 'error_line' => ':6: warning: Unknown @end junky
181 'error_line' => ':6: warning: unknown @end junky
182182 ',
183183 'file_name' => '',
184184 'line_nr' => 6,
185185 'macro' => '',
186 'text' => 'Unknown @end junky',
186 'text' => 'unknown @end junky',
187187 'type' => 'warning'
188188 },
189189 {
190 'error_line' => ':7: Unmatched `@end\'
190 'error_line' => ':7: unmatched `@end\'
191191 ',
192192 'file_name' => '',
193193 'line_nr' => 7,
194194 'macro' => '',
195 'text' => 'Unmatched `@end\'',
195 'text' => 'unmatched `@end\'',
196196 'type' => 'error'
197197 },
198198 {
199 'error_line' => ':8: Expected @end ifclear
199 'error_line' => ':8: expected @end ifclear
200200 ',
201201 'file_name' => '',
202202 'line_nr' => 8,
203203 'macro' => '',
204 'text' => 'Expected @end ifclear',
204 'text' => 'expected @end ifclear',
205205 'type' => 'error'
206206 },
207207 {
208 'error_line' => ':8: Expected @end ifset
208 'error_line' => ':8: expected @end ifset
209209 ',
210210 'file_name' => '',
211211 'line_nr' => 8,
212212 'macro' => '',
213 'text' => 'Expected @end ifset',
213 'text' => 'expected @end ifset',
214214 'type' => 'error'
215215 }
216216 ];
6161
6262 $result_errors{'ignore_not_closed'} = [
6363 {
64 'error_line' => ':3: No matching `@end ignore\'
64 'error_line' => ':3: no matching `@end ignore\'
6565 ',
6666 'file_name' => '',
6767 'line_nr' => 3,
6868 'macro' => '',
69 'text' => 'No matching `@end ignore\'',
69 'text' => 'no matching `@end ignore\'',
7070 'type' => 'error'
7171 }
7272 ];
215215
216216 $result_errors{'ignored_in_ifset'} = [
217217 {
218 'error_line' => ':5: Unmatched `@end ignore\'
218 'error_line' => ':5: unmatched `@end ignore\'
219219 ',
220220 'file_name' => '',
221221 'line_nr' => 5,
222222 'macro' => '',
223 'text' => 'Unmatched `@end ignore\'',
224 'type' => 'error'
225 },
226 {
227 'error_line' => ':7: Unmatched `@end\'
223 'text' => 'unmatched `@end ignore\'',
224 'type' => 'error'
225 },
226 {
227 'error_line' => ':7: unmatched `@end\'
228228 ',
229229 'file_name' => '',
230230 'line_nr' => 7,
231231 'macro' => '',
232 'text' => 'Unmatched `@end\'',
233 'type' => 'error'
234 },
235 {
236 'error_line' => ':12: Unmatched `@end verbatim\'
232 'text' => 'unmatched `@end\'',
233 'type' => 'error'
234 },
235 {
236 'error_line' => ':12: unmatched `@end verbatim\'
237237 ',
238238 'file_name' => '',
239239 'line_nr' => 12,
240240 'macro' => '',
241 'text' => 'Unmatched `@end verbatim\'',
242 'type' => 'error'
243 },
244 {
245 'error_line' => ':13: Unmatched `@end\'
241 'text' => 'unmatched `@end verbatim\'',
242 'type' => 'error'
243 },
244 {
245 'error_line' => ':13: unmatched `@end\'
246246 ',
247247 'file_name' => '',
248248 'line_nr' => 13,
249249 'macro' => '',
250 'text' => 'Unmatched `@end\'',
251 'type' => 'error'
252 },
253 {
254 'error_line' => ':18: Misplaced }
250 'text' => 'unmatched `@end\'',
251 'type' => 'error'
252 },
253 {
254 'error_line' => ':18: misplaced }
255255 ',
256256 'file_name' => '',
257257 'line_nr' => 18,
258258 'macro' => '',
259 'text' => 'Misplaced }',
260 'type' => 'error'
261 },
262 {
263 'error_line' => ':19: Unmatched `@end\'
259 'text' => 'misplaced }',
260 'type' => 'error'
261 },
262 {
263 'error_line' => ':19: unmatched `@end\'
264264 ',
265265 'file_name' => '',
266266 'line_nr' => 19,
267267 'macro' => '',
268 'text' => 'Unmatched `@end\'',
268 'text' => 'unmatched `@end\'',
269269 'type' => 'error'
270270 }
271271 ];
3232
3333 $result_errors{'superfluous_argument_to_end'} = [
3434 {
35 'error_line' => ':3: Superfluous argument to @end ifnothtml: superfluous
35 'error_line' => ':3: superfluous argument to @end ifnothtml: superfluous
3636 ',
3737 'file_name' => '',
3838 'line_nr' => 3,
3939 'macro' => '',
40 'text' => 'Superfluous argument to @end ifnothtml: superfluous',
40 'text' => 'superfluous argument to @end ifnothtml: superfluous',
4141 'type' => 'error'
4242 }
4343 ];
25682568 'type' => 'warning'
25692569 },
25702570 {
2571 'error_line' => ':70: Unknown command `newindex\'
2571 'error_line' => ':70: unknown command `newindex\'
25722572 ',
25732573 'file_name' => '',
25742574 'line_nr' => 70,
25752575 'macro' => '',
2576 'text' => 'Unknown command `newindex\'',
2576 'text' => 'unknown command `newindex\'',
25772577 'type' => 'error'
25782578 },
25792579 {
2580 'error_line' => ':79: Unknown command `a\'
2580 'error_line' => ':79: unknown command `a\'
25812581 ',
25822582 'file_name' => '',
25832583 'line_nr' => 79,
25842584 'macro' => '',
2585 'text' => 'Unknown command `a\'',
2585 'text' => 'unknown command `a\'',
25862586 'type' => 'error'
25872587 },
25882588 {
2589 'error_line' => ':79: Misplaced {
2589 'error_line' => ':79: misplaced {
25902590 ',
25912591 'file_name' => '',
25922592 'line_nr' => 79,
25932593 'macro' => '',
2594 'text' => 'Misplaced {',
2594 'text' => 'misplaced {',
25952595 'type' => 'error'
25962596 },
25972597 {
2598 'error_line' => ':79: Misplaced }
2598 'error_line' => ':79: misplaced }
25992599 ',
26002600 'file_name' => '',
26012601 'line_nr' => 79,
26022602 'macro' => '',
2603 'text' => 'Misplaced }',
2603 'text' => 'misplaced }',
26042604 'type' => 'error'
26052605 },
26062606 {
2607 'error_line' => ':81: Unknown command `moviecite\'
2607 'error_line' => ':81: unknown command `moviecite\'
26082608 ',
26092609 'file_name' => '',
26102610 'line_nr' => 81,
26112611 'macro' => '',
2612 'text' => 'Unknown command `moviecite\'',
2612 'text' => 'unknown command `moviecite\'',
26132613 'type' => 'error'
26142614 },
26152615 {
2616 'error_line' => ':81: Misplaced {
2616 'error_line' => ':81: misplaced {
26172617 ',
26182618 'file_name' => '',
26192619 'line_nr' => 81,
26202620 'macro' => '',
2621 'text' => 'Misplaced {',
2621 'text' => 'misplaced {',
26222622 'type' => 'error'
26232623 },
26242624 {
2625 'error_line' => ':81: Misplaced }
2625 'error_line' => ':81: misplaced }
26262626 ',
26272627 'file_name' => '',
26282628 'line_nr' => 81,
26292629 'macro' => '',
2630 'text' => 'Misplaced }',
2630 'text' => 'misplaced }',
26312631 'type' => 'error'
26322632 },
26332633 {
2634 'error_line' => ':85: Unknown command `mymacro\'
2634 'error_line' => ':85: unknown command `mymacro\'
26352635 ',
26362636 'file_name' => '',
26372637 'line_nr' => 85,
26382638 'macro' => '',
2639 'text' => 'Unknown command `mymacro\'',
2639 'text' => 'unknown command `mymacro\'',
26402640 'type' => 'error'
26412641 },
26422642 {
2643 'error_line' => ':85: Misplaced {
2643 'error_line' => ':85: misplaced {
26442644 ',
26452645 'file_name' => '',
26462646 'line_nr' => 85,
26472647 'macro' => '',
2648 'text' => 'Misplaced {',
2648 'text' => 'misplaced {',
26492649 'type' => 'error'
26502650 },
26512651 {
2652 'error_line' => ':85: Misplaced }
2652 'error_line' => ':85: misplaced }
26532653 ',
26542654 'file_name' => '',
26552655 'line_nr' => 85,
26562656 'macro' => '',
2657 'text' => 'Misplaced }',
2657 'text' => 'misplaced }',
26582658 'type' => 'error'
26592659 },
26602660 {
2661 'error_line' => ':85: Unknown command `macroarg\'
2661 'error_line' => ':85: unknown command `macroarg\'
26622662 ',
26632663 'file_name' => '',
26642664 'line_nr' => 85,
26652665 'macro' => '',
2666 'text' => 'Unknown command `macroarg\'',
2666 'text' => 'unknown command `macroarg\'',
26672667 'type' => 'error'
26682668 },
26692669 {
2670 'error_line' => ':85: Misplaced {
2670 'error_line' => ':85: misplaced {
26712671 ',
26722672 'file_name' => '',
26732673 'line_nr' => 85,
26742674 'macro' => '',
2675 'text' => 'Misplaced {',
2675 'text' => 'misplaced {',
26762676 'type' => 'error'
26772677 },
26782678 {
2679 'error_line' => ':85: Misplaced }
2679 'error_line' => ':85: misplaced }
26802680 ',
26812681 'file_name' => '',
26822682 'line_nr' => 85,
26832683 'macro' => '',
2684 'text' => 'Misplaced }',
2684 'text' => 'misplaced }',
26852685 'type' => 'error'
26862686 },
26872687 {
1010 . . ? @">
1111 <meta name="resource-type" content="document">
1212 <meta name="distribution" content="global">
13 <meta name="Generator" content="tp">
1413 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1514 <link href="index.html#Top" rel="start" title="Top">
1615 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: @ {} . ">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: { }">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: 8.27in">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; &#321; &ETH; &eth; &THORN; &thorn;">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: AAA (fff) AAA BBB">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: CCC (rrr) CCC DDD">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: LaTeX TeX &bull; , &copy; &hellip; ...">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: @ { } \ #">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: `` '' --- -- ` '">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &ordf; &ordm; &lowast; &pound; -| &iquest; &reg;">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &laquo; &raquo; &laquo; &raquo; &lsaquo; &rsaquo;">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &ldquo; &rdquo; &lsquo; &rsquo; &bdquo; &sbquo;">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &rArr; &deg; a&nbsp;b a sunny day &aring;">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &equiv; error&rarr; &euro; &iexcl; &rarr; -">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &ge; &le; &rarr;">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &auml; &#7869; &icirc; &acirc; &agrave; &eacute; &ccedil; &#275; e* e'' &#281;">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: cite asis in&nbsp;@w&nbsp;b in r SC str t var dfn i">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &#279; &#277; e_ &#7865; &#283; j ee[">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: env code option samp command file C-x ESC">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: f--ile1 f--ile">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: http://somewhere_aaa (http://somewhere_aaa) text (url) ls (/man.cgi/1/ls)">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: i &#274;` &#262;,">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="#Top" rel="start" title="Top">
1312 <link href="../dir/index.html" rel="up" title="(dir)">
77 <meta name="keywords" content="Top: &lsquo;indicateurl&rsquo;">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: sansserif slanted">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: someone@somewher (the someone) no_explain@there (no_explain@there)">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
2226722267 $result_converted_errors{'file_info'}->{'at_commands_in_refs_latin1'} = [
2226822268 {
2226922269 'file_name' => '',
22270 'error_line' => ':26: warning: Cannot find @image file `f--ile1.txt\' nor alternate text
22270 'error_line' => ':26: warning: could not find @image file `f--ile1.txt\' nor alternate text
2227122271 ',
22272 'text' => 'Cannot find @image file `f--ile1.txt\' nor alternate text',
22272 'text' => 'could not find @image file `f--ile1.txt\' nor alternate text',
2227322273 'type' => 'warning',
2227422274 'macro' => '',
2227522275 'line_nr' => 26
2227622276 },
2227722277 {
2227822278 'file_name' => '',
22279 'error_line' => ':92: warning: Cannot find @image file `f--ile1.txt\' nor alternate text
22279 'error_line' => ':92: warning: could not find @image file `f--ile1.txt\' nor alternate text
2228022280 ',
22281 'text' => 'Cannot find @image file `f--ile1.txt\' nor alternate text',
22281 'text' => 'could not find @image file `f--ile1.txt\' nor alternate text',
2228222282 'type' => 'warning',
2228322283 'macro' => '',
2228422284 'line_nr' => 92
2228522285 },
2228622286 {
2228722287 'file_name' => '',
22288 'error_line' => ':92: warning: Cannot find @image file `f--ile1.txt\' nor alternate text
22288 'error_line' => ':92: warning: could not find @image file `f--ile1.txt\' nor alternate text
2228922289 ',
22290 'text' => 'Cannot find @image file `f--ile1.txt\' nor alternate text',
22290 'text' => 'could not find @image file `f--ile1.txt\' nor alternate text',
2229122291 'type' => 'warning',
2229222292 'macro' => '',
2229322293 'line_nr' => 92
2229422294 },
2229522295 {
2229622296 'file_name' => '',
22297 'error_line' => ':94: warning: Cannot find @image file `f--ile1.txt\' nor alternate text
22297 'error_line' => ':94: warning: could not find @image file `f--ile1.txt\' nor alternate text
2229822298 ',
22299 'text' => 'Cannot find @image file `f--ile1.txt\' nor alternate text',
22299 'text' => 'could not find @image file `f--ile1.txt\' nor alternate text',
2230022300 'type' => 'warning',
2230122301 'macro' => '',
2230222302 'line_nr' => 94
2230322303 },
2230422304 {
2230522305 'file_name' => '',
22306 'error_line' => ':92: warning: Cannot find @image file `f--ile1.txt\' nor alternate text
22306 'error_line' => ':92: warning: could not find @image file `f--ile1.txt\' nor alternate text
2230722307 ',
22308 'text' => 'Cannot find @image file `f--ile1.txt\' nor alternate text',
22308 'text' => 'could not find @image file `f--ile1.txt\' nor alternate text',
2230922309 'type' => 'warning',
2231022310 'macro' => '',
2231122311 'line_nr' => 92
2231222312 },
2231322313 {
2231422314 'file_name' => '',
22315 'error_line' => ':92: warning: Cannot find @image file `f--ile1.txt\' nor alternate text
22315 'error_line' => ':92: warning: could not find @image file `f--ile1.txt\' nor alternate text
2231622316 ',
22317 'text' => 'Cannot find @image file `f--ile1.txt\' nor alternate text',
22317 'text' => 'could not find @image file `f--ile1.txt\' nor alternate text',
2231822318 'type' => 'warning',
2231922319 'macro' => '',
2232022320 'line_nr' => 92
2232122321 },
2232222322 {
2232322323 'file_name' => '',
22324 'error_line' => ':92: warning: Cannot find @image file `f--ile1.txt\' nor alternate text
22324 'error_line' => ':92: warning: could not find @image file `f--ile1.txt\' nor alternate text
2232522325 ',
22326 'text' => 'Cannot find @image file `f--ile1.txt\' nor alternate text',
22326 'text' => 'could not find @image file `f--ile1.txt\' nor alternate text',
2232722327 'type' => 'warning',
2232822328 'macro' => '',
2232922329 'line_nr' => 92
1010 . . ? @">
1111 <meta name="resource-type" content="document">
1212 <meta name="distribution" content="global">
13 <meta name="Generator" content="tp">
1413 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1514 <link href="index.html#Top" rel="start" title="Top">
1615 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: @ {} . ">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: { }">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: 8.27in">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; &#321; &ETH; &eth; &THORN; &thorn;">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: AAA (fff) AAA BBB">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: CCC (rrr) CCC DDD">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: LaTeX TeX &bull; , &copy; &hellip; ...">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: @ { } \ #">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: `` '' --- -- ` '">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &ordf; &ordm; &lowast; &pound; -| &iquest; &reg;">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &laquo; &raquo; &laquo; &raquo; &lsaquo; &rsaquo;">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &ldquo; &rdquo; &lsquo; &rsquo; &bdquo; &sbquo;">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &rArr; &deg; a&nbsp;b a sunny day &aring;">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &equiv; error&rarr; &euro; &iexcl; &rarr; -">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &ge; &le; &rarr;">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &auml; &#7869; &icirc; &acirc; &agrave; &eacute; &ccedil; &#275; e* e'' &#281;">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: cite asis in&nbsp;@w&nbsp;b in r SC str t var dfn i">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: &#279; &#277; e_ &#7865; &#283; j ee[">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: env code option samp command file C-x ESC">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: f--ile1 f--ile">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: http://somewhere_aaa (http://somewhere_aaa) text (url) ls (/man.cgi/1/ls)">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: i &#274;` &#262;,">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="#Top" rel="start" title="Top">
1312 <link href="../dir/index.html" rel="up" title="(dir)">
77 <meta name="keywords" content="Top: &lsquo;indicateurl&rsquo;">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: sansserif slanted">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Top: someone@somewher (the someone) no_explain@there (no_explain@there)">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
2226722267 $result_converted_errors{'file_info'}->{'at_commands_in_refs_utf8'} = [
2226822268 {
2226922269 'file_name' => '',
22270 'error_line' => ':26: warning: Cannot find @image file `f--ile1.txt\' nor alternate text
22270 'error_line' => ':26: warning: could not find @image file `f--ile1.txt\' nor alternate text
2227122271 ',
22272 'text' => 'Cannot find @image file `f--ile1.txt\' nor alternate text',
22272 'text' => 'could not find @image file `f--ile1.txt\' nor alternate text',
2227322273 'type' => 'warning',
2227422274 'macro' => '',
2227522275 'line_nr' => 26
2227622276 },
2227722277 {
2227822278 'file_name' => '',
22279 'error_line' => ':92: warning: Cannot find @image file `f--ile1.txt\' nor alternate text
22279 'error_line' => ':92: warning: could not find @image file `f--ile1.txt\' nor alternate text
2228022280 ',
22281 'text' => 'Cannot find @image file `f--ile1.txt\' nor alternate text',
22281 'text' => 'could not find @image file `f--ile1.txt\' nor alternate text',
2228222282 'type' => 'warning',
2228322283 'macro' => '',
2228422284 'line_nr' => 92
2228522285 },
2228622286 {
2228722287 'file_name' => '',
22288 'error_line' => ':92: warning: Cannot find @image file `f--ile1.txt\' nor alternate text
22288 'error_line' => ':92: warning: could not find @image file `f--ile1.txt\' nor alternate text
2228922289 ',
22290 'text' => 'Cannot find @image file `f--ile1.txt\' nor alternate text',
22290 'text' => 'could not find @image file `f--ile1.txt\' nor alternate text',
2229122291 'type' => 'warning',
2229222292 'macro' => '',
2229322293 'line_nr' => 92
2229422294 },
2229522295 {
2229622296 'file_name' => '',
22297 'error_line' => ':94: warning: Cannot find @image file `f--ile1.txt\' nor alternate text
22297 'error_line' => ':94: warning: could not find @image file `f--ile1.txt\' nor alternate text
2229822298 ',
22299 'text' => 'Cannot find @image file `f--ile1.txt\' nor alternate text',
22299 'text' => 'could not find @image file `f--ile1.txt\' nor alternate text',
2230022300 'type' => 'warning',
2230122301 'macro' => '',
2230222302 'line_nr' => 94
2230322303 },
2230422304 {
2230522305 'file_name' => '',
22306 'error_line' => ':92: warning: Cannot find @image file `f--ile1.txt\' nor alternate text
22306 'error_line' => ':92: warning: could not find @image file `f--ile1.txt\' nor alternate text
2230722307 ',
22308 'text' => 'Cannot find @image file `f--ile1.txt\' nor alternate text',
22308 'text' => 'could not find @image file `f--ile1.txt\' nor alternate text',
2230922309 'type' => 'warning',
2231022310 'macro' => '',
2231122311 'line_nr' => 92
2231222312 },
2231322313 {
2231422314 'file_name' => '',
22315 'error_line' => ':92: warning: Cannot find @image file `f--ile1.txt\' nor alternate text
22315 'error_line' => ':92: warning: could not find @image file `f--ile1.txt\' nor alternate text
2231622316 ',
22317 'text' => 'Cannot find @image file `f--ile1.txt\' nor alternate text',
22317 'text' => 'could not find @image file `f--ile1.txt\' nor alternate text',
2231822318 'type' => 'warning',
2231922319 'macro' => '',
2232022320 'line_nr' => 92
2232122321 },
2232222322 {
2232322323 'file_name' => '',
22324 'error_line' => ':92: warning: Cannot find @image file `f--ile1.txt\' nor alternate text
22324 'error_line' => ':92: warning: could not find @image file `f--ile1.txt\' nor alternate text
2232522325 ',
22326 'text' => 'Cannot find @image file `f--ile1.txt\' nor alternate text',
22326 'text' => 'could not find @image file `f--ile1.txt\' nor alternate text',
2232722327 'type' => 'warning',
2232822328 'macro' => '',
2232922329 'line_nr' => 92
77 <meta name="keywords" content="top: â ê î ô û Â Ê Î Ô Û">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: ä ë ï ö ü ÿ Ä Ë Ï Ö Ü">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: à è ù">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: ç">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: é">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: Top">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1211 <link href="#Top" rel="start" title="Top">
1312 <link href="#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: â ê î ô û Â Ê Î Ô Û">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: ä ë ï ö ü ÿ Ä Ë Ï Ö Ü">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: à è ù">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: ç">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: é">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: Top">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="#Top" rel="start" title="Top">
1312 <link href="#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: ¡ ± ² Ê ê">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: Top">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
1211 <link href="#Top" rel="start" title="Top">
1312 <link href="#Top" rel="index" title="Top">
299299 </para>';
300300
301301
302 $result_converted{'info'}->{'footnote_no_number'} = 'This is , produced by tp version from .
302 $result_converted{'info'}->{'footnote_no_number'} = 'This is , produced from .
303303
304304 
305305 File: , Node: Top, Up: (dir)
317317
318318 
319319 Tag Table:
320 Node: Top41
321 Ref: Top-Footnote-1135
322 Ref: Top-Footnote-2155
320 Node: Top27
321 Ref: Top-Footnote-1121
322 Ref: Top-Footnote-2141
323323 
324324 End Tag Table
325325 ';
297297 </para>';
298298
299299
300 $result_converted{'info'}->{'footnote_no_number_separate'} = 'This is , produced by tp version from .
300 $result_converted{'info'}->{'footnote_no_number_separate'} = 'This is , produced from .
301301
302302 
303303 File: , Node: Top, Up: (dir)
316316
317317 
318318 Tag Table:
319 Node: Top41
320 Node: Top-Footnotes149
321 Ref: Top-Footnote-1191
322 Ref: Top-Footnote-2211
319 Node: Top27
320 Node: Top-Footnotes135
321 Ref: Top-Footnote-1177
322 Ref: Top-Footnote-2197
323323 
324324 End Tag Table
325325 ';
106106 $result_converted_errors{'plaintext'}->{'image_extension'} = [
107107 {
108108 'file_name' => '',
109 'error_line' => ':1: warning: Cannot find @image file `f---ile.txt\' nor alternate text
109 'error_line' => ':1: warning: could not find @image file `f---ile.txt\' nor alternate text
110110 ',
111 'text' => 'Cannot find @image file `f---ile.txt\' nor alternate text',
111 'text' => 'could not find @image file `f---ile.txt\' nor alternate text',
112112 'type' => 'warning',
113113 'macro' => '',
114114 'line_nr' => 1
155155
156156
157157
158 $result_converted{'info'}->{'image_extension'} = 'This is , produced by tp version from .
158 $result_converted{'info'}->{'image_extension'} = 'This is , produced from .
159159
160160 [f---ile]
161161 
166166
167167 $result_converted_errors{'info'}->{'image_extension'} = [
168168 {
169 'error_line' => 'warning: Document without nodes.
169 'error_line' => 'warning: document without nodes
170170 ',
171 'text' => 'Document without nodes.',
171 'text' => 'document without nodes',
172172 'type' => 'warning'
173173 },
174174 {
175175 'file_name' => '',
176 'error_line' => ':1: warning: Cannot find @image file `f---ile.txt\' nor alternate text
176 'error_line' => ':1: warning: could not find @image file `f---ile.txt\' nor alternate text
177177 ',
178 'text' => 'Cannot find @image file `f---ile.txt\' nor alternate text',
178 'text' => 'could not find @image file `f---ile.txt\' nor alternate text',
179179 'type' => 'warning',
180180 'macro' => '',
181181 'line_nr' => 1
801801
802802 $result_errors{'inline'} = [
803803 {
804 'error_line' => ':6: Misplaced {
804 'error_line' => ':6: misplaced {
805805 ',
806806 'file_name' => '',
807807 'line_nr' => 6,
808808 'macro' => '',
809 'text' => 'Misplaced {',
809 'text' => 'misplaced {',
810810 'type' => 'error'
811811 },
812812 {
813 'error_line' => ':6: Misplaced {
813 'error_line' => ':6: misplaced {
814814 ',
815815 'file_name' => '',
816816 'line_nr' => 6,
817817 'macro' => '',
818 'text' => 'Misplaced {',
818 'text' => 'misplaced {',
819819 'type' => 'error'
820820 },
821821 {
822 'error_line' => ':6: Misplaced }
822 'error_line' => ':6: misplaced }
823823 ',
824824 'file_name' => '',
825825 'line_nr' => 6,
826826 'macro' => '',
827 'text' => 'Misplaced }',
827 'text' => 'misplaced }',
828828 'type' => 'error'
829829 },
830830 {
831 'error_line' => ':6: Misplaced }
831 'error_line' => ':6: misplaced }
832832 ',
833833 'file_name' => '',
834834 'line_nr' => 6,
835835 'macro' => '',
836 'text' => 'Misplaced }',
836 'text' => 'misplaced }',
837837 'type' => 'error'
838838 }
839839 ];
801801
802802 $result_errors{'inline_expand_tex'} = [
803803 {
804 'error_line' => ':6: Misplaced {
804 'error_line' => ':6: misplaced {
805805 ',
806806 'file_name' => '',
807807 'line_nr' => 6,
808808 'macro' => '',
809 'text' => 'Misplaced {',
809 'text' => 'misplaced {',
810810 'type' => 'error'
811811 },
812812 {
813 'error_line' => ':6: Misplaced {
813 'error_line' => ':6: misplaced {
814814 ',
815815 'file_name' => '',
816816 'line_nr' => 6,
817817 'macro' => '',
818 'text' => 'Misplaced {',
818 'text' => 'misplaced {',
819819 'type' => 'error'
820820 },
821821 {
822 'error_line' => ':6: Misplaced }
822 'error_line' => ':6: misplaced }
823823 ',
824824 'file_name' => '',
825825 'line_nr' => 6,
826826 'macro' => '',
827 'text' => 'Misplaced }',
827 'text' => 'misplaced }',
828828 'type' => 'error'
829829 },
830830 {
831 'error_line' => ':6: Misplaced }
831 'error_line' => ':6: misplaced }
832832 ',
833833 'file_name' => '',
834834 'line_nr' => 6,
835835 'macro' => '',
836 'text' => 'Misplaced }',
836 'text' => 'misplaced }',
837837 'type' => 'error'
838838 }
839839 ];
1515 <meta name="keywords" content="GNU LilyPond &ndash; Manuel d&rsquo;initiation japanese: Introduction">
1616 <meta name="resource-type" content="document">
1717 <meta name="distribution" content="global">
18 <meta name="Generator" content="tp">
1918 <meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
2019 <link href="index.html#Top" rel="start" title="Top">
2120 <link href="index.html#Top" rel="up" title="Top">
1515 <meta name="keywords" content="GNU LilyPond &ndash; Manuel d&rsquo;initiation japanese: Preface">
1616 <meta name="resource-type" content="document">
1717 <meta name="distribution" content="global">
18 <meta name="Generator" content="tp">
1918 <meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
2019 <link href="index.html#Top" rel="start" title="Top">
2120 <link href="index.html#Top" rel="up" title="Top">
1515 <meta name="keywords" content="GNU LilyPond &ndash; Manuel d&rsquo;initiation japanese: Top">
1616 <meta name="resource-type" content="document">
1717 <meta name="distribution" content="global">
18 <meta name="Generator" content="tp">
1918 <meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
2019 <link href="#Top" rel="start" title="Top">
2120 <link href="../dir/index.html" rel="up" title="(dir)">
0 This is japanese_shift_jis.info, produced by tp version from
1 japanese_shift_jis.texi.
0 This is japanese_shift_jis.info, produced from japanese_shift_jis.texi.
21
32 Copyright (C) 1999-2008 ’˜ìŽÒˆê“¯
43
5150
5251 
5352 Tag Table:
54 Node: Top405
55 Node: Preface710
56 Node: Introduction1554
53 Node: Top391
54 Node: Preface696
55 Node: Introduction1540
5756 
5857 End Tag Table
5958
13621362
13631363 $result_errors{'japanese_shift_jis'} = [
13641364 {
1365 'error_line' => 'japanese_shift_jis.texi:2: warning: Encoding `shift_jis\' is not a canonical texinfo encoding
1365 'error_line' => 'japanese_shift_jis.texi:2: warning: encoding `shift_jis\' is not a canonical texinfo encoding
13661366 ',
13671367 'file_name' => 'japanese_shift_jis.texi',
13681368 'line_nr' => 2,
13691369 'macro' => '',
1370 'text' => 'Encoding `shift_jis\' is not a canonical texinfo encoding',
1370 'text' => 'encoding `shift_jis\' is not a canonical texinfo encoding',
13711371 'type' => 'warning'
13721372 }
13731373 ];
794794 new version">
795795 <meta name="resource-type" content="document">
796796 <meta name="distribution" content="global">
797 <meta name="Generator" content="tp">
798797 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
799798 <style type="text/css">
800799 <!--
502502 $result_converted_errors{'html_text'}->{'raw_block_commands_expand_tex'} = [
503503 {
504504 'file_name' => '',
505 'error_line' => ':14: warning: Raw format tex is not converted
506 ',
507 'text' => 'Raw format tex is not converted',
505 'error_line' => ':14: warning: raw format tex is not converted
506 ',
507 'text' => 'raw format tex is not converted',
508508 'type' => 'warning',
509509 'macro' => '',
510510 'line_nr' => 14
48134813
48144814 $result_errors{'ref_error_formatting'} = [
48154815 {
4816 'error_line' => ':4: warning: Command @ref missing a node or external manual argument
4816 'error_line' => ':4: warning: command @ref missing a node or external manual argument
48174817 ',
48184818 'file_name' => '',
48194819 'line_nr' => 4,
48204820 'macro' => '',
4821 'text' => 'Command @ref missing a node or external manual argument',
4821 'text' => 'command @ref missing a node or external manual argument',
48224822 'type' => 'warning'
48234823 },
48244824 {
4825 'error_line' => ':5: warning: Command @ref missing a node or external manual argument
4825 'error_line' => ':5: warning: command @ref missing a node or external manual argument
48264826 ',
48274827 'file_name' => '',
48284828 'line_nr' => 5,
48294829 'macro' => '',
4830 'text' => 'Command @ref missing a node or external manual argument',
4830 'text' => 'command @ref missing a node or external manual argument',
48314831 'type' => 'warning'
48324832 },
48334833 {
4834 'error_line' => ':22: warning: Command @ref missing a node or external manual argument
4834 'error_line' => ':22: warning: command @ref missing a node or external manual argument
48354835 ',
48364836 'file_name' => '',
48374837 'line_nr' => 22,
48384838 'macro' => '',
4839 'text' => 'Command @ref missing a node or external manual argument',
4839 'text' => 'command @ref missing a node or external manual argument',
48404840 'type' => 'warning'
48414841 },
48424842 {
4843 'error_line' => ':33: warning: Command @inforef missing a node or external manual argument
4843 'error_line' => ':33: warning: command @inforef missing a node or external manual argument
48444844 ',
48454845 'file_name' => '',
48464846 'line_nr' => 33,
48474847 'macro' => '',
4848 'text' => 'Command @inforef missing a node or external manual argument',
4848 'text' => 'command @inforef missing a node or external manual argument',
48494849 'type' => 'warning'
48504850 },
48514851 {
4852 'error_line' => ':36: warning: Command @inforef missing a node or external manual argument
4852 'error_line' => ':36: warning: command @inforef missing a node or external manual argument
48534853 ',
48544854 'file_name' => '',
48554855 'line_nr' => 36,
48564856 'macro' => '',
4857 'text' => 'Command @inforef missing a node or external manual argument',
4857 'text' => 'command @inforef missing a node or external manual argument',
48584858 'type' => 'warning'
48594859 },
48604860 {
1111 <meta name="keywords" content="Sample: 第一章(First Chapter)">
1212 <meta name="resource-type" content="document">
1313 <meta name="distribution" content="global">
14 <meta name="Generator" content="tp">
1514 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1615 <link href="index.html#Top" rel="start" title="Top">
1716 <link href="Index.html#Index" rel="index" title="Index">
1111 <meta name="keywords" content="Sample: Index">
1212 <meta name="resource-type" content="document">
1313 <meta name="distribution" content="global">
14 <meta name="Generator" content="tp">
1514 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1615 <link href="index.html#Top" rel="start" title="Top">
1716 <link href="#Index" rel="index" title="Index">
1111 <meta name="keywords" content="Sample: Second Chapter AE ĄĘ ae ąę">
1212 <meta name="resource-type" content="document">
1313 <meta name="distribution" content="global">
14 <meta name="Generator" content="tp">
1514 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1615 <link href="index.html#Top" rel="start" title="Top">
1716 <link href="Index.html#Index" rel="index" title="Index">
1111 <meta name="keywords" content="Sample: Top">
1212 <meta name="resource-type" content="document">
1313 <meta name="distribution" content="global">
14 <meta name="Generator" content="tp">
1514 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1615 <link href="#Top" rel="start" title="Top">
1716 <link href="Index.html#Index" rel="index" title="Index">
18001800 ';
18011801
18021802
1803 $result_converted{'info'}->{'some_at_commands_in_ref_nodes'} = 'This is , produced by tp version from .
1803 $result_converted{'info'}->{'some_at_commands_in_ref_nodes'} = 'This is , produced from .
18041804
18051805 
18061806 File: , Node: Top, Next: A SC N~ AA TeX node i" i" E=` /l C\', !, Up: (dir)
18231823
18241824 
18251825 Tag Table:
1826 Node: Top41
1827 Node: A SC N~ AA TeX node i" i" E=` /l C\', !184
1826 Node: Top27
1827 Node: A SC N~ AA TeX node i" i" E=` /l C\', !170
18281828 
18291829 End Tag Table
18301830 ';
945945
946946 $result_errors{'spaces_in_empty_node_names'} = [
947947 {
948 'error_line' => ':9: Empty node name after expansion `@ @ \'
948 'error_line' => ':9: empty node name after expansion `@ @ \'
949949 ',
950950 'file_name' => '',
951951 'line_nr' => 9,
952952 'macro' => '',
953 'text' => 'Empty node name after expansion `@ @ \'',
953 'text' => 'empty node name after expansion `@ @ \'',
954954 'type' => 'error'
955955 },
956956 {
963963 'type' => 'warning'
964964 },
965965 {
966 'error_line' => ':11: Empty node name after expansion `@verb{: :}\'
966 'error_line' => ':11: empty node name after expansion `@verb{: :}\'
967967 ',
968968 'file_name' => '',
969969 'line_nr' => 11,
970970 'macro' => '',
971 'text' => 'Empty node name after expansion `@verb{: :}\'',
971 'text' => 'empty node name after expansion `@verb{: :}\'',
972972 'type' => 'error'
973973 },
974974 {
975 'error_line' => ':13: Empty node name after expansion `@w{ }\'
975 'error_line' => ':13: empty node name after expansion `@w{ }\'
976976 ',
977977 'file_name' => '',
978978 'line_nr' => 13,
979979 'macro' => '',
980 'text' => 'Empty node name after expansion `@w{ }\'',
980 'text' => 'empty node name after expansion `@w{ }\'',
981981 'type' => 'error'
982982 },
983983 {
10171017 'type' => 'error'
10181018 },
10191019 {
1020 'error_line' => ':4: Menu reference to nonexistent node `@ @ \'
1020 'error_line' => ':4: menu reference to nonexistent node `@ @ \'
10211021 ',
10221022 'file_name' => '',
10231023 'line_nr' => 4,
10241024 'macro' => '',
1025 'text' => 'Menu reference to nonexistent node `@ @ \'',
1025 'text' => 'menu reference to nonexistent node `@ @ \'',
10261026 'type' => 'error'
10271027 },
10281028 {
1029 'error_line' => ':5: Menu reference to nonexistent node `@verb{: :}\'
1029 'error_line' => ':5: menu reference to nonexistent node `@verb{: :}\'
10301030 ',
10311031 'file_name' => '',
10321032 'line_nr' => 5,
10331033 'macro' => '',
1034 'text' => 'Menu reference to nonexistent node `@verb{: :}\'',
1034 'text' => 'menu reference to nonexistent node `@verb{: :}\'',
10351035 'type' => 'error'
10361036 },
10371037 {
1038 'error_line' => ':6: Menu reference to nonexistent node `@ \'
1038 'error_line' => ':6: menu reference to nonexistent node `@ \'
10391039 ',
10401040 'file_name' => '',
10411041 'line_nr' => 6,
10421042 'macro' => '',
1043 'text' => 'Menu reference to nonexistent node `@ \'',
1043 'text' => 'menu reference to nonexistent node `@ \'',
10441044 'type' => 'error'
10451045 }
10461046 ];
11341134 </para>';
11351135
11361136
1137 $result_converted{'info'}->{'spaces_in_empty_node_names'} = 'This is , produced by tp version from .
1137 $result_converted{'info'}->{'spaces_in_empty_node_names'} = 'This is , produced from .
11381138
11391139 
11401140 File: , Node: Top, Up: (dir)
11531153
11541154 
11551155 Tag Table:
1156 Node: Top41
1156 Node: Top27
11571157 
11581158 End Tag Table
11591159 ';
11161116 'type' => 'warning'
11171117 },
11181118 {
1119 'error_line' => ':6: warning: Menu entry node name `c@ \' different from node name `c@w{ }\'
1119 'error_line' => ':6: warning: menu entry node name `c@ \' different from node name `c@w{ }\'
11201120 ',
11211121 'file_name' => '',
11221122 'line_nr' => 6,
11231123 'macro' => '',
1124 'text' => 'Menu entry node name `c@ \' different from node name `c@w{ }\'',
1124 'text' => 'menu entry node name `c@ \' different from node name `c@w{ }\'',
11251125 'type' => 'warning'
11261126 }
11271127 ];
12241224 </para>';
12251225
12261226
1227 $result_converted{'info'}->{'spaces_in_node_names'} = 'This is , produced by tp version from .
1227 $result_converted{'info'}->{'spaces_in_node_names'} = 'This is , produced from .
12281228
12291229 
12301230 File: , Node: Top, Next: a , Up: (dir)
12521252
12531253 
12541254 Tag Table:
1255 Node: Top41
1256 Node: a 120
1257 Node: b 176
1258 Node: c 232
1255 Node: Top27
1256 Node: a 106
1257 Node: b 162
1258 Node: c 218
12591259 
12601260 End Tag Table
12611261 ';
17031703 'type' => 'error continuation'
17041704 },
17051705 {
1706 'error_line' => 'things_before_setfilename.texi:38: warning: Entry for index `cp\' outside of any node
1706 'error_line' => 'things_before_setfilename.texi:38: warning: entry for index `cp\' outside of any node
17071707 ',
17081708 'file_name' => 'things_before_setfilename.texi',
17091709 'line_nr' => 38,
17101710 'macro' => '',
1711 'text' => 'Entry for index `cp\' outside of any node',
1711 'text' => 'entry for index `cp\' outside of any node',
17121712 'type' => 'warning'
17131713 },
17141714 {
1715 'error_line' => 'things_before_setfilename.texi:40: warning: Printindex before document beginning: @printindex cp
1715 'error_line' => 'things_before_setfilename.texi:40: warning: printindex before document beginning: @printindex cp
17161716 ',
17171717 'file_name' => 'things_before_setfilename.texi',
17181718 'line_nr' => 40,
17191719 'macro' => '',
1720 'text' => 'Printindex before document beginning: @printindex cp',
1720 'text' => 'printindex before document beginning: @printindex cp',
17211721 'type' => 'warning'
17221722 }
17231723 ];
18061806 <meta name="keywords" content="top section">
18071807 <meta name="resource-type" content="document">
18081808 <meta name="distribution" content="global">
1809 <meta name="Generator" content="tp">
18101809 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
18111810 <link href="#Top" rel="start" title="Top">
18121811 <link href="#Top" rel="index" title="Top">
19351934 ';
19361935
19371936
1938 $result_converted{'info'}->{'things_before_setfilename'} = 'This is things_before_setfilename.info, produced by tp version from
1937 $result_converted{'info'}->{'things_before_setfilename'} = 'This is things_before_setfilename.info, produced from
19391938 things_before_setfilename.texi.
19401939
19411940 
19511950
19521951 
19531952 Tag Table:
1954 Node: Top101
1953 Node: Top87
19551954 
19561955 End Tag Table
19571956 ';
15221522 'type' => 'error continuation'
15231523 },
15241524 {
1525 'error_line' => 'things_before_setfilename_no_element.texi:38: warning: Entry for index `cp\' outside of any node
1525 'error_line' => 'things_before_setfilename_no_element.texi:38: warning: entry for index `cp\' outside of any node
15261526 ',
15271527 'file_name' => 'things_before_setfilename_no_element.texi',
15281528 'line_nr' => 38,
15291529 'macro' => '',
1530 'text' => 'Entry for index `cp\' outside of any node',
1530 'text' => 'entry for index `cp\' outside of any node',
15311531 'type' => 'warning'
15321532 },
15331533 {
1534 'error_line' => 'things_before_setfilename_no_element.texi:40: warning: Printindex before document beginning: @printindex cp
1534 'error_line' => 'things_before_setfilename_no_element.texi:40: warning: printindex before document beginning: @printindex cp
15351535 ',
15361536 'file_name' => 'things_before_setfilename_no_element.texi',
15371537 'line_nr' => 40,
15381538 'macro' => '',
1539 'text' => 'Printindex before document beginning: @printindex cp',
1539 'text' => 'printindex before document beginning: @printindex cp',
15401540 'type' => 'warning'
15411541 }
15421542 ];
16221622 <meta name="keywords" content="Untitled Document">
16231623 <meta name="resource-type" content="document">
16241624 <meta name="distribution" content="global">
1625 <meta name="Generator" content="tp">
16261625 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
16271626 <style type="text/css">
16281627 <!--
16731672
16741673 $result_converted_errors{'html'}->{'things_before_setfilename_no_element'} = [
16751674 {
1676 'error_line' => 'warning: Must specify a title with a title command or @top
1677 ',
1678 'text' => 'Must specify a title with a title command or @top',
1675 'error_line' => 'things_before_setfilename_no_element.texi: warning: must specify a title with a title command or @top
1676 ',
1677 'text' => 'must specify a title with a title command or @top',
16791678 'type' => 'warning'
16801679 }
16811680 ];
17461745 ';
17471746
17481747
1749 $result_converted{'info'}->{'things_before_setfilename_no_element'} = 'This is things_before_setfilename_no_element.info, produced by tp
1750 version from things_before_setfilename_no_element.texi.
1748 $result_converted{'info'}->{'things_before_setfilename_no_element'} = 'This is things_before_setfilename_no_element.info, produced from
1749 things_before_setfilename_no_element.texi.
17511750
17521751 Ref to anchor *note An anchor::
17531752
17621761
17631762 $result_converted_errors{'info'}->{'things_before_setfilename_no_element'} = [
17641763 {
1765 'error_line' => 'warning: Document without nodes.
1766 ',
1767 'text' => 'Document without nodes.',
1764 'error_line' => 'things_before_setfilename_no_element.texi: warning: document without nodes
1765 ',
1766 'text' => 'document without nodes',
17681767 'type' => 'warning'
17691768 }
17701769 ];
390390 $result_converted_errors{'plaintext'}->{'verbatiminclude_paths'} = [
391391 {
392392 'file_name' => '',
393 'error_line' => ':8: @verbatiminclude: Cannot find ../include_dir/inc_file.texi
394 ',
395 'text' => '@verbatiminclude: Cannot find ../include_dir/inc_file.texi',
393 'error_line' => ':8: @verbatiminclude: could not find ../include_dir/inc_file.texi
394 ',
395 'text' => '@verbatiminclude: could not find ../include_dir/inc_file.texi',
396396 'type' => 'error',
397397 'macro' => '',
398398 'line_nr' => 8
399399 },
400400 {
401401 'file_name' => '',
402 'error_line' => ':11: @verbatiminclude: Cannot find ./tp/t/include_dir/inc_file.texi
403 ',
404 'text' => '@verbatiminclude: Cannot find ./tp/t/include_dir/inc_file.texi',
402 'error_line' => ':11: @verbatiminclude: could not find ./tp/t/include_dir/inc_file.texi
403 ',
404 'text' => '@verbatiminclude: could not find ./tp/t/include_dir/inc_file.texi',
405405 'type' => 'error',
406406 'macro' => '',
407407 'line_nr' => 11
425425 $result_converted_errors{'html_text'}->{'verbatiminclude_paths'} = [
426426 {
427427 'file_name' => '',
428 'error_line' => ':8: @verbatiminclude: Cannot find ../include_dir/inc_file.texi
429 ',
430 'text' => '@verbatiminclude: Cannot find ../include_dir/inc_file.texi',
428 'error_line' => ':8: @verbatiminclude: could not find ../include_dir/inc_file.texi
429 ',
430 'text' => '@verbatiminclude: could not find ../include_dir/inc_file.texi',
431431 'type' => 'error',
432432 'macro' => '',
433433 'line_nr' => 8
434434 },
435435 {
436436 'file_name' => '',
437 'error_line' => ':11: @verbatiminclude: Cannot find ./tp/t/include_dir/inc_file.texi
438 ',
439 'text' => '@verbatiminclude: Cannot find ./tp/t/include_dir/inc_file.texi',
437 'error_line' => ':11: @verbatiminclude: could not find ./tp/t/include_dir/inc_file.texi
438 ',
439 'text' => '@verbatiminclude: could not find ./tp/t/include_dir/inc_file.texi',
440440 'type' => 'error',
441441 'macro' => '',
442442 'line_nr' => 11
481481 $result_converted_errors{'docbook'}->{'verbatiminclude_paths'} = [
482482 {
483483 'file_name' => '',
484 'error_line' => ':8: @verbatiminclude: Cannot find ../include_dir/inc_file.texi
485 ',
486 'text' => '@verbatiminclude: Cannot find ../include_dir/inc_file.texi',
484 'error_line' => ':8: @verbatiminclude: could not find ../include_dir/inc_file.texi
485 ',
486 'text' => '@verbatiminclude: could not find ../include_dir/inc_file.texi',
487487 'type' => 'error',
488488 'macro' => '',
489489 'line_nr' => 8
490490 },
491491 {
492492 'file_name' => '',
493 'error_line' => ':11: @verbatiminclude: Cannot find ./tp/t/include_dir/inc_file.texi
494 ',
495 'text' => '@verbatiminclude: Cannot find ./tp/t/include_dir/inc_file.texi',
493 'error_line' => ':11: @verbatiminclude: could not find ./tp/t/include_dir/inc_file.texi
494 ',
495 'text' => '@verbatiminclude: could not find ./tp/t/include_dir/inc_file.texi',
496496 'type' => 'error',
497497 'macro' => '',
498498 'line_nr' => 11
187187
188188 $result_errors{'accents_errors'} = [
189189 {
190 'error_line' => ':1: warning: Accent command `@ringaccent\' must not be followed by new line
190 'error_line' => ':1: warning: accent command `@ringaccent\' must not be followed by new line
191191 ',
192192 'file_name' => '',
193193 'line_nr' => 1,
194194 'macro' => '',
195 'text' => 'Accent command `@ringaccent\' must not be followed by new line',
196 'type' => 'warning'
197 },
198 {
199 'error_line' => ':2: warning: Accent command `@ringaccent\' must not be followed by new line
195 'text' => 'accent command `@ringaccent\' must not be followed by new line',
196 'type' => 'warning'
197 },
198 {
199 'error_line' => ':2: warning: accent command `@ringaccent\' must not be followed by new line
200200 ',
201201 'file_name' => '',
202202 'line_nr' => 2,
203203 'macro' => '',
204 'text' => 'Accent command `@ringaccent\' must not be followed by new line',
205 'type' => 'warning'
206 },
207 {
208 'error_line' => ':3: Use braces to give a command as an argument to @ringaccent
204 'text' => 'accent command `@ringaccent\' must not be followed by new line',
205 'type' => 'warning'
206 },
207 {
208 'error_line' => ':3: use braces to give a command as an argument to @ringaccent
209209 ',
210210 'file_name' => '',
211211 'line_nr' => 3,
212212 'macro' => '',
213 'text' => 'Use braces to give a command as an argument to @ringaccent',
213 'text' => 'use braces to give a command as an argument to @ringaccent',
214214 'type' => 'error'
215215 },
216216 {
217 'error_line' => ':5: warning: Accent command `@~\' must not be followed by whitespace
217 'error_line' => ':5: warning: accent command `@~\' must not be followed by whitespace
218218 ',
219219 'file_name' => '',
220220 'line_nr' => 5,
221221 'macro' => '',
222 'text' => 'Accent command `@~\' must not be followed by whitespace',
223 'type' => 'warning'
224 },
225 {
226 'error_line' => ':6: warning: Accent command `@~\' must not be followed by new line
222 'text' => 'accent command `@~\' must not be followed by whitespace',
223 'type' => 'warning'
224 },
225 {
226 'error_line' => ':6: warning: accent command `@~\' must not be followed by new line
227227 ',
228228 'file_name' => '',
229229 'line_nr' => 6,
230230 'macro' => '',
231 'text' => 'Accent command `@~\' must not be followed by new line',
232 'type' => 'warning'
233 },
234 {
235 'error_line' => ':7: Use braces to give a command as an argument to @~
231 'text' => 'accent command `@~\' must not be followed by new line',
232 'type' => 'warning'
233 },
234 {
235 'error_line' => ':7: use braces to give a command as an argument to @~
236236 ',
237237 'file_name' => '',
238238 'line_nr' => 7,
239239 'macro' => '',
240 'text' => 'Use braces to give a command as an argument to @~',
240 'text' => 'use braces to give a command as an argument to @~',
241241 'type' => 'error'
242242 }
243243 ];
5252
5353 $result_errors{'arg_in_brace_no_arg_command'} = [
5454 {
55 'error_line' => ':1: warning: Command @TeX does not accept arguments
55 'error_line' => ':1: warning: command @TeX does not accept arguments
5656 ',
5757 'file_name' => '',
5858 'line_nr' => 1,
5959 'macro' => '',
60 'text' => 'Command @TeX does not accept arguments',
60 'text' => 'command @TeX does not accept arguments',
6161 'type' => 'warning'
6262 }
6363 ];
6262
6363 $result_errors{'at_after_accent_command'} = [
6464 {
65 'error_line' => ':1: Use braces to give a command as an argument to @ringaccent
65 'error_line' => ':1: use braces to give a command as an argument to @ringaccent
6666 ',
6767 'file_name' => '',
6868 'line_nr' => 1,
6969 'macro' => '',
70 'text' => 'Use braces to give a command as an argument to @ringaccent',
70 'text' => 'use braces to give a command as an argument to @ringaccent',
7171 'type' => 'error'
7272 },
7373 {
74 'error_line' => ':1: Use braces to give a command as an argument to @^
74 'error_line' => ':1: use braces to give a command as an argument to @^
7575 ',
7676 'file_name' => '',
7777 'line_nr' => 1,
7878 'macro' => '',
79 'text' => 'Use braces to give a command as an argument to @^',
79 'text' => 'use braces to give a command as an argument to @^',
8080 'type' => 'error'
8181 }
8282 ];
555555
556556 $result_errors{'commands'} = [
557557 {
558 'error_line' => ':7: warning: Entry for index `cp\' outside of any node
558 'error_line' => ':7: warning: entry for index `cp\' outside of any node
559559 ',
560560 'file_name' => '',
561561 'line_nr' => 7,
562562 'macro' => '',
563 'text' => 'Entry for index `cp\' outside of any node',
563 'text' => 'entry for index `cp\' outside of any node',
564564 'type' => 'warning'
565565 }
566566 ];
24532453
24542454 $result_errors{'def'} = [
24552455 {
2456 'error_line' => ':2: warning: Entry for index `fn\' outside of any node
2456 'error_line' => ':2: warning: entry for index `fn\' outside of any node
24572457 ',
24582458 'file_name' => '',
24592459 'line_nr' => 2,
24602460 'macro' => '',
2461 'text' => 'Entry for index `fn\' outside of any node',
2461 'text' => 'entry for index `fn\' outside of any node',
24622462 'type' => 'warning'
24632463 },
24642464 {
2465 'error_line' => ':7: warning: Entry for index `fn\' outside of any node
2465 'error_line' => ':7: warning: entry for index `fn\' outside of any node
24662466 ',
24672467 'file_name' => '',
24682468 'line_nr' => 7,
24692469 'macro' => '',
2470 'text' => 'Entry for index `fn\' outside of any node',
2470 'text' => 'entry for index `fn\' outside of any node',
24712471 'type' => 'warning'
24722472 },
24732473 {
2474 'error_line' => ':11: warning: Entry for index `fn\' outside of any node
2474 'error_line' => ':11: warning: entry for index `fn\' outside of any node
24752475 ',
24762476 'file_name' => '',
24772477 'line_nr' => 11,
24782478 'macro' => '',
2479 'text' => 'Entry for index `fn\' outside of any node',
2479 'text' => 'entry for index `fn\' outside of any node',
24802480 'type' => 'warning'
24812481 },
24822482 {
2483 'error_line' => ':12: warning: Entry for index `fn\' outside of any node
2483 'error_line' => ':12: warning: entry for index `fn\' outside of any node
24842484 ',
24852485 'file_name' => '',
24862486 'line_nr' => 12,
24872487 'macro' => '',
2488 'text' => 'Entry for index `fn\' outside of any node',
2488 'text' => 'entry for index `fn\' outside of any node',
24892489 'type' => 'warning'
24902490 },
24912491 {
2492 'error_line' => ':13: warning: Entry for index `fn\' outside of any node
2492 'error_line' => ':13: warning: entry for index `fn\' outside of any node
24932493 ',
24942494 'file_name' => '',
24952495 'line_nr' => 13,
24962496 'macro' => '',
2497 'text' => 'Entry for index `fn\' outside of any node',
2497 'text' => 'entry for index `fn\' outside of any node',
24982498 'type' => 'warning'
24992499 },
25002500 {
2501 'error_line' => ':14: warning: Entry for index `fn\' outside of any node
2501 'error_line' => ':14: warning: entry for index `fn\' outside of any node
25022502 ',
25032503 'file_name' => '',
25042504 'line_nr' => 14,
25052505 'macro' => '',
2506 'text' => 'Entry for index `fn\' outside of any node',
2506 'text' => 'entry for index `fn\' outside of any node',
25072507 'type' => 'warning'
25082508 },
25092509 {
2510 'error_line' => ':15: warning: Entry for index `fn\' outside of any node
2510 'error_line' => ':15: warning: entry for index `fn\' outside of any node
25112511 ',
25122512 'file_name' => '',
25132513 'line_nr' => 15,
25142514 'macro' => '',
2515 'text' => 'Entry for index `fn\' outside of any node',
2515 'text' => 'entry for index `fn\' outside of any node',
25162516 'type' => 'warning'
25172517 },
25182518 {
2519 'error_line' => ':16: warning: Entry for index `fn\' outside of any node
2519 'error_line' => ':16: warning: entry for index `fn\' outside of any node
25202520 ',
25212521 'file_name' => '',
25222522 'line_nr' => 16,
25232523 'macro' => '',
2524 'text' => 'Entry for index `fn\' outside of any node',
2524 'text' => 'entry for index `fn\' outside of any node',
25252525 'type' => 'warning'
25262526 },
25272527 {
2528 'error_line' => ':17: warning: Entry for index `fn\' outside of any node
2528 'error_line' => ':17: warning: entry for index `fn\' outside of any node
25292529 ',
25302530 'file_name' => '',
25312531 'line_nr' => 17,
25322532 'macro' => '',
2533 'text' => 'Entry for index `fn\' outside of any node',
2533 'text' => 'entry for index `fn\' outside of any node',
25342534 'type' => 'warning'
25352535 },
25362536 {
2537 'error_line' => ':18: warning: Entry for index `fn\' outside of any node
2537 'error_line' => ':18: warning: entry for index `fn\' outside of any node
25382538 ',
25392539 'file_name' => '',
25402540 'line_nr' => 18,
25412541 'macro' => '',
2542 'text' => 'Entry for index `fn\' outside of any node',
2542 'text' => 'entry for index `fn\' outside of any node',
25432543 'type' => 'warning'
25442544 },
25452545 {
2546 'error_line' => ':19: warning: Entry for index `fn\' outside of any node
2546 'error_line' => ':19: warning: entry for index `fn\' outside of any node
25472547 ',
25482548 'file_name' => '',
25492549 'line_nr' => 19,
25502550 'macro' => '',
2551 'text' => 'Entry for index `fn\' outside of any node',
2551 'text' => 'entry for index `fn\' outside of any node',
25522552 'type' => 'warning'
25532553 },
25542554 {
2555 'error_line' => ':20: warning: Entry for index `fn\' outside of any node
2555 'error_line' => ':20: warning: entry for index `fn\' outside of any node
25562556 ',
25572557 'file_name' => '',
25582558 'line_nr' => 20,
25592559 'macro' => '',
2560 'text' => 'Entry for index `fn\' outside of any node',
2560 'text' => 'entry for index `fn\' outside of any node',
25612561 'type' => 'warning'
25622562 },
25632563 {
2564 'error_line' => ':21: warning: Entry for index `fn\' outside of any node
2564 'error_line' => ':21: warning: entry for index `fn\' outside of any node
25652565 ',
25662566 'file_name' => '',
25672567 'line_nr' => 21,
25682568 'macro' => '',
2569 'text' => 'Entry for index `fn\' outside of any node',
2569 'text' => 'entry for index `fn\' outside of any node',
25702570 'type' => 'warning'
25712571 },
25722572 {
2573 'error_line' => ':23: warning: Entry for index `fn\' outside of any node
2573 'error_line' => ':23: warning: entry for index `fn\' outside of any node
25742574 ',
25752575 'file_name' => '',
25762576 'line_nr' => 23,
25772577 'macro' => '',
2578 'text' => 'Entry for index `fn\' outside of any node',
2578 'text' => 'entry for index `fn\' outside of any node',
25792579 'type' => 'warning'
25802580 },
25812581 {
2582 'error_line' => ':25: warning: Entry for index `fn\' outside of any node
2582 'error_line' => ':25: warning: entry for index `fn\' outside of any node
25832583 ',
25842584 'file_name' => '',
25852585 'line_nr' => 25,
25862586 'macro' => '',
2587 'text' => 'Entry for index `fn\' outside of any node',
2587 'text' => 'entry for index `fn\' outside of any node',
25882588 'type' => 'warning'
25892589 }
25902590 ];
6969
7070 $result_errors{'flushright_not_closed'} = [
7171 {
72 'error_line' => ':3: No matching `@end flushright\'
72 'error_line' => ':3: no matching `@end flushright\'
7373 ',
7474 'file_name' => '',
7575 'line_nr' => 3,
7676 'macro' => '',
77 'text' => 'No matching `@end flushright\'',
77 'text' => 'no matching `@end flushright\'',
7878 'type' => 'error'
7979 }
8080 ];
10151015
10161016 $result_errors{'formats_titles'} = [
10171017 {
1018 'error_line' => ':18: warning: Entry for index `vr\' outside of any node
1018 'error_line' => ':18: warning: entry for index `vr\' outside of any node
10191019 ',
10201020 'file_name' => '',
10211021 'line_nr' => 18,
10221022 'macro' => '',
1023 'text' => 'Entry for index `vr\' outside of any node',
1023 'text' => 'entry for index `vr\' outside of any node',
10241024 'type' => 'warning'
10251025 }
10261026 ];
6969
7070 $result_errors{'group_not_closed'} = [
7171 {
72 'error_line' => ':3: No matching `@end group\'
72 'error_line' => ':3: no matching `@end group\'
7373 ',
7474 'file_name' => '',
7575 'line_nr' => 3,
7676 'macro' => '',
77 'text' => 'No matching `@end group\'',
77 'text' => 'no matching `@end group\'',
7878 'type' => 'error'
7979 }
8080 ];
162162 'type' => 'error'
163163 },
164164 {
165 'error_line' => ':6: Misplaced }
165 'error_line' => ':6: misplaced }
166166 ',
167167 'file_name' => '',
168168 'line_nr' => 6,
169169 'macro' => '',
170 'text' => 'Misplaced }',
170 'text' => 'misplaced }',
171171 'type' => 'error'
172172 }
173173 ];
843843
844844 $result_errors{'multitable'} = [
845845 {
846 'error_line' => ':7: warning: Entry for index `cp\' outside of any node
846 'error_line' => ':7: warning: entry for index `cp\' outside of any node
847847 ',
848848 'file_name' => '',
849849 'line_nr' => 7,
850850 'macro' => '',
851 'text' => 'Entry for index `cp\' outside of any node',
851 'text' => 'entry for index `cp\' outside of any node',
852852 'type' => 'warning'
853853 }
854854 ];
447447
448448 $result_errors{'preformatted'} = [
449449 {
450 'error_line' => ':10: warning: Entry for index `vr\' outside of any node
450 'error_line' => ':10: warning: entry for index `vr\' outside of any node
451451 ',
452452 'file_name' => '',
453453 'line_nr' => 10,
454454 'macro' => '',
455 'text' => 'Entry for index `vr\' outside of any node',
455 'text' => 'entry for index `vr\' outside of any node',
456456 'type' => 'warning'
457457 }
458458 ];
23522352
23532353 $result_errors{'symbol_after_block'} = [
23542354 {
2355 'error_line' => ':3: Superfluous argument to @end html: . On the line.
2355 'error_line' => ':3: superfluous argument to @end html: . On the line.
23562356 ',
23572357 'file_name' => '',
23582358 'line_nr' => 3,
23592359 'macro' => '',
2360 'text' => 'Superfluous argument to @end html: . On the line.',
2360 'text' => 'superfluous argument to @end html: . On the line.',
23612361 'type' => 'error'
23622362 },
23632363 {
2364 'error_line' => ':7: Superfluous argument to @end html: @@ On the line.
2364 'error_line' => ':7: superfluous argument to @end html: @@ On the line.
23652365 ',
23662366 'file_name' => '',
23672367 'line_nr' => 7,
23682368 'macro' => '',
2369 'text' => 'Superfluous argument to @end html: @@ On the line.',
2369 'text' => 'superfluous argument to @end html: @@ On the line.',
23702370 'type' => 'error'
23712371 },
23722372 {
2373 'error_line' => ':13: warning: Superfluous argument to @end verbatim: ;
2373 'error_line' => ':13: warning: superfluous argument to @end verbatim: ;
23742374 ',
23752375 'file_name' => '',
23762376 'line_nr' => 13,
23772377 'macro' => '',
2378 'text' => 'Superfluous argument to @end verbatim: ;',
2378 'text' => 'superfluous argument to @end verbatim: ;',
23792379 'type' => 'warning'
23802380 },
23812381 {
2382 'error_line' => ':17: warning: Superfluous argument to @end verbatim: @@
2382 'error_line' => ':17: warning: superfluous argument to @end verbatim: @@
23832383 ',
23842384 'file_name' => '',
23852385 'line_nr' => 17,
23862386 'macro' => '',
2387 'text' => 'Superfluous argument to @end verbatim: @@',
2387 'text' => 'superfluous argument to @end verbatim: @@',
23882388 'type' => 'warning'
23892389 },
23902390 {
2391 'error_line' => ':24: Superfluous argument to @end table: +
2391 'error_line' => ':24: superfluous argument to @end table: +
23922392 ',
23932393 'file_name' => '',
23942394 'line_nr' => 24,
23952395 'macro' => '',
2396 'text' => 'Superfluous argument to @end table: +',
2396 'text' => 'superfluous argument to @end table: +',
23972397 'type' => 'error'
23982398 },
23992399 {
2400 'error_line' => ':29: Superfluous argument to @end table: @@
2400 'error_line' => ':29: superfluous argument to @end table: @@
24012401 ',
24022402 'file_name' => '',
24032403 'line_nr' => 29,
24042404 'macro' => '',
2405 'text' => 'Superfluous argument to @end table: @@',
2405 'text' => 'superfluous argument to @end table: @@',
24062406 'type' => 'error'
24072407 },
24082408 {
2409 'error_line' => ':35: Superfluous argument to @end itemize: \'\'
2409 'error_line' => ':35: superfluous argument to @end itemize: \'\'
24102410 ',
24112411 'file_name' => '',
24122412 'line_nr' => 35,
24132413 'macro' => '',
2414 'text' => 'Superfluous argument to @end itemize: \'\'',
2414 'text' => 'superfluous argument to @end itemize: \'\'',
24152415 'type' => 'error'
24162416 },
24172417 {
2418 'error_line' => ':39: Superfluous argument to @end itemize: @@
2418 'error_line' => ':39: superfluous argument to @end itemize: @@
24192419 ',
24202420 'file_name' => '',
24212421 'line_nr' => 39,
24222422 'macro' => '',
2423 'text' => 'Superfluous argument to @end itemize: @@',
2423 'text' => 'superfluous argument to @end itemize: @@',
24242424 'type' => 'error'
24252425 },
24262426 {
2427 'error_line' => ':46: Superfluous argument to @end multitable: ^
2427 'error_line' => ':46: superfluous argument to @end multitable: ^
24282428 ',
24292429 'file_name' => '',
24302430 'line_nr' => 46,
24312431 'macro' => '',
2432 'text' => 'Superfluous argument to @end multitable: ^',
2432 'text' => 'superfluous argument to @end multitable: ^',
24332433 'type' => 'error'
24342434 },
24352435 {
2436 'error_line' => ':51: Superfluous argument to @end multitable: @{
2436 'error_line' => ':51: superfluous argument to @end multitable: @{
24372437 ',
24382438 'file_name' => '',
24392439 'line_nr' => 51,
24402440 'macro' => '',
2441 'text' => 'Superfluous argument to @end multitable: @{',
2441 'text' => 'superfluous argument to @end multitable: @{',
24422442 'type' => 'error'
24432443 },
24442444 {
2445 'error_line' => ':57: Superfluous argument to @end flushleft: !
2445 'error_line' => ':57: superfluous argument to @end flushleft: !
24462446 ',
24472447 'file_name' => '',
24482448 'line_nr' => 57,
24492449 'macro' => '',
2450 'text' => 'Superfluous argument to @end flushleft: !',
2450 'text' => 'superfluous argument to @end flushleft: !',
24512451 'type' => 'error'
24522452 },
24532453 {
2454 'error_line' => ':61: Superfluous argument to @end flushleft: @@
2454 'error_line' => ':61: superfluous argument to @end flushleft: @@
24552455 ',
24562456 'file_name' => '',
24572457 'line_nr' => 61,
24582458 'macro' => '',
2459 'text' => 'Superfluous argument to @end flushleft: @@',
2459 'text' => 'superfluous argument to @end flushleft: @@',
24602460 'type' => 'error'
24612461 },
24622462 {
2463 'error_line' => ':67: Superfluous argument to @end copying: *
2463 'error_line' => ':67: superfluous argument to @end copying: *
24642464 ',
24652465 'file_name' => '',
24662466 'line_nr' => 67,
24672467 'macro' => '',
2468 'text' => 'Superfluous argument to @end copying: *',
2468 'text' => 'superfluous argument to @end copying: *',
24692469 'type' => 'error'
24702470 },
24712471 {
2472 'error_line' => ':69: warning: Multiple @copying
2472 'error_line' => ':69: warning: multiple @copying
24732473 ',
24742474 'file_name' => '',
24752475 'line_nr' => 69,
24762476 'macro' => '',
2477 'text' => 'Multiple @copying',
2477 'text' => 'multiple @copying',
24782478 'type' => 'warning'
24792479 },
24802480 {
2481 'error_line' => ':71: Superfluous argument to @end copying: @@
2481 'error_line' => ':71: superfluous argument to @end copying: @@
24822482 ',
24832483 'file_name' => '',
24842484 'line_nr' => 71,
24852485 'macro' => '',
2486 'text' => 'Superfluous argument to @end copying: @@',
2486 'text' => 'superfluous argument to @end copying: @@',
24872487 'type' => 'error'
24882488 }
24892489 ];
791791
792792 $result_errors{'table'} = [
793793 {
794 'error_line' => ':11: warning: Entry for index `cp\' outside of any node
794 'error_line' => ':11: warning: entry for index `cp\' outside of any node
795795 ',
796796 'file_name' => '',
797797 'line_nr' => 11,
798798 'macro' => '',
799 'text' => 'Entry for index `cp\' outside of any node',
799 'text' => 'entry for index `cp\' outside of any node',
800800 'type' => 'warning'
801801 },
802802 {
803 'error_line' => ':13: warning: Entry for index `vr\' outside of any node
803 'error_line' => ':13: warning: entry for index `vr\' outside of any node
804804 ',
805805 'file_name' => '',
806806 'line_nr' => 13,
807807 'macro' => '',
808 'text' => 'Entry for index `vr\' outside of any node',
808 'text' => 'entry for index `vr\' outside of any node',
809809 'type' => 'warning'
810810 },
811811 {
812 'error_line' => ':15: warning: Entry for index `ky\' outside of any node
812 'error_line' => ':15: warning: entry for index `ky\' outside of any node
813813 ',
814814 'file_name' => '',
815815 'line_nr' => 15,
816816 'macro' => '',
817 'text' => 'Entry for index `ky\' outside of any node',
817 'text' => 'entry for index `ky\' outside of any node',
818818 'type' => 'warning'
819819 },
820820 {
821 'error_line' => ':16: warning: Entry for index `vr\' outside of any node
821 'error_line' => ':16: warning: entry for index `vr\' outside of any node
822822 ',
823823 'file_name' => '',
824824 'line_nr' => 16,
825825 'macro' => '',
826 'text' => 'Entry for index `vr\' outside of any node',
826 'text' => 'entry for index `vr\' outside of any node',
827827 'type' => 'warning'
828828 }
829829 ];
4040
4141 $result_errors{'unknown_commands'} = [
4242 {
43 'error_line' => ':1: Unknown command `unknwon\'
43 'error_line' => ':1: unknown command `unknwon\'
4444 ',
4545 'file_name' => '',
4646 'line_nr' => 1,
4747 'macro' => '',
48 'text' => 'Unknown command `unknwon\'',
48 'text' => 'unknown command `unknwon\'',
4949 'type' => 'error'
5050 },
5151 {
52 'error_line' => ':2: Unexpected @
52 'error_line' => ':2: unexpected @
5353 ',
5454 'file_name' => '',
5555 'line_nr' => 2,
5656 'macro' => '',
57 'text' => 'Unexpected @',
57 'text' => 'unexpected @',
5858 'type' => 'error'
5959 }
6060 ];
102102
103103 $result_errors{'brace_opened_no_command'} = [
104104 {
105 'error_line' => ':1: Misplaced {
105 'error_line' => ':1: misplaced {
106106 ',
107107 'file_name' => '',
108108 'line_nr' => 1,
109109 'macro' => '',
110 'text' => 'Misplaced {',
110 'text' => 'misplaced {',
111111 'type' => 'error'
112112 }
113113 ];
8282 'type' => 'error'
8383 },
8484 {
85 'error_line' => ':3: Misplaced }
85 'error_line' => ':3: misplaced }
8686 ',
8787 'file_name' => '',
8888 'line_nr' => 3,
8989 'macro' => '',
90 'text' => 'Misplaced }',
90 'text' => 'misplaced }',
9191 'type' => 'error'
9292 }
9393 ];
219219
220220 $result_errors{'empty_ref'} = [
221221 {
222 'error_line' => ':2: warning: Command @ref missing a node or external manual argument
222 'error_line' => ':2: warning: command @ref missing a node or external manual argument
223223 ',
224224 'file_name' => '',
225225 'line_nr' => 2,
226226 'macro' => '',
227 'text' => 'Command @ref missing a node or external manual argument',
227 'text' => 'command @ref missing a node or external manual argument',
228228 'type' => 'warning'
229229 },
230230 {
231 'error_line' => ':2: warning: Command @xref missing a node or external manual argument
231 'error_line' => ':2: warning: command @xref missing a node or external manual argument
232232 ',
233233 'file_name' => '',
234234 'line_nr' => 2,
235235 'macro' => '',
236 'text' => 'Command @xref missing a node or external manual argument',
236 'text' => 'command @xref missing a node or external manual argument',
237237 'type' => 'warning'
238238 },
239239 {
240 'error_line' => ':2: warning: Command @inforef missing a node or external manual argument
240 'error_line' => ':2: warning: command @inforef missing a node or external manual argument
241241 ',
242242 'file_name' => '',
243243 'line_nr' => 2,
244244 'macro' => '',
245 'text' => 'Command @inforef missing a node or external manual argument',
245 'text' => 'command @inforef missing a node or external manual argument',
246246 'type' => 'warning'
247247 },
248248 {
249 'error_line' => ':3: warning: Command @inforef missing a node or external manual argument
249 'error_line' => ':3: warning: command @inforef missing a node or external manual argument
250250 ',
251251 'file_name' => '',
252252 'line_nr' => 3,
253253 'macro' => '',
254 'text' => 'Command @inforef missing a node or external manual argument',
254 'text' => 'command @inforef missing a node or external manual argument',
255255 'type' => 'warning'
256256 }
257257 ];
214214
215215 $result_errors{'heading_in_footnote'} = [
216216 {
217 'error_line' => ':4: warning: Entry for index `cp\' outside of any node
217 'error_line' => ':4: warning: entry for index `cp\' outside of any node
218218 ',
219219 'file_name' => '',
220220 'line_nr' => 4,
221221 'macro' => '',
222 'text' => 'Entry for index `cp\' outside of any node',
222 'text' => 'entry for index `cp\' outside of any node',
223223 'type' => 'warning'
224224 }
225225 ];
8585
8686 $result_errors{'math_bracketed_not_closed'} = [
8787 {
88 'error_line' => ':1: Misplaced {
88 'error_line' => ':1: misplaced {
8989 ',
9090 'file_name' => '',
9191 'line_nr' => 1,
9292 'macro' => '',
93 'text' => 'Misplaced {',
93 'text' => 'misplaced {',
9494 'type' => 'error'
9595 },
9696 {
8383
8484 $result_errors{'math_bracketed_not_closed_next_line'} = [
8585 {
86 'error_line' => ':1: Misplaced {
86 'error_line' => ':1: misplaced {
8787 ',
8888 'file_name' => '',
8989 'line_nr' => 1,
9090 'macro' => '',
91 'text' => 'Misplaced {',
91 'text' => 'misplaced {',
9292 'type' => 'error'
9393 },
9494 {
46864686 <meta name="keywords" content="Untitled Document">
46874687 <meta name="resource-type" content="document">
46884688 <meta name="distribution" content="global">
4689 <meta name="Generator" content="tp">
46904689 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
46914690 <link href="#Top" rel="start" title="Top">
46924691 <style type="text/css">
47754774
47764775 $result_converted_errors{'html'}->{'test_image'} = [
47774776 {
4778 'error_line' => 'warning: Must specify a title with a title command or @top
4779 ',
4780 'text' => 'Must specify a title with a title command or @top',
4777 'error_line' => 'warning: must specify a title with a title command or @top
4778 ',
4779 'text' => 'must specify a title with a title command or @top',
47814780 'type' => 'warning'
47824781 },
47834782 {
49064905 $result_converted_errors{'plaintext'}->{'test_image'} = [
49074906 {
49084907 'file_name' => '',
4909 'error_line' => ':14: warning: Cannot find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text (possibly involving @files-char)
4910 ',
4911 'text' => 'Cannot find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text',
4908 'error_line' => ':14: warning: could not find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text (possibly involving @files-char)
4909 ',
4910 'text' => 'could not find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text',
49124911 'type' => 'warning',
49134912 'macro' => 'files-char',
49144913 'line_nr' => 14
49154914 },
49164915 {
49174916 'file_name' => '',
4918 'error_line' => ':9: warning: Cannot find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text (possibly involving @files-char)
4919 ',
4920 'text' => 'Cannot find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text',
4917 'error_line' => ':9: warning: could not find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text (possibly involving @files-char)
4918 ',
4919 'text' => 'could not find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text',
49214920 'type' => 'warning',
49224921 'macro' => 'files-char',
49234922 'line_nr' => 9
49244923 },
49254924 {
49264925 'file_name' => '',
4927 'error_line' => ':20: warning: Cannot find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text (possibly involving @files-char)
4928 ',
4929 'text' => 'Cannot find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text',
4926 'error_line' => ':20: warning: could not find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text (possibly involving @files-char)
4927 ',
4928 'text' => 'could not find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text',
49304929 'type' => 'warning',
49314930 'macro' => 'files-char',
49324931 'line_nr' => 20
49334932 },
49344933 {
49354934 'file_name' => '',
4936 'error_line' => ':24: warning: Cannot find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text (possibly involving @files-char)
4937 ',
4938 'text' => 'Cannot find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text',
4935 'error_line' => ':24: warning: could not find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text (possibly involving @files-char)
4936 ',
4937 'text' => 'could not find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text',
49394938 'type' => 'warning',
49404939 'macro' => 'files-char',
49414940 'line_nr' => 24
49424941 },
49434942 {
49444943 'file_name' => '',
4945 'error_line' => ':26: warning: Cannot find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text (possibly involving @files-char)
4946 ',
4947 'text' => 'Cannot find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text',
4944 'error_line' => ':26: warning: could not find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text (possibly involving @files-char)
4945 ',
4946 'text' => 'could not find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text',
49484947 'type' => 'warning',
49494948 'macro' => 'files-char',
49504949 'line_nr' => 26
49514950 },
49524951 {
49534952 'file_name' => '',
4954 'error_line' => ':26: warning: Cannot find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text (possibly involving @files-char)
4955 ',
4956 'text' => 'Cannot find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text',
4953 'error_line' => ':26: warning: could not find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text (possibly involving @files-char)
4954 ',
4955 'text' => 'could not find @image file `f@i--le.. a@<"%@ < & @ % " .txt\' nor alternate text',
49574956 'type' => 'warning',
49584957 'macro' => 'files-char',
49594958 'line_nr' => 26
921921 <meta name="keywords" content="2 footnotes in 2 nodes">
922922 <meta name="resource-type" content="document">
923923 <meta name="distribution" content="global">
924 <meta name="Generator" content="tp">
925924 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
926925 <link href="#Top" rel="start" title="Top">
927926 <style type="text/css">
10171016 ';
10181017
10191018
1020 $result_converted{'info'}->{'two_footnotes_in_nodes'} = 'This is , produced by tp version from .
1019 $result_converted{'info'}->{'two_footnotes_in_nodes'} = 'This is , produced from .
10211020
10221021 
10231022 File: , Node: Top, Next: chapter, Up: (dir)
10661065
10671066 
10681067 Tag Table:
1069 Node: Top41
1070 Ref: Top-Footnote-1211
1071 Ref: Top-Footnote-2244
1072 Node: chapter277
1073 Ref: chapter-Footnote-1397
1074 Ref: chapter-Footnote-2434
1068 Node: Top27
1069 Ref: Top-Footnote-1197
1070 Ref: Top-Footnote-2230
1071 Node: chapter263
1072 Ref: chapter-Footnote-1383
1073 Ref: chapter-Footnote-2420
10751074 
10761075 End Tag Table
10771076 ';
971971 <meta name="keywords" content="2 footnotes in 2 nodes">
972972 <meta name="resource-type" content="document">
973973 <meta name="distribution" content="global">
974 <meta name="Generator" content="tp">
975974 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
976975 <link href="#Top" rel="start" title="Top">
977976 <style type="text/css">
10461045 ';
10471046
10481047
1049 $result_converted{'info'}->{'two_footnotes_in_nodes_separate'} = 'This is , produced by tp version from .
1048 $result_converted{'info'}->{'two_footnotes_in_nodes_separate'} = 'This is , produced from .
10501049
10511050 
10521051 File: , Node: Top, Next: chapter, Up: (dir)
10971096
10981097 
10991098 Tag Table:
1100 Node: Top41
1101 Node: Top-Footnotes225
1102 Ref: Top-Footnote-1267
1103 Ref: Top-Footnote-2300
1104 Node: chapter333
1105 Node: chapter-Footnotes475
1106 Ref: chapter-Footnote-1525
1107 Ref: chapter-Footnote-2562
1099 Node: Top27
1100 Node: Top-Footnotes211
1101 Ref: Top-Footnote-1253
1102 Ref: Top-Footnote-2286
1103 Node: chapter319
1104 Node: chapter-Footnotes461
1105 Ref: chapter-Footnote-1511
1106 Ref: chapter-Footnote-2548
11081107 
11091108 End Tag Table
11101109 ';
152152
153153 $result_errors{'unknown_command_with_braces'} = [
154154 {
155 'error_line' => ':1: Unknown command `thing\'
155 'error_line' => ':1: unknown command `thing\'
156156 ',
157157 'file_name' => '',
158158 'line_nr' => 1,
159159 'macro' => '',
160 'text' => 'Unknown command `thing\'',
161 'type' => 'error'
162 },
163 {
164 'error_line' => ':1: Misplaced {
160 'text' => 'unknown command `thing\'',
161 'type' => 'error'
162 },
163 {
164 'error_line' => ':1: misplaced {
165165 ',
166166 'file_name' => '',
167167 'line_nr' => 1,
168168 'macro' => '',
169 'text' => 'Misplaced {',
170 'type' => 'error'
171 },
172 {
173 'error_line' => ':1: Misplaced }
169 'text' => 'misplaced {',
170 'type' => 'error'
171 },
172 {
173 'error_line' => ':1: misplaced }
174174 ',
175175 'file_name' => '',
176176 'line_nr' => 1,
177177 'macro' => '',
178 'text' => 'Misplaced }',
179 'type' => 'error'
180 },
181 {
182 'error_line' => ':3: Unknown command `unknown\'
178 'text' => 'misplaced }',
179 'type' => 'error'
180 },
181 {
182 'error_line' => ':3: unknown command `unknown\'
183183 ',
184184 'file_name' => '',
185185 'line_nr' => 3,
186186 'macro' => '',
187 'text' => 'Unknown command `unknown\'',
188 'type' => 'error'
189 },
190 {
191 'error_line' => ':3: Misplaced {
187 'text' => 'unknown command `unknown\'',
188 'type' => 'error'
189 },
190 {
191 'error_line' => ':3: misplaced {
192192 ',
193193 'file_name' => '',
194194 'line_nr' => 3,
195195 'macro' => '',
196 'text' => 'Misplaced {',
197 'type' => 'error'
198 },
199 {
200 'error_line' => ':5: Misplaced }
196 'text' => 'misplaced {',
197 'type' => 'error'
198 },
199 {
200 'error_line' => ':5: misplaced }
201201 ',
202202 'file_name' => '',
203203 'line_nr' => 5,
204204 'macro' => '',
205 'text' => 'Misplaced }',
206 'type' => 'error'
207 },
208 {
209 'error_line' => ':7: Unknown command `unknown2\'
205 'text' => 'misplaced }',
206 'type' => 'error'
207 },
208 {
209 'error_line' => ':7: unknown command `unknown2\'
210210 ',
211211 'file_name' => '',
212212 'line_nr' => 7,
213213 'macro' => '',
214 'text' => 'Unknown command `unknown2\'',
215 'type' => 'error'
216 },
217 {
218 'error_line' => ':7: Misplaced {
214 'text' => 'unknown command `unknown2\'',
215 'type' => 'error'
216 },
217 {
218 'error_line' => ':7: misplaced {
219219 ',
220220 'file_name' => '',
221221 'line_nr' => 7,
222222 'macro' => '',
223 'text' => 'Misplaced {',
224 'type' => 'error'
225 },
226 {
227 'error_line' => ':11: Misplaced }
223 'text' => 'misplaced {',
224 'type' => 'error'
225 },
226 {
227 'error_line' => ':11: misplaced }
228228 ',
229229 'file_name' => '',
230230 'line_nr' => 11,
231231 'macro' => '',
232 'text' => 'Misplaced }',
232 'text' => 'misplaced }',
233233 'type' => 'error'
234234 }
235235 ];
9191
9292 $result_errors{'unmatched_brace'} = [
9393 {
94 'error_line' => ':1: Misplaced }
94 'error_line' => ':1: misplaced }
9595 ',
9696 'file_name' => '',
9797 'line_nr' => 1,
9898 'macro' => '',
99 'text' => 'Misplaced }',
99 'text' => 'misplaced }',
100100 'type' => 'error'
101101 }
102102 ];
37883788
37893789 $result_errors{'all_commands'} = [
37903790 {
3791 'error_line' => ':1: warning: Entry for index `vr\' outside of any node
3791 'error_line' => ':1: warning: entry for index `vr\' outside of any node
37923792 ',
37933793 'file_name' => '',
37943794 'line_nr' => 1,
37953795 'macro' => '',
3796 'text' => 'Entry for index `vr\' outside of any node',
3796 'text' => 'entry for index `vr\' outside of any node',
37973797 'type' => 'warning'
37983798 },
37993799 {
3800 'error_line' => ':5: warning: Entry for index `fn\' outside of any node
3800 'error_line' => ':5: warning: entry for index `fn\' outside of any node
38013801 ',
38023802 'file_name' => '',
38033803 'line_nr' => 5,
38043804 'macro' => '',
3805 'text' => 'Entry for index `fn\' outside of any node',
3805 'text' => 'entry for index `fn\' outside of any node',
38063806 'type' => 'warning'
38073807 },
38083808 {
3809 'error_line' => ':9: warning: Entry for index `fn\' outside of any node
3809 'error_line' => ':9: warning: entry for index `fn\' outside of any node
38103810 ',
38113811 'file_name' => '',
38123812 'line_nr' => 9,
38133813 'macro' => '',
3814 'text' => 'Entry for index `fn\' outside of any node',
3814 'text' => 'entry for index `fn\' outside of any node',
38153815 'type' => 'warning'
38163816 },
38173817 {
3818 'error_line' => ':13: warning: Entry for index `vr\' outside of any node
3818 'error_line' => ':13: warning: entry for index `vr\' outside of any node
38193819 ',
38203820 'file_name' => '',
38213821 'line_nr' => 13,
38223822 'macro' => '',
3823 'text' => 'Entry for index `vr\' outside of any node',
3823 'text' => 'entry for index `vr\' outside of any node',
38243824 'type' => 'warning'
38253825 },
38263826 {
3827 'error_line' => ':17: warning: Entry for index `vr\' outside of any node
3827 'error_line' => ':17: warning: entry for index `vr\' outside of any node
38283828 ',
38293829 'file_name' => '',
38303830 'line_nr' => 17,
38313831 'macro' => '',
3832 'text' => 'Entry for index `vr\' outside of any node',
3832 'text' => 'entry for index `vr\' outside of any node',
38333833 'type' => 'warning'
38343834 },
38353835 {
3836 'error_line' => ':21: warning: Entry for index `fn\' outside of any node
3836 'error_line' => ':21: warning: entry for index `fn\' outside of any node
38373837 ',
38383838 'file_name' => '',
38393839 'line_nr' => 21,
38403840 'macro' => '',
3841 'text' => 'Entry for index `fn\' outside of any node',
3841 'text' => 'entry for index `fn\' outside of any node',
38423842 'type' => 'warning'
38433843 },
38443844 {
3845 'error_line' => ':25: warning: Entry for index `tp\' outside of any node
3845 'error_line' => ':25: warning: entry for index `tp\' outside of any node
38463846 ',
38473847 'file_name' => '',
38483848 'line_nr' => 25,
38493849 'macro' => '',
3850 'text' => 'Entry for index `tp\' outside of any node',
3850 'text' => 'entry for index `tp\' outside of any node',
38513851 'type' => 'warning'
38523852 },
38533853 {
3854 'error_line' => ':29: warning: Entry for index `fn\' outside of any node
3854 'error_line' => ':29: warning: entry for index `fn\' outside of any node
38553855 ',
38563856 'file_name' => '',
38573857 'line_nr' => 29,
38583858 'macro' => '',
3859 'text' => 'Entry for index `fn\' outside of any node',
3859 'text' => 'entry for index `fn\' outside of any node',
38603860 'type' => 'warning'
38613861 },
38623862 {
3863 'error_line' => ':33: warning: Entry for index `fn\' outside of any node
3863 'error_line' => ':33: warning: entry for index `fn\' outside of any node
38643864 ',
38653865 'file_name' => '',
38663866 'line_nr' => 33,
38673867 'macro' => '',
3868 'text' => 'Entry for index `fn\' outside of any node',
3868 'text' => 'entry for index `fn\' outside of any node',
38693869 'type' => 'warning'
38703870 },
38713871 {
3872 'error_line' => ':37: warning: Entry for index `fn\' outside of any node
3872 'error_line' => ':37: warning: entry for index `fn\' outside of any node
38733873 ',
38743874 'file_name' => '',
38753875 'line_nr' => 37,
38763876 'macro' => '',
3877 'text' => 'Entry for index `fn\' outside of any node',
3877 'text' => 'entry for index `fn\' outside of any node',
38783878 'type' => 'warning'
38793879 },
38803880 {
3881 'error_line' => ':41: warning: Entry for index `vr\' outside of any node
3881 'error_line' => ':41: warning: entry for index `vr\' outside of any node
38823882 ',
38833883 'file_name' => '',
38843884 'line_nr' => 41,
38853885 'macro' => '',
3886 'text' => 'Entry for index `vr\' outside of any node',
3886 'text' => 'entry for index `vr\' outside of any node',
38873887 'type' => 'warning'
38883888 },
38893889 {
3890 'error_line' => ':45: warning: Entry for index `vr\' outside of any node
3890 'error_line' => ':45: warning: entry for index `vr\' outside of any node
38913891 ',
38923892 'file_name' => '',
38933893 'line_nr' => 45,
38943894 'macro' => '',
3895 'text' => 'Entry for index `vr\' outside of any node',
3895 'text' => 'entry for index `vr\' outside of any node',
38963896 'type' => 'warning'
38973897 },
38983898 {
3899 'error_line' => ':49: warning: Entry for index `fn\' outside of any node
3899 'error_line' => ':49: warning: entry for index `fn\' outside of any node
39003900 ',
39013901 'file_name' => '',
39023902 'line_nr' => 49,
39033903 'macro' => '',
3904 'text' => 'Entry for index `fn\' outside of any node',
3904 'text' => 'entry for index `fn\' outside of any node',
39053905 'type' => 'warning'
39063906 },
39073907 {
3908 'error_line' => ':53: warning: Entry for index `vr\' outside of any node
3908 'error_line' => ':53: warning: entry for index `vr\' outside of any node
39093909 ',
39103910 'file_name' => '',
39113911 'line_nr' => 53,
39123912 'macro' => '',
3913 'text' => 'Entry for index `vr\' outside of any node',
3913 'text' => 'entry for index `vr\' outside of any node',
39143914 'type' => 'warning'
39153915 },
39163916 {
3917 'error_line' => ':57: warning: Entry for index `vr\' outside of any node
3917 'error_line' => ':57: warning: entry for index `vr\' outside of any node
39183918 ',
39193919 'file_name' => '',
39203920 'line_nr' => 57,
39213921 'macro' => '',
3922 'text' => 'Entry for index `vr\' outside of any node',
3922 'text' => 'entry for index `vr\' outside of any node',
39233923 'type' => 'warning'
39243924 },
39253925 {
3926 'error_line' => ':61: warning: Entry for index `vr\' outside of any node
3926 'error_line' => ':61: warning: entry for index `vr\' outside of any node
39273927 ',
39283928 'file_name' => '',
39293929 'line_nr' => 61,
39303930 'macro' => '',
3931 'text' => 'Entry for index `vr\' outside of any node',
3931 'text' => 'entry for index `vr\' outside of any node',
39323932 'type' => 'warning'
39333933 },
39343934 {
3935 'error_line' => ':65: warning: Entry for index `fn\' outside of any node
3935 'error_line' => ':65: warning: entry for index `fn\' outside of any node
39363936 ',
39373937 'file_name' => '',
39383938 'line_nr' => 65,
39393939 'macro' => '',
3940 'text' => 'Entry for index `fn\' outside of any node',
3940 'text' => 'entry for index `fn\' outside of any node',
39413941 'type' => 'warning'
39423942 },
39433943 {
3944 'error_line' => ':69: warning: Entry for index `fn\' outside of any node
3944 'error_line' => ':69: warning: entry for index `fn\' outside of any node
39453945 ',
39463946 'file_name' => '',
39473947 'line_nr' => 69,
39483948 'macro' => '',
3949 'text' => 'Entry for index `fn\' outside of any node',
3949 'text' => 'entry for index `fn\' outside of any node',
39503950 'type' => 'warning'
39513951 }
39523952 ];
1652916529
1653016530 $result_errors{'all_commands_delimiters'} = [
1653116531 {
16532 'error_line' => ':2: warning: Entry for index `fn\' outside of any node
16532 'error_line' => ':2: warning: entry for index `fn\' outside of any node
1653316533 ',
1653416534 'file_name' => '',
1653516535 'line_nr' => 2,
1653616536 'macro' => '',
16537 'text' => 'Entry for index `fn\' outside of any node',
16537 'text' => 'entry for index `fn\' outside of any node',
1653816538 'type' => 'warning'
1653916539 },
1654016540 {
16541 'error_line' => ':6: warning: Entry for index `vr\' outside of any node
16541 'error_line' => ':6: warning: entry for index `vr\' outside of any node
1654216542 ',
1654316543 'file_name' => '',
1654416544 'line_nr' => 6,
1654516545 'macro' => '',
16546 'text' => 'Entry for index `vr\' outside of any node',
16546 'text' => 'entry for index `vr\' outside of any node',
1654716547 'type' => 'warning'
1654816548 },
1654916549 {
16550 'error_line' => ':9: warning: Entry for index `fn\' outside of any node
16550 'error_line' => ':9: warning: entry for index `fn\' outside of any node
1655116551 ',
1655216552 'file_name' => '',
1655316553 'line_nr' => 9,
1655416554 'macro' => '',
16555 'text' => 'Entry for index `fn\' outside of any node',
16555 'text' => 'entry for index `fn\' outside of any node',
1655616556 'type' => 'warning'
1655716557 },
1655816558 {
16559 'error_line' => ':13: warning: Entry for index `fn\' outside of any node
16559 'error_line' => ':13: warning: entry for index `fn\' outside of any node
1656016560 ',
1656116561 'file_name' => '',
1656216562 'line_nr' => 13,
1656316563 'macro' => '',
16564 'text' => 'Entry for index `fn\' outside of any node',
16564 'text' => 'entry for index `fn\' outside of any node',
1656516565 'type' => 'warning'
1656616566 },
1656716567 {
16568 'error_line' => ':16: warning: Entry for index `fn\' outside of any node
16568 'error_line' => ':16: warning: entry for index `fn\' outside of any node
1656916569 ',
1657016570 'file_name' => '',
1657116571 'line_nr' => 16,
1657216572 'macro' => '',
16573 'text' => 'Entry for index `fn\' outside of any node',
16573 'text' => 'entry for index `fn\' outside of any node',
1657416574 'type' => 'warning'
1657516575 },
1657616576 {
16577 'error_line' => ':20: warning: Entry for index `fn\' outside of any node
16577 'error_line' => ':20: warning: entry for index `fn\' outside of any node
1657816578 ',
1657916579 'file_name' => '',
1658016580 'line_nr' => 20,
1658116581 'macro' => '',
16582 'text' => 'Entry for index `fn\' outside of any node',
16582 'text' => 'entry for index `fn\' outside of any node',
1658316583 'type' => 'warning'
1658416584 },
1658516585 {
16586 'error_line' => ':24: warning: Entry for index `vr\' outside of any node
16586 'error_line' => ':24: warning: entry for index `vr\' outside of any node
1658716587 ',
1658816588 'file_name' => '',
1658916589 'line_nr' => 24,
1659016590 'macro' => '',
16591 'text' => 'Entry for index `vr\' outside of any node',
16591 'text' => 'entry for index `vr\' outside of any node',
1659216592 'type' => 'warning'
1659316593 },
1659416594 {
16595 'error_line' => ':28: warning: Entry for index `tp\' outside of any node
16595 'error_line' => ':28: warning: entry for index `tp\' outside of any node
1659616596 ',
1659716597 'file_name' => '',
1659816598 'line_nr' => 28,
1659916599 'macro' => '',
16600 'text' => 'Entry for index `tp\' outside of any node',
16600 'text' => 'entry for index `tp\' outside of any node',
1660116601 'type' => 'warning'
1660216602 },
1660316603 {
16604 'error_line' => ':32: warning: Entry for index `vr\' outside of any node
16604 'error_line' => ':32: warning: entry for index `vr\' outside of any node
1660516605 ',
1660616606 'file_name' => '',
1660716607 'line_nr' => 32,
1660816608 'macro' => '',
16609 'text' => 'Entry for index `vr\' outside of any node',
16609 'text' => 'entry for index `vr\' outside of any node',
1661016610 'type' => 'warning'
1661116611 },
1661216612 {
16613 'error_line' => ':36: warning: Entry for index `vr\' outside of any node
16613 'error_line' => ':36: warning: entry for index `vr\' outside of any node
1661416614 ',
1661516615 'file_name' => '',
1661616616 'line_nr' => 36,
1661716617 'macro' => '',
16618 'text' => 'Entry for index `vr\' outside of any node',
16618 'text' => 'entry for index `vr\' outside of any node',
1661916619 'type' => 'warning'
1662016620 },
1662116621 {
16622 'error_line' => ':40: warning: Entry for index `fn\' outside of any node
16622 'error_line' => ':40: warning: entry for index `fn\' outside of any node
1662316623 ',
1662416624 'file_name' => '',
1662516625 'line_nr' => 40,
1662616626 'macro' => '',
16627 'text' => 'Entry for index `fn\' outside of any node',
16627 'text' => 'entry for index `fn\' outside of any node',
1662816628 'type' => 'warning'
1662916629 },
1663016630 {
16631 'error_line' => ':44: warning: Entry for index `fn\' outside of any node
16631 'error_line' => ':44: warning: entry for index `fn\' outside of any node
1663216632 ',
1663316633 'file_name' => '',
1663416634 'line_nr' => 44,
1663516635 'macro' => '',
16636 'text' => 'Entry for index `fn\' outside of any node',
16636 'text' => 'entry for index `fn\' outside of any node',
1663716637 'type' => 'warning'
1663816638 },
1663916639 {
16640 'error_line' => ':47: warning: Entry for index `fn\' outside of any node
16640 'error_line' => ':47: warning: entry for index `fn\' outside of any node
1664116641 ',
1664216642 'file_name' => '',
1664316643 'line_nr' => 47,
1664416644 'macro' => '',
16645 'text' => 'Entry for index `fn\' outside of any node',
16645 'text' => 'entry for index `fn\' outside of any node',
1664616646 'type' => 'warning'
1664716647 },
1664816648 {
16649 'error_line' => ':50: warning: Entry for index `fn\' outside of any node
16649 'error_line' => ':50: warning: entry for index `fn\' outside of any node
1665016650 ',
1665116651 'file_name' => '',
1665216652 'line_nr' => 50,
1665316653 'macro' => '',
16654 'text' => 'Entry for index `fn\' outside of any node',
16654 'text' => 'entry for index `fn\' outside of any node',
1665516655 'type' => 'warning'
1665616656 },
1665716657 {
16658 'error_line' => ':53: warning: Entry for index `fn\' outside of any node
16658 'error_line' => ':53: warning: entry for index `fn\' outside of any node
1665916659 ',
1666016660 'file_name' => '',
1666116661 'line_nr' => 53,
1666216662 'macro' => '',
16663 'text' => 'Entry for index `fn\' outside of any node',
16663 'text' => 'entry for index `fn\' outside of any node',
1666416664 'type' => 'warning'
1666516665 },
1666616666 {
16667 'error_line' => ':56: warning: Entry for index `fn\' outside of any node
16667 'error_line' => ':56: warning: entry for index `fn\' outside of any node
1666816668 ',
1666916669 'file_name' => '',
1667016670 'line_nr' => 56,
1667116671 'macro' => '',
16672 'text' => 'Entry for index `fn\' outside of any node',
16672 'text' => 'entry for index `fn\' outside of any node',
1667316673 'type' => 'warning'
1667416674 },
1667516675 {
16676 'error_line' => ':59: warning: Entry for index `fn\' outside of any node
16676 'error_line' => ':59: warning: entry for index `fn\' outside of any node
1667716677 ',
1667816678 'file_name' => '',
1667916679 'line_nr' => 59,
1668016680 'macro' => '',
16681 'text' => 'Entry for index `fn\' outside of any node',
16681 'text' => 'entry for index `fn\' outside of any node',
1668216682 'type' => 'warning'
1668316683 },
1668416684 {
16685 'error_line' => ':62: warning: Entry for index `fn\' outside of any node
16685 'error_line' => ':62: warning: entry for index `fn\' outside of any node
1668616686 ',
1668716687 'file_name' => '',
1668816688 'line_nr' => 62,
1668916689 'macro' => '',
16690 'text' => 'Entry for index `fn\' outside of any node',
16690 'text' => 'entry for index `fn\' outside of any node',
1669116691 'type' => 'warning'
1669216692 },
1669316693 {
16694 'error_line' => ':65: warning: Entry for index `fn\' outside of any node
16694 'error_line' => ':65: warning: entry for index `fn\' outside of any node
1669516695 ',
1669616696 'file_name' => '',
1669716697 'line_nr' => 65,
1669816698 'macro' => '',
16699 'text' => 'Entry for index `fn\' outside of any node',
16699 'text' => 'entry for index `fn\' outside of any node',
1670016700 'type' => 'warning'
1670116701 },
1670216702 {
16703 'error_line' => ':68: warning: Entry for index `fn\' outside of any node
16703 'error_line' => ':68: warning: entry for index `fn\' outside of any node
1670416704 ',
1670516705 'file_name' => '',
1670616706 'line_nr' => 68,
1670716707 'macro' => '',
16708 'text' => 'Entry for index `fn\' outside of any node',
16708 'text' => 'entry for index `fn\' outside of any node',
1670916709 'type' => 'warning'
1671016710 },
1671116711 {
16712 'error_line' => ':71: warning: Entry for index `fn\' outside of any node
16712 'error_line' => ':71: warning: entry for index `fn\' outside of any node
1671316713 ',
1671416714 'file_name' => '',
1671516715 'line_nr' => 71,
1671616716 'macro' => '',
16717 'text' => 'Entry for index `fn\' outside of any node',
16717 'text' => 'entry for index `fn\' outside of any node',
1671816718 'type' => 'warning'
1671916719 },
1672016720 {
16721 'error_line' => ':74: warning: Entry for index `fn\' outside of any node
16721 'error_line' => ':74: warning: entry for index `fn\' outside of any node
1672216722 ',
1672316723 'file_name' => '',
1672416724 'line_nr' => 74,
1672516725 'macro' => '',
16726 'text' => 'Entry for index `fn\' outside of any node',
16726 'text' => 'entry for index `fn\' outside of any node',
1672716727 'type' => 'warning'
1672816728 },
1672916729 {
16730 'error_line' => ':77: warning: Entry for index `fn\' outside of any node
16730 'error_line' => ':77: warning: entry for index `fn\' outside of any node
1673116731 ',
1673216732 'file_name' => '',
1673316733 'line_nr' => 77,
1673416734 'macro' => '',
16735 'text' => 'Entry for index `fn\' outside of any node',
16735 'text' => 'entry for index `fn\' outside of any node',
1673616736 'type' => 'warning'
1673716737 },
1673816738 {
16739 'error_line' => ':80: warning: Entry for index `fn\' outside of any node
16739 'error_line' => ':80: warning: entry for index `fn\' outside of any node
1674016740 ',
1674116741 'file_name' => '',
1674216742 'line_nr' => 80,
1674316743 'macro' => '',
16744 'text' => 'Entry for index `fn\' outside of any node',
16744 'text' => 'entry for index `fn\' outside of any node',
1674516745 'type' => 'warning'
1674616746 },
1674716747 {
16748 'error_line' => ':83: warning: Entry for index `fn\' outside of any node
16748 'error_line' => ':83: warning: entry for index `fn\' outside of any node
1674916749 ',
1675016750 'file_name' => '',
1675116751 'line_nr' => 83,
1675216752 'macro' => '',
16753 'text' => 'Entry for index `fn\' outside of any node',
16753 'text' => 'entry for index `fn\' outside of any node',
1675416754 'type' => 'warning'
1675516755 },
1675616756 {
16757 'error_line' => ':86: warning: Entry for index `fn\' outside of any node
16757 'error_line' => ':86: warning: entry for index `fn\' outside of any node
1675816758 ',
1675916759 'file_name' => '',
1676016760 'line_nr' => 86,
1676116761 'macro' => '',
16762 'text' => 'Entry for index `fn\' outside of any node',
16762 'text' => 'entry for index `fn\' outside of any node',
1676316763 'type' => 'warning'
1676416764 },
1676516765 {
16766 'error_line' => ':89: warning: Entry for index `fn\' outside of any node
16766 'error_line' => ':89: warning: entry for index `fn\' outside of any node
1676716767 ',
1676816768 'file_name' => '',
1676916769 'line_nr' => 89,
1677016770 'macro' => '',
16771 'text' => 'Entry for index `fn\' outside of any node',
16771 'text' => 'entry for index `fn\' outside of any node',
1677216772 'type' => 'warning'
1677316773 },
1677416774 {
16775 'error_line' => ':92: warning: Entry for index `fn\' outside of any node
16775 'error_line' => ':92: warning: entry for index `fn\' outside of any node
1677616776 ',
1677716777 'file_name' => '',
1677816778 'line_nr' => 92,
1677916779 'macro' => '',
16780 'text' => 'Entry for index `fn\' outside of any node',
16780 'text' => 'entry for index `fn\' outside of any node',
1678116781 'type' => 'warning'
1678216782 },
1678316783 {
16784 'error_line' => ':95: warning: Entry for index `fn\' outside of any node
16784 'error_line' => ':95: warning: entry for index `fn\' outside of any node
1678516785 ',
1678616786 'file_name' => '',
1678716787 'line_nr' => 95,
1678816788 'macro' => '',
16789 'text' => 'Entry for index `fn\' outside of any node',
16789 'text' => 'entry for index `fn\' outside of any node',
1679016790 'type' => 'warning'
1679116791 },
1679216792 {
16793 'error_line' => ':98: warning: Entry for index `vr\' outside of any node
16793 'error_line' => ':98: warning: entry for index `vr\' outside of any node
1679416794 ',
1679516795 'file_name' => '',
1679616796 'line_nr' => 98,
1679716797 'macro' => '',
16798 'text' => 'Entry for index `vr\' outside of any node',
16798 'text' => 'entry for index `vr\' outside of any node',
1679916799 'type' => 'warning'
1680016800 },
1680116801 {
16802 'error_line' => ':101: warning: Entry for index `vr\' outside of any node
16802 'error_line' => ':101: warning: entry for index `vr\' outside of any node
1680316803 ',
1680416804 'file_name' => '',
1680516805 'line_nr' => 101,
1680616806 'macro' => '',
16807 'text' => 'Entry for index `vr\' outside of any node',
16807 'text' => 'entry for index `vr\' outside of any node',
1680816808 'type' => 'warning'
1680916809 },
1681016810 {
16811 'error_line' => ':104: warning: Entry for index `fn\' outside of any node
16811 'error_line' => ':104: warning: entry for index `fn\' outside of any node
1681216812 ',
1681316813 'file_name' => '',
1681416814 'line_nr' => 104,
1681516815 'macro' => '',
16816 'text' => 'Entry for index `fn\' outside of any node',
16816 'text' => 'entry for index `fn\' outside of any node',
1681716817 'type' => 'warning'
1681816818 },
1681916819 {
16820 'error_line' => ':107: warning: Entry for index `fn\' outside of any node
16820 'error_line' => ':107: warning: entry for index `fn\' outside of any node
1682116821 ',
1682216822 'file_name' => '',
1682316823 'line_nr' => 107,
1682416824 'macro' => '',
16825 'text' => 'Entry for index `fn\' outside of any node',
16825 'text' => 'entry for index `fn\' outside of any node',
1682616826 'type' => 'warning'
1682716827 },
1682816828 {
16829 'error_line' => ':110: warning: Entry for index `vr\' outside of any node
16829 'error_line' => ':110: warning: entry for index `vr\' outside of any node
1683016830 ',
1683116831 'file_name' => '',
1683216832 'line_nr' => 110,
1683316833 'macro' => '',
16834 'text' => 'Entry for index `vr\' outside of any node',
16834 'text' => 'entry for index `vr\' outside of any node',
1683516835 'type' => 'warning'
1683616836 },
1683716837 {
16838 'error_line' => ':113: warning: Entry for index `vr\' outside of any node
16838 'error_line' => ':113: warning: entry for index `vr\' outside of any node
1683916839 ',
1684016840 'file_name' => '',
1684116841 'line_nr' => 113,
1684216842 'macro' => '',
16843 'text' => 'Entry for index `vr\' outside of any node',
16843 'text' => 'entry for index `vr\' outside of any node',
1684416844 'type' => 'warning'
1684516845 },
1684616846 {
16847 'error_line' => ':116: warning: Entry for index `tp\' outside of any node
16847 'error_line' => ':116: warning: entry for index `tp\' outside of any node
1684816848 ',
1684916849 'file_name' => '',
1685016850 'line_nr' => 116,
1685116851 'macro' => '',
16852 'text' => 'Entry for index `tp\' outside of any node',
16852 'text' => 'entry for index `tp\' outside of any node',
1685316853 'type' => 'warning'
1685416854 },
1685516855 {
16856 'error_line' => ':119: warning: Entry for index `tp\' outside of any node
16856 'error_line' => ':119: warning: entry for index `tp\' outside of any node
1685716857 ',
1685816858 'file_name' => '',
1685916859 'line_nr' => 119,
1686016860 'macro' => '',
16861 'text' => 'Entry for index `tp\' outside of any node',
16861 'text' => 'entry for index `tp\' outside of any node',
1686216862 'type' => 'warning'
1686316863 },
1686416864 {
16865 'error_line' => ':122: warning: Entry for index `vr\' outside of any node
16865 'error_line' => ':122: warning: entry for index `vr\' outside of any node
1686616866 ',
1686716867 'file_name' => '',
1686816868 'line_nr' => 122,
1686916869 'macro' => '',
16870 'text' => 'Entry for index `vr\' outside of any node',
16870 'text' => 'entry for index `vr\' outside of any node',
1687116871 'type' => 'warning'
1687216872 },
1687316873 {
16874 'error_line' => ':125: warning: Entry for index `tp\' outside of any node
16874 'error_line' => ':125: warning: entry for index `tp\' outside of any node
1687516875 ',
1687616876 'file_name' => '',
1687716877 'line_nr' => 125,
1687816878 'macro' => '',
16879 'text' => 'Entry for index `tp\' outside of any node',
16879 'text' => 'entry for index `tp\' outside of any node',
1688016880 'type' => 'warning'
1688116881 },
1688216882 {
16883 'error_line' => ':128: warning: Entry for index `vr\' outside of any node
16883 'error_line' => ':128: warning: entry for index `vr\' outside of any node
1688416884 ',
1688516885 'file_name' => '',
1688616886 'line_nr' => 128,
1688716887 'macro' => '',
16888 'text' => 'Entry for index `vr\' outside of any node',
16888 'text' => 'entry for index `vr\' outside of any node',
1688916889 'type' => 'warning'
1689016890 },
1689116891 {
16892 'error_line' => ':131: warning: Entry for index `vr\' outside of any node
16892 'error_line' => ':131: warning: entry for index `vr\' outside of any node
1689316893 ',
1689416894 'file_name' => '',
1689516895 'line_nr' => 131,
1689616896 'macro' => '',
16897 'text' => 'Entry for index `vr\' outside of any node',
16897 'text' => 'entry for index `vr\' outside of any node',
1689816898 'type' => 'warning'
1689916899 },
1690016900 {
16901 'error_line' => ':134: warning: Entry for index `fn\' outside of any node
16901 'error_line' => ':134: warning: entry for index `fn\' outside of any node
1690216902 ',
1690316903 'file_name' => '',
1690416904 'line_nr' => 134,
1690516905 'macro' => '',
16906 'text' => 'Entry for index `fn\' outside of any node',
16906 'text' => 'entry for index `fn\' outside of any node',
1690716907 'type' => 'warning'
1690816908 },
1690916909 {
16910 'error_line' => ':137: warning: Entry for index `fn\' outside of any node
16910 'error_line' => ':137: warning: entry for index `fn\' outside of any node
1691116911 ',
1691216912 'file_name' => '',
1691316913 'line_nr' => 137,
1691416914 'macro' => '',
16915 'text' => 'Entry for index `fn\' outside of any node',
16915 'text' => 'entry for index `fn\' outside of any node',
1691616916 'type' => 'warning'
1691716917 },
1691816918 {
16919 'error_line' => ':140: warning: Entry for index `fn\' outside of any node
16919 'error_line' => ':140: warning: entry for index `fn\' outside of any node
1692016920 ',
1692116921 'file_name' => '',
1692216922 'line_nr' => 140,
1692316923 'macro' => '',
16924 'text' => 'Entry for index `fn\' outside of any node',
16924 'text' => 'entry for index `fn\' outside of any node',
1692516925 'type' => 'warning'
1692616926 },
1692716927 {
16928 'error_line' => ':143: warning: Entry for index `fn\' outside of any node
16928 'error_line' => ':143: warning: entry for index `fn\' outside of any node
1692916929 ',
1693016930 'file_name' => '',
1693116931 'line_nr' => 143,
1693216932 'macro' => '',
16933 'text' => 'Entry for index `fn\' outside of any node',
16933 'text' => 'entry for index `fn\' outside of any node',
1693416934 'type' => 'warning'
1693516935 },
1693616936 {
16937 'error_line' => ':146: warning: Entry for index `fn\' outside of any node
16937 'error_line' => ':146: warning: entry for index `fn\' outside of any node
1693816938 ',
1693916939 'file_name' => '',
1694016940 'line_nr' => 146,
1694116941 'macro' => '',
16942 'text' => 'Entry for index `fn\' outside of any node',
16942 'text' => 'entry for index `fn\' outside of any node',
1694316943 'type' => 'warning'
1694416944 },
1694516945 {
16946 'error_line' => ':149: warning: Entry for index `fn\' outside of any node
16946 'error_line' => ':149: warning: entry for index `fn\' outside of any node
1694716947 ',
1694816948 'file_name' => '',
1694916949 'line_nr' => 149,
1695016950 'macro' => '',
16951 'text' => 'Entry for index `fn\' outside of any node',
16951 'text' => 'entry for index `fn\' outside of any node',
1695216952 'type' => 'warning'
1695316953 }
1695416954 ];
989989
990990 $result_errors{'all_empty_def'} = [
991991 {
992 'error_line' => ':1: warning: Missing category for @deffn
992 'error_line' => ':1: warning: missing category for @deffn
993993 ',
994994 'file_name' => '',
995995 'line_nr' => 1,
996996 'macro' => '',
997 'text' => 'Missing category for @deffn',
997 'text' => 'missing category for @deffn',
998998 'type' => 'warning'
999999 },
10001000 {
1001 'error_line' => ':4: warning: Missing category for @defvr
1001 'error_line' => ':4: warning: missing category for @defvr
10021002 ',
10031003 'file_name' => '',
10041004 'line_nr' => 4,
10051005 'macro' => '',
1006 'text' => 'Missing category for @defvr',
1006 'text' => 'missing category for @defvr',
10071007 'type' => 'warning'
10081008 },
10091009 {
1010 'error_line' => ':7: warning: Missing category for @deftypefn
1010 'error_line' => ':7: warning: missing category for @deftypefn
10111011 ',
10121012 'file_name' => '',
10131013 'line_nr' => 7,
10141014 'macro' => '',
1015 'text' => 'Missing category for @deftypefn',
1015 'text' => 'missing category for @deftypefn',
10161016 'type' => 'warning'
10171017 },
10181018 {
1019 'error_line' => ':10: warning: Missing category for @deftypeop
1019 'error_line' => ':10: warning: missing category for @deftypeop
10201020 ',
10211021 'file_name' => '',
10221022 'line_nr' => 10,
10231023 'macro' => '',
1024 'text' => 'Missing category for @deftypeop',
1024 'text' => 'missing category for @deftypeop',
10251025 'type' => 'warning'
10261026 },
10271027 {
1028 'error_line' => ':13: warning: Missing category for @deftypevr
1028 'error_line' => ':13: warning: missing category for @deftypevr
10291029 ',
10301030 'file_name' => '',
10311031 'line_nr' => 13,
10321032 'macro' => '',
1033 'text' => 'Missing category for @deftypevr',
1033 'text' => 'missing category for @deftypevr',
10341034 'type' => 'warning'
10351035 },
10361036 {
1037 'error_line' => ':16: warning: Missing category for @defcv
1037 'error_line' => ':16: warning: missing category for @defcv
10381038 ',
10391039 'file_name' => '',
10401040 'line_nr' => 16,
10411041 'macro' => '',
1042 'text' => 'Missing category for @defcv',
1042 'text' => 'missing category for @defcv',
10431043 'type' => 'warning'
10441044 },
10451045 {
1046 'error_line' => ':19: warning: Missing category for @deftypecv
1046 'error_line' => ':19: warning: missing category for @deftypecv
10471047 ',
10481048 'file_name' => '',
10491049 'line_nr' => 19,
10501050 'macro' => '',
1051 'text' => 'Missing category for @deftypecv',
1051 'text' => 'missing category for @deftypecv',
10521052 'type' => 'warning'
10531053 },
10541054 {
1055 'error_line' => ':22: warning: Missing category for @defop
1055 'error_line' => ':22: warning: missing category for @defop
10561056 ',
10571057 'file_name' => '',
10581058 'line_nr' => 22,
10591059 'macro' => '',
1060 'text' => 'Missing category for @defop',
1060 'text' => 'missing category for @defop',
10611061 'type' => 'warning'
10621062 },
10631063 {
1064 'error_line' => ':25: warning: Missing category for @deftp
1064 'error_line' => ':25: warning: missing category for @deftp
10651065 ',
10661066 'file_name' => '',
10671067 'line_nr' => 25,
10681068 'macro' => '',
1069 'text' => 'Missing category for @deftp',
1069 'text' => 'missing category for @deftp',
10701070 'type' => 'warning'
10711071 }
10721072 ];
494494
495495 $result_errors{'def_defx_mismatch'} = [
496496 {
497 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
497 'error_line' => ':1: warning: entry for index `fn\' outside of any node
498498 ',
499499 'file_name' => '',
500500 'line_nr' => 1,
501501 'macro' => '',
502 'text' => 'Entry for index `fn\' outside of any node',
502 'text' => 'entry for index `fn\' outside of any node',
503503 'type' => 'warning'
504504 },
505505 {
506 'error_line' => ':2: Must be after `@deffn\' to use `@deffnx\'
506 'error_line' => ':2: must be after `@deffn\' to use `@deffnx\'
507507 ',
508508 'file_name' => '',
509509 'line_nr' => 2,
510510 'macro' => '',
511 'text' => 'Must be after `@deffn\' to use `@deffnx\'',
511 'text' => 'must be after `@deffn\' to use `@deffnx\'',
512512 'type' => 'error'
513513 },
514514 {
515 'error_line' => ':2: warning: Entry for index `fn\' outside of any node
515 'error_line' => ':2: warning: entry for index `fn\' outside of any node
516516 ',
517517 'file_name' => '',
518518 'line_nr' => 2,
519519 'macro' => '',
520 'text' => 'Entry for index `fn\' outside of any node',
520 'text' => 'entry for index `fn\' outside of any node',
521521 'type' => 'warning'
522522 }
523523 ];
362362
363363 $result_errors{'defx_after_comment'} = [
364364 {
365 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
365 'error_line' => ':1: warning: entry for index `fn\' outside of any node
366366 ',
367367 'file_name' => '',
368368 'line_nr' => 1,
369369 'macro' => '',
370 'text' => 'Entry for index `fn\' outside of any node',
370 'text' => 'entry for index `fn\' outside of any node',
371371 'type' => 'warning'
372372 },
373373 {
374 'error_line' => ':3: warning: Entry for index `fn\' outside of any node
374 'error_line' => ':3: warning: entry for index `fn\' outside of any node
375375 ',
376376 'file_name' => '',
377377 'line_nr' => 3,
378378 'macro' => '',
379 'text' => 'Entry for index `fn\' outside of any node',
379 'text' => 'entry for index `fn\' outside of any node',
380380 'type' => 'warning'
381381 }
382382 ];
457457
458458 $result_errors{'defx_after_comment_in_example'} = [
459459 {
460 'error_line' => ':2: warning: Entry for index `fn\' outside of any node
460 'error_line' => ':2: warning: entry for index `fn\' outside of any node
461461 ',
462462 'file_name' => '',
463463 'line_nr' => 2,
464464 'macro' => '',
465 'text' => 'Entry for index `fn\' outside of any node',
465 'text' => 'entry for index `fn\' outside of any node',
466466 'type' => 'warning'
467467 },
468468 {
469 'error_line' => ':4: warning: Entry for index `fn\' outside of any node
469 'error_line' => ':4: warning: entry for index `fn\' outside of any node
470470 ',
471471 'file_name' => '',
472472 'line_nr' => 4,
473473 'macro' => '',
474 'text' => 'Entry for index `fn\' outside of any node',
474 'text' => 'entry for index `fn\' outside of any node',
475475 'type' => 'warning'
476476 }
477477 ];
350350
351351 $result_errors{'defx_after_empty_line'} = [
352352 {
353 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
353 'error_line' => ':1: warning: entry for index `fn\' outside of any node
354354 ',
355355 'file_name' => '',
356356 'line_nr' => 1,
357357 'macro' => '',
358 'text' => 'Entry for index `fn\' outside of any node',
358 'text' => 'entry for index `fn\' outside of any node',
359359 'type' => 'warning'
360360 },
361361 {
362 'error_line' => ':3: warning: Entry for index `fn\' outside of any node
362 'error_line' => ':3: warning: entry for index `fn\' outside of any node
363363 ',
364364 'file_name' => '',
365365 'line_nr' => 3,
366366 'macro' => '',
367 'text' => 'Entry for index `fn\' outside of any node',
367 'text' => 'entry for index `fn\' outside of any node',
368368 'type' => 'warning'
369369 }
370370 ];
496496
497497 $result_errors{'defx_after_empty_line_in_example'} = [
498498 {
499 'error_line' => ':2: warning: Entry for index `fn\' outside of any node
499 'error_line' => ':2: warning: entry for index `fn\' outside of any node
500500 ',
501501 'file_name' => '',
502502 'line_nr' => 2,
503503 'macro' => '',
504 'text' => 'Entry for index `fn\' outside of any node',
504 'text' => 'entry for index `fn\' outside of any node',
505505 'type' => 'warning'
506506 },
507507 {
508 'error_line' => ':7: warning: Entry for index `fn\' outside of any node
508 'error_line' => ':7: warning: entry for index `fn\' outside of any node
509509 ',
510510 'file_name' => '',
511511 'line_nr' => 7,
512512 'macro' => '',
513 'text' => 'Entry for index `fn\' outside of any node',
513 'text' => 'entry for index `fn\' outside of any node',
514514 'type' => 'warning'
515515 }
516516 ];
366366
367367 $result_errors{'defx_after_paragraph_end'} = [
368368 {
369 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
369 'error_line' => ':1: warning: entry for index `fn\' outside of any node
370370 ',
371371 'file_name' => '',
372372 'line_nr' => 1,
373373 'macro' => '',
374 'text' => 'Entry for index `fn\' outside of any node',
374 'text' => 'entry for index `fn\' outside of any node',
375375 'type' => 'warning'
376376 },
377377 {
378 'error_line' => ':4: Must be after `@deffn\' to use `@deffnx\'
378 'error_line' => ':4: must be after `@deffn\' to use `@deffnx\'
379379 ',
380380 'file_name' => '',
381381 'line_nr' => 4,
382382 'macro' => '',
383 'text' => 'Must be after `@deffn\' to use `@deffnx\'',
383 'text' => 'must be after `@deffn\' to use `@deffnx\'',
384384 'type' => 'error'
385385 },
386386 {
387 'error_line' => ':4: warning: Entry for index `fn\' outside of any node
387 'error_line' => ':4: warning: entry for index `fn\' outside of any node
388388 ',
389389 'file_name' => '',
390390 'line_nr' => 4,
391391 'macro' => '',
392 'text' => 'Entry for index `fn\' outside of any node',
392 'text' => 'entry for index `fn\' outside of any node',
393393 'type' => 'warning'
394394 }
395395 ];
454454
455455 $result_errors{'defx_after_preformatted_with_text'} = [
456456 {
457 'error_line' => ':2: warning: Entry for index `fn\' outside of any node
457 'error_line' => ':2: warning: entry for index `fn\' outside of any node
458458 ',
459459 'file_name' => '',
460460 'line_nr' => 2,
461461 'macro' => '',
462 'text' => 'Entry for index `fn\' outside of any node',
462 'text' => 'entry for index `fn\' outside of any node',
463463 'type' => 'warning'
464464 },
465465 {
466 'error_line' => ':5: Must be after `@deffn\' to use `@deffnx\'
466 'error_line' => ':5: must be after `@deffn\' to use `@deffnx\'
467467 ',
468468 'file_name' => '',
469469 'line_nr' => 5,
470470 'macro' => '',
471 'text' => 'Must be after `@deffn\' to use `@deffnx\'',
471 'text' => 'must be after `@deffn\' to use `@deffnx\'',
472472 'type' => 'error'
473473 },
474474 {
475 'error_line' => ':5: warning: Entry for index `fn\' outside of any node
475 'error_line' => ':5: warning: entry for index `fn\' outside of any node
476476 ',
477477 'file_name' => '',
478478 'line_nr' => 5,
479479 'macro' => '',
480 'text' => 'Entry for index `fn\' outside of any node',
480 'text' => 'entry for index `fn\' outside of any node',
481481 'type' => 'warning'
482482 }
483483 ];
357357
358358 $result_errors{'defx_after_text'} = [
359359 {
360 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
360 'error_line' => ':1: warning: entry for index `fn\' outside of any node
361361 ',
362362 'file_name' => '',
363363 'line_nr' => 1,
364364 'macro' => '',
365 'text' => 'Entry for index `fn\' outside of any node',
365 'text' => 'entry for index `fn\' outside of any node',
366366 'type' => 'warning'
367367 },
368368 {
369 'error_line' => ':3: Must be after `@deffn\' to use `@deffnx\'
369 'error_line' => ':3: must be after `@deffn\' to use `@deffnx\'
370370 ',
371371 'file_name' => '',
372372 'line_nr' => 3,
373373 'macro' => '',
374 'text' => 'Must be after `@deffn\' to use `@deffnx\'',
374 'text' => 'must be after `@deffn\' to use `@deffnx\'',
375375 'type' => 'error'
376376 },
377377 {
378 'error_line' => ':3: warning: Entry for index `fn\' outside of any node
378 'error_line' => ':3: warning: entry for index `fn\' outside of any node
379379 ',
380380 'file_name' => '',
381381 'line_nr' => 3,
382382 'macro' => '',
383 'text' => 'Entry for index `fn\' outside of any node',
383 'text' => 'entry for index `fn\' outside of any node',
384384 'type' => 'warning'
385385 }
386386 ];
422422
423423 $result_errors{'defx_in_example'} = [
424424 {
425 'error_line' => ':2: warning: Entry for index `fn\' outside of any node
425 'error_line' => ':2: warning: entry for index `fn\' outside of any node
426426 ',
427427 'file_name' => '',
428428 'line_nr' => 2,
429429 'macro' => '',
430 'text' => 'Entry for index `fn\' outside of any node',
430 'text' => 'entry for index `fn\' outside of any node',
431431 'type' => 'warning'
432432 },
433433 {
434 'error_line' => ':3: warning: Entry for index `fn\' outside of any node
434 'error_line' => ':3: warning: entry for index `fn\' outside of any node
435435 ',
436436 'file_name' => '',
437437 'line_nr' => 3,
438438 'macro' => '',
439 'text' => 'Entry for index `fn\' outside of any node',
439 'text' => 'entry for index `fn\' outside of any node',
440440 'type' => 'warning'
441441 }
442442 ];
797797 'type' => 'warning'
798798 },
799799 {
800 'error_line' => ':1: Must be after `@deffn\' to use `@deffnx\'
800 'error_line' => ':1: must be after `@deffn\' to use `@deffnx\'
801801 ',
802802 'file_name' => '',
803803 'line_nr' => 1,
804804 'macro' => '',
805 'text' => 'Must be after `@deffn\' to use `@deffnx\'',
805 'text' => 'must be after `@deffn\' to use `@deffnx\'',
806806 'type' => 'error'
807807 },
808808 {
815815 'type' => 'warning'
816816 },
817817 {
818 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
818 'error_line' => ':1: warning: entry for index `fn\' outside of any node
819819 ',
820820 'file_name' => '',
821821 'line_nr' => 1,
822822 'macro' => '',
823 'text' => 'Entry for index `fn\' outside of any node',
823 'text' => 'entry for index `fn\' outside of any node',
824824 'type' => 'warning'
825825 },
826826 {
827 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
827 'error_line' => ':1: warning: entry for index `fn\' outside of any node
828828 ',
829829 'file_name' => '',
830830 'line_nr' => 1,
831831 'macro' => '',
832 'text' => 'Entry for index `fn\' outside of any node',
832 'text' => 'entry for index `fn\' outside of any node',
833833 'type' => 'warning'
834834 },
835835 {
851851 'type' => 'warning'
852852 },
853853 {
854 'error_line' => ':5: warning: Entry for index `vr\' outside of any node
854 'error_line' => ':5: warning: entry for index `vr\' outside of any node
855855 ',
856856 'file_name' => '',
857857 'line_nr' => 5,
858858 'macro' => '',
859 'text' => 'Entry for index `vr\' outside of any node',
859 'text' => 'entry for index `vr\' outside of any node',
860860 'type' => 'warning'
861861 },
862862 {
863 'error_line' => ':5: No matching `@end defvr\'
863 'error_line' => ':5: no matching `@end defvr\'
864864 ',
865865 'file_name' => '',
866866 'line_nr' => 5,
867867 'macro' => '',
868 'text' => 'No matching `@end defvr\'',
868 'text' => 'no matching `@end defvr\'',
869869 'type' => 'error'
870870 },
871871 {
872 'error_line' => ':5: warning: Entry for index `fn\' outside of any node
872 'error_line' => ':5: warning: entry for index `fn\' outside of any node
873873 ',
874874 'file_name' => '',
875875 'line_nr' => 5,
876876 'macro' => '',
877 'text' => 'Entry for index `fn\' outside of any node',
877 'text' => 'entry for index `fn\' outside of any node',
878878 'type' => 'warning'
879879 }
880880 ];
872872
873873 $result_errors{'empty_def_arguments'} = [
874874 {
875 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
875 'error_line' => ':1: warning: entry for index `fn\' outside of any node
876876 ',
877877 'file_name' => '',
878878 'line_nr' => 1,
879879 'macro' => '',
880 'text' => 'Entry for index `fn\' outside of any node',
880 'text' => 'entry for index `fn\' outside of any node',
881881 'type' => 'warning'
882882 },
883883 {
884 'error_line' => ':2: warning: Missing name for @deffnx
884 'error_line' => ':2: warning: missing name for @deffnx
885885 ',
886886 'file_name' => '',
887887 'line_nr' => 2,
888888 'macro' => '',
889 'text' => 'Missing name for @deffnx',
889 'text' => 'missing name for @deffnx',
890890 'type' => 'warning'
891891 },
892892 {
893 'error_line' => ':3: warning: Missing category for @deffnx
893 'error_line' => ':3: warning: missing category for @deffnx
894894 ',
895895 'file_name' => '',
896896 'line_nr' => 3,
897897 'macro' => '',
898 'text' => 'Missing category for @deffnx',
898 'text' => 'missing category for @deffnx',
899899 'type' => 'warning'
900900 },
901901 {
902 'error_line' => ':4: warning: Missing name for @deffnx
902 'error_line' => ':4: warning: missing name for @deffnx
903903 ',
904904 'file_name' => '',
905905 'line_nr' => 4,
906906 'macro' => '',
907 'text' => 'Missing name for @deffnx',
907 'text' => 'missing name for @deffnx',
908908 'type' => 'warning'
909909 },
910910 {
911 'error_line' => ':5: warning: Missing name for @deffnx
911 'error_line' => ':5: warning: missing name for @deffnx
912912 ',
913913 'file_name' => '',
914914 'line_nr' => 5,
915915 'macro' => '',
916 'text' => 'Missing name for @deffnx',
916 'text' => 'missing name for @deffnx',
917917 'type' => 'warning'
918918 },
919919 {
920 'error_line' => ':6: warning: Missing name for @deffnx
920 'error_line' => ':6: warning: missing name for @deffnx
921921 ',
922922 'file_name' => '',
923923 'line_nr' => 6,
924924 'macro' => '',
925 'text' => 'Missing name for @deffnx',
925 'text' => 'missing name for @deffnx',
926926 'type' => 'warning'
927927 },
928928 {
929 'error_line' => ':7: warning: Missing name for @deffnx
929 'error_line' => ':7: warning: missing name for @deffnx
930930 ',
931931 'file_name' => '',
932932 'line_nr' => 7,
933933 'macro' => '',
934 'text' => 'Missing name for @deffnx',
934 'text' => 'missing name for @deffnx',
935935 'type' => 'warning'
936936 },
937937 {
938 'error_line' => ':8: warning: Missing name for @deffnx
938 'error_line' => ':8: warning: missing name for @deffnx
939939 ',
940940 'file_name' => '',
941941 'line_nr' => 8,
942942 'macro' => '',
943 'text' => 'Missing name for @deffnx',
943 'text' => 'missing name for @deffnx',
944944 'type' => 'warning'
945945 },
946946 {
947 'error_line' => ':9: warning: Missing name for @deffnx
947 'error_line' => ':9: warning: missing name for @deffnx
948948 ',
949949 'file_name' => '',
950950 'line_nr' => 9,
951951 'macro' => '',
952 'text' => 'Missing name for @deffnx',
952 'text' => 'missing name for @deffnx',
953953 'type' => 'warning'
954954 }
955955 ];
446446
447447 $result_errors{'empty_def_command'} = [
448448 {
449 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
449 'error_line' => ':1: warning: entry for index `fn\' outside of any node
450450 ',
451451 'file_name' => '',
452452 'line_nr' => 1,
453453 'macro' => '',
454 'text' => 'Entry for index `fn\' outside of any node',
454 'text' => 'entry for index `fn\' outside of any node',
455455 'type' => 'warning'
456456 },
457457 {
458 'error_line' => ':4: warning: Entry for index `fn\' outside of any node
458 'error_line' => ':4: warning: entry for index `fn\' outside of any node
459459 ',
460460 'file_name' => '',
461461 'line_nr' => 4,
462462 'macro' => '',
463 'text' => 'Entry for index `fn\' outside of any node',
463 'text' => 'entry for index `fn\' outside of any node',
464464 'type' => 'warning'
465465 },
466466 {
467 'error_line' => ':5: warning: Entry for index `fn\' outside of any node
467 'error_line' => ':5: warning: entry for index `fn\' outside of any node
468468 ',
469469 'file_name' => '',
470470 'line_nr' => 5,
471471 'macro' => '',
472 'text' => 'Entry for index `fn\' outside of any node',
472 'text' => 'entry for index `fn\' outside of any node',
473473 'type' => 'warning'
474474 }
475475 ];
10751075
10761076 $result_errors{'empty_deftype'} = [
10771077 {
1078 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
1078 'error_line' => ':1: warning: entry for index `fn\' outside of any node
10791079 ',
10801080 'file_name' => '',
10811081 'line_nr' => 1,
10821082 'macro' => '',
1083 'text' => 'Entry for index `fn\' outside of any node',
1083 'text' => 'entry for index `fn\' outside of any node',
10841084 'type' => 'warning'
10851085 },
10861086 {
1087 'error_line' => ':5: warning: Entry for index `fn\' outside of any node
1087 'error_line' => ':5: warning: entry for index `fn\' outside of any node
10881088 ',
10891089 'file_name' => '',
10901090 'line_nr' => 5,
10911091 'macro' => '',
1092 'text' => 'Entry for index `fn\' outside of any node',
1092 'text' => 'entry for index `fn\' outside of any node',
10931093 'type' => 'warning'
10941094 },
10951095 {
1096 'error_line' => ':9: warning: Entry for index `fn\' outside of any node
1096 'error_line' => ':9: warning: entry for index `fn\' outside of any node
10971097 ',
10981098 'file_name' => '',
10991099 'line_nr' => 9,
11001100 'macro' => '',
1101 'text' => 'Entry for index `fn\' outside of any node',
1101 'text' => 'entry for index `fn\' outside of any node',
11021102 'type' => 'warning'
11031103 },
11041104 {
1105 'error_line' => ':13: warning: Entry for index `fn\' outside of any node
1105 'error_line' => ':13: warning: entry for index `fn\' outside of any node
11061106 ',
11071107 'file_name' => '',
11081108 'line_nr' => 13,
11091109 'macro' => '',
1110 'text' => 'Entry for index `fn\' outside of any node',
1110 'text' => 'entry for index `fn\' outside of any node',
11111111 'type' => 'warning'
11121112 }
11131113 ];
312312
313313 $result_errors{'empty_deftypeop_name'} = [
314314 {
315 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
315 'error_line' => ':1: warning: entry for index `fn\' outside of any node
316316 ',
317317 'file_name' => '',
318318 'line_nr' => 1,
319319 'macro' => '',
320 'text' => 'Entry for index `fn\' outside of any node',
320 'text' => 'entry for index `fn\' outside of any node',
321321 'type' => 'warning'
322322 }
323323 ];
6868
6969 $result_errors{'end_of_line_end_file'} = [
7070 {
71 'error_line' => ':1: No matching `@end deffn\'
71 'error_line' => ':1: no matching `@end deffn\'
7272 ',
7373 'file_name' => '',
7474 'line_nr' => 1,
7575 'macro' => '',
76 'text' => 'No matching `@end deffn\'',
76 'text' => 'no matching `@end deffn\'',
7777 'type' => 'error'
7878 }
7979 ];
144144
145145 $result_errors{'end_of_line_protect_at_end'} = [
146146 {
147 'error_line' => ':2: Unexpected @
147 'error_line' => ':2: unexpected @
148148 ',
149149 'file_name' => '',
150150 'line_nr' => 2,
151151 'macro' => '',
152 'text' => 'Unexpected @',
152 'text' => 'unexpected @',
153153 'type' => 'error'
154154 },
155155 {
156 'error_line' => ':2: warning: Entry for index `fn\' outside of any node
156 'error_line' => ':2: warning: entry for index `fn\' outside of any node
157157 ',
158158 'file_name' => '',
159159 'line_nr' => 2,
160160 'macro' => '',
161 'text' => 'Entry for index `fn\' outside of any node',
161 'text' => 'entry for index `fn\' outside of any node',
162162 'type' => 'warning'
163163 },
164164 {
165 'error_line' => ':2: No matching `@end deffn\'
165 'error_line' => ':2: no matching `@end deffn\'
166166 ',
167167 'file_name' => '',
168168 'line_nr' => 2,
169169 'macro' => '',
170 'text' => 'No matching `@end deffn\'',
170 'text' => 'no matching `@end deffn\'',
171171 'type' => 'error'
172172 }
173173 ];
365365
366366 $result_errors{'end_of_lines_protected'} = [
367367 {
368 'error_line' => ':4: warning: Entry for index `fn\' outside of any node
368 'error_line' => ':4: warning: entry for index `fn\' outside of any node
369369 ',
370370 'file_name' => '',
371371 'line_nr' => 4,
372372 'macro' => '',
373 'text' => 'Entry for index `fn\' outside of any node',
373 'text' => 'entry for index `fn\' outside of any node',
374374 'type' => 'warning'
375375 }
376376 ];
423423
424424 $result_errors{'end_of_lines_protected_in_footnote'} = [
425425 {
426 'error_line' => ':5: warning: Entry for index `fn\' outside of any node
426 'error_line' => ':5: warning: entry for index `fn\' outside of any node
427427 ',
428428 'file_name' => '',
429429 'line_nr' => 5,
430430 'macro' => '',
431 'text' => 'Entry for index `fn\' outside of any node',
431 'text' => 'entry for index `fn\' outside of any node',
432432 'type' => 'warning'
433433 }
434434 ];
746746
747747 $result_errors{'inter_item_commands_in_def'} = [
748748 {
749 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
749 'error_line' => ':1: warning: entry for index `fn\' outside of any node
750750 ',
751751 'file_name' => '',
752752 'line_nr' => 1,
753753 'macro' => '',
754 'text' => 'Entry for index `fn\' outside of any node',
754 'text' => 'entry for index `fn\' outside of any node',
755755 'type' => 'warning'
756756 },
757757 {
758 'error_line' => ':4: warning: Entry for index `fn\' outside of any node
758 'error_line' => ':4: warning: entry for index `fn\' outside of any node
759759 ',
760760 'file_name' => '',
761761 'line_nr' => 4,
762762 'macro' => '',
763 'text' => 'Entry for index `fn\' outside of any node',
763 'text' => 'entry for index `fn\' outside of any node',
764764 'type' => 'warning'
765765 },
766766 {
767 'error_line' => ':5: warning: Entry for index `cp\' outside of any node
767 'error_line' => ':5: warning: entry for index `cp\' outside of any node
768768 ',
769769 'file_name' => '',
770770 'line_nr' => 5,
771771 'macro' => '',
772 'text' => 'Entry for index `cp\' outside of any node',
772 'text' => 'entry for index `cp\' outside of any node',
773773 'type' => 'warning'
774774 },
775775 {
776 'error_line' => ':6: warning: Entry for index `fn\' outside of any node
776 'error_line' => ':6: warning: entry for index `fn\' outside of any node
777777 ',
778778 'file_name' => '',
779779 'line_nr' => 6,
780780 'macro' => '',
781 'text' => 'Entry for index `fn\' outside of any node',
781 'text' => 'entry for index `fn\' outside of any node',
782782 'type' => 'warning'
783783 },
784784 {
785 'error_line' => ':7: warning: Entry for index `cp\' outside of any node
785 'error_line' => ':7: warning: entry for index `cp\' outside of any node
786786 ',
787787 'file_name' => '',
788788 'line_nr' => 7,
789789 'macro' => '',
790 'text' => 'Entry for index `cp\' outside of any node',
790 'text' => 'entry for index `cp\' outside of any node',
791791 'type' => 'warning'
792792 }
793793 ];
840840
841841 $result_errors{'inter_item_commands_in_def_in_example'} = [
842842 {
843 'error_line' => ':2: warning: Entry for index `fn\' outside of any node
843 'error_line' => ':2: warning: entry for index `fn\' outside of any node
844844 ',
845845 'file_name' => '',
846846 'line_nr' => 2,
847847 'macro' => '',
848 'text' => 'Entry for index `fn\' outside of any node',
848 'text' => 'entry for index `fn\' outside of any node',
849849 'type' => 'warning'
850850 },
851851 {
852 'error_line' => ':5: warning: Entry for index `fn\' outside of any node
852 'error_line' => ':5: warning: entry for index `fn\' outside of any node
853853 ',
854854 'file_name' => '',
855855 'line_nr' => 5,
856856 'macro' => '',
857 'text' => 'Entry for index `fn\' outside of any node',
857 'text' => 'entry for index `fn\' outside of any node',
858858 'type' => 'warning'
859859 },
860860 {
861 'error_line' => ':6: warning: Entry for index `cp\' outside of any node
861 'error_line' => ':6: warning: entry for index `cp\' outside of any node
862862 ',
863863 'file_name' => '',
864864 'line_nr' => 6,
865865 'macro' => '',
866 'text' => 'Entry for index `cp\' outside of any node',
866 'text' => 'entry for index `cp\' outside of any node',
867867 'type' => 'warning'
868868 },
869869 {
870 'error_line' => ':7: warning: Entry for index `fn\' outside of any node
870 'error_line' => ':7: warning: entry for index `fn\' outside of any node
871871 ',
872872 'file_name' => '',
873873 'line_nr' => 7,
874874 'macro' => '',
875 'text' => 'Entry for index `fn\' outside of any node',
875 'text' => 'entry for index `fn\' outside of any node',
876876 'type' => 'warning'
877877 },
878878 {
879 'error_line' => ':8: warning: Entry for index `cp\' outside of any node
879 'error_line' => ':8: warning: entry for index `cp\' outside of any node
880880 ',
881881 'file_name' => '',
882882 'line_nr' => 8,
883883 'macro' => '',
884 'text' => 'Entry for index `cp\' outside of any node',
884 'text' => 'entry for index `cp\' outside of any node',
885885 'type' => 'warning'
886886 }
887887 ];
217217
218218 $result_errors{'leading_space_in_def_arg'} = [
219219 {
220 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
220 'error_line' => ':1: warning: entry for index `fn\' outside of any node
221221 ',
222222 'file_name' => '',
223223 'line_nr' => 1,
224224 'macro' => '',
225 'text' => 'Entry for index `fn\' outside of any node',
225 'text' => 'entry for index `fn\' outside of any node',
226226 'type' => 'warning'
227227 }
228228 ];
616616
617617 $result_errors{'no_category_or_no_name'} = [
618618 {
619 'error_line' => ':1: warning: Missing category for @deffn
619 'error_line' => ':1: warning: missing category for @deffn
620620 ',
621621 'file_name' => '',
622622 'line_nr' => 1,
623623 'macro' => '',
624 'text' => 'Missing category for @deffn',
624 'text' => 'missing category for @deffn',
625625 'type' => 'warning'
626626 },
627627 {
628 'error_line' => ':5: warning: Missing name for @deffn
628 'error_line' => ':5: warning: missing name for @deffn
629629 ',
630630 'file_name' => '',
631631 'line_nr' => 5,
632632 'macro' => '',
633 'text' => 'Missing name for @deffn',
633 'text' => 'missing name for @deffn',
634634 'type' => 'warning'
635635 },
636636 {
637 'error_line' => ':9: warning: Entry for index `fn\' outside of any node
637 'error_line' => ':9: warning: entry for index `fn\' outside of any node
638638 ',
639639 'file_name' => '',
640640 'line_nr' => 9,
641641 'macro' => '',
642 'text' => 'Entry for index `fn\' outside of any node',
642 'text' => 'entry for index `fn\' outside of any node',
643643 'type' => 'warning'
644644 },
645645 {
646 'error_line' => ':10: warning: Missing name for @deffnx
646 'error_line' => ':10: warning: missing name for @deffnx
647647 ',
648648 'file_name' => '',
649649 'line_nr' => 10,
650650 'macro' => '',
651 'text' => 'Missing name for @deffnx',
651 'text' => 'missing name for @deffnx',
652652 'type' => 'warning'
653653 },
654654 {
655 'error_line' => ':11: warning: Missing category for @deffnx
655 'error_line' => ':11: warning: missing category for @deffnx
656656 ',
657657 'file_name' => '',
658658 'line_nr' => 11,
659659 'macro' => '',
660 'text' => 'Missing category for @deffnx',
660 'text' => 'missing category for @deffnx',
661661 'type' => 'warning'
662662 }
663663 ];
366366
367367 $result_errors{'not_closed'} = [
368368 {
369 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
369 'error_line' => ':1: warning: entry for index `fn\' outside of any node
370370 ',
371371 'file_name' => '',
372372 'line_nr' => 1,
373373 'macro' => '',
374 'text' => 'Entry for index `fn\' outside of any node',
374 'text' => 'entry for index `fn\' outside of any node',
375375 'type' => 'warning'
376376 },
377377 {
378 'error_line' => ':2: warning: Entry for index `fn\' outside of any node
378 'error_line' => ':2: warning: entry for index `fn\' outside of any node
379379 ',
380380 'file_name' => '',
381381 'line_nr' => 2,
382382 'macro' => '',
383 'text' => 'Entry for index `fn\' outside of any node',
383 'text' => 'entry for index `fn\' outside of any node',
384384 'type' => 'warning'
385385 },
386386 {
387 'error_line' => ':3: warning: Entry for index `vr\' outside of any node
387 'error_line' => ':3: warning: entry for index `vr\' outside of any node
388388 ',
389389 'file_name' => '',
390390 'line_nr' => 3,
391391 'macro' => '',
392 'text' => 'Entry for index `vr\' outside of any node',
392 'text' => 'entry for index `vr\' outside of any node',
393393 'type' => 'warning'
394394 },
395395 {
396 'error_line' => ':3: No matching `@end defvar\'
396 'error_line' => ':3: no matching `@end defvar\'
397397 ',
398398 'file_name' => '',
399399 'line_nr' => 3,
400400 'macro' => '',
401 'text' => 'No matching `@end defvar\'',
401 'text' => 'no matching `@end defvar\'',
402402 'type' => 'error'
403403 },
404404 {
405 'error_line' => ':3: No matching `@end deffn\'
405 'error_line' => ':3: no matching `@end deffn\'
406406 ',
407407 'file_name' => '',
408408 'line_nr' => 3,
409409 'macro' => '',
410 'text' => 'No matching `@end deffn\'',
410 'text' => 'no matching `@end deffn\'',
411411 'type' => 'error'
412412 }
413413 ];
178178
179179 $result_errors{'protected_brace'} = [
180180 {
181 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
181 'error_line' => ':1: warning: entry for index `fn\' outside of any node
182182 ',
183183 'file_name' => '',
184184 'line_nr' => 1,
185185 'macro' => '',
186 'text' => 'Entry for index `fn\' outside of any node',
186 'text' => 'entry for index `fn\' outside of any node',
187187 'type' => 'warning'
188188 }
189189 ];
17381738
17391739 $result_errors{'wrong_braces_simple'} = [
17401740 {
1741 'error_line' => ':1: Misplaced }
1741 'error_line' => ':1: misplaced }
17421742 ',
17431743 'file_name' => '',
17441744 'line_nr' => 1,
17451745 'macro' => '',
1746 'text' => 'Misplaced }',
1746 'text' => 'misplaced }',
17471747 'type' => 'error'
17481748 },
17491749 {
1750 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
1750 'error_line' => ':1: warning: entry for index `fn\' outside of any node
17511751 ',
17521752 'file_name' => '',
17531753 'line_nr' => 1,
17541754 'macro' => '',
1755 'text' => 'Entry for index `fn\' outside of any node',
1755 'text' => 'entry for index `fn\' outside of any node',
17561756 'type' => 'warning'
17571757 },
17581758 {
1759 'error_line' => ':4: Misplaced }
1759 'error_line' => ':4: misplaced }
17601760 ',
17611761 'file_name' => '',
17621762 'line_nr' => 4,
17631763 'macro' => '',
1764 'text' => 'Misplaced }',
1764 'text' => 'misplaced }',
17651765 'type' => 'error'
17661766 },
17671767 {
1768 'error_line' => ':4: warning: Entry for index `fn\' outside of any node
1768 'error_line' => ':4: warning: entry for index `fn\' outside of any node
17691769 ',
17701770 'file_name' => '',
17711771 'line_nr' => 4,
17721772 'macro' => '',
1773 'text' => 'Entry for index `fn\' outside of any node',
1773 'text' => 'entry for index `fn\' outside of any node',
17741774 'type' => 'warning'
17751775 },
17761776 {
1777 'error_line' => ':7: Misplaced {
1777 'error_line' => ':7: misplaced {
17781778 ',
17791779 'file_name' => '',
17801780 'line_nr' => 7,
17811781 'macro' => '',
1782 'text' => 'Misplaced {',
1782 'text' => 'misplaced {',
17831783 'type' => 'error'
17841784 },
17851785 {
1786 'error_line' => ':7: warning: Entry for index `fn\' outside of any node
1786 'error_line' => ':7: warning: entry for index `fn\' outside of any node
17871787 ',
17881788 'file_name' => '',
17891789 'line_nr' => 7,
17901790 'macro' => '',
1791 'text' => 'Entry for index `fn\' outside of any node',
1791 'text' => 'entry for index `fn\' outside of any node',
17921792 'type' => 'warning'
17931793 },
17941794 {
1795 'error_line' => ':10: Misplaced {
1795 'error_line' => ':10: misplaced {
17961796 ',
17971797 'file_name' => '',
17981798 'line_nr' => 10,
17991799 'macro' => '',
1800 'text' => 'Misplaced {',
1800 'text' => 'misplaced {',
18011801 'type' => 'error'
18021802 },
18031803 {
1804 'error_line' => ':10: warning: Entry for index `fn\' outside of any node
1804 'error_line' => ':10: warning: entry for index `fn\' outside of any node
18051805 ',
18061806 'file_name' => '',
18071807 'line_nr' => 10,
18081808 'macro' => '',
1809 'text' => 'Entry for index `fn\' outside of any node',
1809 'text' => 'entry for index `fn\' outside of any node',
18101810 'type' => 'warning'
18111811 },
18121812 {
1813 'error_line' => ':13: warning: Entry for index `fn\' outside of any node
1813 'error_line' => ':13: warning: entry for index `fn\' outside of any node
18141814 ',
18151815 'file_name' => '',
18161816 'line_nr' => 13,
18171817 'macro' => '',
1818 'text' => 'Entry for index `fn\' outside of any node',
1818 'text' => 'entry for index `fn\' outside of any node',
18191819 'type' => 'warning'
18201820 },
18211821 {
1822 'error_line' => ':14: Misplaced }
1822 'error_line' => ':14: misplaced }
18231823 ',
18241824 'file_name' => '',
18251825 'line_nr' => 14,
18261826 'macro' => '',
1827 'text' => 'Misplaced }',
1827 'text' => 'misplaced }',
18281828 'type' => 'error'
18291829 },
18301830 {
1831 'error_line' => ':14: warning: Entry for index `fn\' outside of any node
1831 'error_line' => ':14: warning: entry for index `fn\' outside of any node
18321832 ',
18331833 'file_name' => '',
18341834 'line_nr' => 14,
18351835 'macro' => '',
1836 'text' => 'Entry for index `fn\' outside of any node',
1836 'text' => 'entry for index `fn\' outside of any node',
18371837 'type' => 'warning'
18381838 },
18391839 {
1840 'error_line' => ':15: Misplaced }
1840 'error_line' => ':15: misplaced }
18411841 ',
18421842 'file_name' => '',
18431843 'line_nr' => 15,
18441844 'macro' => '',
1845 'text' => 'Misplaced }',
1845 'text' => 'misplaced }',
18461846 'type' => 'error'
18471847 },
18481848 {
1849 'error_line' => ':15: warning: Entry for index `fn\' outside of any node
1849 'error_line' => ':15: warning: entry for index `fn\' outside of any node
18501850 ',
18511851 'file_name' => '',
18521852 'line_nr' => 15,
18531853 'macro' => '',
1854 'text' => 'Entry for index `fn\' outside of any node',
1854 'text' => 'entry for index `fn\' outside of any node',
18551855 'type' => 'warning'
18561856 },
18571857 {
1858 'error_line' => ':16: Misplaced {
1858 'error_line' => ':16: misplaced {
18591859 ',
18601860 'file_name' => '',
18611861 'line_nr' => 16,
18621862 'macro' => '',
1863 'text' => 'Misplaced {',
1863 'text' => 'misplaced {',
18641864 'type' => 'error'
18651865 },
18661866 {
1867 'error_line' => ':16: warning: Entry for index `fn\' outside of any node
1867 'error_line' => ':16: warning: entry for index `fn\' outside of any node
18681868 ',
18691869 'file_name' => '',
18701870 'line_nr' => 16,
18711871 'macro' => '',
1872 'text' => 'Entry for index `fn\' outside of any node',
1872 'text' => 'entry for index `fn\' outside of any node',
18731873 'type' => 'warning'
18741874 },
18751875 {
1876 'error_line' => ':17: Misplaced {
1876 'error_line' => ':17: misplaced {
18771877 ',
18781878 'file_name' => '',
18791879 'line_nr' => 17,
18801880 'macro' => '',
1881 'text' => 'Misplaced {',
1881 'text' => 'misplaced {',
18821882 'type' => 'error'
18831883 },
18841884 {
1885 'error_line' => ':17: warning: Entry for index `fn\' outside of any node
1885 'error_line' => ':17: warning: entry for index `fn\' outside of any node
18861886 ',
18871887 'file_name' => '',
18881888 'line_nr' => 17,
18891889 'macro' => '',
1890 'text' => 'Entry for index `fn\' outside of any node',
1890 'text' => 'entry for index `fn\' outside of any node',
18911891 'type' => 'warning'
18921892 }
18931893 ];
495495
496496 $result_errors{'wrong_braces_with_end_of_lines'} = [
497497 {
498 'error_line' => ':1: Misplaced {
498 'error_line' => ':1: misplaced {
499499 ',
500500 'file_name' => '',
501501 'line_nr' => 1,
502502 'macro' => '',
503 'text' => 'Misplaced {',
503 'text' => 'misplaced {',
504504 'type' => 'error'
505505 },
506506 {
507 'error_line' => ':2: warning: Entry for index `fn\' outside of any node
507 'error_line' => ':2: warning: entry for index `fn\' outside of any node
508508 ',
509509 'file_name' => '',
510510 'line_nr' => 2,
511511 'macro' => '',
512 'text' => 'Entry for index `fn\' outside of any node',
512 'text' => 'entry for index `fn\' outside of any node',
513513 'type' => 'warning'
514514 },
515515 {
516 'error_line' => ':6: Misplaced }
516 'error_line' => ':6: misplaced }
517517 ',
518518 'file_name' => '',
519519 'line_nr' => 6,
520520 'macro' => '',
521 'text' => 'Misplaced }',
521 'text' => 'misplaced }',
522522 'type' => 'error'
523523 },
524524 {
525 'error_line' => ':7: warning: Entry for index `fn\' outside of any node
525 'error_line' => ':7: warning: entry for index `fn\' outside of any node
526526 ',
527527 'file_name' => '',
528528 'line_nr' => 7,
529529 'macro' => '',
530 'text' => 'Entry for index `fn\' outside of any node',
530 'text' => 'entry for index `fn\' outside of any node',
531531 'type' => 'warning'
532532 }
533533 ];
481481 ';
482482
483483
484 $result_converted{'info'}->{'anchor_in_caption'} = 'This is , produced by tp version from .
484 $result_converted{'info'}->{'anchor_in_caption'} = 'This is , produced from .
485485
486486 
487487 File: , Node: Top, Up: (dir)
496496
497497 
498498 Tag Table:
499 Node: Top41
500 Ref: label137
501 Ref: in anchor164
499 Node: Top27
500 Ref: label123
501 Ref: in anchor150
502502 
503503 End Tag Table
504504 ';
514514 <meta name="keywords" content="Untitled Document">
515515 <meta name="resource-type" content="document">
516516 <meta name="distribution" content="global">
517 <meta name="Generator" content="tp">
518517 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
519518 <link href="#Top" rel="start" title="Top">
520519 <style type="text/css">
570569
571570 $result_converted_errors{'html'}->{'anchor_in_caption'} = [
572571 {
573 'error_line' => 'warning: Must specify a title with a title command or @top
574 ',
575 'text' => 'Must specify a title with a title command or @top',
572 'error_line' => 'warning: must specify a title with a title command or @top
573 ',
574 'text' => 'must specify a title with a title command or @top',
576575 'type' => 'warning'
577576 }
578577 ];
434434 ';
435435
436436
437 $result_converted{'info'}->{'comment_space_comand_in_float'} = 'This is , produced by tp version from .
437 $result_converted{'info'}->{'comment_space_comand_in_float'} = 'This is , produced from .
438438
439439 
440440 File: , Node: Top, Up: (dir)
450450
451451 
452452 Tag Table:
453 Node: Top41
454 Ref: label 75
453 Node: Top27
454 Ref: label 61
455455 
456456 End Tag Table
457457 ';
467467 <meta name="keywords" content="Untitled Document">
468468 <meta name="resource-type" content="document">
469469 <meta name="distribution" content="global">
470 <meta name="Generator" content="tp">
471470 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
472471 <link href="#Top" rel="start" title="Top">
473472 <style type="text/css">
523522
524523 $result_converted_errors{'html'}->{'comment_space_comand_in_float'} = [
525524 {
526 'error_line' => 'warning: Must specify a title with a title command or @top
527 ',
528 'text' => 'Must specify a title with a title command or @top',
525 'error_line' => 'warning: must specify a title with a title command or @top
526 ',
527 'text' => 'must specify a title with a title command or @top',
529528 'type' => 'warning'
530529 }
531530 ];
55875587 <meta name="keywords" content="Test floats">
55885588 <meta name="resource-type" content="document">
55895589 <meta name="distribution" content="global">
5590 <meta name="Generator" content="tp">
55915590 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
55925591 <link href="#Top" rel="start" title="Top">
55935592 <style type="text/css">
7070 <meta name="keywords" content="Untitled Document">
7171 <meta name="resource-type" content="document">
7272 <meta name="distribution" content="global">
73 <meta name="Generator" content="tp">
7473 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7574 <style type="text/css">
7675 <!--
114113
115114 $result_converted_errors{'html'}->{'empty_listoffloats'} = [
116115 {
117 'error_line' => 'warning: Must specify a title with a title command or @top
116 'error_line' => 'warning: must specify a title with a title command or @top
118117 ',
119 'text' => 'Must specify a title with a title command or @top',
118 'text' => 'must specify a title with a title command or @top',
120119 'type' => 'warning'
121120 }
122121 ];
822822 <meta name="keywords" content="Untitled Document">
823823 <meta name="resource-type" content="document">
824824 <meta name="distribution" content="global">
825 <meta name="Generator" content="tp">
826825 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
827826 <style type="text/css">
828827 <!--
886885
887886 $result_converted_errors{'html'}->{'empty_listoffloats_with_floats'} = [
888887 {
889 'error_line' => 'warning: Must specify a title with a title command or @top
890 ',
891 'text' => 'Must specify a title with a title command or @top',
888 'error_line' => 'warning: must specify a title with a title command or @top
889 ',
890 'text' => 'must specify a title with a title command or @top',
892891 'type' => 'warning'
893892 }
894893 ];
603603 <meta name="keywords" content="Untitled Document">
604604 <meta name="resource-type" content="document">
605605 <meta name="distribution" content="global">
606 <meta name="Generator" content="tp">
607606 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
608607 <style type="text/css">
609608 <!--
657656
658657 $result_converted_errors{'html'}->{'float_with_at_commands'} = [
659658 {
660 'error_line' => 'warning: Must specify a title with a title command or @top
661 ',
662 'text' => 'Must specify a title with a title command or @top',
659 'error_line' => 'warning: must specify a title with a title command or @top
660 ',
661 'text' => 'must specify a title with a title command or @top',
663662 'type' => 'warning'
664663 }
665664 ];
484484 ';
485485
486486
487 $result_converted{'info'}->{'footnote_in_caption'} = 'This is , produced by tp version from .
487 $result_converted{'info'}->{'footnote_in_caption'} = 'This is , produced from .
488488
489489 
490490 File: , Node: Top, Up: (dir)
504504
505505 
506506 Tag Table:
507 Node: Top41
508 Ref: label140
509 Ref: Top-Footnote-1208
507 Node: Top27
508 Ref: label126
509 Ref: Top-Footnote-1194
510510 
511511 End Tag Table
512512 ';
522522 <meta name="keywords" content="Untitled Document">
523523 <meta name="resource-type" content="document">
524524 <meta name="distribution" content="global">
525 <meta name="Generator" content="tp">
526525 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
527526 <link href="#Top" rel="start" title="Top">
528527 <style type="text/css">
587586
588587 $result_converted_errors{'html'}->{'footnote_in_caption'} = [
589588 {
590 'error_line' => 'warning: Must specify a title with a title command or @top
591 ',
592 'text' => 'Must specify a title with a title command or @top',
589 'error_line' => 'warning: must specify a title with a title command or @top
590 ',
591 'text' => 'must specify a title with a title command or @top',
593592 'type' => 'warning'
594593 }
595594 ];
510510 <meta name="keywords" content="Untitled Document">
511511 <meta name="resource-type" content="document">
512512 <meta name="distribution" content="global">
513 <meta name="Generator" content="tp">
514513 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
515514 <link href="#Top" rel="start" title="Top">
516515 <style type="text/css">
575574
576575 $result_converted_errors{'html'}->{'footnote_in_caption_and_error'} = [
577576 {
578 'error_line' => 'warning: Must specify a title with a title command or @top
579 ',
580 'text' => 'Must specify a title with a title command or @top',
577 'error_line' => 'warning: must specify a title with a title command or @top
578 ',
579 'text' => 'must specify a title with a title command or @top',
581580 'type' => 'warning'
582581 }
583582 ];
141141 <meta name="keywords" content="Untitled Document">
142142 <meta name="resource-type" content="document">
143143 <meta name="distribution" content="global">
144 <meta name="Generator" content="tp">
145144 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
146145 <style type="text/css">
147146 <!--
185184
186185 $result_converted_errors{'html'}->{'listoffloats_with_commands'} = [
187186 {
188 'error_line' => 'warning: Must specify a title with a title command or @top
187 'error_line' => 'warning: must specify a title with a title command or @top
189188 ',
190 'text' => 'Must specify a title with a title command or @top',
189 'text' => 'must specify a title with a title command or @top',
191190 'type' => 'warning'
192191 }
193192 ];
97339733 <meta name="keywords" content="Test floats">
97349734 <meta name="resource-type" content="document">
97359735 <meta name="distribution" content="global">
9736 <meta name="Generator" content="tp">
97379736 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
97389737 <link href="#Top" rel="start" title="Top">
97399738 <style type="text/css">
541541 <meta name="keywords" content="Untitled Document">
542542 <meta name="resource-type" content="document">
543543 <meta name="distribution" content="global">
544 <meta name="Generator" content="tp">
545544 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
546545 <style type="text/css">
547546 <!--
596595
597596 $result_converted_errors{'html'}->{'ref_to_float'} = [
598597 {
599 'error_line' => 'warning: Must specify a title with a title command or @top
600 ',
601 'text' => 'Must specify a title with a title command or @top',
598 'error_line' => 'warning: must specify a title with a title command or @top
599 ',
600 'text' => 'must specify a title with a title command or @top',
602601 'type' => 'warning'
603602 }
604603 ];
284284 <meta name="keywords" content="Untitled Document">
285285 <meta name="resource-type" content="document">
286286 <meta name="distribution" content="global">
287 <meta name="Generator" content="tp">
288287 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
289288 <style type="text/css">
290289 <!--
332331
333332 $result_converted_errors{'html'}->{'simple'} = [
334333 {
335 'error_line' => 'warning: Must specify a title with a title command or @top
334 'error_line' => 'warning: must specify a title with a title command or @top
336335 ',
337 'text' => 'Must specify a title with a title command or @top',
336 'text' => 'must specify a title with a title command or @top',
338337 'type' => 'warning'
339338 }
340339 ];
517517 <meta name="keywords" content="Untitled Document">
518518 <meta name="resource-type" content="document">
519519 <meta name="distribution" content="global">
520 <meta name="Generator" content="tp">
521520 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
522521 <link href="#Top" rel="start" title="Top">
523522 <style type="text/css">
575574
576575 $result_converted_errors{'html'}->{'heading_in_copying'} = [
577576 {
578 'error_line' => 'warning: Must specify a title with a title command or @top
579 ',
580 'text' => 'Must specify a title with a title command or @top',
577 'error_line' => 'warning: must specify a title with a title command or @top
578 ',
579 'text' => 'must specify a title with a title command or @top',
581580 'type' => 'warning'
582581 }
583582 ];
206206 <meta name="keywords" content="Untitled Document">
207207 <meta name="resource-type" content="document">
208208 <meta name="distribution" content="global">
209 <meta name="Generator" content="tp">
210209 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
211210 <style type="text/css">
212211 <!--
254253
255254 $result_converted_errors{'html'}->{'heading_in_example'} = [
256255 {
257 'error_line' => 'warning: Must specify a title with a title command or @top
258 ',
259 'text' => 'Must specify a title with a title command or @top',
256 'error_line' => 'warning: must specify a title with a title command or @top
257 ',
258 'text' => 'must specify a title with a title command or @top',
260259 'type' => 'warning'
261260 }
262261 ];
224224 <meta name="keywords" content="Untitled Document">
225225 <meta name="resource-type" content="document">
226226 <meta name="distribution" content="global">
227 <meta name="Generator" content="tp">
228227 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
229228 <style type="text/css">
230229 <!--
274273
275274 $result_converted_errors{'html'}->{'heading_in_quotation'} = [
276275 {
277 'error_line' => 'warning: Must specify a title with a title command or @top
278 ',
279 'text' => 'Must specify a title with a title command or @top',
276 'error_line' => 'warning: must specify a title with a title command or @top
277 ',
278 'text' => 'must specify a title with a title command or @top',
280279 'type' => 'warning'
281280 }
282281 ];
369369 <meta name="keywords" content="top">
370370 <meta name="resource-type" content="document">
371371 <meta name="distribution" content="global">
372 <meta name="Generator" content="tp">
373372 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
374373 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
375374 <style type="text/css">
908908 <meta name="keywords" content="top">
909909 <meta name="resource-type" content="document">
910910 <meta name="distribution" content="global">
911 <meta name="Generator" content="tp">
912911 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
913912 <link href="#Top" rel="start" title="Top">
914913 <style type="text/css">
980979
981980 $result_converted_errors{'html'}->{'check_htmlxref'} = [
982981 {
983 'error_line' => 'warning: No htmlxref.cnf entry found for `../there/no_existing_no_manual_direction\'
984 ',
985 'text' => 'No htmlxref.cnf entry found for `../there/no_existing_no_manual_direction\'',
982 'error_line' => 'warning: no htmlxref.cnf entry found for `../there/no_existing_no_manual_direction\'
983 ',
984 'text' => 'no htmlxref.cnf entry found for `../there/no_existing_no_manual_direction\'',
986985 'type' => 'warning'
987986 },
988987 {
989988 'file_name' => '',
990 'error_line' => ':5: warning: No htmlxref.cnf entry found for `no_existing_no_manual.info\'
991 ',
992 'text' => 'No htmlxref.cnf entry found for `no_existing_no_manual.info\'',
989 'error_line' => ':5: warning: no htmlxref.cnf entry found for `no_existing_no_manual.info\'
990 ',
991 'text' => 'no htmlxref.cnf entry found for `no_existing_no_manual.info\'',
993992 'type' => 'warning',
994993 'macro' => '',
995994 'line_nr' => 5
996995 },
997996 {
998997 'file_name' => '',
999 'error_line' => ':6: warning: No htmlxref.cnf entry found for `no_existing_no_manual.info\'
1000 ',
1001 'text' => 'No htmlxref.cnf entry found for `no_existing_no_manual.info\'',
998 'error_line' => ':6: warning: no htmlxref.cnf entry found for `no_existing_no_manual.info\'
999 ',
1000 'text' => 'no htmlxref.cnf entry found for `no_existing_no_manual.info\'',
10021001 'type' => 'warning',
10031002 'macro' => '',
10041003 'line_nr' => 6
10051004 },
10061005 {
10071006 'file_name' => '',
1008 'error_line' => ':10: warning: No htmlxref.cnf entry found for `other_no_existing_no_manual\'
1009 ',
1010 'text' => 'No htmlxref.cnf entry found for `other_no_existing_no_manual\'',
1007 'error_line' => ':10: warning: no htmlxref.cnf entry found for `other_no_existing_no_manual\'
1008 ',
1009 'text' => 'no htmlxref.cnf entry found for `other_no_existing_no_manual\'',
10111010 'type' => 'warning',
10121011 'macro' => '',
10131012 'line_nr' => 10
312312 <meta name="keywords" content="Untitled Document">
313313 <meta name="resource-type" content="document">
314314 <meta name="distribution" content="global">
315 <meta name="Generator" content="tp">
316315 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
317316 <style type="text/css">
318317 <!--
361360
362361 $result_converted_errors{'html'}->{'commands_in_abbr'} = [
363362 {
364 'error_line' => 'warning: Must specify a title with a title command or @top
363 'error_line' => 'warning: must specify a title with a title command or @top
365364 ',
366 'text' => 'Must specify a title with a title command or @top',
365 'text' => 'must specify a title with a title command or @top',
367366 'type' => 'warning'
368367 }
369368 ];
323323 <meta name="keywords" content="Untitled Document">
324324 <meta name="resource-type" content="document">
325325 <meta name="distribution" content="global">
326 <meta name="Generator" content="tp">
327326 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
328327 <style type="text/css">
329328 <!--
372371
373372 $result_converted_errors{'html'}->{'commands_in_alt'} = [
374373 {
375 'error_line' => 'warning: Must specify a title with a title command or @top
374 'error_line' => 'warning: must specify a title with a title command or @top
376375 ',
377 'text' => 'Must specify a title with a title command or @top',
376 'text' => 'must specify a title with a title command or @top',
378377 'type' => 'warning'
379378 }
380379 ];
429429 <meta name="keywords" content="top">
430430 <meta name="resource-type" content="document">
431431 <meta name="distribution" content="global">
432 <meta name="Generator" content="tp">
433432 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
434433 <style type="text/css">
435434 <!--
278278 <meta name="keywords" content="top">
279279 <meta name="resource-type" content="document">
280280 <meta name="distribution" content="global">
281 <meta name="Generator" content="tp">
282281 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
283282 <link href="#Top" rel="start" title="Top">
284283 <style type="text/css">
151151 <meta name="keywords" content="Untitled Document">
152152 <meta name="resource-type" content="document">
153153 <meta name="distribution" content="global">
154 <meta name="Generator" content="tp">
155154 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
156155 <style type="text/css">
157156 <!--
199198
200199 $result_converted_errors{'html'}->{'empty_lines_at_beginning_no_setfilename_no_element'} = [
201200 {
202 'error_line' => 'warning: Must specify a title with a title command or @top
203 ',
204 'text' => 'Must specify a title with a title command or @top',
201 'error_line' => 'empty_lines_at_beginning_no_setfilename_no_element.texi: warning: must specify a title with a title command or @top
202 ',
203 'text' => 'must specify a title with a title command or @top',
205204 'type' => 'warning'
206205 }
207206 ];
427427 <meta name="keywords" content="top">
428428 <meta name="resource-type" content="document">
429429 <meta name="distribution" content="global">
430 <meta name="Generator" content="tp">
431430 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
432431 <link href="#Top" rel="start" title="Top">
433432 <style type="text/css">
6666 <meta name="keywords" content="Untitled Document">
6767 <meta name="resource-type" content="document">
6868 <meta name="distribution" content="global">
69 <meta name="Generator" content="tp">
7069 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7170 <style type="text/css">
7271 <!--
110109
111110 $result_converted_errors{'html'}->{'image_link_prefix'} = [
112111 {
113 'error_line' => 'warning: Must specify a title with a title command or @top
112 'error_line' => 'warning: must specify a title with a title command or @top
114113 ',
115 'text' => 'Must specify a title with a title command or @top',
114 'text' => 'must specify a title with a title command or @top',
116115 'type' => 'warning'
117116 },
118117 {
311311 <meta name="keywords" content="top">
312312 <meta name="resource-type" content="document">
313313 <meta name="distribution" content="global">
314 <meta name="Generator" content="tp">
315314 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
316315 <link href="#index-node" rel="start" title="index node">
317316 <link href="#index-node" rel="index" title="index node">
505505 <meta name="keywords" content="top">
506506 <meta name="resource-type" content="document">
507507 <meta name="distribution" content="global">
508 <meta name="Generator" content="tp">
509508 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
510509 <link href="#top" rel="start" title="top">
511510 <link href="#chap" rel="index" title="1 chap">
123123 <meta name="keywords" content="Untitled Document">
124124 <meta name="resource-type" content="document">
125125 <meta name="distribution" content="global">
126 <meta name="Generator" content="tp">
127126 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
128127 <style type="text/css">
129128 <!--
167166
168167 $result_converted_errors{'html'}->{'raw_html'} = [
169168 {
170 'error_line' => 'warning: Must specify a title with a title command or @top
169 'error_line' => 'warning: must specify a title with a title command or @top
171170 ',
172 'text' => 'Must specify a title with a title command or @top',
171 'text' => 'must specify a title with a title command or @top',
173172 'type' => 'warning'
174173 }
175174 ];
286286 <meta name="keywords" content="Untitled Document">
287287 <meta name="resource-type" content="document">
288288 <meta name="distribution" content="global">
289 <meta name="Generator" content="tp">
290289 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
291290 <style type="text/css">
292291 <!--
351350
352351 $result_converted_errors{'html'}->{'shortcontents_no_top'} = [
353352 {
354 'error_line' => 'warning: Must specify a title with a title command or @top
355 ',
356 'text' => 'Must specify a title with a title command or @top',
353 'error_line' => 'warning: must specify a title with a title command or @top
354 ',
355 'text' => 'must specify a title with a title command or @top',
357356 'type' => 'warning'
358357 }
359358 ];
22562256
22572257
22582258
2259 $result_converted{'info'}->{'simple_menu'} = 'This is , produced by tp version from .
2259 $result_converted{'info'}->{'simple_menu'} = 'This is , produced from .
22602260
22612261 * Menu:
22622262
23092309
23102310 $result_converted_errors{'info'}->{'simple_menu'} = [
23112311 {
2312 'error_line' => 'warning: Document without nodes.
2313 ',
2314 'text' => 'Document without nodes.',
2312 'error_line' => 'warning: document without nodes
2313 ',
2314 'text' => 'document without nodes',
23152315 'type' => 'warning'
23162316 }
23172317 ];
23282328 <meta name="keywords" content="Untitled Document">
23292329 <meta name="resource-type" content="document">
23302330 <meta name="distribution" content="global">
2331 <meta name="Generator" content="tp">
23322331 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
23332332 <style type="text/css">
23342333 <!--
24262425
24272426 $result_converted_errors{'html'}->{'simple_menu'} = [
24282427 {
2429 'error_line' => 'warning: Must specify a title with a title command or @top
2430 ',
2431 'text' => 'Must specify a title with a title command or @top',
2428 'error_line' => 'warning: must specify a title with a title command or @top
2429 ',
2430 'text' => 'must specify a title with a title command or @top',
24322431 'type' => 'warning'
24332432 }
24342433 ];
804804 <meta name="keywords" content="top">
805805 <meta name="resource-type" content="document">
806806 <meta name="distribution" content="global">
807 <meta name="Generator" content="tp">
808807 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
809808 <link href="#Top" rel="start" title="Top">
810809 <style type="text/css">
204204 <meta name="keywords" content="Untitled Document">
205205 <meta name="resource-type" content="document">
206206 <meta name="distribution" content="global">
207 <meta name="Generator" content="tp">
208207 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
209208 <style type="text/css">
210209 <!--
248247
249248 $result_converted_errors{'html'}->{'tex_expanded_in_copying'} = [
250249 {
251 'error_line' => 'warning: Must specify a title with a title command or @top
252 ',
253 'text' => 'Must specify a title with a title command or @top',
250 'error_line' => 'warning: must specify a title with a title command or @top
251 ',
252 'text' => 'must specify a title with a title command or @top',
254253 'type' => 'warning'
255254 }
256255 ];
486486 <meta name="keywords" content="@title HTML test">
487487 <meta name="resource-type" content="document">
488488 <meta name="distribution" content="global">
489 <meta name="Generator" content="tp">
490489 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
491490 <link href="#Top" rel="start" title="Top">
492491 <style type="text/css">
511511 <meta name="keywords" content="Untitled Document">
512512 <meta name="resource-type" content="document">
513513 <meta name="distribution" content="global">
514 <meta name="Generator" content="tp">
515514 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
516515 <style type="text/css">
517516 <!--
563562
564563 $result_converted_errors{'html'}->{'verbatim_in_multitable_in_example'} = [
565564 {
566 'error_line' => 'warning: Must specify a title with a title command or @top
567 ',
568 'text' => 'Must specify a title with a title command or @top',
565 'error_line' => 'warning: must specify a title with a title command or @top
566 ',
567 'text' => 'must specify a title with a title command or @top',
569568 'type' => 'warning'
570569 }
571570 ];
185185 <meta name="keywords" content="Untitled Document">
186186 <meta name="resource-type" content="document">
187187 <meta name="distribution" content="global">
188 <meta name="Generator" content="tp">
189188 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
190189 <style type="text/css">
191190 <!--
234233
235234 $result_converted_errors{'html'}->{'xml_protected_in_verb'} = [
236235 {
237 'error_line' => 'warning: Must specify a title with a title command or @top
238 ',
239 'text' => 'Must specify a title with a title command or @top',
236 'error_line' => 'warning: must specify a title with a title command or @top
237 ',
238 'text' => 'must specify a title with a title command or @top',
240239 'type' => 'warning'
241240 }
242241 ];
8484
8585 $result_errors{'include_at_end_line'} = [
8686 {
87 'error_line' => ':1: @include: Cannot find inc_file.texi
87 'error_line' => ':1: @include: could not find inc_file.texi
8888 ',
8989 'file_name' => '',
9090 'line_nr' => 1,
9191 'macro' => '',
92 'text' => '@include: Cannot find inc_file.texi ',
92 'text' => '@include: could not find inc_file.texi ',
9393 'type' => 'error'
9494 }
9595 ];
168168 'type' => 'warning'
169169 },
170170 {
171 'error_line' => ':1: warning: Multiple @setfilename
172 ',
173 'file_name' => '',
174 'line_nr' => 1,
175 'macro' => '',
176 'text' => 'Multiple @setfilename',
171 'error_line' => ':1: warning: multiple @setfilename
172 ',
173 'file_name' => '',
174 'line_nr' => 1,
175 'macro' => '',
176 'text' => 'multiple @setfilename',
177177 'type' => 'warning'
178178 },
179179 {
195195 'type' => 'warning'
196196 },
197197 {
198 'error_line' => ':1: @include: Cannot find are you joking!
199 ',
200 'file_name' => '',
201 'line_nr' => 1,
202 'macro' => '',
203 'text' => '@include: Cannot find are you joking!',
198 'error_line' => ':1: @include: could not find are you joking!
199 ',
200 'file_name' => '',
201 'line_nr' => 1,
202 'macro' => '',
203 'text' => '@include: could not find are you joking!',
204204 'type' => 'error'
205205 }
206206 ];
9090
9191
9292
93 $result_converted{'info'}->{'include_with_setfilename'} = 'This is main_file.info, produced by tp version from .
93 $result_converted{'info'}->{'include_with_setfilename'} = 'This is main_file.info, produced from .
9494
9595 In included file.
9696
102102
103103 $result_converted_errors{'info'}->{'include_with_setfilename'} = [
104104 {
105 'error_line' => 'warning: Document without nodes.
105 'error_line' => 'warning: document without nodes
106106 ',
107 'text' => 'Document without nodes.',
107 'text' => 'document without nodes',
108108 'type' => 'warning'
109109 }
110110 ];
686686
687687 $result_errors{'macro_and_commands_in_early_commands'} = [
688688 {
689 'error_line' => ':11: warning: Encoding `ISO-8859-1@\' is not a canonical texinfo encoding
689 'error_line' => ':11: warning: encoding `ISO-8859-1@\' is not a canonical texinfo encoding
690690 ',
691691 'file_name' => '',
692692 'line_nr' => 11,
693693 'macro' => '',
694 'text' => 'Encoding `ISO-8859-1@\' is not a canonical texinfo encoding',
694 'text' => 'encoding `ISO-8859-1@\' is not a canonical texinfo encoding',
695695 'type' => 'warning'
696696 },
697697 {
278278
279279 $result_errors{'test_include_directories'} = [
280280 {
281 'error_line' => ':6: @include: Cannot find ../include_dir/inc_file.texi
281 'error_line' => ':6: @include: could not find ../include_dir/inc_file.texi
282282 ',
283283 'file_name' => '',
284284 'line_nr' => 6,
285285 'macro' => '',
286 'text' => '@include: Cannot find ../include_dir/inc_file.texi',
286 'text' => '@include: could not find ../include_dir/inc_file.texi',
287287 'type' => 'error'
288288 },
289289 {
290 'error_line' => ':9: @include: Cannot find ./tp/t/include_dir/inc_file.texi
290 'error_line' => ':9: @include: could not find ./tp/t/include_dir/inc_file.texi
291291 ',
292292 'file_name' => '',
293293 'line_nr' => 9,
294294 'macro' => '',
295 'text' => '@include: Cannot find ./tp/t/include_dir/inc_file.texi',
295 'text' => '@include: could not find ./tp/t/include_dir/inc_file.texi',
296296 'type' => 'error'
297297 }
298298 ];
132132
133133 $result_errors{'test_paths'} = [
134134 {
135 'error_line' => ':6: @include: Cannot find ./inc_file.texi
135 'error_line' => ':6: @include: could not find ./inc_file.texi
136136 ',
137137 'file_name' => '',
138138 'line_nr' => 6,
139139 'macro' => '',
140 'text' => '@include: Cannot find ./inc_file.texi',
140 'text' => '@include: could not find ./inc_file.texi',
141141 'type' => 'error'
142142 }
143143 ];
14841484 'type' => 'warning'
14851485 },
14861486 {
1487 'error_line' => ':29: warning: Printing an index `aaa\' merged in another one `bbb\'
1487 'error_line' => ':29: warning: printing an index `aaa\' merged in another one `bbb\'
14881488 ',
14891489 'file_name' => '',
14901490 'line_nr' => 29,
14911491 'macro' => '',
1492 'text' => 'Printing an index `aaa\' merged in another one `bbb\'',
1492 'text' => 'printing an index `aaa\' merged in another one `bbb\'',
14931493 'type' => 'warning'
14941494 },
14951495 {
1496 'error_line' => ':32: warning: Printing an index `ccc\' merged in another one `bbb\'
1496 'error_line' => ':32: warning: printing an index `ccc\' merged in another one `bbb\'
14971497 ',
14981498 'file_name' => '',
14991499 'line_nr' => 32,
15001500 'macro' => '',
1501 'text' => 'Printing an index `ccc\' merged in another one `bbb\'',
1501 'text' => 'printing an index `ccc\' merged in another one `bbb\'',
15021502 'type' => 'warning'
15031503 },
15041504 {
1505 'error_line' => ':35: warning: Printing an index `ddd\' merged in another one `bbb\'
1505 'error_line' => ':35: warning: printing an index `ddd\' merged in another one `bbb\'
15061506 ',
15071507 'file_name' => '',
15081508 'line_nr' => 35,
15091509 'macro' => '',
1510 'text' => 'Printing an index `ddd\' merged in another one `bbb\'',
1510 'text' => 'printing an index `ddd\' merged in another one `bbb\'',
15111511 'type' => 'warning'
15121512 },
15131513 {
1514 'error_line' => ':38: warning: Printing an index `eee\' merged in another one `bbb\'
1514 'error_line' => ':38: warning: printing an index `eee\' merged in another one `bbb\'
15151515 ',
15161516 'file_name' => '',
15171517 'line_nr' => 38,
15181518 'macro' => '',
1519 'text' => 'Printing an index `eee\' merged in another one `bbb\'',
1519 'text' => 'printing an index `eee\' merged in another one `bbb\'',
15201520 'type' => 'warning'
15211521 }
15221522 ];
159159
160160
161161
162 $result_converted{'info'}->{'empty_cindex_entry'} = 'This is , produced by tp version from .
162 $result_converted{'info'}->{'empty_cindex_entry'} = 'This is , produced from .
163163
164164 
165165 File: , Node: Top, Up: (dir)
167167
168168 
169169 Tag Table:
170 Node: Top41
170 Node: Top27
171171 
172172 End Tag Table
173173 ';
353353
354354 $result_errors{'empty_index_entry'} = [
355355 {
356 'error_line' => ':3: warning: Missing name for @deffn
356 'error_line' => ':3: warning: missing name for @deffn
357357 ',
358358 'file_name' => '',
359359 'line_nr' => 3,
360360 'macro' => '',
361 'text' => 'Missing name for @deffn',
361 'text' => 'missing name for @deffn',
362362 'type' => 'warning'
363363 }
364364 ];
365365
366366
367367
368 $result_converted{'info'}->{'empty_index_entry'} = 'This is , produced by tp version from .
368 $result_converted{'info'}->{'empty_index_entry'} = 'This is , produced from .
369369
370370 
371371 File: , Node: Top, Up: (dir)
375375
376376 
377377 Tag Table:
378 Node: Top41
378 Node: Top27
379379 
380380 End Tag Table
381381 ';
901901
902902 $result_errors{'empty_string_index_entry'} = [
903903 {
904 'error_line' => ':3: warning: Empty index key in @findex
904 'error_line' => ':3: warning: empty index key in @findex
905905 ',
906906 'file_name' => '',
907907 'line_nr' => 3,
908908 'macro' => '',
909 'text' => 'Empty index key in @findex',
909 'text' => 'empty index key in @findex',
910910 'type' => 'warning'
911911 },
912912 {
913 'error_line' => ':6: warning: Empty index key in @item
913 'error_line' => ':6: warning: empty index key in @item
914914 ',
915915 'file_name' => '',
916916 'line_nr' => 6,
917917 'macro' => '',
918 'text' => 'Empty index key in @item',
918 'text' => 'empty index key in @item',
919919 'type' => 'warning'
920920 },
921921 {
922 'error_line' => ':9: warning: Empty index key in @defun
922 'error_line' => ':9: warning: empty index key in @defun
923923 ',
924924 'file_name' => '',
925925 'line_nr' => 9,
926926 'macro' => '',
927 'text' => 'Empty index key in @defun',
927 'text' => 'empty index key in @defun',
928928 'type' => 'warning'
929929 },
930930 {
931 'error_line' => ':10: warning: Empty index key in @defunx
931 'error_line' => ':10: warning: empty index key in @defunx
932932 ',
933933 'file_name' => '',
934934 'line_nr' => 10,
935935 'macro' => '',
936 'text' => 'Empty index key in @defunx',
936 'text' => 'empty index key in @defunx',
937937 'type' => 'warning'
938938 }
939939 ];
940940
941941
942942
943 $result_converted{'info'}->{'empty_string_index_entry'} = 'This is , produced by tp version from .
943 $result_converted{'info'}->{'empty_string_index_entry'} = 'This is , produced from .
944944
945945 
946946 File: , Node: Top, Up: (dir)
953953
954954 
955955 Tag Table:
956 Node: Top41
956 Node: Top27
957957 
958958 End Tag Table
959959 ';
961961 $result_converted_errors{'info'}->{'empty_string_index_entry'} = [
962962 {
963963 'file_name' => '',
964 'error_line' => ':3: warning: Empty index key in @findex
965 ',
966 'text' => 'Empty index key in @findex',
964 'error_line' => ':3: warning: empty index key in @findex
965 ',
966 'text' => 'empty index key in @findex',
967967 'type' => 'warning',
968968 'macro' => '',
969969 'line_nr' => 3
970970 },
971971 {
972972 'file_name' => '',
973 'error_line' => ':6: warning: Empty index key in @item
974 ',
975 'text' => 'Empty index key in @item',
973 'error_line' => ':6: warning: empty index key in @item
974 ',
975 'text' => 'empty index key in @item',
976976 'type' => 'warning',
977977 'macro' => '',
978978 'line_nr' => 6
979979 },
980980 {
981981 'file_name' => '',
982 'error_line' => ':9: warning: Empty index key in @defun
983 ',
984 'text' => 'Empty index key in @defun',
982 'error_line' => ':9: warning: empty index key in @defun
983 ',
984 'text' => 'empty index key in @defun',
985985 'type' => 'warning',
986986 'macro' => '',
987987 'line_nr' => 9
988988 },
989989 {
990990 'file_name' => '',
991 'error_line' => ':10: warning: Empty index key in @defunx
992 ',
993 'text' => 'Empty index key in @defunx',
991 'error_line' => ':10: warning: empty index key in @defunx
992 ',
993 'text' => 'empty index key in @defunx',
994994 'type' => 'warning',
995995 'macro' => '',
996996 'line_nr' => 10
10091009 $result_converted_errors{'plaintext'}->{'empty_string_index_entry'} = [
10101010 {
10111011 'file_name' => '',
1012 'error_line' => ':3: warning: Empty index key in @findex
1013 ',
1014 'text' => 'Empty index key in @findex',
1012 'error_line' => ':3: warning: empty index key in @findex
1013 ',
1014 'text' => 'empty index key in @findex',
10151015 'type' => 'warning',
10161016 'macro' => '',
10171017 'line_nr' => 3
10181018 },
10191019 {
10201020 'file_name' => '',
1021 'error_line' => ':6: warning: Empty index key in @item
1022 ',
1023 'text' => 'Empty index key in @item',
1021 'error_line' => ':6: warning: empty index key in @item
1022 ',
1023 'text' => 'empty index key in @item',
10241024 'type' => 'warning',
10251025 'macro' => '',
10261026 'line_nr' => 6
10271027 },
10281028 {
10291029 'file_name' => '',
1030 'error_line' => ':9: warning: Empty index key in @defun
1031 ',
1032 'text' => 'Empty index key in @defun',
1030 'error_line' => ':9: warning: empty index key in @defun
1031 ',
1032 'text' => 'empty index key in @defun',
10331033 'type' => 'warning',
10341034 'macro' => '',
10351035 'line_nr' => 9
10361036 },
10371037 {
10381038 'file_name' => '',
1039 'error_line' => ':10: warning: Empty index key in @defunx
1040 ',
1041 'text' => 'Empty index key in @defunx',
1039 'error_line' => ':10: warning: empty index key in @defunx
1040 ',
1041 'text' => 'empty index key in @defunx',
10421042 'type' => 'warning',
10431043 'macro' => '',
10441044 'line_nr' => 10
10691069 $result_converted_errors{'html_text'}->{'empty_string_index_entry'} = [
10701070 {
10711071 'file_name' => '',
1072 'error_line' => ':3: warning: Empty index key in @findex
1073 ',
1074 'text' => 'Empty index key in @findex',
1072 'error_line' => ':3: warning: empty index key in @findex
1073 ',
1074 'text' => 'empty index key in @findex',
10751075 'type' => 'warning',
10761076 'macro' => '',
10771077 'line_nr' => 3
10781078 },
10791079 {
10801080 'file_name' => '',
1081 'error_line' => ':6: warning: Empty index key in @item
1082 ',
1083 'text' => 'Empty index key in @item',
1081 'error_line' => ':6: warning: empty index key in @item
1082 ',
1083 'text' => 'empty index key in @item',
10841084 'type' => 'warning',
10851085 'macro' => '',
10861086 'line_nr' => 6
10871087 },
10881088 {
10891089 'file_name' => '',
1090 'error_line' => ':9: warning: Empty index key in @defun
1091 ',
1092 'text' => 'Empty index key in @defun',
1090 'error_line' => ':9: warning: empty index key in @defun
1091 ',
1092 'text' => 'empty index key in @defun',
10931093 'type' => 'warning',
10941094 'macro' => '',
10951095 'line_nr' => 9
10961096 },
10971097 {
10981098 'file_name' => '',
1099 'error_line' => ':10: warning: Empty index key in @defunx
1100 ',
1101 'text' => 'Empty index key in @defunx',
1099 'error_line' => ':10: warning: empty index key in @defunx
1100 ',
1101 'text' => 'empty index key in @defunx',
11021102 'type' => 'warning',
11031103 'macro' => '',
11041104 'line_nr' => 10
77 <meta name="keywords" content="top: Top">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
1211 <link href="#Top" rel="start" title="Top">
1312 <link href="#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: Top">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
1211 <link href="#Top" rel="start" title="Top">
1312 <link href="#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: Top">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1211 <link href="#Top" rel="start" title="Top">
1312 <link href="#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: Top">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1211 <link href="#Top" rel="start" title="Top">
1312 <link href="#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: Top">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="#Top" rel="start" title="Top">
1312 <link href="#Top" rel="index" title="Top">
77 <meta name="keywords" content="top: Top">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="#Top" rel="start" title="Top">
1312 <link href="#Top" rel="index" title="Top">
203203
204204 $result_errors{'print_merged_index'} = [
205205 {
206 'error_line' => ':3: warning: Printing an index `fn\' merged in another one `cp\'
206 'error_line' => ':3: warning: printing an index `fn\' merged in another one `cp\'
207207 ',
208208 'file_name' => '',
209209 'line_nr' => 3,
210210 'macro' => '',
211 'text' => 'Printing an index `fn\' merged in another one `cp\'',
211 'text' => 'printing an index `fn\' merged in another one `cp\'',
212212 'type' => 'warning'
213213 }
214214 ];
7575
7676 $result_errors{'printindex_before_document'} = [
7777 {
78 'error_line' => ':2: warning: Printindex before document beginning: @printindex cp
78 'error_line' => ':2: warning: printindex before document beginning: @printindex cp
7979 ',
8080 'file_name' => '',
8181 'line_nr' => 2,
8282 'macro' => '',
83 'text' => 'Printindex before document beginning: @printindex cp',
83 'text' => 'printindex before document beginning: @printindex cp',
8484 'type' => 'warning'
8585 }
8686 ];
3232
3333 $result_errors{'unknown_index_entry'} = [
3434 {
35 'error_line' => ':1: Unknown command `someindex\'
35 'error_line' => ':1: unknown command `someindex\'
3636 ',
3737 'file_name' => '',
3838 'line_nr' => 1,
3939 'macro' => '',
40 'text' => 'Unknown command `someindex\'',
40 'text' => 'unknown command `someindex\'',
4141 'type' => 'error'
4242 }
4343 ];
5555
5656 $result_errors{'unknown_printindex'} = [
5757 {
58 'error_line' => ':1: Unknown index `bidule\' in @printindex
58 'error_line' => ':1: unknown index `bidule\' in @printindex
5959 ',
6060 'file_name' => '',
6161 'line_nr' => 1,
6262 'macro' => '',
63 'text' => 'Unknown index `bidule\' in @printindex',
63 'text' => 'unknown index `bidule\' in @printindex',
6464 'type' => 'error'
6565 }
6666 ];
5555
5656 $result_errors{'unknown_synindex'} = [
5757 {
58 'error_line' => ':1: Unknown source index in @synindex: c
58 'error_line' => ':1: unknown source index in @synindex: c
5959 ',
6060 'file_name' => '',
6161 'line_nr' => 1,
6262 'macro' => '',
63 'text' => 'Unknown source index in @synindex: c',
63 'text' => 'unknown source index in @synindex: c',
6464 'type' => 'error'
6565 },
6666 {
67 'error_line' => ':1: Unknown destination index in @synindex: truc
67 'error_line' => ':1: unknown destination index in @synindex: truc
6868 ',
6969 'file_name' => '',
7070 'line_nr' => 1,
7171 'macro' => '',
72 'text' => 'Unknown destination index in @synindex: truc',
72 'text' => 'unknown destination index in @synindex: truc',
7373 'type' => 'error'
7474 }
7575 ];
147147
148148 $result_errors{'unknown_then_known_index_entry'} = [
149149 {
150 'error_line' => ':1: Unknown command `someindex\'
150 'error_line' => ':1: unknown command `someindex\'
151151 ',
152152 'file_name' => '',
153153 'line_nr' => 1,
154154 'macro' => '',
155 'text' => 'Unknown command `someindex\'',
155 'text' => 'unknown command `someindex\'',
156156 'type' => 'error'
157157 },
158158 {
159 'error_line' => ':3: warning: Entry for index `some\' outside of any node
159 'error_line' => ':3: warning: entry for index `some\' outside of any node
160160 ',
161161 'file_name' => '',
162162 'line_nr' => 3,
163163 'macro' => '',
164 'text' => 'Entry for index `some\' outside of any node',
164 'text' => 'entry for index `some\' outside of any node',
165165 'type' => 'warning'
166166 }
167167 ];
380380
381381
382382
383 $result_converted{'info'}->{'anchor_and_spaces'} = 'This is , produced by tp version from .
383 $result_converted{'info'}->{'anchor_and_spaces'} = 'This is , produced from .
384384
385385 
386386 File: , Node: Top, Up: (dir)
394394
395395 
396396 Tag Table:
397 Node: Top41
398 Ref: anchor 092
399 Ref: anchor195
400 Ref: anchor2110
397 Node: Top27
398 Ref: anchor 078
399 Ref: anchor181
400 Ref: anchor296
401401 
402402 End Tag Table
403403 ';
301301
302302
303303
304 $result_converted{'info'}->{'anchor_in_command'} = 'This is , produced by tp version from .
304 $result_converted{'info'}->{'anchor_in_command'} = 'This is , produced from .
305305
306306 
307307 File: , Node: Top, Up: (dir)
310310
311311 
312312 Tag Table:
313 Node: Top41
314 Ref: anchor in emph111
313 Node: Top27
314 Ref: anchor in emph97
315315 
316316 End Tag Table
317317 ';
643643
644644
645645
646 $result_converted{'info'}->{'center_flush'} = 'This is , produced by tp version from .
646 $result_converted{'info'}->{'center_flush'} = 'This is , produced from .
647647
648648 centered
649649
681681
682682 $result_converted_errors{'info'}->{'center_flush'} = [
683683 {
684 'error_line' => 'warning: Document without nodes.
685 ',
686 'text' => 'Document without nodes.',
684 'error_line' => 'warning: document without nodes
685 ',
686 'text' => 'document without nodes',
687687 'type' => 'warning'
688688 },
689689 {
248248
249249
250250
251 $result_converted{'info'}->{'contents_setcontentsaftertitlepage_before_node'} = 'This is , produced by tp version from .
251 $result_converted{'info'}->{'contents_setcontentsaftertitlepage_before_node'} = 'This is , produced from .
252252
253253 
254254 File: , Node: Top, Up: (dir)
259259
260260 
261261 Tag Table:
262 Node: Top41
262 Node: Top27
263263 
264264 End Tag Table
265265 ';
767767
768768
769769
770 $result_converted{'info'}->{'direntry_dircategory_and_commands'} = 'This is , produced by tp version from .
770 $result_converted{'info'}->{'direntry_dircategory_and_commands'} = 'This is , produced from .
771771
772772 INFO-DIR-SECTION "category--TH ERE?"
773773 START-INFO-DIR-ENTRY
792792
793793 
794794 Tag Table:
795 Node: Top278
795 Node: Top264
796796 
797797 End Tag Table
798798 ';
190190
191191
192192
193 $result_converted{'info'}->{'encoding_us_ascii'} = 'This is , produced by tp version from .
193 $result_converted{'info'}->{'encoding_us_ascii'} = 'This is , produced from .
194194
195195 
196196 File: , Node: Top, Up: (dir)
198198
199199 
200200 Tag Table:
201 Node: Top41
201 Node: Top27
202202 
203203 End Tag Table
204204
679679
680680
681681
682 $result_converted{'info'}->{'error_in_footnote'} = 'This is , produced by tp version from .
682 $result_converted{'info'}->{'error_in_footnote'} = 'This is , produced from .
683683
684684 
685685 File: , Node: Top, Up: (dir)
703703
704704 
705705 Tag Table:
706 Node: Top41
707 Ref: label75
708 Ref: Top-Footnote-1357
706 Node: Top27
707 Ref: label61
708 Ref: Top-Footnote-1343
709709 
710710 End Tag Table
711711 ';
653653
654654
655655
656 $result_converted{'info'}->{'float_long_captions'} = 'This is , produced by tp version from .
656 $result_converted{'info'}->{'float_long_captions'} = 'This is , produced from .
657657
658658 
659659 File: , Node: Top, Up: (dir)
670670
671671 
672672 Tag Table:
673 Node: Top41
674 Ref: text175
675 Ref: text2119
673 Node: Top27
674 Ref: text161
675 Ref: text2105
676676 
677677 End Tag Table
678678 ';
12471247
12481248
12491249
1250 $result_converted{'info'}->{'image_and_spaces_formatting'} = 'This is , produced by tp version from .
1250 $result_converted{'info'}->{'image_and_spaces_formatting'} = 'This is , produced from .
12511251
12521252 
12531253 File: , Node: Top, Up: (dir)
12671267
12681268 
12691269 Tag Table:
1270 Node: Top41
1270 Node: Top27
12711271 
12721272 End Tag Table
12731273 ';
312312
313313
314314
315 $result_converted{'info'}->{'image_file_search'} = 'This is , produced by tp version from .
315 $result_converted{'info'}->{'image_file_search'} = 'This is , produced from .
316316
317317 
318318 File: , Node: Top, Up: (dir)
323323
324324 
325325 Tag Table:
326 Node: Top41
326 Node: Top27
327327 
328328 End Tag Table
329329 ';
331331 $result_converted_errors{'info'}->{'image_file_search'} = [
332332 {
333333 'file_name' => '',
334 'error_line' => ':7: warning: Cannot find @image file `./tp/t/include_dir/f--ile.txt\' nor alternate text
335 ',
336 'text' => 'Cannot find @image file `./tp/t/include_dir/f--ile.txt\' nor alternate text',
334 'error_line' => ':7: warning: could not find @image file `./tp/t/include_dir/f--ile.txt\' nor alternate text
335 ',
336 'text' => 'could not find @image file `./tp/t/include_dir/f--ile.txt\' nor alternate text',
337337 'type' => 'warning',
338338 'macro' => '',
339339 'line_nr' => 7
340340 },
341341 {
342342 'file_name' => '',
343 'error_line' => ':10: warning: Cannot find @image file `../include_dir/f--ile.txt\' nor alternate text
344 ',
345 'text' => 'Cannot find @image file `../include_dir/f--ile.txt\' nor alternate text',
343 'error_line' => ':10: warning: could not find @image file `../include_dir/f--ile.txt\' nor alternate text
344 ',
345 'text' => 'could not find @image file `../include_dir/f--ile.txt\' nor alternate text',
346346 'type' => 'warning',
347347 'macro' => '',
348348 'line_nr' => 10
158158
159159
160160
161 $result_converted{'info'}->{'image_not_found'} = 'This is , produced by tp version from .
161 $result_converted{'info'}->{'image_not_found'} = 'This is , produced from .
162162
163163 
164164 File: , Node: Top, Up: (dir)
166166 [n_f_image]
167167 
168168 Tag Table:
169 Node: Top41
169 Node: Top27
170170 
171171 End Tag Table
172172 ';
174174 $result_converted_errors{'info'}->{'image_not_found'} = [
175175 {
176176 'file_name' => '',
177 'error_line' => ':2: warning: Cannot find @image file `n_f_image.txt\' nor alternate text
177 'error_line' => ':2: warning: could not find @image file `n_f_image.txt\' nor alternate text
178178 ',
179 'text' => 'Cannot find @image file `n_f_image.txt\' nor alternate text',
179 'text' => 'could not find @image file `n_f_image.txt\' nor alternate text',
180180 'type' => 'warning',
181181 'macro' => '',
182182 'line_nr' => 2
122122
123123
124124
125 $result_converted{'info'}->{'image_text_encoded'} = 'This is , produced by tp version from .
125 $result_converted{'info'}->{'image_text_encoded'} = 'This is , produced from .
126126
127127 îmage encodée
128128 
138138
139139 $result_converted_errors{'info'}->{'image_text_encoded'} = [
140140 {
141 'error_line' => 'warning: Document without nodes.
141 'error_line' => 'warning: document without nodes
142142 ',
143 'text' => 'Document without nodes.',
143 'text' => 'document without nodes',
144144 'type' => 'warning'
145145 }
146146 ];
188188
189189 $result_errors{'known_encoding'} = [
190190 {
191 'error_line' => ':2: warning: Encoding `latin1\' is not a canonical texinfo encoding
191 'error_line' => ':2: warning: encoding `latin1\' is not a canonical texinfo encoding
192192 ',
193193 'file_name' => '',
194194 'line_nr' => 2,
195195 'macro' => '',
196 'text' => 'Encoding `latin1\' is not a canonical texinfo encoding',
196 'text' => 'encoding `latin1\' is not a canonical texinfo encoding',
197197 'type' => 'warning'
198198 }
199199 ];
200200
201201
202202
203 $result_converted{'info'}->{'known_encoding'} = 'This is , produced by tp version from .
203 $result_converted{'info'}->{'known_encoding'} = 'This is , produced from .
204204
205205 
206206 File: , Node: Top, Up: (dir)
208208
209209 
210210 Tag Table:
211 Node: Top41
211 Node: Top27
212212 
213213 End Tag Table
214214
301301
302302
303303
304 $result_converted{'info'}->{'nested_footnotes_separate'} = 'This is , produced by tp version from .
304 $result_converted{'info'}->{'nested_footnotes_separate'} = 'This is , produced from .
305305
306306 
307307 File: , Node: Top, Up: (dir)
320320
321321 
322322 Tag Table:
323 Node: Top41
324 Node: Top-Footnotes106
325 Ref: Top-Footnote-1148
326 Ref: Top-Footnote-2203
323 Node: Top27
324 Node: Top-Footnotes92
325 Ref: Top-Footnote-1134
326 Ref: Top-Footnote-2189
327327 
328328 End Tag Table
329329 ';
9292
9393
9494
95 $result_converted{'info'}->{'no_node_but_top'} = 'This is , produced by tp version from .
95 $result_converted{'info'}->{'no_node_but_top'} = 'This is , produced from .
9696
9797 top
9898 ***
106106
107107 $result_converted_errors{'info'}->{'no_node_but_top'} = [
108108 {
109 'error_line' => 'warning: Document without nodes.
109 'error_line' => 'warning: document without nodes
110110 ',
111 'text' => 'Document without nodes.',
111 'text' => 'document without nodes',
112112 'type' => 'warning'
113113 }
114114 ];
3131
3232
3333
34 $result_converted{'info'}->{'no_nodes'} = 'This is , produced by tp version from .
34 $result_converted{'info'}->{'no_nodes'} = 'This is , produced from .
3535
3636 Text.
3737
4343
4444 $result_converted_errors{'info'}->{'no_nodes'} = [
4545 {
46 'error_line' => 'warning: Document without nodes.
46 'error_line' => 'warning: document without nodes
4747 ',
48 'text' => 'Document without nodes.',
48 'text' => 'document without nodes',
4949 'type' => 'warning'
5050 }
5151 ];
100100
101101
102102
103 $result_converted{'info'}->{'no_top_node'} = 'This is , produced by tp version from .
103 $result_converted{'info'}->{'no_top_node'} = 'This is , produced from .
104104
105105 
106106 File: , Node: node Top not Top node
108108
109109 
110110 Tag Table:
111 Node: node Top not Top node41
111 Node: node Top not Top node27
112112 
113113 End Tag Table
114114 ';
115115
116116 $result_converted_errors{'info'}->{'no_top_node'} = [
117117 {
118 'error_line' => 'warning: Document without Top node.
118 'error_line' => 'warning: document without Top node
119119 ',
120 'text' => 'Document without Top node.',
120 'text' => 'document without Top node',
121121 'type' => 'warning'
122122 }
123123 ];
455455
456456
457457
458 $result_converted{'info'}->{'note_in_strong'} = 'This is , produced by tp version from .
458 $result_converted{'info'}->{'note_in_strong'} = 'This is , produced from .
459459
460460 
461461 File: , Node: Top, Up: (dir)
474474
475475 
476476 Tag Table:
477 Node: Top41
477 Node: Top27
478478 
479479 End Tag Table
480480 ';
229229
230230
231231
232 $result_converted{'info'}->{'note_in_strong_end_of_line'} = 'This is , produced by tp version from .
232 $result_converted{'info'}->{'note_in_strong_end_of_line'} = 'This is , produced from .
233233
234234 
235235 File: , Node: Top, Up: (dir)
242242
243243 
244244 Tag Table:
245 Node: Top41
245 Node: Top27
246246 
247247 End Tag Table
248248 ';
477477
478478 $result_errors{'novalidate_empty_refs'} = [
479479 {
480 'error_line' => ':9: Empty node name after expansion `@
480 'error_line' => ':9: empty node name after expansion `@
481481 \'
482482 ',
483483 'file_name' => '',
484484 'line_nr' => 9,
485485 'macro' => '',
486 'text' => 'Empty node name after expansion `@
486 'text' => 'empty node name after expansion `@
487487 \'',
488488 'type' => 'error'
489489 },
490490 {
491 'error_line' => ':10: Empty node name after expansion `@:\'
491 'error_line' => ':10: empty node name after expansion `@:\'
492492 ',
493493 'file_name' => '',
494494 'line_nr' => 10,
495495 'macro' => '',
496 'text' => 'Empty node name after expansion `@:\'',
496 'text' => 'empty node name after expansion `@:\'',
497497 'type' => 'error'
498498 },
499499 {
500 'error_line' => ':11: Empty node name after expansion `@asis{ }\'
500 'error_line' => ':11: empty node name after expansion `@asis{ }\'
501501 ',
502502 'file_name' => '',
503503 'line_nr' => 11,
504504 'macro' => '',
505 'text' => 'Empty node name after expansion `@asis{ }\'',
505 'text' => 'empty node name after expansion `@asis{ }\'',
506506 'type' => 'error'
507507 }
508508 ];
509509
510510
511511
512 $result_converted{'info'}->{'novalidate_empty_refs'} = 'This is , produced by tp version from .
512 $result_converted{'info'}->{'novalidate_empty_refs'} = 'This is , produced from .
513513
514514 
515515 File: , Node: Top, Up: (dir)
519519
520520 
521521 Tag Table:
522 Node: Top41
522 Node: Top27
523523 
524524 End Tag Table
525525 ';
6060
6161
6262
63 $result_converted{'info'}->{'only_documentencoding'} = 'This is , produced by tp version from .
63 $result_converted{'info'}->{'only_documentencoding'} = 'This is , produced from .
6464
6565
6666 
7676
7777 $result_converted_errors{'info'}->{'only_documentencoding'} = [
7878 {
79 'error_line' => 'warning: Document without nodes.
79 'error_line' => 'warning: document without nodes
8080 ',
81 'text' => 'Document without nodes.',
81 'text' => 'document without nodes',
8282 'type' => 'warning'
8383 }
8484 ];
484484
485485
486486
487 $result_converted{'info'}->{'paragraphindent_and_preamble'} = 'This is , produced by tp version from .
487 $result_converted{'info'}->{'paragraphindent_and_preamble'} = 'This is , produced from .
488488
489489 In copying.
490490
505505
506506 
507507 Tag Table:
508 Node: Top77
508 Node: Top63
509509 
510510 End Tag Table
511511 ';
128128
129129
130130
131 $result_converted{'info'}->{'paragraphindent_asis_first'} = 'This is , produced by tp version from .
131 $result_converted{'info'}->{'paragraphindent_asis_first'} = 'This is , produced from .
132132
133133 bbb
134134
142142
143143 $result_converted_errors{'info'}->{'paragraphindent_asis_first'} = [
144144 {
145 'error_line' => 'warning: Document without nodes.
145 'error_line' => 'warning: document without nodes
146146 ',
147 'text' => 'Document without nodes.',
147 'text' => 'document without nodes',
148148 'type' => 'warning'
149149 }
150150 ];
167167
168168
169169
170 $result_converted{'info'}->{'paragraphindent_none_first'} = 'This is , produced by tp version from .
170 $result_converted{'info'}->{'paragraphindent_none_first'} = 'This is , produced from .
171171
172172 first
173173
183183
184184 $result_converted_errors{'info'}->{'paragraphindent_none_first'} = [
185185 {
186 'error_line' => 'warning: Document without nodes.
186 'error_line' => 'warning: document without nodes
187187 ',
188 'text' => 'Document without nodes.',
188 'text' => 'document without nodes',
189189 'type' => 'warning'
190190 }
191191 ];
410410
411411
412412
413 $result_converted{'info'}->{'pxref_test'} = 'This is , produced by tp version from .
413 $result_converted{'info'}->{'pxref_test'} = 'This is , produced from .
414414
415415 
416416 File: , Node: Top, Up: (dir)
420420
421421 
422422 Tag Table:
423 Node: Top41
423 Node: Top27
424424 
425425 End Tag Table
426426 ';
721721
722722
723723
724 $result_converted{'info'}->{'ref_tests'} = 'This is , produced by tp version from .
724 $result_converted{'info'}->{'ref_tests'} = 'This is , produced from .
725725
726726 
727727 File: , Node: Top, Up: (dir)
736736
737737 
738738 Tag Table:
739 Node: Top41
739 Node: Top27
740740 
741741 End Tag Table
742742 ';
356356
357357
358358
359 $result_converted{'info'}->{'space_at_menu_end'} = 'This is , produced by tp version from .
359 $result_converted{'info'}->{'space_at_menu_end'} = 'This is , produced from .
360360
361361 
362362 File: , Node: Top, Next: (out), Up: (dir)
369369
370370 
371371 Tag Table:
372 Node: Top41
372 Node: Top27
373373 
374374 End Tag Table
375375 ';
586586
587587
588588
589 $result_converted{'info'}->{'space_in_menu'} = 'This is , produced by tp version from .
589 $result_converted{'info'}->{'space_in_menu'} = 'This is , produced from .
590590
591591 
592592 File: , Node: Top, Next: node, Up: (dir)
610610
611611 
612612 Tag Table:
613 Node: Top41
614 Node: node142
613 Node: Top27
614 Node: node128
615615 
616616 End Tag Table
617617 ';
211211
212212
213213
214 $result_converted{'info'}->{'space_in_setfilename'} = 'This is name , produced by tp version from .
214 $result_converted{'info'}->{'space_in_setfilename'} = 'This is name , produced from .
215215
216216 
217217 File: name , Node: Top, Up: (dir)
219219
220220 
221221 Tag Table:
222 Node: Top49
222 Node: Top35
223223 
224224 End Tag Table
225225 ';
682682
683683
684684
685 $result_converted{'info'}->{'split_no_copying'} = 'This is split-nocopying.info, produced by tp version from .
685 $result_converted{'info'}->{'split_no_copying'} = 'This is split-nocopying.info, produced from .
686686
687687 \\input texinfo
688688
709709
710710 
711711 Tag Table:
712 Node: Top77
713 Node: Ch1193
712 Node: Top63
713 Node: Ch1179
714714 
715715 End Tag Table
716716 ';
544544
545545
546546
547 $result_converted{'info'}->{'text_before_node'} = 'This is , produced by tp version from .
547 $result_converted{'info'}->{'text_before_node'} = 'This is , produced from .
548548
549549 
550550 File: , Node: Top, Next: chapter node, Up: (dir)
567567
568568 
569569 Tag Table:
570 Node: Top41
571 Node: chapter node139
570 Node: Top27
571 Node: chapter node125
572572 
573573 End Tag Table
574574 ';
434434 'type' => 'warning'
435435 },
436436 {
437 'error_line' => ':6: warning: Menu entry node name `tOP\' different from node name `ToP\'
437 'error_line' => ':6: warning: menu entry node name `tOP\' different from node name `ToP\'
438438 ',
439439 'file_name' => '',
440440 'line_nr' => 6,
441441 'macro' => '',
442 'text' => 'Menu entry node name `tOP\' different from node name `ToP\'',
442 'text' => 'menu entry node name `tOP\' different from node name `ToP\'',
443443 'type' => 'warning'
444444 },
445445 {
446 'error_line' => ':1: warning: For `ToP\', up in menu `ToP\' and up `(dir)\' don\'t match
446 'error_line' => ':1: warning: for `ToP\', up in menu `ToP\' and up `(dir)\' don\'t match
447447 ',
448448 'file_name' => '',
449449 'line_nr' => 1,
450450 'macro' => '',
451 'text' => 'For `ToP\', up in menu `ToP\' and up `(dir)\' don\'t match',
451 'text' => 'for `ToP\', up in menu `ToP\' and up `(dir)\' don\'t match',
452452 'type' => 'warning'
453453 }
454454 ];
455455
456456
457457
458 $result_converted{'info'}->{'top_node_normalization'} = 'This is , produced by tp version from .
458 $result_converted{'info'}->{'top_node_normalization'} = 'This is , produced from .
459459
460460 
461461 File: , Node: Top, Next: Top, Prev: Top, Up: (dir)
468468
469469 
470470 Tag Table:
471 Node: Top41
471 Node: Top27
472472 
473473 End Tag Table
474474 ';
186186
187187 $result_errors{'unknown_encoding'} = [
188188 {
189 'error_line' => ':2: warning: Encoding `ggg\' is not a canonical texinfo encoding
189 'error_line' => ':2: warning: encoding `ggg\' is not a canonical texinfo encoding
190190 ',
191191 'file_name' => '',
192192 'line_nr' => 2,
193193 'macro' => '',
194 'text' => 'Encoding `ggg\' is not a canonical texinfo encoding',
194 'text' => 'encoding `ggg\' is not a canonical texinfo encoding',
195195 'type' => 'warning'
196196 },
197197 {
207207
208208
209209
210 $result_converted{'info'}->{'unknown_encoding'} = 'This is , produced by tp version from .
210 $result_converted{'info'}->{'unknown_encoding'} = 'This is , produced from .
211211
212212 
213213 File: , Node: Top, Up: (dir)
215215
216216 
217217 Tag Table:
218 Node: Top41
218 Node: Top27
219219 
220220 End Tag Table
221221 ';
480480
481481
482482
483 $result_converted{'info'}->{'xref_test'} = 'This is , produced by tp version from .
483 $result_converted{'info'}->{'xref_test'} = 'This is , produced from .
484484
485485 
486486 File: , Node: Top, Up: (dir)
491491
492492 
493493 Tag Table:
494 Node: Top41
494 Node: Top27
495495 
496496 End Tag Table
497497 ';
166166 'type' => 'warning'
167167 },
168168 {
169 'error_line' => ':3: Misplaced }
169 'error_line' => ':3: misplaced }
170170 ',
171171 'file_name' => '',
172172 'line_nr' => 3,
173173 'macro' => '',
174 'text' => 'Misplaced }',
174 'text' => 'misplaced }',
175175 'type' => 'error'
176176 }
177177 ];
312312 'type' => 'warning'
313313 },
314314 {
315 'error_line' => ':3: Misplaced }
315 'error_line' => ':3: misplaced }
316316 ',
317317 'file_name' => '',
318318 'line_nr' => 3,
319319 'macro' => '',
320 'text' => 'Misplaced }',
320 'text' => 'misplaced }',
321321 'type' => 'error'
322322 }
323323 ];
773773 'type' => 'error'
774774 },
775775 {
776 'error_line' => ':3: Unmatched `@end cartouche\'
776 'error_line' => ':3: unmatched `@end cartouche\'
777777 ',
778778 'file_name' => '',
779779 'line_nr' => 3,
780780 'macro' => '',
781 'text' => 'Unmatched `@end cartouche\'',
782 'type' => 'error'
783 },
784 {
785 'error_line' => ':5: warning: Entry for index `fn\' outside of any node
781 'text' => 'unmatched `@end cartouche\'',
782 'type' => 'error'
783 },
784 {
785 'error_line' => ':5: warning: entry for index `fn\' outside of any node
786786 ',
787787 'file_name' => '',
788788 'line_nr' => 5,
789789 'macro' => '',
790 'text' => 'Entry for index `fn\' outside of any node',
790 'text' => 'entry for index `fn\' outside of any node',
791791 'type' => 'warning'
792792 },
793793 {
800800 'type' => 'error'
801801 },
802802 {
803 'error_line' => ':7: Unmatched `@end deftypefun\'
803 'error_line' => ':7: unmatched `@end deftypefun\'
804804 ',
805805 'file_name' => '',
806806 'line_nr' => 7,
807807 'macro' => '',
808 'text' => 'Unmatched `@end deftypefun\'',
808 'text' => 'unmatched `@end deftypefun\'',
809809 'type' => 'error'
810810 },
811811 {
818818 'type' => 'error'
819819 },
820820 {
821 'error_line' => ':12: Unmatched `@end vtable\'
821 'error_line' => ':12: unmatched `@end vtable\'
822822 ',
823823 'file_name' => '',
824824 'line_nr' => 12,
825825 'macro' => '',
826 'text' => 'Unmatched `@end vtable\'',
826 'text' => 'unmatched `@end vtable\'',
827827 'type' => 'error'
828828 },
829829 {
845845 'type' => 'error'
846846 },
847847 {
848 'error_line' => ':18: Unmatched `@end display\'
848 'error_line' => ':18: unmatched `@end display\'
849849 ',
850850 'file_name' => '',
851851 'line_nr' => 18,
852852 'macro' => '',
853 'text' => 'Unmatched `@end display\'',
854 'type' => 'error'
855 },
856 {
857 'error_line' => ':19: Unmatched `@end table\'
853 'text' => 'unmatched `@end display\'',
854 'type' => 'error'
855 },
856 {
857 'error_line' => ':19: unmatched `@end table\'
858858 ',
859859 'file_name' => '',
860860 'line_nr' => 19,
861861 'macro' => '',
862 'text' => 'Unmatched `@end table\'',
862 'text' => 'unmatched `@end table\'',
863863 'type' => 'error'
864864 },
865865 {
872872 'type' => 'error'
873873 },
874874 {
875 'error_line' => ':23: Unmatched `@end table\'
875 'error_line' => ':23: unmatched `@end table\'
876876 ',
877877 'file_name' => '',
878878 'line_nr' => 23,
879879 'macro' => '',
880 'text' => 'Unmatched `@end table\'',
880 'text' => 'unmatched `@end table\'',
881881 'type' => 'error'
882882 },
883883 {
890890 'type' => 'error'
891891 },
892892 {
893 'error_line' => ':27: Unmatched `@end cartouche\'
893 'error_line' => ':27: unmatched `@end cartouche\'
894894 ',
895895 'file_name' => '',
896896 'line_nr' => 27,
897897 'macro' => '',
898 'text' => 'Unmatched `@end cartouche\'',
898 'text' => 'unmatched `@end cartouche\'',
899899 'type' => 'error'
900900 },
901901 {
908908 'type' => 'error'
909909 },
910910 {
911 'error_line' => ':31: Unmatched `@end group\'
911 'error_line' => ':31: unmatched `@end group\'
912912 ',
913913 'file_name' => '',
914914 'line_nr' => 31,
915915 'macro' => '',
916 'text' => 'Unmatched `@end group\'',
916 'text' => 'unmatched `@end group\'',
917917 'type' => 'error'
918918 },
919919 {
926926 'type' => 'error'
927927 },
928928 {
929 'error_line' => ':35: Unmatched `@end float\'
929 'error_line' => ':35: unmatched `@end float\'
930930 ',
931931 'file_name' => '',
932932 'line_nr' => 35,
933933 'macro' => '',
934 'text' => 'Unmatched `@end float\'',
934 'text' => 'unmatched `@end float\'',
935935 'type' => 'error'
936936 }
937937 ];
174174 'type' => 'warning'
175175 },
176176 {
177 'error_line' => ':5: Misplaced }
177 'error_line' => ':5: misplaced }
178178 ',
179179 'file_name' => '',
180180 'line_nr' => 5,
181181 'macro' => '',
182 'text' => 'Misplaced }',
182 'text' => 'misplaced }',
183183 'type' => 'error'
184184 }
185185 ];
22452245 'type' => 'warning'
22462246 },
22472247 {
2248 'error_line' => ':3: warning: Entry for index `cp\' outside of any node
2248 'error_line' => ':3: warning: entry for index `cp\' outside of any node
22492249 ',
22502250 'file_name' => '',
22512251 'line_nr' => 3,
22522252 'macro' => '',
2253 'text' => 'Entry for index `cp\' outside of any node',
2253 'text' => 'entry for index `cp\' outside of any node',
22542254 'type' => 'warning'
22552255 },
22562256 {
22632263 'type' => 'warning'
22642264 },
22652265 {
2266 'error_line' => ':5: No matching `@end quotation\'
2266 'error_line' => ':5: no matching `@end quotation\'
22672267 ',
22682268 'file_name' => '',
22692269 'line_nr' => 5,
22702270 'macro' => '',
2271 'text' => 'No matching `@end quotation\'',
2271 'text' => 'no matching `@end quotation\'',
22722272 'type' => 'error'
22732273 },
22742274 {
2275 'error_line' => ':7: Unmatched `@end quotation\'
2275 'error_line' => ':7: unmatched `@end quotation\'
22762276 ',
22772277 'file_name' => '',
22782278 'line_nr' => 7,
22792279 'macro' => '',
2280 'text' => 'Unmatched `@end quotation\'',
2280 'text' => 'unmatched `@end quotation\'',
22812281 'type' => 'error'
22822282 },
22832283 {
23082308 'type' => 'error'
23092309 },
23102310 {
2311 'error_line' => ':13: Misplaced }
2311 'error_line' => ':13: misplaced }
23122312 ',
23132313 'file_name' => '',
23142314 'line_nr' => 13,
23152315 'macro' => '',
2316 'text' => 'Misplaced }',
2316 'text' => 'misplaced }',
23172317 'type' => 'error'
23182318 },
23192319 {
23442344 'type' => 'warning'
23452345 },
23462346 {
2347 'error_line' => ':17: Misplaced }
2347 'error_line' => ':17: misplaced }
23482348 ',
23492349 'file_name' => '',
23502350 'line_nr' => 17,
23512351 'macro' => '',
2352 'text' => 'Misplaced }',
2352 'text' => 'misplaced }',
23532353 'type' => 'error'
23542354 },
23552355 {
23802380 'type' => 'warning'
23812381 },
23822382 {
2383 'error_line' => ':19: Misplaced }
2383 'error_line' => ':19: misplaced }
23842384 ',
23852385 'file_name' => '',
23862386 'line_nr' => 19,
23872387 'macro' => '',
2388 'text' => 'Misplaced }',
2388 'text' => 'misplaced }',
23892389 'type' => 'error'
23902390 },
23912391 {
24792479 'type' => 'warning'
24802480 },
24812481 {
2482 'error_line' => ':33: Misplaced }
2482 'error_line' => ':33: misplaced }
24832483 ',
24842484 'file_name' => '',
24852485 'line_nr' => 33,
24862486 'macro' => '',
2487 'text' => 'Misplaced }',
2487 'text' => 'misplaced }',
24882488 'type' => 'error'
24892489 },
24902490 {
25152515 'type' => 'warning'
25162516 },
25172517 {
2518 'error_line' => ':37: Misplaced }
2518 'error_line' => ':37: misplaced }
25192519 ',
25202520 'file_name' => '',
25212521 'line_nr' => 37,
25222522 'macro' => '',
2523 'text' => 'Misplaced }',
2523 'text' => 'misplaced }',
25242524 'type' => 'error'
25252525 },
25262526 {
25962596 'type' => 'warning'
25972597 },
25982598 {
2599 'error_line' => ':45: No matching `@end table\'
2599 'error_line' => ':45: no matching `@end table\'
26002600 ',
26012601 'file_name' => '',
26022602 'line_nr' => 45,
26032603 'macro' => '',
2604 'text' => 'No matching `@end table\'',
2604 'text' => 'no matching `@end table\'',
26052605 'type' => 'error'
26062606 },
26072607 {
26232623 'type' => 'error'
26242624 },
26252625 {
2626 'error_line' => ':49: Unmatched `@end table\'
2626 'error_line' => ':49: unmatched `@end table\'
26272627 ',
26282628 'file_name' => '',
26292629 'line_nr' => 49,
26302630 'macro' => '',
2631 'text' => 'Unmatched `@end table\'',
2631 'text' => 'unmatched `@end table\'',
26322632 'type' => 'error'
26332633 }
26342634 ];
258258 'type' => 'warning'
259259 },
260260 {
261 'error_line' => ':2: warning: Entry for index `fn\' outside of any node
261 'error_line' => ':2: warning: entry for index `fn\' outside of any node
262262 ',
263263 'file_name' => '',
264264 'line_nr' => 2,
265265 'macro' => '',
266 'text' => 'Entry for index `fn\' outside of any node',
266 'text' => 'entry for index `fn\' outside of any node',
267267 'type' => 'warning'
268268 },
269269 {
270 'error_line' => ':5: Misplaced }
270 'error_line' => ':5: misplaced }
271271 ',
272272 'file_name' => '',
273273 'line_nr' => 5,
274274 'macro' => '',
275 'text' => 'Misplaced }',
275 'text' => 'misplaced }',
276276 'type' => 'error'
277277 }
278278 ];
333333 'type' => 'warning'
334334 },
335335 {
336 'error_line' => ':2: warning: Entry for index `fn\' outside of any node
336 'error_line' => ':2: warning: entry for index `fn\' outside of any node
337337 ',
338338 'file_name' => '',
339339 'line_nr' => 2,
340340 'macro' => '',
341 'text' => 'Entry for index `fn\' outside of any node',
341 'text' => 'entry for index `fn\' outside of any node',
342342 'type' => 'warning'
343343 },
344344 {
220220 'type' => 'warning'
221221 },
222222 {
223 'error_line' => ':5: Misplaced }
223 'error_line' => ':5: misplaced }
224224 ',
225225 'file_name' => '',
226226 'line_nr' => 5,
227227 'macro' => '',
228 'text' => 'Misplaced }',
228 'text' => 'misplaced }',
229229 'type' => 'error'
230230 }
231231 ];
166166 'type' => 'warning'
167167 },
168168 {
169 'error_line' => ':5: Misplaced }
169 'error_line' => ':5: misplaced }
170170 ',
171171 'file_name' => '',
172172 'line_nr' => 5,
173173 'macro' => '',
174 'text' => 'Misplaced }',
174 'text' => 'misplaced }',
175175 'type' => 'error'
176176 }
177177 ];
278278 'type' => 'warning'
279279 },
280280 {
281 'error_line' => ':6: Misplaced }
281 'error_line' => ':6: misplaced }
282282 ',
283283 'file_name' => '',
284284 'line_nr' => 6,
285285 'macro' => '',
286 'text' => 'Misplaced }',
286 'text' => 'misplaced }',
287287 'type' => 'error'
288288 }
289289 ];
166166 'type' => 'warning'
167167 },
168168 {
169 'error_line' => ':5: Misplaced }
169 'error_line' => ':5: misplaced }
170170 ',
171171 'file_name' => '',
172172 'line_nr' => 5,
173173 'macro' => '',
174 'text' => 'Misplaced }',
174 'text' => 'misplaced }',
175175 'type' => 'error'
176176 }
177177 ];
7373 'type' => 'warning'
7474 },
7575 {
76 'error_line' => ':3: warning: Superfluous argument to @end ifinfo: on the node line
76 'error_line' => ':3: warning: superfluous argument to @end ifinfo: on the node line
7777 ',
7878 'file_name' => '',
7979 'line_nr' => 3,
8080 'macro' => '',
81 'text' => 'Superfluous argument to @end ifinfo: on the node line',
81 'text' => 'superfluous argument to @end ifinfo: on the node line',
8282 'type' => 'warning'
8383 }
8484 ];
477477 'type' => 'warning'
478478 },
479479 {
480 'error_line' => ':9: Misplaced }
480 'error_line' => ':9: misplaced }
481481 ',
482482 'file_name' => '',
483483 'line_nr' => 9,
484484 'macro' => '',
485 'text' => 'Misplaced }',
485 'text' => 'misplaced }',
486486 'type' => 'error'
487487 }
488488 ];
16971697 'type' => 'error'
16981698 },
16991699 {
1700 'error_line' => ':11: Misplaced }
1700 'error_line' => ':11: misplaced }
17011701 ',
17021702 'file_name' => '',
17031703 'line_nr' => 11,
17041704 'macro' => '',
1705 'text' => 'Misplaced }',
1705 'text' => 'misplaced }',
17061706 'type' => 'error'
17071707 },
17081708 {
17421742 'type' => 'warning'
17431743 },
17441744 {
1745 'error_line' => ':17: warning: Empty index key in @item
1745 'error_line' => ':17: warning: empty index key in @item
17461746 ',
17471747 'file_name' => '',
17481748 'line_nr' => 17,
17491749 'macro' => '',
1750 'text' => 'Empty index key in @item',
1750 'text' => 'empty index key in @item',
17511751 'type' => 'warning'
17521752 },
17531753 {
1754 'error_line' => ':20: warning: Empty index key in @item
1754 'error_line' => ':20: warning: empty index key in @item
17551755 ',
17561756 'file_name' => '',
17571757 'line_nr' => 20,
17581758 'macro' => '',
1759 'text' => 'Empty index key in @item',
1759 'text' => 'empty index key in @item',
17601760 'type' => 'warning'
17611761 }
17621762 ];
376376 'type' => 'warning'
377377 },
378378 {
379 'error_line' => ':6: Misplaced }
379 'error_line' => ':6: misplaced }
380380 ',
381381 'file_name' => '',
382382 'line_nr' => 6,
383383 'macro' => '',
384 'text' => 'Misplaced }',
384 'text' => 'misplaced }',
385385 'type' => 'error'
386386 }
387387 ];
106106 'type' => 'error'
107107 },
108108 {
109 'error_line' => ':3: Unknown command `someitem\'
109 'error_line' => ':3: unknown command `someitem\'
110110 ',
111111 'file_name' => '',
112112 'line_nr' => 3,
113113 'macro' => '',
114 'text' => 'Unknown command `someitem\'',
114 'text' => 'unknown command `someitem\'',
115115 'type' => 'error'
116116 },
117117 {
361361 'type' => 'warning'
362362 },
363363 {
364 'error_line' => ':7: Misplaced }
364 'error_line' => ':7: misplaced }
365365 ',
366366 'file_name' => '',
367367 'line_nr' => 7,
368368 'macro' => '',
369 'text' => 'Misplaced }',
369 'text' => 'misplaced }',
370370 'type' => 'error'
371371 }
372372 ];
333333 'type' => 'warning'
334334 },
335335 {
336 'error_line' => ':6: Misplaced }
336 'error_line' => ':6: misplaced }
337337 ',
338338 'file_name' => '',
339339 'line_nr' => 6,
340340 'macro' => '',
341 'text' => 'Misplaced }',
341 'text' => 'misplaced }',
342342 'type' => 'error'
343343 }
344344 ];
275275 'type' => 'warning'
276276 },
277277 {
278 'error_line' => ':2: warning: Entry for index `vr\' outside of any node
278 'error_line' => ':2: warning: entry for index `vr\' outside of any node
279279 ',
280280 'file_name' => '',
281281 'line_nr' => 2,
282282 'macro' => '',
283 'text' => 'Entry for index `vr\' outside of any node',
283 'text' => 'entry for index `vr\' outside of any node',
284284 'type' => 'warning'
285285 },
286286 {
146146 'type' => 'error'
147147 },
148148 {
149 'error_line' => ':4: Unmatched `@end copying\'
149 'error_line' => ':4: unmatched `@end copying\'
150150 ',
151151 'file_name' => '',
152152 'line_nr' => 4,
153153 'macro' => '',
154 'text' => 'Unmatched `@end copying\'',
154 'text' => 'unmatched `@end copying\'',
155155 'type' => 'error'
156156 }
157157 ];
716716 'type' => 'warning'
717717 },
718718 {
719 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
719 'error_line' => ':1: warning: entry for index `fn\' outside of any node
720720 ',
721721 'file_name' => '',
722722 'line_nr' => 1,
723723 'macro' => '',
724 'text' => 'Entry for index `fn\' outside of any node',
724 'text' => 'entry for index `fn\' outside of any node',
725725 'type' => 'warning'
726726 },
727727 {
770770 'type' => 'warning'
771771 },
772772 {
773 'error_line' => ':2: warning: Entry for index `fn\' outside of any node
773 'error_line' => ':2: warning: entry for index `fn\' outside of any node
774774 ',
775775 'file_name' => '',
776776 'line_nr' => 2,
777777 'macro' => '',
778 'text' => 'Entry for index `fn\' outside of any node',
778 'text' => 'entry for index `fn\' outside of any node',
779779 'type' => 'warning'
780780 }
781781 ];
333333 'type' => 'warning'
334334 },
335335 {
336 'error_line' => ':1: warning: Entry for index `cp\' outside of any node
337 ',
338 'file_name' => '',
339 'line_nr' => 1,
340 'macro' => '',
341 'text' => 'Entry for index `cp\' outside of any node',
336 'error_line' => ':1: warning: entry for index `cp\' outside of any node
337 ',
338 'file_name' => '',
339 'line_nr' => 1,
340 'macro' => '',
341 'text' => 'entry for index `cp\' outside of any node',
342342 'type' => 'warning'
343343 }
344344 ];
307307 'type' => 'warning'
308308 },
309309 {
310 'error_line' => ':7: Misplaced }
310 'error_line' => ':7: misplaced }
311311 ',
312312 'file_name' => '',
313313 'line_nr' => 7,
314314 'macro' => '',
315 'text' => 'Misplaced }',
315 'text' => 'misplaced }',
316316 'type' => 'error'
317317 }
318318 ];
166166 'type' => 'warning'
167167 },
168168 {
169 'error_line' => ':5: Misplaced }
169 'error_line' => ':5: misplaced }
170170 ',
171171 'file_name' => '',
172172 'line_nr' => 5,
173173 'macro' => '',
174 'text' => 'Misplaced }',
174 'text' => 'misplaced }',
175175 'type' => 'error'
176176 }
177177 ];
310310
311311 $result_errors{'section_in_math'} = [
312312 {
313 'error_line' => ':2: Misplaced {
313 'error_line' => ':2: misplaced {
314314 ',
315315 'file_name' => '',
316316 'line_nr' => 2,
317317 'macro' => '',
318 'text' => 'Misplaced {',
318 'text' => 'misplaced {',
319319 'type' => 'error'
320320 },
321321 {
289289 'type' => 'error'
290290 },
291291 {
292 'error_line' => ':8: Unmatched `@end table\'
292 'error_line' => ':8: unmatched `@end table\'
293293 ',
294294 'file_name' => '',
295295 'line_nr' => 8,
296296 'macro' => '',
297 'text' => 'Unmatched `@end table\'',
297 'text' => 'unmatched `@end table\'',
298298 'type' => 'error'
299299 }
300300 ];
203203 'type' => 'warning'
204204 },
205205 {
206 'error_line' => ':5: Unmatched `@end deffn\'
206 'error_line' => ':5: unmatched `@end deffn\'
207207 ',
208208 'file_name' => '',
209209 'line_nr' => 5,
210210 'macro' => '',
211 'text' => 'Unmatched `@end deffn\'',
211 'text' => 'unmatched `@end deffn\'',
212212 'type' => 'error'
213213 }
214214 ];
299299
300300 $result_errors{'section_on_defx_line'} = [
301301 {
302 'error_line' => ':1: warning: Entry for index `fn\' outside of any node
302 'error_line' => ':1: warning: entry for index `fn\' outside of any node
303303 ',
304304 'file_name' => '',
305305 'line_nr' => 1,
306306 'macro' => '',
307 'text' => 'Entry for index `fn\' outside of any node',
307 'text' => 'entry for index `fn\' outside of any node',
308308 'type' => 'warning'
309309 },
310310 {
335335 'type' => 'warning'
336336 },
337337 {
338 'error_line' => ':6: Unmatched `@end deffn\'
338 'error_line' => ':6: unmatched `@end deffn\'
339339 ',
340340 'file_name' => '',
341341 'line_nr' => 6,
342342 'macro' => '',
343 'text' => 'Unmatched `@end deffn\'',
343 'text' => 'unmatched `@end deffn\'',
344344 'type' => 'error'
345345 }
346346 ];
370370 'type' => 'warning'
371371 },
372372 {
373 'error_line' => ':3: warning: Entry for index `vr\' outside of any node
373 'error_line' => ':3: warning: entry for index `vr\' outside of any node
374374 ',
375375 'file_name' => '',
376376 'line_nr' => 3,
377377 'macro' => '',
378 'text' => 'Entry for index `vr\' outside of any node',
378 'text' => 'entry for index `vr\' outside of any node',
379379 'type' => 'warning'
380380 }
381381 ];
283283 'type' => 'warning'
284284 },
285285 {
286 'error_line' => ':7: Misplaced }
286 'error_line' => ':7: misplaced }
287287 ',
288288 'file_name' => '',
289289 'line_nr' => 7,
290290 'macro' => '',
291 'text' => 'Misplaced }',
291 'text' => 'misplaced }',
292292 'type' => 'error'
293293 }
294294 ];
390390 'type' => 'warning'
391391 },
392392 {
393 'error_line' => ':2: No matching `@end table\'
393 'error_line' => ':2: no matching `@end table\'
394394 ',
395395 'file_name' => '',
396396 'line_nr' => 2,
397397 'macro' => '',
398 'text' => 'No matching `@end table\'',
398 'text' => 'no matching `@end table\'',
399399 'type' => 'error'
400400 },
401401 {
402 'error_line' => ':7: Unmatched `@end table\'
402 'error_line' => ':7: unmatched `@end table\'
403403 ',
404404 'file_name' => '',
405405 'line_nr' => 7,
406406 'macro' => '',
407 'text' => 'Unmatched `@end table\'',
407 'text' => 'unmatched `@end table\'',
408408 'type' => 'error'
409409 }
410410 ];
266266 'type' => 'warning'
267267 },
268268 {
269 'error_line' => ':8: Misplaced }
269 'error_line' => ':8: misplaced }
270270 ',
271271 'file_name' => '',
272272 'line_nr' => 8,
273273 'macro' => '',
274 'text' => 'Misplaced }',
274 'text' => 'misplaced }',
275275 'type' => 'error'
276276 }
277277 ];
349349
350350 $result_errors{'accent_argument'} = [
351351 {
352 'error_line' => ':1: warning: Accent command `@~\' not allowed as @itemize argument
352 'error_line' => ':1: warning: accent command `@~\' not allowed as @itemize argument
353353 ',
354354 'file_name' => '',
355355 'line_nr' => 1,
356356 'macro' => '',
357 'text' => 'Accent command `@~\' not allowed as @itemize argument',
357 'text' => 'accent command `@~\' not allowed as @itemize argument',
358358 'type' => 'warning'
359359 },
360360 {
361 'error_line' => ':5: warning: Accent command `@~\' not allowed as @itemize argument
361 'error_line' => ':5: warning: accent command `@~\' not allowed as @itemize argument
362362 ',
363363 'file_name' => '',
364364 'line_nr' => 5,
365365 'macro' => '',
366 'text' => 'Accent command `@~\' not allowed as @itemize argument',
366 'text' => 'accent command `@~\' not allowed as @itemize argument',
367367 'type' => 'warning'
368368 }
369369 ];
612612
613613 $result_errors{'bad_enumerate_arguments'} = [
614614 {
615 'error_line' => ':1: Bad argument to @enumerate
615 'error_line' => ':1: bad argument to @enumerate
616616 ',
617617 'file_name' => '',
618618 'line_nr' => 1,
619619 'macro' => '',
620 'text' => 'Bad argument to @enumerate',
620 'text' => 'bad argument to @enumerate',
621621 'type' => 'error'
622622 },
623623 {
624 'error_line' => ':4: Bad argument to @enumerate
624 'error_line' => ':4: bad argument to @enumerate
625625 ',
626626 'file_name' => '',
627627 'line_nr' => 4,
628628 'macro' => '',
629 'text' => 'Bad argument to @enumerate',
629 'text' => 'bad argument to @enumerate',
630630 'type' => 'error'
631631 },
632632 {
633 'error_line' => ':7: Bad argument to @enumerate
633 'error_line' => ':7: bad argument to @enumerate
634634 ',
635635 'file_name' => '',
636636 'line_nr' => 7,
637637 'macro' => '',
638 'text' => 'Bad argument to @enumerate',
638 'text' => 'bad argument to @enumerate',
639639 'type' => 'error'
640640 },
641641 {
642 'error_line' => ':10: Superfluous argument to @enumerate
642 'error_line' => ':10: superfluous argument to @enumerate
643643 ',
644644 'file_name' => '',
645645 'line_nr' => 10,
646646 'macro' => '',
647 'text' => 'Superfluous argument to @enumerate',
647 'text' => 'superfluous argument to @enumerate',
648648 'type' => 'error'
649649 },
650650 {
651 'error_line' => ':13: Bad argument to @enumerate
651 'error_line' => ':13: bad argument to @enumerate
652652 ',
653653 'file_name' => '',
654654 'line_nr' => 13,
655655 'macro' => '',
656 'text' => 'Bad argument to @enumerate',
656 'text' => 'bad argument to @enumerate',
657657 'type' => 'error'
658658 }
659659 ];
397397
398398 $result_errors{'inter_item_commands_in_enumerate'} = [
399399 {
400 'error_line' => ':9: warning: Entry for index `cp\' outside of any node
400 'error_line' => ':9: warning: entry for index `cp\' outside of any node
401401 ',
402402 'file_name' => '',
403403 'line_nr' => 9,
404404 'macro' => '',
405 'text' => 'Entry for index `cp\' outside of any node',
405 'text' => 'entry for index `cp\' outside of any node',
406406 'type' => 'warning'
407407 }
408408 ];
866866
867867 $result_errors{'inter_item_commands_in_itemize'} = [
868868 {
869 'error_line' => ':3: warning: Entry for index `cp\' outside of any node
869 'error_line' => ':3: warning: entry for index `cp\' outside of any node
870870 ',
871871 'file_name' => '',
872872 'line_nr' => 3,
873873 'macro' => '',
874 'text' => 'Entry for index `cp\' outside of any node',
874 'text' => 'entry for index `cp\' outside of any node',
875875 'type' => 'warning'
876876 },
877877 {
878 'error_line' => ':8: warning: Entry for index `cp\' outside of any node
878 'error_line' => ':8: warning: entry for index `cp\' outside of any node
879879 ',
880880 'file_name' => '',
881881 'line_nr' => 8,
882882 'macro' => '',
883 'text' => 'Entry for index `cp\' outside of any node',
883 'text' => 'entry for index `cp\' outside of any node',
884884 'type' => 'warning'
885885 },
886886 {
887 'error_line' => ':10: warning: Entry for index `cp\' outside of any node
887 'error_line' => ':10: warning: entry for index `cp\' outside of any node
888888 ',
889889 'file_name' => '',
890890 'line_nr' => 10,
891891 'macro' => '',
892 'text' => 'Entry for index `cp\' outside of any node',
892 'text' => 'entry for index `cp\' outside of any node',
893893 'type' => 'warning'
894894 },
895895 {
896 'error_line' => ':17: warning: Entry for index `cp\' outside of any node
896 'error_line' => ':17: warning: entry for index `cp\' outside of any node
897897 ',
898898 'file_name' => '',
899899 'line_nr' => 17,
900900 'macro' => '',
901 'text' => 'Entry for index `cp\' outside of any node',
901 'text' => 'entry for index `cp\' outside of any node',
902902 'type' => 'warning'
903903 }
904904 ];
1616
1717 $result_errors{'lone_end_itemize'} = [
1818 {
19 'error_line' => ':1: Unmatched `@end itemize\'
19 'error_line' => ':1: unmatched `@end itemize\'
2020 ',
2121 'file_name' => '',
2222 'line_nr' => 1,
2323 'macro' => '',
24 'text' => 'Unmatched `@end itemize\'',
24 'text' => 'unmatched `@end itemize\'',
2525 'type' => 'error'
2626 }
2727 ];
9999
100100 $result_errors{'not_closed_item'} = [
101101 {
102 'error_line' => ':2: No matching `@end itemize\'
102 'error_line' => ':2: no matching `@end itemize\'
103103 ',
104104 'file_name' => '',
105105 'line_nr' => 2,
106106 'macro' => '',
107 'text' => 'No matching `@end itemize\'',
107 'text' => 'no matching `@end itemize\'',
108108 'type' => 'error'
109109 }
110110 ];
5757
5858 $result_errors{'not_closed_itemize'} = [
5959 {
60 'error_line' => ':1: No matching `@end itemize\'
60 'error_line' => ':1: no matching `@end itemize\'
6161 ',
6262 'file_name' => '',
6363 'line_nr' => 1,
6464 'macro' => '',
65 'text' => 'No matching `@end itemize\'',
65 'text' => 'no matching `@end itemize\'',
6666 'type' => 'error'
6767 }
6868 ];
366366 ';
367367
368368
369 $result_converted{'info'}->{'appendix_translated'} = 'This is , produced by tp version from .
369 $result_converted{'info'}->{'appendix_translated'} = 'This is , produced from .
370370
371371 
372372 File: , Node: Top, Up: (dir)
380380
381381 
382382 Tag Table:
383 Node: Top41
383 Node: Top27
384384 
385385 End Tag Table
386386 ';
396396 <meta name="keywords" content="top">
397397 <meta name="resource-type" content="document">
398398 <meta name="distribution" content="global">
399 <meta name="Generator" content="tp">
400399 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
401400 <link href="#Top" rel="start" title="Top">
402401 <link href="#SEC_Contents" rel="contents" title="Table des mati&egrave;res">
308308 ';
309309
310310
311 $result_converted{'info'}->{'command_translated'} = 'This is , produced by tp version from .
311 $result_converted{'info'}->{'command_translated'} = 'This is , produced from .
312312
313313 
314314 File: , Node: Top, Up: (dir)
320320
321321 
322322 Tag Table:
323 Node: Top41
323 Node: Top27
324324 
325325 End Tag Table
326326 ';
336336 <meta name="keywords" content="top erreur&rarr;">
337337 <meta name="resource-type" content="document">
338338 <meta name="distribution" content="global">
339 <meta name="Generator" content="tp">
340339 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
341340 <link href="#Top" rel="start" title="Top">
342341 <style type="text/css">
10261026 ';
10271027
10281028
1029 $result_converted{'info'}->{'multiple'} = 'This is , produced by tp version from .
1029 $result_converted{'info'}->{'multiple'} = 'This is , produced from .
10301030
10311031 -- Variable d\'instance de copying : a b
10321032
10431043
10441044 
10451045 Tag Table:
1046 Node: Top83
1046 Node: Top69
10471047 
10481048 End Tag Table
10491049 ';
10601060 <meta name="keywords" content="Documento Sem Nome">
10611061 <meta name="resource-type" content="document">
10621062 <meta name="distribution" content="global">
1063 <meta name="Generator" content="tp">
10641063 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10651064 <link href="#Top" rel="start" title="Top">
10661065 <style type="text/css">
11291128
11301129 $result_converted_errors{'html'}->{'multiple'} = [
11311130 {
1132 'error_line' => 'warning: Must specify a title with a title command or @top
1133 ',
1134 'text' => 'Must specify a title with a title command or @top',
1131 'error_line' => 'warning: must specify a title with a title command or @top
1132 ',
1133 'text' => 'must specify a title with a title command or @top',
11351134 'type' => 'warning'
11361135 }
11371136 ];
77 <meta name="keywords" content="Multi language file">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="#Top" rel="start" title="Top">
1312 <link href="dir.html#Top" rel="up" title="(dir)">
0 This is multiple_lang_chapters.info, produced by tp version from .
0 This is multiple_lang_chapters.info, produced from .
11
22 
33 File: multiple_lang_chapters.info, Node: Top, Next: chapter ja, Up: (dir)
5555
5656 
5757 Tag Table:
58 Node: Top68
59 Node: chapter ja280
60 Node: chapter en454
61 Node: chapter fr_FR637
62 Node: chapter de803
63 Node: chapter pt_BR924
58 Node: Top54
59 Node: chapter ja266
60 Node: chapter en440
61 Node: chapter fr_FR623
62 Node: chapter de789
63 Node: chapter pt_BR910
6464 
6565 End Tag Table
6666
77 <meta name="keywords" content="Multi language file">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <style type="text/css">
1312 <!--
194193 <h1 class="about-heading">Sobre Esse Documento</h1>
195194
196195 <p>
197 This document was generated on <em>a sunny day</em> using <a href="http://www.gnu.org/software/texinfo/"><em>tp</em></a>.
196 This document was generated on <em>a sunny day</em>.
198197 </p>
199198 <p>
200199 Os bot&otilde;es nos pain&eacute;is de navega&ccedil;&atilde;o possuem os seguintes significados:
295294
296295 <hr>
297296 <p><font size="-1">
298 This document was generated on <em>a sunny day</em> using <a href="http://www.gnu.org/software/texinfo/"><em>tp</em></a>.
297 This document was generated on <em>a sunny day</em>.
299298 </font></p>
300299
301300
0 This is multiple_lang_chapters.info, produced by tp version from
0 This is multiple_lang_chapters.info, produced from
11 multiple_lang_chapters.texi.
22
33 
5656
5757 
5858 Tag Table:
59 Node: Top95
60 Node: chapter ja307
61 Node: chapter en481
62 Node: chapter fr_FR664
63 Node: chapter de830
64 Node: chapter pt_BR951
59 Node: Top81
60 Node: chapter ja293
61 Node: chapter en467
62 Node: chapter fr_FR650
63 Node: chapter de816
64 Node: chapter pt_BR937
6565 
6666 End Tag Table
6767
490490 ';
491491
492492
493 $result_converted{'info'}->{'unknown_language'} = 'This is , produced by tp version from .
493 $result_converted{'info'}->{'unknown_language'} = 'This is , produced from .
494494
495495 
496496 File: , Node: Top, Up: (dir)
504504
505505 
506506 Tag Table:
507 Node: Top41
507 Node: Top27
508508 
509509 End Tag Table
510510 ';
520520 <meta name="keywords" content="unknkown language">
521521 <meta name="resource-type" content="document">
522522 <meta name="distribution" content="global">
523 <meta name="Generator" content="tp">
524523 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
525524 <link href="#Top" rel="start" title="Top">
526525 <style type="text/css">
403403 ';
404404
405405
406 $result_converted{'info'}->{'unknown_region'} = 'This is , produced by tp version from .
406 $result_converted{'info'}->{'unknown_region'} = 'This is , produced from .
407407
408408 
409409 File: , Node: Top, Up: (dir)
412412
413413 
414414 Tag Table:
415 Node: Top41
415 Node: Top27
416416 
417417 End Tag Table
418418 ';
428428 <meta name="keywords" content="Document sans titre">
429429 <meta name="resource-type" content="document">
430430 <meta name="distribution" content="global">
431 <meta name="Generator" content="tp">
432431 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
433432 <link href="#Top" rel="start" title="Top">
434433 <style type="text/css">
481480
482481 $result_converted_errors{'html'}->{'unknown_region'} = [
483482 {
484 'error_line' => 'warning: Must specify a title with a title command or @top
485 ',
486 'text' => 'Must specify a title with a title command or @top',
483 'error_line' => 'warning: must specify a title with a title command or @top
484 ',
485 'text' => 'must specify a title with a title command or @top',
487486 'type' => 'warning'
488487 }
489488 ];
213213 'type' => 'error'
214214 },
215215 {
216 'error_line' => ':5: Bad syntax for @rmacro argument: aaa
216 'error_line' => ':5: bad syntax for @rmacro argument: aaa
217217 ',
218218 'file_name' => '',
219219 'line_nr' => 5,
220220 'macro' => '',
221 'text' => 'Bad syntax for @rmacro argument: aaa',
221 'text' => 'bad syntax for @rmacro argument: aaa',
222222 'type' => 'error'
223223 },
224224 {
225 'error_line' => ':9: Bad syntax for @macro argument: more
225 'error_line' => ':9: bad syntax for @macro argument: more
226226 ',
227227 'file_name' => '',
228228 'line_nr' => 9,
229229 'macro' => '',
230 'text' => 'Bad syntax for @macro argument: more',
230 'text' => 'bad syntax for @macro argument: more',
231231 'type' => 'error'
232232 }
233233 ];
290290
291291 $result_errors{'bad_formal_arg'} = [
292292 {
293 'error_line' => ':2: Bad or empty @macro formal argument:
293 'error_line' => ':2: bad or empty @macro formal argument:
294294 ',
295295 'file_name' => '',
296296 'line_nr' => 2,
297297 'macro' => '',
298 'text' => 'Bad or empty @macro formal argument: ',
298 'text' => 'bad or empty @macro formal argument: ',
299299 'type' => 'error'
300300 },
301301 {
302 'error_line' => ':6: Bad or empty @macro formal argument: in 2arg
302 'error_line' => ':6: bad or empty @macro formal argument: in 2arg
303303 ',
304304 'file_name' => '',
305305 'line_nr' => 6,
306306 'macro' => '',
307 'text' => 'Bad or empty @macro formal argument: in 2arg',
307 'text' => 'bad or empty @macro formal argument: in 2arg',
308308 'type' => 'error'
309309 },
310310 {
311 'error_line' => ':10: Bad or empty @macro formal argument: :::
311 'error_line' => ':10: bad or empty @macro formal argument: :::
312312 ',
313313 'file_name' => '',
314314 'line_nr' => 10,
315315 'macro' => '',
316 'text' => 'Bad or empty @macro formal argument: :::',
316 'text' => 'bad or empty @macro formal argument: :::',
317317 'type' => 'error'
318318 }
319319 ];
7373
7474 $result_errors{'bad_macro_name_with_underscore'} = [
7575 {
76 'error_line' => ':1: Bad syntax for @macro argument: _macro {arg1, arg2}
76 'error_line' => ':1: bad syntax for @macro argument: _macro {arg1, arg2}
7777 ',
7878 'file_name' => '',
7979 'line_nr' => 1,
8080 'macro' => '',
81 'text' => 'Bad syntax for @macro argument: _macro {arg1, arg2}',
81 'text' => 'bad syntax for @macro argument: _macro {arg1, arg2}',
8282 'type' => 'error'
8383 }
8484 ];
781781
782782 $result_errors{'complex_argument'} = [
783783 {
784 'error_line' => ':38: Bad argument to @headings: doubleafter 1 (possibly involving @macrofour)
784 'error_line' => ':38: bad argument to @headings: doubleafter 1 (possibly involving @macrofour)
785785 ',
786786 'file_name' => '',
787787 'line_nr' => 38,
788788 'macro' => 'macrofour',
789 'text' => 'Bad argument to @headings: doubleafter 1',
789 'text' => 'bad argument to @headings: doubleafter 1',
790790 'type' => 'error'
791791 }
792792 ];
181181
182182 $result_errors{'double_recursive_macro_call'} = [
183183 {
184 'error_line' => ':10: Recursive call of macro mactwo is not allowed; use @rmacro if needed (possibly involving @macone)
184 'error_line' => ':10: recursive call of macro mactwo is not allowed; use @rmacro if needed (possibly involving @macone)
185185 ',
186186 'file_name' => '',
187187 'line_nr' => 10,
188188 'macro' => 'macone',
189 'text' => 'Recursive call of macro mactwo is not allowed; use @rmacro if needed',
189 'text' => 'recursive call of macro mactwo is not allowed; use @rmacro if needed',
190190 'type' => 'error'
191191 }
192192 ];
145145
146146 $result_errors{'ifset_and_end_isef_in_macro'} = [
147147 {
148 'error_line' => ':11: No matching `@end ifset\'
148 'error_line' => ':11: no matching `@end ifset\'
149149 ',
150150 'file_name' => '',
151151 'line_nr' => 11,
152152 'macro' => '',
153 'text' => 'No matching `@end ifset\'',
153 'text' => 'no matching `@end ifset\'',
154154 'type' => 'error'
155155 }
156156 ];
160160
161161 $result_errors{'macro_in_ifset_end_in_arg'} = [
162162 {
163 'error_line' => ':8: Misplaced }
163 'error_line' => ':8: misplaced }
164164 ',
165165 'file_name' => '',
166166 'line_nr' => 8,
167167 'macro' => '',
168 'text' => 'Misplaced }',
168 'text' => 'misplaced }',
169169 'type' => 'error'
170170 },
171171 {
172 'error_line' => ':10: Unmatched `@end\'
172 'error_line' => ':10: unmatched `@end\'
173173 ',
174174 'file_name' => '',
175175 'line_nr' => 10,
176176 'macro' => '',
177 'text' => 'Unmatched `@end\'',
177 'text' => 'unmatched `@end\'',
178178 'type' => 'error'
179179 }
180180 ];
13471347
13481348 $result_errors{'macro_in_index_commands'} = [
13491349 {
1350 'error_line' => ':49: warning: Printing an index `cp\' merged in another one `fn\'
1350 'error_line' => ':49: warning: printing an index `cp\' merged in another one `fn\'
13511351 ',
13521352 'file_name' => '',
13531353 'line_nr' => 49,
13541354 'macro' => '',
1355 'text' => 'Printing an index `cp\' merged in another one `fn\'',
1355 'text' => 'printing an index `cp\' merged in another one `fn\'',
13561356 'type' => 'warning'
13571357 }
13581358 ];
119119
120120 $result_errors{'macro_in_invalid_documentencoding'} = [
121121 {
122 'error_line' => ':4: warning: Encoding `badm\' is not a canonical texinfo encoding
122 'error_line' => ':4: warning: encoding `badm\' is not a canonical texinfo encoding
123123 ',
124124 'file_name' => '',
125125 'line_nr' => 4,
126126 'macro' => '',
127 'text' => 'Encoding `badm\' is not a canonical texinfo encoding',
127 'text' => 'encoding `badm\' is not a canonical texinfo encoding',
128128 'type' => 'warning'
129129 },
130130 {
52175217 'type' => 'warning'
52185218 },
52195219 {
5220 'error_line' => ':39: Bad argument to @headings: on line following headings atext
5220 'error_line' => ':39: bad argument to @headings: on line following headings atext
52215221 ',
52225222 'file_name' => '',
52235223 'line_nr' => 39,
52245224 'macro' => '',
5225 'text' => 'Bad argument to @headings: on line following headings atext',
5225 'text' => 'bad argument to @headings: on line following headings atext',
52265226 'type' => 'error'
52275227 },
52285228 {
52355235 'type' => 'warning'
52365236 },
52375237 {
5238 'error_line' => ':125: warning: Multiple @footnotestyle
5238 'error_line' => ':125: warning: multiple @footnotestyle
52395239 ',
52405240 'file_name' => '',
52415241 'line_nr' => 125,
52425242 'macro' => '',
5243 'text' => 'Multiple @footnotestyle',
5243 'text' => 'multiple @footnotestyle',
52445244 'type' => 'warning'
52455245 },
52465246 {
4141 'type' => 'error'
4242 },
4343 {
44 'error_line' => ':1: No matching `@end macro\'
44 'error_line' => ':1: no matching `@end macro\'
4545 ',
4646 'file_name' => '',
4747 'line_nr' => 1,
4848 'macro' => '',
49 'text' => 'No matching `@end macro\'',
49 'text' => 'no matching `@end macro\'',
5050 'type' => 'error'
5151 }
5252 ];
5050
5151 $result_errors{'macro_not_closed'} = [
5252 {
53 'error_line' => ':2: No matching `@end macro\'
53 'error_line' => ':2: no matching `@end macro\'
5454 ',
5555 'file_name' => '',
5656 'line_nr' => 2,
5757 'macro' => '',
58 'text' => 'No matching `@end macro\'',
58 'text' => 'no matching `@end macro\'',
5959 'type' => 'error'
6060 }
6161 ];
9999
100100 $result_errors{'recursive_call_in_macro'} = [
101101 {
102 'error_line' => ':5: Recursive call of macro anorecurse is not allowed; use @rmacro if needed (possibly involving @anorecurse)
102 'error_line' => ':5: recursive call of macro anorecurse is not allowed; use @rmacro if needed (possibly involving @anorecurse)
103103 ',
104104 'file_name' => '',
105105 'line_nr' => 5,
106106 'macro' => 'anorecurse',
107 'text' => 'Recursive call of macro anorecurse is not allowed; use @rmacro if needed',
107 'text' => 'recursive call of macro anorecurse is not allowed; use @rmacro if needed',
108108 'type' => 'error'
109109 }
110110 ];
130130
131131 $result_errors{'redefine_texinfo_macro'} = [
132132 {
133 'error_line' => ':1: warning: Redefining Texinfo language command: @code
133 'error_line' => ':1: warning: redefining Texinfo language command: @code
134134 ',
135135 'file_name' => '',
136136 'line_nr' => 1,
137137 'macro' => '',
138 'text' => 'Redefining Texinfo language command: @code',
138 'text' => 'redefining Texinfo language command: @code',
139139 'type' => 'warning'
140140 }
141141 ];
128128
129129 $result_errors{'space_macro_after_end_verbatim'} = [
130130 {
131 'error_line' => ':7: warning: Superfluous argument to @end verbatim: @spaces{}
131 'error_line' => ':7: warning: superfluous argument to @end verbatim: @spaces{}
132132 ',
133133 'file_name' => '',
134134 'line_nr' => 7,
135135 'macro' => '',
136 'text' => 'Superfluous argument to @end verbatim: @spaces{}',
136 'text' => 'superfluous argument to @end verbatim: @spaces{}',
137137 'type' => 'warning'
138138 }
139139 ];
9999 'type' => 'warning'
100100 },
101101 {
102 'error_line' => ':3: warning: Superfluous argument to @end macro: after
102 'error_line' => ':3: warning: superfluous argument to @end macro: after
103103 ',
104104 'file_name' => '',
105105 'line_nr' => 3,
106106 'macro' => '',
107 'text' => 'Superfluous argument to @end macro: after',
107 'text' => 'superfluous argument to @end macro: after',
108108 'type' => 'warning'
109109 }
110110 ];
129129
130130 $result_errors{'too_much_args'} = [
131131 {
132 'error_line' => ':6: Macro `twoargs\' called with too many args
132 'error_line' => ':6: macro `twoargs\' called with too many args
133133 ',
134134 'file_name' => '',
135135 'line_nr' => 6,
136136 'macro' => '',
137 'text' => 'Macro `twoargs\' called with too many args',
137 'text' => 'macro `twoargs\' called with too many args',
138138 'type' => 'error'
139139 }
140140 ];
5151
5252 $result_errors{'unknown_macro_on_line_command'} = [
5353 {
54 'error_line' => ':1: Unknown command `begin\'
54 'error_line' => ':1: unknown command `begin\'
5555 ',
5656 'file_name' => '',
5757 'line_nr' => 1,
5858 'macro' => '',
59 'text' => 'Unknown command `begin\'',
59 'text' => 'unknown command `begin\'',
6060 'type' => 'error'
6161 },
6262 {
63 'error_line' => ':1: Misplaced {
63 'error_line' => ':1: misplaced {
6464 ',
6565 'file_name' => '',
6666 'line_nr' => 1,
6767 'macro' => '',
68 'text' => 'Misplaced {',
68 'text' => 'misplaced {',
6969 'type' => 'error'
7070 },
7171 {
72 'error_line' => ':1: Misplaced }
72 'error_line' => ':1: misplaced }
7373 ',
7474 'file_name' => '',
7575 'line_nr' => 1,
7676 'macro' => '',
77 'text' => 'Misplaced }',
77 'text' => 'misplaced }',
7878 'type' => 'error'
7979 },
8080 {
983983 <meta name="keywords" content="top">
984984 <meta name="resource-type" content="document">
985985 <meta name="distribution" content="global">
986 <meta name="Generator" content="tp">
987986 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
988987 <link href="#Top" rel="start" title="Top">
989988 <style type="text/css">
506506 <meta name="keywords" content="Untitled Document">
507507 <meta name="resource-type" content="document">
508508 <meta name="distribution" content="global">
509 <meta name="Generator" content="tp">
510509 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
511510 <link href="#Top" rel="start" title="Top">
512511 <style type="text/css">
572571
573572 $result_converted_errors{'html'}->{'comment_on_menu_line'} = [
574573 {
575 'error_line' => 'warning: Must specify a title with a title command or @top
576 ',
577 'text' => 'Must specify a title with a title command or @top',
574 'error_line' => 'warning: must specify a title with a title command or @top
575 ',
576 'text' => 'must specify a title with a title command or @top',
578577 'type' => 'warning'
579578 }
580579 ];
275275 <meta name="keywords" content="Untitled Document">
276276 <meta name="resource-type" content="document">
277277 <meta name="distribution" content="global">
278 <meta name="Generator" content="tp">
279278 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
280279 <style type="text/css">
281280 <!--
326325
327326 $result_converted_errors{'html'}->{'dash_in_menu'} = [
328327 {
329 'error_line' => 'warning: Must specify a title with a title command or @top
330 ',
331 'text' => 'Must specify a title with a title command or @top',
328 'error_line' => 'warning: must specify a title with a title command or @top
329 ',
330 'text' => 'must specify a title with a title command or @top',
332331 'type' => 'warning'
333332 }
334333 ];
404404 <meta name="keywords" content="Untitled Document">
405405 <meta name="resource-type" content="document">
406406 <meta name="distribution" content="global">
407 <meta name="Generator" content="tp">
408407 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
409408 <style type="text/css">
410409 <!--
456455
457456 $result_converted_errors{'html'}->{'detailmenu'} = [
458457 {
459 'error_line' => 'warning: Must specify a title with a title command or @top
460 ',
461 'text' => 'Must specify a title with a title command or @top',
458 'error_line' => 'warning: must specify a title with a title command or @top
459 ',
460 'text' => 'must specify a title with a title command or @top',
462461 'type' => 'warning'
463462 }
464463 ];
380380 <meta name="keywords" content="Untitled Document">
381381 <meta name="resource-type" content="document">
382382 <meta name="distribution" content="global">
383 <meta name="Generator" content="tp">
384383 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
385384 <style type="text/css">
386385 <!--
431430
432431 $result_converted_errors{'html'}->{'detailmenu_in_description'} = [
433432 {
434 'error_line' => 'warning: Must specify a title with a title command or @top
435 ',
436 'text' => 'Must specify a title with a title command or @top',
433 'error_line' => 'warning: must specify a title with a title command or @top
434 ',
435 'text' => 'must specify a title with a title command or @top',
437436 'type' => 'warning'
438437 }
439438 ];
21922192 <meta name="keywords" content="top">
21932193 <meta name="resource-type" content="document">
21942194 <meta name="distribution" content="global">
2195 <meta name="Generator" content="tp">
21962195 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
21972196 <link href="#Top" rel="start" title="Top">
21982197 <style type="text/css">
472472
473473 $result_errors{'empty_menu_entry_name'} = [
474474 {
475 'error_line' => ':4: warning: Empty menu entry name in `* : (vvv). \'
475 'error_line' => ':4: warning: empty menu entry name in `* : (vvv). \'
476476 ',
477477 'file_name' => '',
478478 'line_nr' => 4,
479479 'macro' => '',
480 'text' => 'Empty menu entry name in `* : (vvv). \'',
480 'text' => 'empty menu entry name in `* : (vvv). \'',
481481 'type' => 'warning'
482482 },
483483 {
484 'error_line' => ':5: warning: Empty menu entry name in `* :aaa,\'
484 'error_line' => ':5: warning: empty menu entry name in `* :aaa,\'
485485 ',
486486 'file_name' => '',
487487 'line_nr' => 5,
488488 'macro' => '',
489 'text' => 'Empty menu entry name in `* :aaa,\'',
489 'text' => 'empty menu entry name in `* :aaa,\'',
490490 'type' => 'warning'
491491 }
492492 ];
914914 <meta name="keywords" content="Untitled Document">
915915 <meta name="resource-type" content="document">
916916 <meta name="distribution" content="global">
917 <meta name="Generator" content="tp">
918917 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
919918 <link href="#Top" rel="start" title="Top">
920919 <style type="text/css">
996995
997996 $result_converted_errors{'html'}->{'entry_after_detailmenu'} = [
998997 {
999 'error_line' => 'warning: Must specify a title with a title command or @top
1000 ',
1001 'text' => 'Must specify a title with a title command or @top',
998 'error_line' => 'warning: must specify a title with a title command or @top
999 ',
1000 'text' => 'must specify a title with a title command or @top',
10021001 'type' => 'warning'
10031002 }
10041003 ];
378378 <meta name="keywords" content="Untitled Document">
379379 <meta name="resource-type" content="document">
380380 <meta name="distribution" content="global">
381 <meta name="Generator" content="tp">
382381 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
383382 <style type="text/css">
384383 <!--
435434
436435 $result_converted_errors{'html'}->{'example_in_menu_comment'} = [
437436 {
438 'error_line' => 'warning: Must specify a title with a title command or @top
439 ',
440 'text' => 'Must specify a title with a title command or @top',
437 'error_line' => 'warning: must specify a title with a title command or @top
438 ',
439 'text' => 'must specify a title with a title command or @top',
441440 'type' => 'warning'
442441 }
443442 ];
544544 <meta name="keywords" content="top">
545545 <meta name="resource-type" content="document">
546546 <meta name="distribution" content="global">
547 <meta name="Generator" content="tp">
548547 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
549548 <link href="#Top" rel="start" title="Top">
550549 <style type="text/css">
11321132 <meta name="keywords" content="Untitled Document">
11331133 <meta name="resource-type" content="document">
11341134 <meta name="distribution" content="global">
1135 <meta name="Generator" content="tp">
11361135 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11371136 <link href="#Top" rel="start" title="Top">
11381137 <style type="text/css">
12081207
12091208 $result_converted_errors{'html'}->{'formats_in_menu'} = [
12101209 {
1211 'error_line' => 'warning: Must specify a title with a title command or @top
1212 ',
1213 'text' => 'Must specify a title with a title command or @top',
1210 'error_line' => 'warning: must specify a title with a title command or @top
1211 ',
1212 'text' => 'must specify a title with a title command or @top',
12141213 'type' => 'warning'
12151214 }
12161215 ];
515515 <meta name="keywords" content="top">
516516 <meta name="resource-type" content="document">
517517 <meta name="distribution" content="global">
518 <meta name="Generator" content="tp">
519518 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
520519 <link href="#Top" rel="start" title="Top">
521520 <style type="text/css">
11291129 <meta name="keywords" content="Untitled Document">
11301130 <meta name="resource-type" content="document">
11311131 <meta name="distribution" content="global">
1132 <meta name="Generator" content="tp">
11331132 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11341133 <style type="text/css">
11351134 <!--
11941193
11951194 $result_converted_errors{'html'}->{'menu_entry_name'} = [
11961195 {
1197 'error_line' => 'warning: Must specify a title with a title command or @top
1196 'error_line' => 'warning: must specify a title with a title command or @top
11981197 ',
1199 'text' => 'Must specify a title with a title command or @top',
1198 'text' => 'must specify a title with a title command or @top',
12001199 'type' => 'warning'
12011200 }
12021201 ];
704704 <meta name="keywords" content="Untitled Document">
705705 <meta name="resource-type" content="document">
706706 <meta name="distribution" content="global">
707 <meta name="Generator" content="tp">
708707 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
709708 <style type="text/css">
710709 <!--
755754
756755 $result_converted_errors{'html'}->{'menu_entry_name_comment'} = [
757756 {
758 'error_line' => 'warning: Must specify a title with a title command or @top
759 ',
760 'text' => 'Must specify a title with a title command or @top',
757 'error_line' => 'warning: must specify a title with a title command or @top
758 ',
759 'text' => 'must specify a title with a title command or @top',
761760 'type' => 'warning'
762761 }
763762 ];
313313 <meta name="keywords" content="Untitled Document">
314314 <meta name="resource-type" content="document">
315315 <meta name="distribution" content="global">
316 <meta name="Generator" content="tp">
317316 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
318317 <style type="text/css">
319318 <!--
362361
363362 $result_converted_errors{'html'}->{'menu_entry_no_entry'} = [
364363 {
365 'error_line' => 'warning: Must specify a title with a title command or @top
366 ',
367 'text' => 'Must specify a title with a title command or @top',
364 'error_line' => 'warning: must specify a title with a title command or @top
365 ',
366 'text' => 'must specify a title with a title command or @top',
368367 'type' => 'warning'
369368 }
370369 ];
385385 <meta name="keywords" content="Untitled Document">
386386 <meta name="resource-type" content="document">
387387 <meta name="distribution" content="global">
388 <meta name="Generator" content="tp">
389388 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
390389 <style type="text/css">
391390 <!--
441440
442441 $result_converted_errors{'html'}->{'menu_entry_no_entry_location'} = [
443442 {
444 'error_line' => 'warning: Must specify a title with a title command or @top
443 'error_line' => 'warning: must specify a title with a title command or @top
445444 ',
446 'text' => 'Must specify a title with a title command or @top',
445 'text' => 'must specify a title with a title command or @top',
447446 'type' => 'warning'
448447 }
449448 ];
469469 <meta name="keywords" content="Untitled Document">
470470 <meta name="resource-type" content="document">
471471 <meta name="distribution" content="global">
472 <meta name="Generator" content="tp">
473472 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
474473 <style type="text/css">
475474 <!--
523522
524523 $result_converted_errors{'html'}->{'menu_entry_node'} = [
525524 {
526 'error_line' => 'warning: Must specify a title with a title command or @top
525 'error_line' => 'warning: must specify a title with a title command or @top
527526 ',
528 'text' => 'Must specify a title with a title command or @top',
527 'text' => 'must specify a title with a title command or @top',
529528 'type' => 'warning'
530529 }
531530 ];
522522 <meta name="keywords" content="Untitled Document">
523523 <meta name="resource-type" content="document">
524524 <meta name="distribution" content="global">
525 <meta name="Generator" content="tp">
526525 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
527526 <style type="text/css">
528527 <!--
572571
573572 $result_converted_errors{'html'}->{'menu_entry_node_comments'} = [
574573 {
575 'error_line' => 'warning: Must specify a title with a title command or @top
576 ',
577 'text' => 'Must specify a title with a title command or @top',
574 'error_line' => 'warning: must specify a title with a title command or @top
575 ',
576 'text' => 'must specify a title with a title command or @top',
578577 'type' => 'warning'
579578 }
580579 ];
818818 <meta name="keywords" content="Untitled Document">
819819 <meta name="resource-type" content="document">
820820 <meta name="distribution" content="global">
821 <meta name="Generator" content="tp">
822821 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
823822 <link href="#Top" rel="start" title="Top">
824823 <style type="text/css">
882881
883882 $result_converted_errors{'html'}->{'menu_in_example'} = [
884883 {
885 'error_line' => 'warning: Must specify a title with a title command or @top
886 ',
887 'text' => 'Must specify a title with a title command or @top',
884 'error_line' => 'warning: must specify a title with a title command or @top
885 ',
886 'text' => 'must specify a title with a title command or @top',
888887 'type' => 'warning'
889888 }
890889 ];
166166 'type' => 'error continuation'
167167 },
168168 {
169 'error_line' => ':4: No matching `@end menu\'
169 'error_line' => ':4: no matching `@end menu\'
170170 ',
171171 'file_name' => '',
172172 'line_nr' => 4,
173173 'macro' => '',
174 'text' => 'No matching `@end menu\'',
174 'text' => 'no matching `@end menu\'',
175175 'type' => 'error'
176176 }
177177 ];
8282 'type' => 'error continuation'
8383 },
8484 {
85 'error_line' => ':2: No matching `@end menu\'
85 'error_line' => ':2: no matching `@end menu\'
8686 ',
8787 'file_name' => '',
8888 'line_nr' => 2,
8989 'macro' => '',
90 'text' => 'No matching `@end menu\'',
90 'text' => 'no matching `@end menu\'',
9191 'type' => 'error'
9292 }
9393 ];
132132 'type' => 'error continuation'
133133 },
134134 {
135 'error_line' => ':2: No matching `@end menu\'
135 'error_line' => ':2: no matching `@end menu\'
136136 ',
137137 'file_name' => '',
138138 'line_nr' => 2,
139139 'macro' => '',
140 'text' => 'No matching `@end menu\'',
140 'text' => 'no matching `@end menu\'',
141141 'type' => 'error'
142142 }
143143 ];
9595 'type' => 'error continuation'
9696 },
9797 {
98 'error_line' => ':2: No matching `@end menu\'
98 'error_line' => ':2: no matching `@end menu\'
9999 ',
100100 'file_name' => '',
101101 'line_nr' => 2,
102102 'macro' => '',
103 'text' => 'No matching `@end menu\'',
103 'text' => 'no matching `@end menu\'',
104104 'type' => 'error'
105105 }
106106 ];
8282 'type' => 'error continuation'
8383 },
8484 {
85 'error_line' => ':2: No matching `@end menu\'
85 'error_line' => ':2: no matching `@end menu\'
8686 ',
8787 'file_name' => '',
8888 'line_nr' => 2,
8989 'macro' => '',
90 'text' => 'No matching `@end menu\'',
90 'text' => 'no matching `@end menu\'',
9191 'type' => 'error'
9292 }
9393 ];
509509 <meta name="keywords" content="top">
510510 <meta name="resource-type" content="document">
511511 <meta name="distribution" content="global">
512 <meta name="Generator" content="tp">
513512 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
514513 <link href="#Top" rel="start" title="Top">
515514 <style type="text/css">
418418 <meta name="keywords" content="Untitled Document">
419419 <meta name="resource-type" content="document">
420420 <meta name="distribution" content="global">
421 <meta name="Generator" content="tp">
422421 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
423422 <link href="#Top" rel="start" title="Top">
424423 <style type="text/css">
484483
485484 $result_converted_errors{'html'}->{'menu_title_before_entries'} = [
486485 {
487 'error_line' => 'warning: Must specify a title with a title command or @top
488 ',
489 'text' => 'Must specify a title with a title command or @top',
486 'error_line' => 'warning: must specify a title with a title command or @top
487 ',
488 'text' => 'must specify a title with a title command or @top',
490489 'type' => 'warning'
491490 }
492491 ];
499499
500500 $result_errors{'multiple_menus'} = [
501501 {
502 'error_line' => ':7: warning: Multiple @menu
502 'error_line' => ':7: warning: multiple @menu
503503 ',
504504 'file_name' => '',
505505 'line_nr' => 7,
506506 'macro' => '',
507 'text' => 'Multiple @menu',
507 'text' => 'multiple @menu',
508508 'type' => 'warning'
509509 }
510510 ];
256256 <meta name="keywords" content="Untitled Document">
257257 <meta name="resource-type" content="document">
258258 <meta name="distribution" content="global">
259 <meta name="Generator" content="tp">
260259 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
261260 <link href="#Top" rel="start" title="Top">
262261 <style type="text/css">
308307
309308 $result_converted_errors{'html'}->{'no_colon_in_menu'} = [
310309 {
311 'error_line' => 'warning: Must specify a title with a title command or @top
312 ',
313 'text' => 'Must specify a title with a title command or @top',
310 'error_line' => 'warning: must specify a title with a title command or @top
311 ',
312 'text' => 'must specify a title with a title command or @top',
314313 'type' => 'warning'
315314 }
316315 ];
335335 <meta name="keywords" content="Untitled Document">
336336 <meta name="resource-type" content="document">
337337 <meta name="distribution" content="global">
338 <meta name="Generator" content="tp">
339338 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
340339 <link href="#Top" rel="start" title="Top">
341340 <style type="text/css">
389388
390389 $result_converted_errors{'html'}->{'reference_to_external_manual'} = [
391390 {
392 'error_line' => 'warning: Must specify a title with a title command or @top
393 ',
394 'text' => 'Must specify a title with a title command or @top',
391 'error_line' => 'warning: must specify a title with a title command or @top
392 ',
393 'text' => 'must specify a title with a title command or @top',
395394 'type' => 'warning'
396395 }
397396 ];
12241224 <meta name="keywords" content="Untitled Document">
12251225 <meta name="resource-type" content="document">
12261226 <meta name="distribution" content="global">
1227 <meta name="Generator" content="tp">
12281227 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
12291228 <link href="#Top" rel="start" title="Top">
12301229 <style type="text/css">
13071306
13081307 $result_converted_errors{'html'}->{'sc_in_menu'} = [
13091308 {
1310 'error_line' => 'warning: Must specify a title with a title command or @top
1311 ',
1312 'text' => 'Must specify a title with a title command or @top',
1309 'error_line' => 'warning: must specify a title with a title command or @top
1310 ',
1311 'text' => 'must specify a title with a title command or @top',
13131312 'type' => 'warning'
13141313 }
13151314 ];
666666 <meta name="keywords" content="Untitled Document">
667667 <meta name="resource-type" content="document">
668668 <meta name="distribution" content="global">
669 <meta name="Generator" content="tp">
670669 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
671670 <style type="text/css">
672671 <!--
732731
733732 $result_converted_errors{'html'}->{'simple'} = [
734733 {
735 'error_line' => 'warning: Must specify a title with a title command or @top
736 ',
737 'text' => 'Must specify a title with a title command or @top',
734 'error_line' => 'warning: must specify a title with a title command or @top
735 ',
736 'text' => 'must specify a title with a title command or @top',
738737 'type' => 'warning'
739738 }
740739 ];
634634 <meta name="keywords" content="Untitled Document">
635635 <meta name="resource-type" content="document">
636636 <meta name="distribution" content="global">
637 <meta name="Generator" content="tp">
638637 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
639638 <style type="text/css">
640639 <!--
683682
684683 $result_converted_errors{'html'}->{'simple_no_menu'} = [
685684 {
686 'error_line' => 'warning: Must specify a title with a title command or @top
685 'error_line' => 'warning: must specify a title with a title command or @top
687686 ',
688 'text' => 'Must specify a title with a title command or @top',
687 'text' => 'must specify a title with a title command or @top',
689688 'type' => 'warning'
690689 }
691690 ];
479479 <meta name="keywords" content="top">
480480 <meta name="resource-type" content="document">
481481 <meta name="distribution" content="global">
482 <meta name="Generator" content="tp">
483482 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
484483 <link href="#Top" rel="start" title="Top">
485484 <style type="text/css">
5555
5656 $result_errors{'defindex_too_much_args'} = [
5757 {
58 'error_line' => ':1: Bad argument to @defindex: chose machin
58 'error_line' => ':1: bad argument to @defindex: chose machin
5959 ',
6060 'file_name' => '',
6161 'line_nr' => 1,
6262 'macro' => '',
63 'text' => 'Bad argument to @defindex: chose machin',
63 'text' => 'bad argument to @defindex: chose machin',
6464 'type' => 'error'
6565 }
6666 ];
216216
217217 $result_errors{'index_entries'} = [
218218 {
219 'error_line' => ':1: warning: Entry for index `cp\' outside of any node
219 'error_line' => ':1: warning: entry for index `cp\' outside of any node
220220 ',
221221 'file_name' => '',
222222 'line_nr' => 1,
223223 'macro' => '',
224 'text' => 'Entry for index `cp\' outside of any node',
224 'text' => 'entry for index `cp\' outside of any node',
225225 'type' => 'warning'
226226 },
227227 {
228 'error_line' => ':5: warning: Entry for index `truc\' outside of any node
228 'error_line' => ':5: warning: entry for index `truc\' outside of any node
229229 ',
230230 'file_name' => '',
231231 'line_nr' => 5,
232232 'macro' => '',
233 'text' => 'Entry for index `truc\' outside of any node',
233 'text' => 'entry for index `truc\' outside of any node',
234234 'type' => 'warning'
235235 }
236236 ];
249249
250250 $result_errors{'invalid_clickstyle'} = [
251251 {
252 'error_line' => ':2: warning: Remaining argument on @clickstyle line: on the same line
252 'error_line' => ':2: warning: remaining argument on @clickstyle line: on the same line
253253 ',
254254 'file_name' => '',
255255 'line_nr' => 2,
256256 'macro' => '',
257 'text' => 'Remaining argument on @clickstyle line: on the same line',
257 'text' => 'remaining argument on @clickstyle line: on the same line',
258258 'type' => 'warning'
259259 },
260260 {
560560
561561 $result_errors{'invalid_documentencoding'} = [
562562 {
563 'error_line' => ':4: warning: Encoding `latin1a\' is not a canonical texinfo encoding
563 'error_line' => ':4: warning: encoding `latin1a\' is not a canonical texinfo encoding
564564 ',
565565 'file_name' => '',
566566 'line_nr' => 4,
567567 'macro' => '',
568 'text' => 'Encoding `latin1a\' is not a canonical texinfo encoding',
568 'text' => 'encoding `latin1a\' is not a canonical texinfo encoding',
569569 'type' => 'warning'
570570 },
571571 {
578578 'type' => 'warning'
579579 },
580580 {
581 'error_line' => ':5: warning: Encoding `YS-ASCII\' is not a canonical texinfo encoding
581 'error_line' => ':5: warning: encoding `YS-ASCII\' is not a canonical texinfo encoding
582582 ',
583583 'file_name' => '',
584584 'line_nr' => 5,
585585 'macro' => '',
586 'text' => 'Encoding `YS-ASCII\' is not a canonical texinfo encoding',
586 'text' => 'encoding `YS-ASCII\' is not a canonical texinfo encoding',
587587 'type' => 'warning'
588588 },
589589 {
605605 'type' => 'warning'
606606 },
607607 {
608 'error_line' => ':6: warning: Encoding `bad encoding name\' is not a canonical texinfo encoding
608 'error_line' => ':6: warning: encoding `bad encoding name\' is not a canonical texinfo encoding
609609 ',
610610 'file_name' => '',
611611 'line_nr' => 6,
612612 'macro' => '',
613 'text' => 'Encoding `bad encoding name\' is not a canonical texinfo encoding',
613 'text' => 'encoding `bad encoding name\' is not a canonical texinfo encoding',
614614 'type' => 'warning'
615615 },
616616 {
623623 'type' => 'warning'
624624 },
625625 {
626 'error_line' => ':7: warning: Encoding `1\' is not a canonical texinfo encoding
626 'error_line' => ':7: warning: encoding `1\' is not a canonical texinfo encoding
627627 ',
628628 'file_name' => '',
629629 'line_nr' => 7,
630630 'macro' => '',
631 'text' => 'Encoding `1\' is not a canonical texinfo encoding',
631 'text' => 'encoding `1\' is not a canonical texinfo encoding',
632632 'type' => 'warning'
633633 },
634634 {
641641 'type' => 'warning'
642642 },
643643 {
644 'error_line' => ':8: warning: Encoding `%\' is not a canonical texinfo encoding
644 'error_line' => ':8: warning: encoding `%\' is not a canonical texinfo encoding
645645 ',
646646 'file_name' => '',
647647 'line_nr' => 8,
648648 'macro' => '',
649 'text' => 'Encoding `%\' is not a canonical texinfo encoding',
649 'text' => 'encoding `%\' is not a canonical texinfo encoding',
650650 'type' => 'warning'
651651 },
652652 {
659659 'type' => 'warning'
660660 },
661661 {
662 'error_line' => ':9: warning: Encoding `@\' is not a canonical texinfo encoding
662 'error_line' => ':9: warning: encoding `@\' is not a canonical texinfo encoding
663663 ',
664664 'file_name' => '',
665665 'line_nr' => 9,
666666 'macro' => '',
667 'text' => 'Encoding `@\' is not a canonical texinfo encoding',
667 'text' => 'encoding `@\' is not a canonical texinfo encoding',
668668 'type' => 'warning'
669669 },
670670 {
677677 'type' => 'warning'
678678 },
679679 {
680 'error_line' => ':10: warning: Encoding `AAATeX\' is not a canonical texinfo encoding
680 'error_line' => ':10: warning: encoding `AAATeX\' is not a canonical texinfo encoding
681681 ',
682682 'file_name' => '',
683683 'line_nr' => 10,
684684 'macro' => '',
685 'text' => 'Encoding `AAATeX\' is not a canonical texinfo encoding',
685 'text' => 'encoding `AAATeX\' is not a canonical texinfo encoding',
686686 'type' => 'warning'
687687 },
688688 {
695695 'type' => 'warning'
696696 },
697697 {
698 'error_line' => ':11: warning: Encoding `BBBe\'\' is not a canonical texinfo encoding
698 'error_line' => ':11: warning: encoding `BBBe\'\' is not a canonical texinfo encoding
699699 ',
700700 'file_name' => '',
701701 'line_nr' => 11,
702702 'macro' => '',
703 'text' => 'Encoding `BBBe\'\' is not a canonical texinfo encoding',
703 'text' => 'encoding `BBBe\'\' is not a canonical texinfo encoding',
704704 'type' => 'warning'
705705 },
706706 {
17371737 'type' => 'warning'
17381738 },
17391739 {
1740 'error_line' => ':4: Bad argument to @headings: on line following headings
1740 'error_line' => ':4: bad argument to @headings: on line following headings
17411741 ',
17421742 'file_name' => '',
17431743 'line_nr' => 4,
17441744 'macro' => '',
1745 'text' => 'Bad argument to @headings: on line following headings',
1745 'text' => 'bad argument to @headings: on line following headings',
17461746 'type' => 'error'
17471747 },
17481748 {
18091809 'type' => 'warning'
18101810 },
18111811 {
1812 'error_line' => ':11: Bad argument to @need: 0.1 on line following
1812 'error_line' => ':11: bad argument to @need: 0.1 on line following
18131813 ',
18141814 'file_name' => '',
18151815 'line_nr' => 11,
18161816 'macro' => '',
1817 'text' => 'Bad argument to @need: 0.1 on line following',
1817 'text' => 'bad argument to @need: 0.1 on line following',
18181818 'type' => 'error'
18191819 },
18201820 {
19891989 'type' => 'warning'
19901990 },
19911991 {
1992 'error_line' => ':28: warning: Multiple @footnotestyle
1992 'error_line' => ':28: warning: multiple @footnotestyle
19931993 ',
19941994 'file_name' => '',
19951995 'line_nr' => 28,
19961996 'macro' => '',
1997 'text' => 'Multiple @footnotestyle',
1997 'text' => 'multiple @footnotestyle',
19981998 'type' => 'warning'
19991999 },
20002000 {
20072007 'type' => 'warning'
20082008 },
20092009 {
2010 'error_line' => ':29: warning: Encoding `US-ascii encoding name\' is not a canonical texinfo encoding
2010 'error_line' => ':29: warning: encoding `US-ascii encoding name\' is not a canonical texinfo encoding
20112011 ',
20122012 'file_name' => '',
20132013 'line_nr' => 29,
20142014 'macro' => '',
2015 'text' => 'Encoding `US-ascii encoding name\' is not a canonical texinfo encoding',
2015 'text' => 'encoding `US-ascii encoding name\' is not a canonical texinfo encoding',
20162016 'type' => 'warning'
20172017 },
20182018 {
341341 'type' => 'error'
342342 },
343343 {
344 'error_line' => ':6: Misplaced }
344 'error_line' => ':6: misplaced }
345345 ',
346346 'file_name' => '',
347347 'line_nr' => 6,
348348 'macro' => '',
349 'text' => 'Misplaced }',
349 'text' => 'misplaced }',
350350 'type' => 'error'
351351 }
352352 ];
278278
279279 $result_errors{'setfilename'} = [
280280 {
281 'error_line' => ':2: warning: Multiple @setfilename
281 'error_line' => ':2: warning: multiple @setfilename
282282 ',
283283 'file_name' => '',
284284 'line_nr' => 2,
285285 'macro' => '',
286 'text' => 'Multiple @setfilename',
286 'text' => 'multiple @setfilename',
287287 'type' => 'warning'
288288 },
289289 {
290 'error_line' => ':3: warning: Multiple @setfilename
290 'error_line' => ':3: warning: multiple @setfilename
291291 ',
292292 'file_name' => '',
293293 'line_nr' => 3,
294294 'macro' => '',
295 'text' => 'Multiple @setfilename',
295 'text' => 'multiple @setfilename',
296296 'type' => 'warning'
297297 },
298298 {
299 'error_line' => ':4: warning: Multiple @setfilename
299 'error_line' => ':4: warning: multiple @setfilename
300300 ',
301301 'file_name' => '',
302302 'line_nr' => 4,
303303 'macro' => '',
304 'text' => 'Multiple @setfilename',
304 'text' => 'multiple @setfilename',
305305 'type' => 'warning'
306306 },
307307 {
328328 ';
329329
330330
331 $result_converted{'info'}->{'setfilename'} = 'This is file_comment, produced by tp version from .
331 $result_converted{'info'}->{'setfilename'} = 'This is file_comment, produced from .
332332
333333
334334 
339339
340340 $result_converted_errors{'info'}->{'setfilename'} = [
341341 {
342 'error_line' => 'warning: Document without nodes.
343 ',
344 'text' => 'Document without nodes.',
342 'error_line' => 'warning: document without nodes
343 ',
344 'text' => 'document without nodes',
345345 'type' => 'warning'
346346 }
347347 ];
6363
6464 $result_errors{'synindex_too_much_args'} = [
6565 {
66 'error_line' => ':1: Bad argument to @syncodeindex: cp fn truc
66 'error_line' => ':1: bad argument to @syncodeindex: cp fn truc
6767 ',
6868 'file_name' => '',
6969 'line_nr' => 1,
7070 'macro' => '',
71 'text' => 'Bad argument to @syncodeindex: cp fn truc',
71 'text' => 'bad argument to @syncodeindex: cp fn truc',
7272 'type' => 'error'
7373 }
7474 ];
12561256
12571257 $result_errors{'inter_item_commands_in_multitable'} = [
12581258 {
1259 'error_line' => ':6: warning: Entry for index `cp\' outside of any node
1259 'error_line' => ':6: warning: entry for index `cp\' outside of any node
12601260 ',
12611261 'file_name' => '',
12621262 'line_nr' => 6,
12631263 'macro' => '',
1264 'text' => 'Entry for index `cp\' outside of any node',
1264 'text' => 'entry for index `cp\' outside of any node',
12651265 'type' => 'warning'
12661266 },
12671267 {
1268 'error_line' => ':17: warning: Entry for index `cp\' outside of any node
1268 'error_line' => ':17: warning: entry for index `cp\' outside of any node
12691269 ',
12701270 'file_name' => '',
12711271 'line_nr' => 17,
12721272 'macro' => '',
1273 'text' => 'Entry for index `cp\' outside of any node',
1273 'text' => 'entry for index `cp\' outside of any node',
12741274 'type' => 'warning'
12751275 },
12761276 {
1277 'error_line' => ':23: warning: Entry for index `cp\' outside of any node
1277 'error_line' => ':23: warning: entry for index `cp\' outside of any node
12781278 ',
12791279 'file_name' => '',
12801280 'line_nr' => 23,
12811281 'macro' => '',
1282 'text' => 'Entry for index `cp\' outside of any node',
1282 'text' => 'entry for index `cp\' outside of any node',
12831283 'type' => 'warning'
12841284 }
12851285 ];
123123
124124 $result_errors{'multitable_not_closed'} = [
125125 {
126 'error_line' => ':1: No matching `@end multitable\'
126 'error_line' => ':1: no matching `@end multitable\'
127127 ',
128128 'file_name' => '',
129129 'line_nr' => 1,
130130 'macro' => '',
131 'text' => 'No matching `@end multitable\'',
131 'text' => 'no matching `@end multitable\'',
132132 'type' => 'error'
133133 }
134134 ];
183183
184184 $result_errors{'multitable_not_closed_item'} = [
185185 {
186 'error_line' => ':2: No matching `@end multitable\'
186 'error_line' => ':2: no matching `@end multitable\'
187187 ',
188188 'file_name' => '',
189189 'line_nr' => 2,
190190 'macro' => '',
191 'text' => 'No matching `@end multitable\'',
191 'text' => 'no matching `@end multitable\'',
192192 'type' => 'error'
193193 }
194194 ];
219219
220220 $result_errors{'multitable_not_closed_item_tab'} = [
221221 {
222 'error_line' => ':2: No matching `@end multitable\'
222 'error_line' => ':2: no matching `@end multitable\'
223223 ',
224224 'file_name' => '',
225225 'line_nr' => 2,
226226 'macro' => '',
227 'text' => 'No matching `@end multitable\'',
227 'text' => 'no matching `@end multitable\'',
228228 'type' => 'error'
229229 }
230230 ];
487487
488488 $result_errors{'multitable_one_column_too_much_cells'} = [
489489 {
490 'error_line' => ':2: Too many columns in multitable item (max 1)
490 'error_line' => ':2: too many columns in multitable item (max 1)
491491 ',
492492 'file_name' => '',
493493 'line_nr' => 2,
494494 'macro' => '',
495 'text' => 'Too many columns in multitable item (max 1)',
495 'text' => 'too many columns in multitable item (max 1)',
496496 'type' => 'error'
497497 },
498498 {
499 'error_line' => ':2: Too many columns in multitable item (max 1)
499 'error_line' => ':2: too many columns in multitable item (max 1)
500500 ',
501501 'file_name' => '',
502502 'line_nr' => 2,
503503 'macro' => '',
504 'text' => 'Too many columns in multitable item (max 1)',
504 'text' => 'too many columns in multitable item (max 1)',
505505 'type' => 'error'
506506 },
507507 {
508 'error_line' => ':2: Too many columns in multitable item (max 1)
508 'error_line' => ':2: too many columns in multitable item (max 1)
509509 ',
510510 'file_name' => '',
511511 'line_nr' => 2,
512512 'macro' => '',
513 'text' => 'Too many columns in multitable item (max 1)',
513 'text' => 'too many columns in multitable item (max 1)',
514514 'type' => 'error'
515515 },
516516 {
517 'error_line' => ':4: Too many columns in multitable item (max 1)
517 'error_line' => ':4: too many columns in multitable item (max 1)
518518 ',
519519 'file_name' => '',
520520 'line_nr' => 4,
521521 'macro' => '',
522 'text' => 'Too many columns in multitable item (max 1)',
522 'text' => 'too many columns in multitable item (max 1)',
523523 'type' => 'error'
524524 },
525525 {
526 'error_line' => ':4: Too many columns in multitable item (max 1)
526 'error_line' => ':4: too many columns in multitable item (max 1)
527527 ',
528528 'file_name' => '',
529529 'line_nr' => 4,
530530 'macro' => '',
531 'text' => 'Too many columns in multitable item (max 1)',
531 'text' => 'too many columns in multitable item (max 1)',
532532 'type' => 'error'
533533 },
534534 {
535 'error_line' => ':4: Too many columns in multitable item (max 1)
535 'error_line' => ':4: too many columns in multitable item (max 1)
536536 ',
537537 'file_name' => '',
538538 'line_nr' => 4,
539539 'macro' => '',
540 'text' => 'Too many columns in multitable item (max 1)',
540 'text' => 'too many columns in multitable item (max 1)',
541541 'type' => 'error'
542542 },
543543 {
544 'error_line' => ':5: Too many columns in multitable item (max 1)
544 'error_line' => ':5: too many columns in multitable item (max 1)
545545 ',
546546 'file_name' => '',
547547 'line_nr' => 5,
548548 'macro' => '',
549 'text' => 'Too many columns in multitable item (max 1)',
549 'text' => 'too many columns in multitable item (max 1)',
550550 'type' => 'error'
551551 }
552552 ];
461461
462462 $result_errors{'multitable_two_columns_too_much_cells'} = [
463463 {
464 'error_line' => ':2: Too many columns in multitable item (max 2)
464 'error_line' => ':2: too many columns in multitable item (max 2)
465465 ',
466466 'file_name' => '',
467467 'line_nr' => 2,
468468 'macro' => '',
469 'text' => 'Too many columns in multitable item (max 2)',
469 'text' => 'too many columns in multitable item (max 2)',
470470 'type' => 'error'
471471 },
472472 {
473 'error_line' => ':2: Too many columns in multitable item (max 2)
473 'error_line' => ':2: too many columns in multitable item (max 2)
474474 ',
475475 'file_name' => '',
476476 'line_nr' => 2,
477477 'macro' => '',
478 'text' => 'Too many columns in multitable item (max 2)',
478 'text' => 'too many columns in multitable item (max 2)',
479479 'type' => 'error'
480480 },
481481 {
482 'error_line' => ':2: Too many columns in multitable item (max 2)
482 'error_line' => ':2: too many columns in multitable item (max 2)
483483 ',
484484 'file_name' => '',
485485 'line_nr' => 2,
486486 'macro' => '',
487 'text' => 'Too many columns in multitable item (max 2)',
487 'text' => 'too many columns in multitable item (max 2)',
488488 'type' => 'error'
489489 },
490490 {
491 'error_line' => ':4: Too many columns in multitable item (max 2)
491 'error_line' => ':4: too many columns in multitable item (max 2)
492492 ',
493493 'file_name' => '',
494494 'line_nr' => 4,
495495 'macro' => '',
496 'text' => 'Too many columns in multitable item (max 2)',
496 'text' => 'too many columns in multitable item (max 2)',
497497 'type' => 'error'
498498 }
499499 ];
135135 'type' => 'error'
136136 },
137137 {
138 'error_line' => ':5: Misplaced }
138 'error_line' => ':5: misplaced }
139139 ',
140140 'file_name' => '',
141141 'line_nr' => 5,
142142 'macro' => '',
143 'text' => 'Misplaced }',
143 'text' => 'misplaced }',
144144 'type' => 'error'
145145 },
146146 {
147 'error_line' => ':6: Misplaced }
147 'error_line' => ':6: misplaced }
148148 ',
149149 'file_name' => '',
150150 'line_nr' => 6,
151151 'macro' => '',
152 'text' => 'Misplaced }',
152 'text' => 'misplaced }',
153153 'type' => 'error'
154154 }
155155 ];
187187 'type' => 'error'
188188 },
189189 {
190 'error_line' => ':3: Misplaced }
190 'error_line' => ':3: misplaced }
191191 ',
192192 'file_name' => '',
193193 'line_nr' => 3,
194194 'macro' => '',
195 'text' => 'Misplaced }',
195 'text' => 'misplaced }',
196196 'type' => 'error'
197197 },
198198 {
205205 'type' => 'error'
206206 },
207207 {
208 'error_line' => ':9: Misplaced }
208 'error_line' => ':9: misplaced }
209209 ',
210210 'file_name' => '',
211211 'line_nr' => 9,
212212 'macro' => '',
213 'text' => 'Misplaced }',
213 'text' => 'misplaced }',
214214 'type' => 'error'
215215 }
216216 ];
795795 'type' => 'warning'
796796 },
797797 {
798 'error_line' => ':15: warning: Entry for index `cp\' outside of any node
798 'error_line' => ':15: warning: entry for index `cp\' outside of any node
799799 ',
800800 'file_name' => '',
801801 'line_nr' => 15,
802802 'macro' => '',
803 'text' => 'Entry for index `cp\' outside of any node',
803 'text' => 'entry for index `cp\' outside of any node',
804804 'type' => 'warning'
805805 },
806806 {
722722 'type' => 'warning'
723723 },
724724 {
725 'error_line' => ':14: warning: Entry for index `cp\' outside of any node
725 'error_line' => ':14: warning: entry for index `cp\' outside of any node
726726 ',
727727 'file_name' => '',
728728 'line_nr' => 14,
729729 'macro' => '',
730 'text' => 'Entry for index `cp\' outside of any node',
730 'text' => 'entry for index `cp\' outside of any node',
731731 'type' => 'warning'
732732 },
733733 {
164164
165165 $result_errors{'flushright_not_closed_and_format'} = [
166166 {
167 'error_line' => ':6: No matching `@end flushright\'
167 'error_line' => ':6: no matching `@end flushright\'
168168 ',
169169 'file_name' => '',
170170 'line_nr' => 6,
171171 'macro' => '',
172 'text' => 'No matching `@end flushright\'',
172 'text' => 'no matching `@end flushright\'',
173173 'type' => 'error'
174174 }
175175 ];
4040
4141 $result_errors{'invalid_accent_punctuation'} = [
4242 {
43 'error_line' => ':1: Use braces to give a command as an argument to @^
43 'error_line' => ':1: use braces to give a command as an argument to @^
4444 ',
4545 'file_name' => '',
4646 'line_nr' => 1,
4747 'macro' => '',
48 'text' => 'Use braces to give a command as an argument to @^',
48 'text' => 'use braces to give a command as an argument to @^',
4949 'type' => 'error'
5050 }
5151 ];
347347
348348 $result_errors{'multitable_in_example_extraneous_tab'} = [
349349 {
350 'error_line' => ':3: Too many columns in multitable item (max 1)
350 'error_line' => ':3: too many columns in multitable item (max 1)
351351 ',
352352 'file_name' => '',
353353 'line_nr' => 3,
354354 'macro' => '',
355 'text' => 'Too many columns in multitable item (max 1)',
355 'text' => 'too many columns in multitable item (max 1)',
356356 'type' => 'error'
357357 },
358358 {
359 'error_line' => ':4: Too many columns in multitable item (max 1)
359 'error_line' => ':4: too many columns in multitable item (max 1)
360360 ',
361361 'file_name' => '',
362362 'line_nr' => 4,
363363 'macro' => '',
364 'text' => 'Too many columns in multitable item (max 1)',
364 'text' => 'too many columns in multitable item (max 1)',
365365 'type' => 'error'
366366 }
367367 ];
284284
285285 $result_errors{'def_in_example'} = [
286286 {
287 'error_line' => ':2: warning: Entry for index `fn\' outside of any node
287 'error_line' => ':2: warning: entry for index `fn\' outside of any node
288288 ',
289289 'file_name' => '',
290290 'line_nr' => 2,
291291 'macro' => '',
292 'text' => 'Entry for index `fn\' outside of any node',
292 'text' => 'entry for index `fn\' outside of any node',
293293 'type' => 'warning'
294294 }
295295 ];
526526
527527 $result_errors{'text_on_command_line'} = [
528528 {
529 'error_line' => ':10: Superfluous argument to @end example: text after end
529 'error_line' => ':10: superfluous argument to @end example: text after end
530530 ',
531531 'file_name' => '',
532532 'line_nr' => 10,
533533 'macro' => '',
534 'text' => 'Superfluous argument to @end example: text after end',
534 'text' => 'superfluous argument to @end example: text after end',
535535 'type' => 'error'
536536 },
537537 {
538 'error_line' => ':14: Superfluous argument to @end example: text after end example nested in example
538 'error_line' => ':14: superfluous argument to @end example: text after end example nested in example
539539 ',
540540 'file_name' => '',
541541 'line_nr' => 14,
542542 'macro' => '',
543 'text' => 'Superfluous argument to @end example: text after end example nested in example',
543 'text' => 'superfluous argument to @end example: text after end example nested in example',
544544 'type' => 'error'
545545 }
546546 ];
253253 'type' => 'error'
254254 },
255255 {
256 'error_line' => ':3: Misplaced }
256 'error_line' => ':3: misplaced }
257257 ',
258258 'file_name' => '',
259259 'line_nr' => 3,
260260 'macro' => '',
261 'text' => 'Misplaced }',
261 'text' => 'misplaced }',
262262 'type' => 'error'
263263 },
264264 {
271271 'type' => 'error'
272272 },
273273 {
274 'error_line' => ':6: Misplaced }
274 'error_line' => ':6: misplaced }
275275 ',
276276 'file_name' => '',
277277 'line_nr' => 6,
278278 'macro' => '',
279 'text' => 'Misplaced }',
279 'text' => 'misplaced }',
280280 'type' => 'error'
281281 }
282282 ];
19321932 'type' => 'warning'
19331933 },
19341934 {
1935 'error_line' => ':20: Superfluous argument to @end html: after the closing command.
1935 'error_line' => ':20: superfluous argument to @end html: after the closing command.
19361936 ',
19371937 'file_name' => '',
19381938 'line_nr' => 20,
19391939 'macro' => '',
1940 'text' => 'Superfluous argument to @end html: after the closing command.',
1940 'text' => 'superfluous argument to @end html: after the closing command.',
19411941 'type' => 'error'
19421942 },
19431943 {
19591959 'type' => 'warning'
19601960 },
19611961 {
1962 'error_line' => ':29: Superfluous argument to @end html: . A symbol after the closing command.
1962 'error_line' => ':29: superfluous argument to @end html: . A symbol after the closing command.
19631963 ',
19641964 'file_name' => '',
19651965 'line_nr' => 29,
19661966 'macro' => '',
1967 'text' => 'Superfluous argument to @end html: . A symbol after the closing command.',
1967 'text' => 'superfluous argument to @end html: . A symbol after the closing command.',
19681968 'type' => 'error'
19691969 },
19701970 {
19861986 'type' => 'warning'
19871987 },
19881988 {
1989 'error_line' => ':48: Superfluous argument to @end tex: after the closing command.
1989 'error_line' => ':48: superfluous argument to @end tex: after the closing command.
19901990 ',
19911991 'file_name' => '',
19921992 'line_nr' => 48,
19931993 'macro' => '',
1994 'text' => 'Superfluous argument to @end tex: after the closing command.',
1994 'text' => 'superfluous argument to @end tex: after the closing command.',
19951995 'type' => 'error'
19961996 },
19971997 {
20132013 'type' => 'warning'
20142014 },
20152015 {
2016 'error_line' => ':57: Superfluous argument to @end tex: . A symbol after the closing command.
2016 'error_line' => ':57: superfluous argument to @end tex: . A symbol after the closing command.
20172017 ',
20182018 'file_name' => '',
20192019 'line_nr' => 57,
20202020 'macro' => '',
2021 'text' => 'Superfluous argument to @end tex: . A symbol after the closing command.',
2021 'text' => 'superfluous argument to @end tex: . A symbol after the closing command.',
20222022 'type' => 'error'
20232023 },
20242024 {
20402040 'type' => 'warning'
20412041 },
20422042 {
2043 'error_line' => ':76: warning: Superfluous argument to @end verbatim: after the closing command.
2043 'error_line' => ':76: warning: superfluous argument to @end verbatim: after the closing command.
20442044 ',
20452045 'file_name' => '',
20462046 'line_nr' => 76,
20472047 'macro' => '',
2048 'text' => 'Superfluous argument to @end verbatim: after the closing command.',
2048 'text' => 'superfluous argument to @end verbatim: after the closing command.',
20492049 'type' => 'warning'
20502050 },
20512051 {
20672067 'type' => 'warning'
20682068 },
20692069 {
2070 'error_line' => ':85: warning: Superfluous argument to @end verbatim: . A symbol after the closing command.
2070 'error_line' => ':85: warning: superfluous argument to @end verbatim: . A symbol after the closing command.
20712071 ',
20722072 'file_name' => '',
20732073 'line_nr' => 85,
20742074 'macro' => '',
2075 'text' => 'Superfluous argument to @end verbatim: . A symbol after the closing command.',
2075 'text' => 'superfluous argument to @end verbatim: . A symbol after the closing command.',
20762076 'type' => 'warning'
20772077 }
20782078 ];
7474
7575 $result_errors{'raw_not_closed'} = [
7676 {
77 'error_line' => ':4: No matching `@end html\'
77 'error_line' => ':4: no matching `@end html\'
7878 ',
7979 'file_name' => '',
8080 'line_nr' => 4,
8181 'macro' => '',
82 'text' => 'No matching `@end html\'',
82 'text' => 'no matching `@end html\'',
8383 'type' => 'error'
8484 }
8585 ];
7373
7474 $result_errors{'tex_not_closed'} = [
7575 {
76 'error_line' => ':3: No matching `@end tex\'
76 'error_line' => ':3: no matching `@end tex\'
7777 ',
7878 'file_name' => '',
7979 'line_nr' => 3,
8080 'macro' => '',
81 'text' => 'No matching `@end tex\'',
81 'text' => 'no matching `@end tex\'',
8282 'type' => 'error'
8383 }
8484 ];
12811281 $result_converted_errors{'plaintext'}->{'verbatim_and_verbatiminclude'} = [
12821282 {
12831283 'file_name' => '',
1284 'error_line' => ':25: @verbatiminclude: Cannot find verb.txt
1285 ',
1286 'text' => '@verbatiminclude: Cannot find verb.txt',
1284 'error_line' => ':25: @verbatiminclude: could not find verb.txt
1285 ',
1286 'text' => '@verbatiminclude: could not find verb.txt',
12871287 'type' => 'error',
12881288 'macro' => '',
12891289 'line_nr' => 25
12901290 },
12911291 {
12921292 'file_name' => '',
1293 'error_line' => ':29: @verbatiminclude: Cannot find verb.txt
1294 ',
1295 'text' => '@verbatiminclude: Cannot find verb.txt',
1293 'error_line' => ':29: @verbatiminclude: could not find verb.txt
1294 ',
1295 'text' => '@verbatiminclude: could not find verb.txt',
12961296 'type' => 'error',
12971297 'macro' => '',
12981298 'line_nr' => 29
12991299 },
13001300 {
13011301 'file_name' => '',
1302 'error_line' => ':33: @verbatiminclude: Cannot find verb.txt
1303 ',
1304 'text' => '@verbatiminclude: Cannot find verb.txt',
1302 'error_line' => ':33: @verbatiminclude: could not find verb.txt
1303 ',
1304 'text' => '@verbatiminclude: could not find verb.txt',
13051305 'type' => 'error',
13061306 'macro' => '',
13071307 'line_nr' => 33
128128 'type' => 'warning'
129129 },
130130 {
131 'error_line' => ':5: Misplaced }
131 'error_line' => ':5: misplaced }
132132 ',
133133 'file_name' => '',
134134 'line_nr' => 5,
135135 'macro' => '',
136 'text' => 'Misplaced }',
136 'text' => 'misplaced }',
137137 'type' => 'error'
138138 }
139139 ];
9090
9191 $result_errors{'verbatim_not_closed'} = [
9292 {
93 'error_line' => ':6: No matching `@end verbatim\'
93 'error_line' => ':6: no matching `@end verbatim\'
9494 ',
9595 'file_name' => '',
9696 'line_nr' => 6,
9797 'macro' => '',
98 'text' => 'No matching `@end verbatim\'',
98 'text' => 'no matching `@end verbatim\'',
9999 'type' => 'error'
100100 }
101101 ];
427427
428428
429429
430 $result_converted{'info'}->{'anchor_in_copying'} = 'This is , produced by tp version from .
430 $result_converted{'info'}->{'anchor_in_copying'} = 'This is , produced from .
431431
432432 Copying.
433433
443443
444444 
445445 Tag Table:
446 Node: Top51
447 Ref: Copying information93
446 Node: Top37
447 Ref: Copying information79
448448 
449449 End Tag Table
450450 ';
476476 <meta name="keywords" content="Untitled Document">
477477 <meta name="resource-type" content="document">
478478 <meta name="distribution" content="global">
479 <meta name="Generator" content="tp">
480479 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
481480 <link href="#Top" rel="start" title="Top">
482481 <style type="text/css">
539538
540539 $result_converted_errors{'html'}->{'anchor_in_copying'} = [
541540 {
542 'error_line' => 'warning: Must specify a title with a title command or @top
543 ',
544 'text' => 'Must specify a title with a title command or @top',
541 'error_line' => 'warning: must specify a title with a title command or @top
542 ',
543 'text' => 'must specify a title with a title command or @top',
545544 'type' => 'warning'
546545 }
547546 ];
469469
470470
471471
472 $result_converted{'info'}->{'anchor_in_copying_in_footnote'} = 'This is , produced by tp version from .
472 $result_converted{'info'}->{'anchor_in_copying_in_footnote'} = 'This is , produced from .
473473
474474 Copying(1).
475475
495495
496496 
497497 Tag Table:
498 Node: Top111
499 Ref: Top-Footnote-1240
500 Ref: Copying footnote259
501 Ref: Top-Footnote-2261
498 Node: Top97
499 Ref: Top-Footnote-1226
500 Ref: Copying footnote245
501 Ref: Top-Footnote-2247
502502 
503503 End Tag Table
504504 ';
530530 <meta name="keywords" content="Untitled Document">
531531 <meta name="resource-type" content="document">
532532 <meta name="distribution" content="global">
533 <meta name="Generator" content="tp">
534533 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
535534 <link href="#Top" rel="start" title="Top">
536535 <style type="text/css">
603602
604603 $result_converted_errors{'html'}->{'anchor_in_copying_in_footnote'} = [
605604 {
606 'error_line' => 'warning: Must specify a title with a title command or @top
607 ',
608 'text' => 'Must specify a title with a title command or @top',
605 'error_line' => 'warning: must specify a title with a title command or @top
606 ',
607 'text' => 'must specify a title with a title command or @top',
609608 'type' => 'warning'
610609 }
611610 ];
398398
399399
400400
401 $result_converted{'info'}->{'anchor_in_titlepage'} = 'This is , produced by tp version from .
401 $result_converted{'info'}->{'anchor_in_titlepage'} = 'This is , produced from .
402402
403403 top
404404 ***
410410
411411 
412412 Tag Table:
413 Node: Top50
413 Node: Top36
414414 
415415 End Tag Table
416416 ';
426426 <meta name="keywords" content="top">
427427 <meta name="resource-type" content="document">
428428 <meta name="distribution" content="global">
429 <meta name="Generator" content="tp">
430429 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
431430 <link href="#Top" rel="start" title="Top">
432431 <style type="text/css">
398398
399399
400400
401 $result_converted{'info'}->{'anchor_in_titlepage_titlepage'} = 'This is , produced by tp version from .
401 $result_converted{'info'}->{'anchor_in_titlepage_titlepage'} = 'This is , produced from .
402402
403403 top
404404 ***
410410
411411 
412412 Tag Table:
413 Node: Top50
413 Node: Top36
414414 
415415 End Tag Table
416416 ';
426426 <meta name="keywords" content="top">
427427 <meta name="resource-type" content="document">
428428 <meta name="distribution" content="global">
429 <meta name="Generator" content="tp">
430429 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
431430 <link href="#Top" rel="start" title="Top">
432431 <style type="text/css">
6767
6868 $result_errors{'copying_not_closed'} = [
6969 {
70 'error_line' => ':3: No matching `@end copying\'
70 'error_line' => ':3: no matching `@end copying\'
7171 ',
7272 'file_name' => '',
7373 'line_nr' => 3,
7474 'macro' => '',
75 'text' => 'No matching `@end copying\'',
75 'text' => 'no matching `@end copying\'',
7676 'type' => 'error'
7777 }
7878 ];
221221
222222 $result_errors{'double_copying'} = [
223223 {
224 'error_line' => ':5: Region copying inside region copying is not allowed
224 'error_line' => ':5: region copying inside region copying is not allowed
225225 ',
226226 'file_name' => '',
227227 'line_nr' => 5,
228228 'macro' => '',
229 'text' => 'Region copying inside region copying is not allowed',
229 'text' => 'region copying inside region copying is not allowed',
230230 'type' => 'error'
231231 },
232232 {
233 'error_line' => ':5: warning: Multiple @copying
233 'error_line' => ':5: warning: multiple @copying
234234 ',
235235 'file_name' => '',
236236 'line_nr' => 5,
237237 'macro' => '',
238 'text' => 'Multiple @copying',
238 'text' => 'multiple @copying',
239239 'type' => 'warning'
240240 }
241241 ];
133133
134134 $result_errors{'double_titlepage_not_closed'} = [
135135 {
136 'error_line' => ':6: Region titlepage inside region titlepage is not allowed
136 'error_line' => ':6: region titlepage inside region titlepage is not allowed
137137 ',
138138 'file_name' => '',
139139 'line_nr' => 6,
140140 'macro' => '',
141 'text' => 'Region titlepage inside region titlepage is not allowed',
141 'text' => 'region titlepage inside region titlepage is not allowed',
142142 'type' => 'error'
143143 },
144144 {
145 'error_line' => ':6: warning: Multiple @titlepage
145 'error_line' => ':6: warning: multiple @titlepage
146146 ',
147147 'file_name' => '',
148148 'line_nr' => 6,
149149 'macro' => '',
150 'text' => 'Multiple @titlepage',
150 'text' => 'multiple @titlepage',
151151 'type' => 'warning'
152152 },
153153 {
154 'error_line' => ':8: No matching `@end titlepage\'
154 'error_line' => ':8: no matching `@end titlepage\'
155155 ',
156156 'file_name' => '',
157157 'line_nr' => 8,
158158 'macro' => '',
159 'text' => 'No matching `@end titlepage\'',
159 'text' => 'no matching `@end titlepage\'',
160160 'type' => 'error'
161161 },
162162 {
163 'error_line' => ':8: No matching `@end titlepage\'
163 'error_line' => ':8: no matching `@end titlepage\'
164164 ',
165165 'file_name' => '',
166166 'line_nr' => 8,
167167 'macro' => '',
168 'text' => 'No matching `@end titlepage\'',
168 'text' => 'no matching `@end titlepage\'',
169169 'type' => 'error'
170170 }
171171 ];
322322
323323
324324
325 $result_converted{'info'}->{'format_in_titlepage'} = 'This is , produced by tp version from .
325 $result_converted{'info'}->{'format_in_titlepage'} = 'This is , produced from .
326326
327327 
328328 File: , Node: Top, Up: (dir)
330330
331331 
332332 Tag Table:
333 Node: Top41
333 Node: Top27
334334 
335335 End Tag Table
336336 ';
346346 <meta name="keywords" content="Untitled Document">
347347 <meta name="resource-type" content="document">
348348 <meta name="distribution" content="global">
349 <meta name="Generator" content="tp">
350349 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
351350 <link href="#Top" rel="start" title="Top">
352351 <style type="text/css">
396395
397396 $result_converted_errors{'html'}->{'format_in_titlepage'} = [
398397 {
399 'error_line' => 'warning: Must specify a title with a title command or @top
400 ',
401 'text' => 'Must specify a title with a title command or @top',
398 'error_line' => 'warning: must specify a title with a title command or @top
399 ',
400 'text' => 'must specify a title with a title command or @top',
402401 'type' => 'warning'
403402 }
404403 ];
322322
323323
324324
325 $result_converted{'info'}->{'format_in_titlepage_titlepage'} = 'This is , produced by tp version from .
325 $result_converted{'info'}->{'format_in_titlepage_titlepage'} = 'This is , produced from .
326326
327327 
328328 File: , Node: Top, Up: (dir)
330330
331331 
332332 Tag Table:
333 Node: Top41
333 Node: Top27
334334 
335335 End Tag Table
336336 ';
346346 <meta name="keywords" content="Untitled Document">
347347 <meta name="resource-type" content="document">
348348 <meta name="distribution" content="global">
349 <meta name="Generator" content="tp">
350349 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
351350 <link href="#Top" rel="start" title="Top">
352351 <style type="text/css">
402401
403402 $result_converted_errors{'html'}->{'format_in_titlepage_titlepage'} = [
404403 {
405 'error_line' => 'warning: Must specify a title with a title command or @top
406 ',
407 'text' => 'Must specify a title with a title command or @top',
404 'error_line' => 'warning: must specify a title with a title command or @top
405 ',
406 'text' => 'must specify a title with a title command or @top',
408407 'type' => 'warning'
409408 }
410409 ];
724724
725725
726726
727 $result_converted{'info'}->{'ref_in_copying'} = 'This is , produced by tp version from .
727 $result_converted{'info'}->{'ref_in_copying'} = 'This is , produced from .
728728
729729 *note GFDL::
730730
749749
750750 
751751 Tag Table:
752 Node: Top55
753 Node: GFDL144
752 Node: Top41
753 Node: GFDL130
754754 
755755 End Tag Table
756756 ';
767767 <meta name="keywords" content="top">
768768 <meta name="resource-type" content="document">
769769 <meta name="distribution" content="global">
770 <meta name="Generator" content="tp">
771770 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
772771 <link href="#Top" rel="start" title="Top">
773772 <style type="text/css">
335335
336336
337337
338 $result_converted{'info'}->{'today_in_copying'} = 'This is , produced by tp version from .
338 $result_converted{'info'}->{'today_in_copying'} = 'This is , produced from .
339339
340340 a sunny day.
341341
349349
350350 
351351 Tag Table:
352 Node: Top55
352 Node: Top41
353353 
354354 End Tag Table
355355 ';
366366 <meta name="keywords" content="top">
367367 <meta name="resource-type" content="document">
368368 <meta name="distribution" content="global">
369 <meta name="Generator" content="tp">
370369 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
371370 <link href="#Top" rel="start" title="Top">
372371 <style type="text/css">
728728
729729
730730
731 $result_converted{'info'}->{'anchor_in_footnote'} = 'This is , produced by tp version from .
731 $result_converted{'info'}->{'anchor_in_footnote'} = 'This is , produced from .
732732
733733 
734734 File: , Node: Top, Next: chapter, Up: (dir)
756756
757757 
758758 Tag Table:
759 Node: Top41
760 Ref: Top-Footnote-1174
761 Ref: Anchor in footnote192
762 Node: chapter196
759 Node: Top27
760 Ref: Top-Footnote-1160
761 Ref: Anchor in footnote178
762 Node: chapter182
763763 
764764 End Tag Table
765765 ';
775775 <meta name="keywords" content="Top">
776776 <meta name="resource-type" content="document">
777777 <meta name="distribution" content="global">
778 <meta name="Generator" content="tp">
779778 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
780779 <link href="#Top" rel="start" title="Top">
781780 <style type="text/css">
778778
779779
780780
781 $result_converted{'info'}->{'anchor_in_footnote_separate'} = 'This is , produced by tp version from .
781 $result_converted{'info'}->{'anchor_in_footnote_separate'} = 'This is , produced from .
782782
783783 
784784 File: , Node: Top, Next: chapter, Up: (dir)
807807
808808 
809809 Tag Table:
810 Node: Top41
811 Node: Top-Footnotes163
812 Ref: Top-Footnote-1205
813 Ref: Anchor in footnote223
814 Node: chapter227
810 Node: Top27
811 Node: Top-Footnotes149
812 Ref: Top-Footnote-1191
813 Ref: Anchor in footnote209
814 Node: chapter213
815815 
816816 End Tag Table
817817 ';
827827 <meta name="keywords" content="Top">
828828 <meta name="resource-type" content="document">
829829 <meta name="distribution" content="global">
830 <meta name="Generator" content="tp">
831830 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
832831 <link href="#Top" rel="start" title="Top">
833832 <style type="text/css">
249249
250250
251251
252 $result_converted{'info'}->{'anchor_zero'} = 'This is , produced by tp version from .
252 $result_converted{'info'}->{'anchor_zero'} = 'This is , produced from .
253253
254254 
255255 File: , Node: Top, Up: (dir)
260260
261261 
262262 Tag Table:
263 Node: Top41
264 Ref: 075
263 Node: Top27
264 Ref: 061
265265 
266266 End Tag Table
267267 ';
277277 <meta name="keywords" content="Untitled Document">
278278 <meta name="resource-type" content="document">
279279 <meta name="distribution" content="global">
280 <meta name="Generator" content="tp">
281280 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
282281 <link href="#Top" rel="start" title="Top">
283282 <style type="text/css">
329328
330329 $result_converted_errors{'html'}->{'anchor_zero'} = [
331330 {
332 'error_line' => 'warning: Must specify a title with a title command or @top
331 'error_line' => 'warning: must specify a title with a title command or @top
333332 ',
334 'text' => 'Must specify a title with a title command or @top',
333 'text' => 'must specify a title with a title command or @top',
335334 'type' => 'warning'
336335 }
337336 ];
386386 <meta name="keywords" content="Untitled Document">
387387 <meta name="resource-type" content="document">
388388 <meta name="distribution" content="global">
389 <meta name="Generator" content="tp">
390389 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
391390 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
392391 <style type="text/css">
456455
457456 $result_converted_errors{'html'}->{'chapter_before_and_after_part'} = [
458457 {
459 'error_line' => 'warning: Must specify a title with a title command or @top
460 ',
461 'text' => 'Must specify a title with a title command or @top',
458 'error_line' => 'warning: must specify a title with a title command or @top
459 ',
460 'text' => 'must specify a title with a title command or @top',
462461 'type' => 'warning'
463462 }
464463 ];
184184
185185 $result_errors{'chapter_before_part'} = [
186186 {
187 'error_line' => ':3: warning: No sectioning command associated with @part
187 'error_line' => ':3: warning: no sectioning command associated with @part
188188 ',
189189 'file_name' => '',
190190 'line_nr' => 3,
191191 'macro' => '',
192 'text' => 'No sectioning command associated with @part',
192 'text' => 'no sectioning command associated with @part',
193193 'type' => 'warning'
194194 }
195195 ];
262262 <meta name="keywords" content="Untitled Document">
263263 <meta name="resource-type" content="document">
264264 <meta name="distribution" content="global">
265 <meta name="Generator" content="tp">
266265 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
267266 <style type="text/css">
268267 <!--
313312
314313 $result_converted_errors{'html'}->{'chapter_before_part'} = [
315314 {
316 'error_line' => 'warning: Must specify a title with a title command or @top
317 ',
318 'text' => 'Must specify a title with a title command or @top',
315 'error_line' => 'warning: must specify a title with a title command or @top
316 ',
317 'text' => 'must specify a title with a title command or @top',
319318 'type' => 'warning'
320319 }
321320 ];
748748
749749
750750
751 $result_converted{'info'}->{'chapter_between_nodes'} = 'This is , produced by tp version from .
751 $result_converted{'info'}->{'chapter_between_nodes'} = 'This is , produced from .
752752
753753 
754754 File: , Node: Top, Next: section node, Up: (dir)
778778
779779 
780780 Tag Table:
781 Node: Top41
782 Node: section node191
781 Node: Top27
782 Node: section node177
783783 
784784 End Tag Table
785785 ';
795795 <meta name="keywords" content="top section">
796796 <meta name="resource-type" content="document">
797797 <meta name="distribution" content="global">
798 <meta name="Generator" content="tp">
799798 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
800799 <link href="#Top" rel="start" title="Top">
801800 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
660660
661661 $result_errors{'chapter_node_before_and_after_part'} = [
662662 {
663 'error_line' => ':11: warning: Node `Top\' is up for `after\' in menu but not in sectioning
663 'error_line' => ':11: warning: node `Top\' is up for `after\' in menu but not in sectioning
664664 ',
665665 'file_name' => '',
666666 'line_nr' => 11,
667667 'macro' => '',
668 'text' => 'Node `Top\' is up for `after\' in menu but not in sectioning',
668 'text' => 'node `Top\' is up for `after\' in menu but not in sectioning',
669669 'type' => 'warning'
670670 }
671671 ];
684684 ';
685685
686686
687 $result_converted{'info'}->{'chapter_node_before_and_after_part'} = 'This is , produced by tp version from .
687 $result_converted{'info'}->{'chapter_node_before_and_after_part'} = 'This is , produced from .
688688
689689 
690690 File: , Node: Top, Next: after, Up: (dir)
705705
706706 
707707 Tag Table:
708 Node: Top41
709 Node: after130
708 Node: Top27
709 Node: after116
710710 
711711 End Tag Table
712712 ';
722722 <meta name="keywords" content="Untitled Document">
723723 <meta name="resource-type" content="document">
724724 <meta name="distribution" content="global">
725 <meta name="Generator" content="tp">
726725 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
727726 <link href="#Top" rel="start" title="Top">
728727 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
810809
811810 $result_converted_errors{'html'}->{'chapter_node_before_and_after_part'} = [
812811 {
813 'error_line' => 'warning: Must specify a title with a title command or @top
814 ',
815 'text' => 'Must specify a title with a title command or @top',
812 'error_line' => 'warning: must specify a title with a title command or @top
813 ',
814 'text' => 'must specify a title with a title command or @top',
816815 'type' => 'warning'
817816 }
818817 ];
609609 'type' => 'warning'
610610 },
611611 {
612 'error_line' => ':2: Node `Top\' lacks menu item for `other nodes\' despite being its Up target
612 'error_line' => ':2: node `Top\' lacks menu item for `other nodes\' despite being its Up target
613613 ',
614614 'file_name' => '',
615615 'line_nr' => 2,
616616 'macro' => '',
617 'text' => 'Node `Top\' lacks menu item for `other nodes\' despite being its Up target',
617 'text' => 'node `Top\' lacks menu item for `other nodes\' despite being its Up target',
618618 'type' => 'error'
619619 },
620620 {
627627 'type' => 'warning'
628628 },
629629 {
630 'error_line' => ':3: Node `other nodes\' lacks menu item for `!_"#$%&\'()*+-.\' despite being its Up target
630 'error_line' => ':3: node `other nodes\' lacks menu item for `!_"#$%&\'()*+-.\' despite being its Up target
631631 ',
632632 'file_name' => '',
633633 'line_nr' => 3,
634634 'macro' => '',
635 'text' => 'Node `other nodes\' lacks menu item for `!_"#$%&\'()*+-.\' despite being its Up target',
635 'text' => 'node `other nodes\' lacks menu item for `!_"#$%&\'()*+-.\' despite being its Up target',
636636 'type' => 'error'
637637 },
638638 {
645645 'type' => 'warning'
646646 },
647647 {
648 'error_line' => ':3: Node `other nodes\' lacks menu item for `/;<=>?[\\]^_`|~\' despite being its Up target
648 'error_line' => ':3: node `other nodes\' lacks menu item for `/;<=>?[\\]^_`|~\' despite being its Up target
649649 ',
650650 'file_name' => '',
651651 'line_nr' => 3,
652652 'macro' => '',
653 'text' => 'Node `other nodes\' lacks menu item for `/;<=>?[\\]^_`|~\' despite being its Up target',
653 'text' => 'node `other nodes\' lacks menu item for `/;<=>?[\\]^_`|~\' despite being its Up target',
654654 'type' => 'error'
655655 },
656656 {
663663 'type' => 'warning'
664664 },
665665 {
666 'error_line' => ':3: Node `other nodes\' lacks menu item for `local node\' despite being its Up target
666 'error_line' => ':3: node `other nodes\' lacks menu item for `local node\' despite being its Up target
667667 ',
668668 'file_name' => '',
669669 'line_nr' => 3,
670670 'macro' => '',
671 'text' => 'Node `other nodes\' lacks menu item for `local node\' despite being its Up target',
671 'text' => 'node `other nodes\' lacks menu item for `local node\' despite being its Up target',
672672 'type' => 'error'
673673 }
674674 ];
675675
676676
677677
678 $result_converted{'info'}->{'character_and_spaces_in_node'} = 'This is , produced by tp version from .
678 $result_converted{'info'}->{'character_and_spaces_in_node'} = 'This is , produced from .
679679
680680 
681681 File: , Node: Top, Up: (dir)
695695
696696 
697697 Tag Table:
698 Node: Top41
699 Node: other nodes75
700 Node: !_"#$%&\'()*+-.150
701 Node: /;<=>?[\\]^_`|~244
702 Node: local node337
698 Node: Top27
699 Node: other nodes61
700 Node: !_"#$%&\'()*+-.136
701 Node: /;<=>?[\\]^_`|~230
702 Node: local node323
703703 
704704 End Tag Table
705705 ';
715715 <meta name="keywords" content="Untitled Document">
716716 <meta name="resource-type" content="document">
717717 <meta name="distribution" content="global">
718 <meta name="Generator" content="tp">
719718 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
720719 <link href="#Top" rel="start" title="Top">
721720 <style type="text/css">
796795
797796 $result_converted_errors{'html'}->{'character_and_spaces_in_node'} = [
798797 {
799 'error_line' => 'warning: Must specify a title with a title command or @top
800 ',
801 'text' => 'Must specify a title with a title command or @top',
798 'error_line' => 'warning: must specify a title with a title command or @top
799 ',
800 'text' => 'must specify a title with a title command or @top',
802801 'type' => 'warning'
803802 }
804803 ];
21882188
21892189
21902190
2191 $result_converted{'info'}->{'character_and_spaces_in_refs'} = 'This is , produced by tp version from .
2191 $result_converted{'info'}->{'character_and_spaces_in_refs'} = 'This is , produced from .
21922192
21932193 
21942194 File: , Node: Top, Next: other nodes, Up: (dir)
22362236
22372237 
22382238 Tag Table:
2239 Node: Top41
2240 Node: other nodes435
2241 Node: !_"#$%&\'()*+-.616
2242 Node: /;<=>?[\\]^_`|~710
2243 Node: local node803
2239 Node: Top27
2240 Node: other nodes421
2241 Node: !_"#$%&\'()*+-.602
2242 Node: /;<=>?[\\]^_`|~696
2243 Node: local node789
22442244 
22452245 End Tag Table
22462246 ';
22562256 <meta name="keywords" content="Test refs">
22572257 <meta name="resource-type" content="document">
22582258 <meta name="distribution" content="global">
2259 <meta name="Generator" content="tp">
22602259 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
22612260 <link href="#Top" rel="start" title="Top">
22622261 <style type="text/css">
77 <meta name="keywords" content="Test refs: !_&quot;#$%&amp;'()*+-.">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="other-nodes.html#other-nodes" rel="up" title="other nodes">
77 <meta name="keywords" content="Test refs: /;&lt;=&gt;?[\]^_`|~">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="other-nodes.html#other-nodes" rel="up" title="other nodes">
77 <meta name="keywords" content="Test refs: Top">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="#Top" rel="start" title="Top">
1312 <link href="../dir/index.html" rel="up" title="(dir)">
77 <meta name="keywords" content="Test refs: local node">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="other-nodes.html#other-nodes" rel="up" title="other nodes">
77 <meta name="keywords" content="Test refs: other nodes">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
950950 <meta name="keywords" content="top">
951951 <meta name="resource-type" content="document">
952952 <meta name="distribution" content="global">
953 <meta name="Generator" content="tp">
954953 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
955954 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
956955 <style type="text/css">
986986 <meta name="keywords" content="top">
987987 <meta name="resource-type" content="document">
988988 <meta name="distribution" content="global">
989 <meta name="Generator" content="tp">
990989 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
991990 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
992991 <style type="text/css">
165165 <meta name="keywords" content="Untitled Document">
166166 <meta name="resource-type" content="document">
167167 <meta name="distribution" content="global">
168 <meta name="Generator" content="tp">
169168 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
170169 <link href="#Top" rel="start" title="Top">
171170 <style type="text/css">
215214
216215 $result_converted_errors{'html'}->{'contents_with_only_top_node'} = [
217216 {
218 'error_line' => 'warning: Must specify a title with a title command or @top
219 ',
220 'text' => 'Must specify a title with a title command or @top',
217 'error_line' => 'warning: must specify a title with a title command or @top
218 ',
219 'text' => 'must specify a title with a title command or @top',
221220 'type' => 'warning'
222221 }
223222 ];
10251025
10261026
10271027
1028 $result_converted{'info'}->{'double_node_anchor_float'} = 'This is , produced by tp version from .
1028 $result_converted{'info'}->{'double_node_anchor_float'} = 'This is , produced from .
10291029
10301030 
10311031 File: , Node: node1
10391039
10401040 
10411041 Tag Table:
1042 Node: node141
1043 Ref: anchor165
1044 Ref: float177
1042 Node: node127
1043 Ref: anchor151
1044 Ref: float163
10451045 
10461046 End Tag Table
10471047 ';
10481048
10491049 $result_converted_errors{'info'}->{'double_node_anchor_float'} = [
10501050 {
1051 'error_line' => 'warning: Document without Top node.
1052 ',
1053 'text' => 'Document without Top node.',
1051 'error_line' => 'warning: document without Top node
1052 ',
1053 'text' => 'document without Top node',
10541054 'type' => 'warning'
10551055 }
10561056 ];
10671067 <meta name="keywords" content="Untitled Document">
10681068 <meta name="resource-type" content="document">
10691069 <meta name="distribution" content="global">
1070 <meta name="Generator" content="tp">
10711070 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10721071 <link href="#node1" rel="start" title="node1">
10731072 <style type="text/css">
11481147
11491148 $result_converted_errors{'html'}->{'double_node_anchor_float'} = [
11501149 {
1151 'error_line' => 'warning: Must specify a title with a title command or @top
1152 ',
1153 'text' => 'Must specify a title with a title command or @top',
1150 'error_line' => 'warning: must specify a title with a title command or @top
1151 ',
1152 'text' => 'must specify a title with a title command or @top',
11541153 'type' => 'warning'
11551154 }
11561155 ];
906906 <meta name="keywords" content="top">
907907 <meta name="resource-type" content="document">
908908 <meta name="distribution" content="global">
909 <meta name="Generator" content="tp">
910909 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
911910 <link href="#Top" rel="start" title="Top">
912911 <style type="text/css">
344344
345345
346346
347 $result_converted{'info'}->{'double_top'} = 'This is , produced by tp version from .
347 $result_converted{'info'}->{'double_top'} = 'This is , produced from .
348348
349349 
350350 File: , Node: Top, Next: Top
353353
354354 
355355 Tag Table:
356 Node: Top41
356 Node: Top27
357357 
358358 End Tag Table
359359 ';
369369 <meta name="keywords" content="Untitled Document">
370370 <meta name="resource-type" content="document">
371371 <meta name="distribution" content="global">
372 <meta name="Generator" content="tp">
373372 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
374373 <link href="#Top" rel="start" title="ToP">
375374 <style type="text/css">
429428
430429 $result_converted_errors{'html'}->{'double_top'} = [
431430 {
432 'error_line' => 'warning: Must specify a title with a title command or @top
433 ',
434 'text' => 'Must specify a title with a title command or @top',
431 'error_line' => 'warning: must specify a title with a title command or @top
432 ',
433 'text' => 'must specify a title with a title command or @top',
435434 'type' => 'warning'
436435 }
437436 ];
539539 'type' => 'error continuation'
540540 },
541541 {
542 'error_line' => ':5: warning: Menu entry node name `top\' different from node name `ToP\'
542 'error_line' => ':5: warning: menu entry node name `top\' different from node name `ToP\'
543543 ',
544544 'file_name' => '',
545545 'line_nr' => 5,
546546 'macro' => '',
547 'text' => 'Menu entry node name `top\' different from node name `ToP\'',
547 'text' => 'menu entry node name `top\' different from node name `ToP\'',
548548 'type' => 'warning'
549549 },
550550 {
551 'error_line' => ':6: warning: Menu entry node name `TOP\' different from node name `ToP\'
551 'error_line' => ':6: warning: menu entry node name `TOP\' different from node name `ToP\'
552552 ',
553553 'file_name' => '',
554554 'line_nr' => 6,
555555 'macro' => '',
556 'text' => 'Menu entry node name `TOP\' different from node name `ToP\'',
556 'text' => 'menu entry node name `TOP\' different from node name `ToP\'',
557557 'type' => 'warning'
558558 },
559559 {
216216
217217 $result_errors{'double_top_section'} = [
218218 {
219 'error_line' => ':5: warning: Multiple @top
219 'error_line' => ':5: warning: multiple @top
220220 ',
221221 'file_name' => '',
222222 'line_nr' => 5,
223223 'macro' => '',
224 'text' => 'Multiple @top',
224 'text' => 'multiple @top',
225225 'type' => 'warning'
226226 }
227227 ];
9999
100100 $result_errors{'empty_anchor'} = [
101101 {
102 'error_line' => ':1: Empty argument in @anchor
102 'error_line' => ':1: empty argument in @anchor
103103 ',
104104 'file_name' => '',
105105 'line_nr' => 1,
106106 'macro' => '',
107 'text' => 'Empty argument in @anchor',
107 'text' => 'empty argument in @anchor',
108108 'type' => 'error'
109109 },
110110 {
111 'error_line' => ':2: Empty argument in @anchor
111 'error_line' => ':2: empty argument in @anchor
112112 ',
113113 'file_name' => '',
114114 'line_nr' => 2,
115115 'macro' => '',
116 'text' => 'Empty argument in @anchor',
116 'text' => 'empty argument in @anchor',
117117 'type' => 'error'
118118 }
119119 ];
188188
189189 $result_errors{'empty_node'} = [
190190 {
191 'error_line' => ':1: Empty argument in @node
191 'error_line' => ':1: empty argument in @node
192192 ',
193193 'file_name' => '',
194194 'line_nr' => 1,
195195 'macro' => '',
196 'text' => 'Empty argument in @node',
196 'text' => 'empty argument in @node',
197197 'type' => 'error'
198198 },
199199 {
200 'error_line' => ':3: Empty argument in @node
200 'error_line' => ':3: empty argument in @node
201201 ',
202202 'file_name' => '',
203203 'line_nr' => 3,
204204 'macro' => '',
205 'text' => 'Empty argument in @node',
205 'text' => 'empty argument in @node',
206206 'type' => 'error'
207207 }
208208 ];
282282
283283 $result_errors{'empty_nodes_with_commands'} = [
284284 {
285 'error_line' => ':2: Empty argument in @node
285 'error_line' => ':2: empty argument in @node
286286 ',
287287 'file_name' => '',
288288 'line_nr' => 2,
289289 'macro' => '',
290 'text' => 'Empty argument in @node',
290 'text' => 'empty argument in @node',
291291 'type' => 'error'
292292 },
293293 {
294 'error_line' => ':4: Empty node name after expansion `@
294 'error_line' => ':4: empty node name after expansion `@
295295 \'
296296 ',
297297 'file_name' => '',
298298 'line_nr' => 4,
299299 'macro' => '',
300 'text' => 'Empty node name after expansion `@
300 'text' => 'empty node name after expansion `@
301301 \'',
302302 'type' => 'error'
303303 },
304304 {
305 'error_line' => ':5: Empty node name after expansion `@:\'
305 'error_line' => ':5: empty node name after expansion `@:\'
306306 ',
307307 'file_name' => '',
308308 'line_nr' => 5,
309309 'macro' => '',
310 'text' => 'Empty node name after expansion `@:\'',
310 'text' => 'empty node name after expansion `@:\'',
311311 'type' => 'error'
312312 },
313313 {
314 'error_line' => ':6: Empty node name after expansion `@asis{ }\'
314 'error_line' => ':6: empty node name after expansion `@asis{ }\'
315315 ',
316316 'file_name' => '',
317317 'line_nr' => 6,
318318 'macro' => '',
319 'text' => 'Empty node name after expansion `@asis{ }\'',
319 'text' => 'empty node name after expansion `@asis{ }\'',
320320 'type' => 'error'
321321 }
322322 ];
568568
569569 $result_errors{'empty_ref_arg'} = [
570570 {
571 'error_line' => ':3: warning: In @ref empty cross reference name after expansion `@ \'
571 'error_line' => ':3: warning: in @ref empty cross reference name after expansion `@ \'
572572 ',
573573 'file_name' => '',
574574 'line_nr' => 3,
575575 'macro' => '',
576 'text' => 'In @ref empty cross reference name after expansion `@ \'',
576 'text' => 'in @ref empty cross reference name after expansion `@ \'',
577577 'type' => 'warning'
578578 },
579579 {
580 'error_line' => ':4: warning: In @ref empty cross reference title after expansion `@ \'
580 'error_line' => ':4: warning: in @ref empty cross reference title after expansion `@ \'
581581 ',
582582 'file_name' => '',
583583 'line_nr' => 4,
584584 'macro' => '',
585 'text' => 'In @ref empty cross reference title after expansion `@ \'',
585 'text' => 'in @ref empty cross reference title after expansion `@ \'',
586586 'type' => 'warning'
587587 },
588588 {
589 'error_line' => ':5: warning: In @ref empty cross reference name after expansion `@ \'
589 'error_line' => ':5: warning: in @ref empty cross reference name after expansion `@ \'
590590 ',
591591 'file_name' => '',
592592 'line_nr' => 5,
593593 'macro' => '',
594 'text' => 'In @ref empty cross reference name after expansion `@ \'',
594 'text' => 'in @ref empty cross reference name after expansion `@ \'',
595595 'type' => 'warning'
596596 },
597597 {
598 'error_line' => ':5: warning: In @ref empty cross reference title after expansion `@:\'
598 'error_line' => ':5: warning: in @ref empty cross reference title after expansion `@:\'
599599 ',
600600 'file_name' => '',
601601 'line_nr' => 5,
602602 'macro' => '',
603 'text' => 'In @ref empty cross reference title after expansion `@:\'',
603 'text' => 'in @ref empty cross reference title after expansion `@:\'',
604604 'type' => 'warning'
605605 },
606606 {
607 'error_line' => ':11: warning: In @ref empty cross reference name after expansion `@c aaa
607 'error_line' => ':11: warning: in @ref empty cross reference name after expansion `@c aaa
608608 @ \'
609609 ',
610610 'file_name' => '',
611611 'line_nr' => 11,
612612 'macro' => '',
613 'text' => 'In @ref empty cross reference name after expansion `@c aaa
613 'text' => 'in @ref empty cross reference name after expansion `@c aaa
614614 @ \'',
615615 'type' => 'warning'
616616 }
451451
452452
453453
454 $result_converted{'info'}->{'empty_top_node_up'} = 'This is , produced by tp version from .
454 $result_converted{'info'}->{'empty_top_node_up'} = 'This is , produced from .
455455
456456 
457457 File: , Node: Top, Next: first, Up:
469469
470470 
471471 Tag Table:
472 Node: Top41
473 Node: first141
472 Node: Top27
473 Node: first127
474474 
475475 End Tag Table
476476 ';
486486 <meta name="keywords" content="empty top node up">
487487 <meta name="resource-type" content="document">
488488 <meta name="distribution" content="global">
489 <meta name="Generator" content="tp">
490489 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
491490 <link href="#Top" rel="start" title="Top">
492491 <style type="text/css">
692692
693693 $result_errors{'equivalent_labels'} = [
694694 {
695 'error_line' => ':10: warning: Menu entry node name `anch\' different from anchor name `@samp{anch}\'
695 'error_line' => ':10: warning: menu entry node name `anch\' different from anchor name `@samp{anch}\'
696696 ',
697697 'file_name' => '',
698698 'line_nr' => 10,
699699 'macro' => '',
700 'text' => 'Menu entry node name `anch\' different from anchor name `@samp{anch}\'',
700 'text' => 'menu entry node name `anch\' different from anchor name `@samp{anch}\'',
701701 'type' => 'warning'
702702 },
703703 {
704 'error_line' => ':11: warning: Menu entry node name `@code{floa}\' different from float name `floa\'
704 'error_line' => ':11: warning: menu entry node name `@code{floa}\' different from float name `floa\'
705705 ',
706706 'file_name' => '',
707707 'line_nr' => 11,
708708 'macro' => '',
709 'text' => 'Menu entry node name `@code{floa}\' different from float name `floa\'',
709 'text' => 'menu entry node name `@code{floa}\' different from float name `floa\'',
710710 'type' => 'warning'
711711 }
712712 ];
743743
744744
745745
746 $result_converted{'info'}->{'equivalent_labels'} = 'This is , produced by tp version from .
746 $result_converted{'info'}->{'equivalent_labels'} = 'This is , produced from .
747747
748748 
749749 File: , Node: Top, Next: \'anch\', Up: (dir)
761761
762762 
763763 Tag Table:
764 Node: Top41
765 Ref: \'anch\'90
766 Ref: floa93
764 Node: Top27
765 Ref: \'anch\'76
766 Ref: floa79
767767 
768768 End Tag Table
769769 ';
779779 <meta name="keywords" content="Untitled Document">
780780 <meta name="resource-type" content="document">
781781 <meta name="distribution" content="global">
782 <meta name="Generator" content="tp">
783782 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
784783 <link href="#Top" rel="start" title="Top">
785784 <style type="text/css">
840839
841840 $result_converted_errors{'html'}->{'equivalent_labels'} = [
842841 {
843 'error_line' => 'warning: Must specify a title with a title command or @top
844 ',
845 'text' => 'Must specify a title with a title command or @top',
842 'error_line' => 'warning: must specify a title with a title command or @top
843 ',
844 'text' => 'must specify a title with a title command or @top',
846845 'type' => 'warning'
847846 }
848847 ];
516516 'type' => 'warning'
517517 },
518518 {
519 'error_line' => ':4: warning: Menu entry node name `@strong{node}\' different from node name `@samp{node}\'
519 'error_line' => ':4: warning: menu entry node name `@strong{node}\' different from node name `@samp{node}\'
520520 ',
521521 'file_name' => '',
522522 'line_nr' => 4,
523523 'macro' => '',
524 'text' => 'Menu entry node name `@strong{node}\' different from node name `@samp{node}\'',
524 'text' => 'menu entry node name `@strong{node}\' different from node name `@samp{node}\'',
525525 'type' => 'warning'
526526 },
527527 {
537537
538538
539539
540 $result_converted{'info'}->{'equivalent_nodes'} = 'This is , produced by tp version from .
540 $result_converted{'info'}->{'equivalent_nodes'} = 'This is , produced from .
541541
542542 
543543 File: , Node: Top, Next: \'node\'
553553
554554 
555555 Tag Table:
556 Node: Top41
557 Node: \'node\'99
556 Node: Top27
557 Node: \'node\'85
558558 
559559 End Tag Table
560560 ';
570570 <meta name="keywords" content="Untitled Document">
571571 <meta name="resource-type" content="document">
572572 <meta name="distribution" content="global">
573 <meta name="Generator" content="tp">
574573 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
575574 <link href="#Top" rel="start" title="Top">
576575 <style type="text/css">
637636
638637 $result_converted_errors{'html'}->{'equivalent_nodes'} = [
639638 {
640 'error_line' => 'warning: Must specify a title with a title command or @top
641 ',
642 'text' => 'Must specify a title with a title command or @top',
639 'error_line' => 'warning: must specify a title with a title command or @top
640 ',
641 'text' => 'must specify a title with a title command or @top',
643642 'type' => 'warning'
644643 }
645644 ];
844844 ';
845845
846846
847 $result_converted{'info'}->{'explicit_node_directions'} = 'This is , produced by tp version from .
847 $result_converted{'info'}->{'explicit_node_directions'} = 'This is , produced from .
848848
849849 
850850 File: , Node: Top, Next: second node, Up: (dir)
866866
867867 
868868 Tag Table:
869 Node: Top41
870 Node: second node145
871 Node: third node229
869 Node: Top27
870 Node: second node131
871 Node: third node215
872872 
873873 End Tag Table
874874 ';
884884 <meta name="keywords" content="Untitled Document">
885885 <meta name="resource-type" content="document">
886886 <meta name="distribution" content="global">
887 <meta name="Generator" content="tp">
888887 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
889888 <link href="#Top" rel="start" title="Top">
890889 <style type="text/css">
961960
962961 $result_converted_errors{'html'}->{'explicit_node_directions'} = [
963962 {
964 'error_line' => 'warning: Must specify a title with a title command or @top
963 'error_line' => 'warning: must specify a title with a title command or @top
965964 ',
966 'text' => 'Must specify a title with a title command or @top',
965 'text' => 'must specify a title with a title command or @top',
967966 'type' => 'warning'
968967 }
969968 ];
394394
395395 $result_errors{'hole_in_sectioning'} = [
396396 {
397 'error_line' => ':7: Raising the section level of @subsubsection which is too low
397 'error_line' => ':7: raising the section level of @subsubsection which is too low
398398 ',
399399 'file_name' => '',
400400 'line_nr' => 7,
401401 'macro' => '',
402 'text' => 'Raising the section level of @subsubsection which is too low',
402 'text' => 'raising the section level of @subsubsection which is too low',
403403 'type' => 'error'
404404 }
405405 ];
564564 ';
565565
566566
567 $result_converted{'info'}->{'internal_top_node_up'} = 'This is , produced by tp version from .
567 $result_converted{'info'}->{'internal_top_node_up'} = 'This is , produced from .
568568
569569 
570570 File: , Node: Top, Next: first, Up: node@ node
582582
583583 
584584 Tag Table:
585 Node: Top41
586 Node: first157
585 Node: Top27
586 Node: first143
587587 
588588 End Tag Table
589589 ';
599599 <meta name="keywords" content="internal top node up">
600600 <meta name="resource-type" content="document">
601601 <meta name="distribution" content="global">
602 <meta name="Generator" content="tp">
603602 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
604603 <link href="#Top" rel="start" title="Top">
605604 <style type="text/css">
466466
467467 $result_errors{'lone_Top_node'} = [
468468 {
469 'error_line' => ':7: warning: Node `Top\' is up for `First\' in menu but not in sectioning
469 'error_line' => ':7: warning: node `Top\' is up for `First\' in menu but not in sectioning
470470 ',
471471 'file_name' => '',
472472 'line_nr' => 7,
473473 'macro' => '',
474 'text' => 'Node `Top\' is up for `First\' in menu but not in sectioning',
474 'text' => 'node `Top\' is up for `First\' in menu but not in sectioning',
475475 'type' => 'warning'
476476 }
477477 ];
5252 <meta name="keywords" content="Untitled Document">
5353 <meta name="resource-type" content="document">
5454 <meta name="distribution" content="global">
55 <meta name="Generator" content="tp">
5655 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5756 <style type="text/css">
5857 <!--
9695
9796 $result_converted_errors{'html'}->{'lone_contents'} = [
9897 {
99 'error_line' => 'warning: Must specify a title with a title command or @top
98 'error_line' => 'warning: must specify a title with a title command or @top
10099 ',
101 'text' => 'Must specify a title with a title command or @top',
100 'text' => 'must specify a title with a title command or @top',
102101 'type' => 'warning'
103102 }
104103 ];
10531053
10541054 $result_errors{'loop_nodes'} = [
10551055 {
1056 'error_line' => ':21: Node `node down\' lacks menu item for `node up\' despite being its Up target
1056 'error_line' => ':21: node `node down\' lacks menu item for `node up\' despite being its Up target
10571057 ',
10581058 'file_name' => '',
10591059 'line_nr' => 21,
10601060 'macro' => '',
1061 'text' => 'Node `node down\' lacks menu item for `node up\' despite being its Up target',
1061 'text' => 'node `node down\' lacks menu item for `node up\' despite being its Up target',
10621062 'type' => 'error'
10631063 }
10641064 ];
22052205
22062206 $result_errors{'lowered_subsubsection'} = [
22072207 {
2208 'error_line' => ':34: warning: Node `Lowered subsubsection\' is next for `Lowered subsec\' in sectioning but not in menu
2208 'error_line' => ':34: warning: node `Lowered subsubsection\' is next for `Lowered subsec\' in sectioning but not in menu
22092209 ',
22102210 'file_name' => '',
22112211 'line_nr' => 34,
22122212 'macro' => '',
2213 'text' => 'Node `Lowered subsubsection\' is next for `Lowered subsec\' in sectioning but not in menu',
2213 'text' => 'node `Lowered subsubsection\' is next for `Lowered subsec\' in sectioning but not in menu',
22142214 'type' => 'warning'
22152215 },
22162216 {
2217 'error_line' => ':41: warning: Node `Lowered subsec\' is prev for `Lowered subsubsection\' in sectioning but not in menu
2217 'error_line' => ':41: warning: node `Lowered subsec\' is prev for `Lowered subsubsection\' in sectioning but not in menu
22182218 ',
22192219 'file_name' => '',
22202220 'line_nr' => 41,
22212221 'macro' => '',
2222 'text' => 'Node `Lowered subsec\' is prev for `Lowered subsubsection\' in sectioning but not in menu',
2222 'text' => 'node `Lowered subsec\' is prev for `Lowered subsubsection\' in sectioning but not in menu',
22232223 'type' => 'warning'
22242224 },
22252225 {
2226 'error_line' => ':41: warning: Node up `Lowered subsubsection\' in menu `Lowered subsec\' and in sectioning `Subsection\' differ
2226 'error_line' => ':41: warning: node up `Lowered subsubsection\' in menu `Lowered subsec\' and in sectioning `Subsection\' differ
22272227 ',
22282228 'file_name' => '',
22292229 'line_nr' => 41,
22302230 'macro' => '',
2231 'text' => 'Node up `Lowered subsubsection\' in menu `Lowered subsec\' and in sectioning `Subsection\' differ',
2231 'text' => 'node up `Lowered subsubsection\' in menu `Lowered subsec\' and in sectioning `Subsection\' differ',
22322232 'type' => 'warning'
22332233 },
22342234 {
2235 'error_line' => ':22: Node `Subsection\' lacks menu item for `Lowered subsubsection\' despite being its Up target
2235 'error_line' => ':22: node `Subsection\' lacks menu item for `Lowered subsubsection\' despite being its Up target
22362236 ',
22372237 'file_name' => '',
22382238 'line_nr' => 22,
22392239 'macro' => '',
2240 'text' => 'Node `Subsection\' lacks menu item for `Lowered subsubsection\' despite being its Up target',
2240 'text' => 'node `Subsection\' lacks menu item for `Lowered subsubsection\' despite being its Up target',
22412241 'type' => 'error'
22422242 }
22432243 ];
18701870 'type' => 'error continuation'
18711871 },
18721872 {
1873 'error_line' => ':6: warning: Node `foo\' is next for `bar\' in sectioning but not in menu
1873 'error_line' => ':6: warning: node `foo\' is next for `bar\' in sectioning but not in menu
18741874 ',
18751875 'file_name' => '',
18761876 'line_nr' => 6,
18771877 'macro' => '',
1878 'text' => 'Node `foo\' is next for `bar\' in sectioning but not in menu',
1878 'text' => 'node `foo\' is next for `bar\' in sectioning but not in menu',
18791879 'type' => 'warning'
18801880 },
18811881 {
18881888 'type' => 'warning'
18891889 },
18901890 {
1891 'error_line' => ':13: warning: Node `onesub2\' is next for `onesub1\' in sectioning but not in menu
1891 'error_line' => ':13: warning: node `onesub2\' is next for `onesub1\' in sectioning but not in menu
18921892 ',
18931893 'file_name' => '',
18941894 'line_nr' => 13,
18951895 'macro' => '',
1896 'text' => 'Node `onesub2\' is next for `onesub1\' in sectioning but not in menu',
1896 'text' => 'node `onesub2\' is next for `onesub1\' in sectioning but not in menu',
18971897 'type' => 'warning'
18981898 },
18991899 {
1900 'error_line' => ':13: warning: Node `bar\' is up for `onesub1\' in sectioning but not in menu
1900 'error_line' => ':13: warning: node `bar\' is up for `onesub1\' in sectioning but not in menu
19011901 ',
19021902 'file_name' => '',
19031903 'line_nr' => 13,
19041904 'macro' => '',
1905 'text' => 'Node `bar\' is up for `onesub1\' in sectioning but not in menu',
1905 'text' => 'node `bar\' is up for `onesub1\' in sectioning but not in menu',
19061906 'type' => 'warning'
19071907 },
19081908 {
1909 'error_line' => ':6: Node `bar\' lacks menu item for `onesub1\' despite being its Up target
1909 'error_line' => ':6: node `bar\' lacks menu item for `onesub1\' despite being its Up target
19101910 ',
19111911 'file_name' => '',
19121912 'line_nr' => 6,
19131913 'macro' => '',
1914 'text' => 'Node `bar\' lacks menu item for `onesub1\' despite being its Up target',
1914 'text' => 'node `bar\' lacks menu item for `onesub1\' despite being its Up target',
19151915 'type' => 'error'
19161916 },
19171917 {
1918 'error_line' => ':16: warning: Node `onesub1\' is prev for `onesub2\' in sectioning but not in menu
1918 'error_line' => ':16: warning: node `onesub1\' is prev for `onesub2\' in sectioning but not in menu
19191919 ',
19201920 'file_name' => '',
19211921 'line_nr' => 16,
19221922 'macro' => '',
1923 'text' => 'Node `onesub1\' is prev for `onesub2\' in sectioning but not in menu',
1923 'text' => 'node `onesub1\' is prev for `onesub2\' in sectioning but not in menu',
19241924 'type' => 'warning'
19251925 },
19261926 {
19331933 'type' => 'warning'
19341934 },
19351935 {
1936 'error_line' => ':20: warning: Node `bar\' is prev for `foo\' in sectioning but not in menu
1936 'error_line' => ':20: warning: node `bar\' is prev for `foo\' in sectioning but not in menu
19371937 ',
19381938 'file_name' => '',
19391939 'line_nr' => 20,
19401940 'macro' => '',
1941 'text' => 'Node `bar\' is prev for `foo\' in sectioning but not in menu',
1941 'text' => 'node `bar\' is prev for `foo\' in sectioning but not in menu',
19421942 'type' => 'warning'
19431943 },
19441944 {
1945 'error_line' => ':29: warning: Node next `sub1\' in menu `sub3\' and in sectioning `sub2\' differ
1945 'error_line' => ':29: warning: node next `sub1\' in menu `sub3\' and in sectioning `sub2\' differ
19461946 ',
19471947 'file_name' => '',
19481948 'line_nr' => 29,
19491949 'macro' => '',
1950 'text' => 'Node next `sub1\' in menu `sub3\' and in sectioning `sub2\' differ',
1950 'text' => 'node next `sub1\' in menu `sub3\' and in sectioning `sub2\' differ',
19511951 'type' => 'warning'
19521952 },
19531953 {
1954 'error_line' => ':32: warning: Node `sub3\' is next for `sub2\' in sectioning but not in menu
1954 'error_line' => ':32: warning: node `sub3\' is next for `sub2\' in sectioning but not in menu
19551955 ',
19561956 'file_name' => '',
19571957 'line_nr' => 32,
19581958 'macro' => '',
1959 'text' => 'Node `sub3\' is next for `sub2\' in sectioning but not in menu',
1959 'text' => 'node `sub3\' is next for `sub2\' in sectioning but not in menu',
19601960 'type' => 'warning'
19611961 },
19621962 {
1963 'error_line' => ':32: warning: Node prev `sub2\' in menu `sub3\' and in sectioning `sub1\' differ
1963 'error_line' => ':32: warning: node prev `sub2\' in menu `sub3\' and in sectioning `sub1\' differ
19641964 ',
19651965 'file_name' => '',
19661966 'line_nr' => 32,
19671967 'macro' => '',
1968 'text' => 'Node prev `sub2\' in menu `sub3\' and in sectioning `sub1\' differ',
1968 'text' => 'node prev `sub2\' in menu `sub3\' and in sectioning `sub1\' differ',
19691969 'type' => 'warning'
19701970 },
19711971 {
1972 'error_line' => ':35: warning: Node `sub2\' is next for `sub3\' in menu but not in sectioning
1972 'error_line' => ':35: warning: node `sub2\' is next for `sub3\' in menu but not in sectioning
19731973 ',
19741974 'file_name' => '',
19751975 'line_nr' => 35,
19761976 'macro' => '',
1977 'text' => 'Node `sub2\' is next for `sub3\' in menu but not in sectioning',
1977 'text' => 'node `sub2\' is next for `sub3\' in menu but not in sectioning',
19781978 'type' => 'warning'
19791979 },
19801980 {
1981 'error_line' => ':35: warning: Node prev `sub3\' in menu `sub1\' and in sectioning `sub2\' differ
1981 'error_line' => ':35: warning: node prev `sub3\' in menu `sub1\' and in sectioning `sub2\' differ
19821982 ',
19831983 'file_name' => '',
19841984 'line_nr' => 35,
19851985 'macro' => '',
1986 'text' => 'Node prev `sub3\' in menu `sub1\' and in sectioning `sub2\' differ',
1986 'text' => 'node prev `sub3\' in menu `sub1\' and in sectioning `sub2\' differ',
19871987 'type' => 'warning'
19881988 }
19891989 ];
12931293
12941294 $result_errors{'next_in_menu_is_below'} = [
12951295 {
1296 'error_line' => ':16: warning: Node `subsection\' is next for `section\' in menu but not in sectioning
1296 'error_line' => ':16: warning: node `subsection\' is next for `section\' in menu but not in sectioning
12971297 ',
12981298 'file_name' => '',
12991299 'line_nr' => 16,
13001300 'macro' => '',
1301 'text' => 'Node `subsection\' is next for `section\' in menu but not in sectioning',
1301 'text' => 'node `subsection\' is next for `section\' in menu but not in sectioning',
13021302 'type' => 'warning'
13031303 },
13041304 {
1305 'error_line' => ':23: warning: Node `section\' is prev for `subsection\' in menu but not in sectioning
1305 'error_line' => ':23: warning: node `section\' is prev for `subsection\' in menu but not in sectioning
13061306 ',
13071307 'file_name' => '',
13081308 'line_nr' => 23,
13091309 'macro' => '',
1310 'text' => 'Node `section\' is prev for `subsection\' in menu but not in sectioning',
1310 'text' => 'node `section\' is prev for `subsection\' in menu but not in sectioning',
13111311 'type' => 'warning'
13121312 }
13131313 ];
13141314
13151315
13161316
1317 $result_converted{'info'}->{'next_in_menu_is_below'} = 'This is , produced by tp version from .
1317 $result_converted{'info'}->{'next_in_menu_is_below'} = 'This is , produced from .
13181318
13191319 
13201320 File: , Node: Top, Next: chapter, Up: (dir)
13561356
13571357 
13581358 Tag Table:
1359 Node: Top41
1360 Node: chapter122
1361 Node: section228
1362 Node: subsection337
1359 Node: Top27
1360 Node: chapter108
1361 Node: section214
1362 Node: subsection323
13631363 
13641364 End Tag Table
13651365 ';
13751375 <meta name="keywords" content="top">
13761376 <meta name="resource-type" content="document">
13771377 <meta name="distribution" content="global">
1378 <meta name="Generator" content="tp">
13791378 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
13801379 <link href="#Top" rel="start" title="Top">
13811380 <style type="text/css">
243243 <meta name="keywords" content="for example">
244244 <meta name="resource-type" content="document">
245245 <meta name="distribution" content="global">
246 <meta name="Generator" content="tp">
247246 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
248247 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
249248 <style type="text/css">
10161016 'type' => 'error continuation'
10171017 },
10181018 {
1019 'error_line' => ':32: warning: Entry for index `cp\' outside of any node
1019 'error_line' => ':32: warning: entry for index `cp\' outside of any node
10201020 ',
10211021 'file_name' => '',
10221022 'line_nr' => 32,
10231023 'macro' => '',
1024 'text' => 'Entry for index `cp\' outside of any node',
1024 'text' => 'entry for index `cp\' outside of any node',
10251025 'type' => 'warning'
10261026 }
10271027 ];
10531053
10541054
10551055
1056 $result_converted{'info'}->{'no_element'} = 'This is , produced by tp version from .
1056 $result_converted{'info'}->{'no_element'} = 'This is , produced from .
10571057
10581058 Ref to the anchor: *note An anchor::
10591059
10941094
10951095 $result_converted_errors{'info'}->{'no_element'} = [
10961096 {
1097 'error_line' => 'warning: Document without nodes.
1098 ',
1099 'text' => 'Document without nodes.',
1097 'error_line' => 'warning: document without nodes
1098 ',
1099 'text' => 'document without nodes',
11001100 'type' => 'warning'
11011101 },
11021102 {
11491149 <meta name="keywords" content="no_element test">
11501150 <meta name="resource-type" content="document">
11511151 <meta name="distribution" content="global">
1152 <meta name="Generator" content="tp">
11531152 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
11541153 <style type="text/css">
11551154 <!--
834834
835835 $result_errors{'node'} = [
836836 {
837 'error_line' => ':6: warning: Superfluous arguments for node
837 'error_line' => ':6: warning: superfluous arguments for node
838838 ',
839839 'file_name' => '',
840840 'line_nr' => 6,
841841 'macro' => '',
842 'text' => 'Superfluous arguments for node',
842 'text' => 'superfluous arguments for node',
843843 'type' => 'warning'
844844 },
845845 {
11481148 ';
11491149
11501150
1151 $result_converted{'info'}->{'node_part_chapter_after_chapter'} = 'This is , produced by tp version from .
1151 $result_converted{'info'}->{'node_part_chapter_after_chapter'} = 'This is , produced from .
11521152
11531153 
11541154 File: , Node: Top, Next: chapter node, Up: (dir)
11761176
11771177 
11781178 Tag Table:
1179 Node: Top41
1180 Node: chapter node154
1181 Node: part chapter node264
1179 Node: Top27
1180 Node: chapter node140
1181 Node: part chapter node250
11821182 
11831183 End Tag Table
11841184 ';
11941194 <meta name="keywords" content="top">
11951195 <meta name="resource-type" content="document">
11961196 <meta name="distribution" content="global">
1197 <meta name="Generator" content="tp">
11981197 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11991198 <link href="#Top" rel="start" title="Top">
12001199 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
770770 ';
771771
772772
773 $result_converted{'info'}->{'node_part_chapter_after_top'} = 'This is , produced by tp version from .
773 $result_converted{'info'}->{'node_part_chapter_after_top'} = 'This is , produced from .
774774
775775 
776776 File: , Node: Top, Next: chapter node, Up: (dir)
791791
792792 
793793 Tag Table:
794 Node: Top41
795 Node: chapter node132
794 Node: Top27
795 Node: chapter node118
796796 
797797 End Tag Table
798798 ';
808808 <meta name="keywords" content="top">
809809 <meta name="resource-type" content="document">
810810 <meta name="distribution" content="global">
811 <meta name="Generator" content="tp">
812811 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
813812 <link href="#Top" rel="start" title="Top">
814813 <style type="text/css">
152152
153153 $result_errors{'node_too_much_args'} = [
154154 {
155 'error_line' => ':1: warning: Superfluous arguments for node
155 'error_line' => ':1: warning: superfluous arguments for node
156156 ',
157157 'file_name' => '',
158158 'line_nr' => 1,
159159 'macro' => '',
160 'text' => 'Superfluous arguments for node',
160 'text' => 'superfluous arguments for node',
161161 'type' => 'warning'
162162 }
163163 ];
153153
154154
155155
156 $result_converted{'info'}->{'node_up_direction_for_top_with_manual'} = 'This is , produced by tp version from .
156 $result_converted{'info'}->{'node_up_direction_for_top_with_manual'} = 'This is , produced from .
157157
158158 
159159 File: , Node: Top, Up: (dir)Top
161161
162162 
163163 Tag Table:
164 Node: Top41
164 Node: Top27
165165 
166166 End Tag Table
167167 ';
177177 <meta name="keywords" content="Untitled Document">
178178 <meta name="resource-type" content="document">
179179 <meta name="distribution" content="global">
180 <meta name="Generator" content="tp">
181180 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
182181 <link href="#Top" rel="start" title="Top">
183182 <style type="text/css">
225224
226225 $result_converted_errors{'html'}->{'node_up_direction_for_top_with_manual'} = [
227226 {
228 'error_line' => 'warning: Must specify a title with a title command or @top
227 'error_line' => 'warning: must specify a title with a title command or @top
229228 ',
230 'text' => 'Must specify a title with a title command or @top',
229 'text' => 'must specify a title with a title command or @top',
231230 'type' => 'warning'
232231 }
233232 ];
501501
502502 $result_errors{'node_up_external_node'} = [
503503 {
504 'error_line' => ':7: warning: For `first\', up in menu `Top\' and up `(manual3)\' don\'t match
504 'error_line' => ':7: warning: for `first\', up in menu `Top\' and up `(manual3)\' don\'t match
505505 ',
506506 'file_name' => '',
507507 'line_nr' => 7,
508508 'macro' => '',
509 'text' => 'For `first\', up in menu `Top\' and up `(manual3)\' don\'t match',
509 'text' => 'for `first\', up in menu `Top\' and up `(manual3)\' don\'t match',
510510 'type' => 'warning'
511511 }
512512 ];
647647 <meta name="keywords" content="Untitled Document">
648648 <meta name="resource-type" content="document">
649649 <meta name="distribution" content="global">
650 <meta name="Generator" content="tp">
651650 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
652651 <link href="#Top" rel="start" title="Top">
653652 <style type="text/css">
712711
713712 $result_converted_errors{'html'}->{'node_up_external_node'} = [
714713 {
715 'error_line' => 'warning: Must specify a title with a title command or @top
714 'error_line' => 'warning: must specify a title with a title command or @top
716715 ',
717 'text' => 'Must specify a title with a title command or @top',
716 'text' => 'must specify a title with a title command or @top',
718717 'type' => 'warning'
719718 }
720719 ];
13231323
13241324 $result_errors{'nodename_parentheses'} = [
13251325 {
1326 'error_line' => ':22: Syntax for an external node used for `(manual)node\'
1326 'error_line' => ':22: syntax for an external node used for `(manual)node\'
13271327 ',
13281328 'file_name' => '',
13291329 'line_nr' => 22,
13301330 'macro' => '',
1331 'text' => 'Syntax for an external node used for `(manual)node\'',
1331 'text' => 'syntax for an external node used for `(manual)node\'',
13321332 'type' => 'error'
13331333 },
13341334 {
1335 'error_line' => ':27: Syntax for an external node used for `(manual)anchor\'
1335 'error_line' => ':27: syntax for an external node used for `(manual)anchor\'
13361336 ',
13371337 'file_name' => '',
13381338 'line_nr' => 27,
13391339 'macro' => '',
1340 'text' => 'Syntax for an external node used for `(manual)anchor\'',
1340 'text' => 'syntax for an external node used for `(manual)anchor\'',
13411341 'type' => 'error'
13421342 },
13431343 {
1344 'error_line' => ':15: warning: Node next `Other node\' in menu `(manual)node\' and in sectioning `node\' differ
1344 'error_line' => ':15: warning: node next `Other node\' in menu `(manual)node\' and in sectioning `node\' differ
13451345 ',
13461346 'file_name' => '',
13471347 'line_nr' => 15,
13481348 'macro' => '',
1349 'text' => 'Node next `Other node\' in menu `(manual)node\' and in sectioning `node\' differ',
1349 'text' => 'node next `Other node\' in menu `(manual)node\' and in sectioning `node\' differ',
13501350 'type' => 'warning'
13511351 },
13521352 {
13591359 'type' => 'warning'
13601360 },
13611361 {
1362 'error_line' => ':22: warning: Node `Other node\' is prev for `node\' in sectioning but not in menu
1362 'error_line' => ':22: warning: node `Other node\' is prev for `node\' in sectioning but not in menu
13631363 ',
13641364 'file_name' => '',
13651365 'line_nr' => 22,
13661366 'macro' => '',
1367 'text' => 'Node `Other node\' is prev for `node\' in sectioning but not in menu',
1367 'text' => 'node `Other node\' is prev for `node\' in sectioning but not in menu',
13681368 'type' => 'warning'
13691369 },
13701370 {
1371 'error_line' => ':22: warning: Node `Top\' is up for `node\' in sectioning but not in menu
1371 'error_line' => ':22: warning: node `Top\' is up for `node\' in sectioning but not in menu
13721372 ',
13731373 'file_name' => '',
13741374 'line_nr' => 22,
13751375 'macro' => '',
1376 'text' => 'Node `Top\' is up for `node\' in sectioning but not in menu',
1376 'text' => 'node `Top\' is up for `node\' in sectioning but not in menu',
13771377 'type' => 'warning'
13781378 },
13791379 {
1380 'error_line' => ':1: Node `Top\' lacks menu item for `node\' despite being its Up target
1380 'error_line' => ':1: node `Top\' lacks menu item for `node\' despite being its Up target
13811381 ',
13821382 'file_name' => '',
13831383 'line_nr' => 1,
13841384 'macro' => '',
1385 'text' => 'Node `Top\' lacks menu item for `node\' despite being its Up target',
1385 'text' => 'node `Top\' lacks menu item for `node\' despite being its Up target',
13861386 'type' => 'error'
13871387 }
13881388 ];
932932 ';
933933
934934
935 $result_converted{'info'}->{'nodes_after_top_before_chapter_nodes'} = 'This is , produced by tp version from .
935 $result_converted{'info'}->{'nodes_after_top_before_chapter_nodes'} = 'This is , produced from .
936936
937937 
938938 File: , Node: Top, Next: second node, Up: (dir)
957957
958958 
959959 Tag Table:
960 Node: Top41
961 Node: second node145
962 Node: third node229
960 Node: Top27
961 Node: second node131
962 Node: third node215
963963 
964964 End Tag Table
965965 ';
975975 <meta name="keywords" content="Untitled Document">
976976 <meta name="resource-type" content="document">
977977 <meta name="distribution" content="global">
978 <meta name="Generator" content="tp">
979978 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
980979 <link href="#Top" rel="start" title="Top">
981980 <style type="text/css">
10531052
10541053 $result_converted_errors{'html'}->{'nodes_after_top_before_chapter_nodes'} = [
10551054 {
1056 'error_line' => 'warning: Must specify a title with a title command or @top
1055 'error_line' => 'warning: must specify a title with a title command or @top
10571056 ',
1058 'text' => 'Must specify a title with a title command or @top',
1057 'text' => 'must specify a title with a title command or @top',
10591058 'type' => 'warning'
10601059 }
10611060 ];
827827 ';
828828
829829
830 $result_converted{'info'}->{'nodes_after_top_before_chapter_sections'} = 'This is , produced by tp version from .
830 $result_converted{'info'}->{'nodes_after_top_before_chapter_sections'} = 'This is , produced from .
831831
832832 
833833 File: , Node: Top, Next: second node, Up: (dir)
852852
853853 
854854 Tag Table:
855 Node: Top41
856 Node: second node145
857 Node: third node229
855 Node: Top27
856 Node: second node131
857 Node: third node215
858858 
859859 End Tag Table
860860 ';
870870 <meta name="keywords" content="Untitled Document">
871871 <meta name="resource-type" content="document">
872872 <meta name="distribution" content="global">
873 <meta name="Generator" content="tp">
874873 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
875874 <link href="#Top" rel="start" title="Top">
876875 <style type="text/css">
948947
949948 $result_converted_errors{'html'}->{'nodes_after_top_before_chapter_sections'} = [
950949 {
951 'error_line' => 'warning: Must specify a title with a title command or @top
950 'error_line' => 'warning: must specify a title with a title command or @top
952951 ',
953 'text' => 'Must specify a title with a title command or @top',
952 'text' => 'must specify a title with a title command or @top',
954953 'type' => 'warning'
955954 }
956955 ];
934934 ';
935935
936936
937 $result_converted{'info'}->{'nodes_after_top_before_section_nodes'} = 'This is , produced by tp version from .
937 $result_converted{'info'}->{'nodes_after_top_before_section_nodes'} = 'This is , produced from .
938938
939939 
940940 File: , Node: Top, Next: second node, Up: (dir)
959959
960960 
961961 Tag Table:
962 Node: Top41
963 Node: second node145
964 Node: third node229
962 Node: Top27
963 Node: second node131
964 Node: third node215
965965 
966966 End Tag Table
967967 ';
977977 <meta name="keywords" content="Untitled Document">
978978 <meta name="resource-type" content="document">
979979 <meta name="distribution" content="global">
980 <meta name="Generator" content="tp">
981980 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
982981 <link href="#Top" rel="start" title="Top">
983982 <style type="text/css">
10551054
10561055 $result_converted_errors{'html'}->{'nodes_after_top_before_section_nodes'} = [
10571056 {
1058 'error_line' => 'warning: Must specify a title with a title command or @top
1057 'error_line' => 'warning: must specify a title with a title command or @top
10591058 ',
1060 'text' => 'Must specify a title with a title command or @top',
1059 'text' => 'must specify a title with a title command or @top',
10611060 'type' => 'warning'
10621061 }
10631062 ];
829829 ';
830830
831831
832 $result_converted{'info'}->{'nodes_after_top_before_section_sections'} = 'This is , produced by tp version from .
832 $result_converted{'info'}->{'nodes_after_top_before_section_sections'} = 'This is , produced from .
833833
834834 
835835 File: , Node: Top, Next: second node, Up: (dir)
854854
855855 
856856 Tag Table:
857 Node: Top41
858 Node: second node145
859 Node: third node229
857 Node: Top27
858 Node: second node131
859 Node: third node215
860860 
861861 End Tag Table
862862 ';
872872 <meta name="keywords" content="Untitled Document">
873873 <meta name="resource-type" content="document">
874874 <meta name="distribution" content="global">
875 <meta name="Generator" content="tp">
876875 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
877876 <link href="#Top" rel="start" title="Top">
878877 <style type="text/css">
950949
951950 $result_converted_errors{'html'}->{'nodes_after_top_before_section_sections'} = [
952951 {
953 'error_line' => 'warning: Must specify a title with a title command or @top
952 'error_line' => 'warning: must specify a title with a title command or @top
954953 ',
955 'text' => 'Must specify a title with a title command or @top',
954 'text' => 'must specify a title with a title command or @top',
956955 'type' => 'warning'
957956 }
958957 ];
586586 ';
587587
588588
589 $result_converted{'info'}->{'nodes_no_node_top_explicit_directions'} = 'This is , produced by tp version from .
589 $result_converted{'info'}->{'nodes_no_node_top_explicit_directions'} = 'This is , produced from .
590590
591591 
592592 File: , Node: first, Up: (dir)
604604
605605 
606606 Tag Table:
607 Node: first41
608 Node: second node115
607 Node: first27
608 Node: second node101
609609 
610610 End Tag Table
611611 ';
612612
613613 $result_converted_errors{'info'}->{'nodes_no_node_top_explicit_directions'} = [
614614 {
615 'error_line' => 'warning: Document without Top node.
615 'error_line' => 'warning: document without Top node
616616 ',
617 'text' => 'Document without Top node.',
617 'text' => 'document without Top node',
618618 'type' => 'warning'
619619 }
620620 ];
631631 <meta name="keywords" content="Untitled Document">
632632 <meta name="resource-type" content="document">
633633 <meta name="distribution" content="global">
634 <meta name="Generator" content="tp">
635634 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
636635 <link href="#first" rel="start" title="first">
637636 <style type="text/css">
698697
699698 $result_converted_errors{'html'}->{'nodes_no_node_top_explicit_directions'} = [
700699 {
701 'error_line' => 'warning: Must specify a title with a title command or @top
700 'error_line' => 'warning: must specify a title with a title command or @top
702701 ',
703 'text' => 'Must specify a title with a title command or @top',
702 'text' => 'must specify a title with a title command or @top',
704703 'type' => 'warning'
705704 }
706705 ];
993993 ';
994994
995995
996 $result_converted{'info'}->{'non_automatic_internal_top_node_up'} = 'This is , produced by tp version from .
996 $result_converted{'info'}->{'non_automatic_internal_top_node_up'} = 'This is , produced from .
997997
998998 
999999 File: , Node: Top, Next: first, Up: GNU (GNU\'s Not Unix) manuals
10111011
10121012 
10131013 Tag Table:
1014 Node: Top41
1015 Node: first175
1014 Node: Top27
1015 Node: first161
10161016 
10171017 End Tag Table
10181018 ';
10281028 <meta name="keywords" content="internal top node up">
10291029 <meta name="resource-type" content="document">
10301030 <meta name="distribution" content="global">
1031 <meta name="Generator" content="tp">
10321031 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10331032 <link href="#Top" rel="start" title="Top">
10341033 <style type="text/css">
993993 ';
994994
995995
996 $result_converted{'info'}->{'non_automatic_top_node_up_and_url'} = 'This is , produced by tp version from .
996 $result_converted{'info'}->{'non_automatic_top_node_up_and_url'} = 'This is , produced from .
997997
998998 
999999 File: , Node: Top, Next: first, Up: GNU (GNU\'s Not Unix) manuals
10111011
10121012 
10131013 Tag Table:
1014 Node: Top41
1015 Node: first175
1014 Node: Top27
1015 Node: first161
10161016 
10171017 End Tag Table
10181018 ';
10281028 <meta name="keywords" content="internal top node up">
10291029 <meta name="resource-type" content="document">
10301030 <meta name="distribution" content="global">
1031 <meta name="Generator" content="tp">
10321031 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10331032 <link href="#Top" rel="start" title="Top">
10341033 <style type="text/css">
626626
627627 $result_errors{'non_automatic_top_node_up_url'} = [
628628 {
629 'error_line' => ':8: warning: For `first\', up in menu `Top\' and up `(dir)\' don\'t match
629 'error_line' => ':8: warning: for `first\', up in menu `Top\' and up `(dir)\' don\'t match
630630 ',
631631 'file_name' => '',
632632 'line_nr' => 8,
633633 'macro' => '',
634 'text' => 'For `first\', up in menu `Top\' and up `(dir)\' don\'t match',
634 'text' => 'for `first\', up in menu `Top\' and up `(dir)\' don\'t match',
635635 'type' => 'warning'
636636 }
637637 ];
751751 ';
752752
753753
754 $result_converted{'info'}->{'non_automatic_top_node_up_url'} = 'This is , produced by tp version from .
754 $result_converted{'info'}->{'non_automatic_top_node_up_url'} = 'This is , produced from .
755755
756756 
757757 File: , Node: Top, Next: first, Prev: (dir), Up: (dir)
769769
770770 
771771 Tag Table:
772 Node: Top41
773 Node: first166
772 Node: Top27
773 Node: first152
774774 
775775 End Tag Table
776776 ';
786786 <meta name="keywords" content="internal top node up">
787787 <meta name="resource-type" content="document">
788788 <meta name="distribution" content="global">
789 <meta name="Generator" content="tp">
790789 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
791790 <link href="#Top" rel="start" title="Top">
792791 <style type="text/css">
306306
307307
308308
309 $result_converted{'info'}->{'one_node_explicit_directions_anchor'} = 'This is , produced by tp version from .
309 $result_converted{'info'}->{'one_node_explicit_directions_anchor'} = 'This is , produced from .
310310
311311 
312312 File: , Node: one node, Up: (dir)
319319
320320 
321321 Tag Table:
322 Node: one node41
323 Ref: ref103
322 Node: one node27
323 Ref: ref89
324324 
325325 End Tag Table
326326 ';
327327
328328 $result_converted_errors{'info'}->{'one_node_explicit_directions_anchor'} = [
329329 {
330 'error_line' => 'warning: Document without Top node.
330 'error_line' => 'warning: document without Top node
331331 ',
332 'text' => 'Document without Top node.',
332 'text' => 'document without Top node',
333333 'type' => 'warning'
334334 }
335335 ];
346346 <meta name="keywords" content="Untitled Document">
347347 <meta name="resource-type" content="document">
348348 <meta name="distribution" content="global">
349 <meta name="Generator" content="tp">
350349 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
351350 <link href="#one-node" rel="start" title="one node">
352351 <style type="text/css">
399398
400399 $result_converted_errors{'html'}->{'one_node_explicit_directions_anchor'} = [
401400 {
402 'error_line' => 'warning: Must specify a title with a title command or @top
401 'error_line' => 'warning: must specify a title with a title command or @top
403402 ',
404 'text' => 'Must specify a title with a title command or @top',
403 'text' => 'must specify a title with a title command or @top',
405404 'type' => 'warning'
406405 }
407406 ];
110110 <meta name="keywords" content="Untitled Document">
111111 <meta name="resource-type" content="document">
112112 <meta name="distribution" content="global">
113 <meta name="Generator" content="tp">
114113 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
115114 <style type="text/css">
116115 <!--
157156
158157 $result_converted_errors{'html'}->{'one_subsection'} = [
159158 {
160 'error_line' => 'warning: Must specify a title with a title command or @top
159 'error_line' => 'warning: must specify a title with a title command or @top
161160 ',
162 'text' => 'Must specify a title with a title command or @top',
161 'text' => 'must specify a title with a title command or @top',
163162 'type' => 'warning'
164163 }
165164 ];
180180
181181
182182
183 $result_converted{'info'}->{'one_subsection_and_node'} = 'This is , produced by tp version from .
183 $result_converted{'info'}->{'one_subsection_and_node'} = 'This is , produced from .
184184
185185 
186186 File: , Node: one node
191191
192192 
193193 Tag Table:
194 Node: one node41
194 Node: one node27
195195 
196196 End Tag Table
197197 ';
198198
199199 $result_converted_errors{'info'}->{'one_subsection_and_node'} = [
200200 {
201 'error_line' => 'warning: Document without Top node.
202 ',
203 'text' => 'Document without Top node.',
201 'error_line' => 'warning: document without Top node
202 ',
203 'text' => 'document without Top node',
204204 'type' => 'warning'
205205 }
206206 ];
217217 <meta name="keywords" content="Untitled Document">
218218 <meta name="resource-type" content="document">
219219 <meta name="distribution" content="global">
220 <meta name="Generator" content="tp">
221220 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
222221 <link href="#one-node" rel="start" title="one node">
223222 <style type="text/css">
266265
267266 $result_converted_errors{'html'}->{'one_subsection_and_node'} = [
268267 {
269 'error_line' => 'warning: Must specify a title with a title command or @top
270 ',
271 'text' => 'Must specify a title with a title command or @top',
268 'error_line' => 'warning: must specify a title with a title command or @top
269 ',
270 'text' => 'must specify a title with a title command or @top',
272271 'type' => 'warning'
273272 }
274273 ];
231231 <meta name="keywords" content="Untitled Document">
232232 <meta name="resource-type" content="document">
233233 <meta name="distribution" content="global">
234 <meta name="Generator" content="tp">
235234 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
236235 <style type="text/css">
237236 <!--
282281
283282 $result_converted_errors{'html'}->{'part_before_chapter'} = [
284283 {
285 'error_line' => 'warning: Must specify a title with a title command or @top
286 ',
287 'text' => 'Must specify a title with a title command or @top',
284 'error_line' => 'warning: must specify a title with a title command or @top
285 ',
286 'text' => 'must specify a title with a title command or @top',
288287 'type' => 'warning'
289288 }
290289 ];
181181
182182 $result_errors{'part_before_section'} = [
183183 {
184 'error_line' => ':3: Raising the section level of @section which is too low
184 'error_line' => ':3: raising the section level of @section which is too low
185185 ',
186186 'file_name' => '',
187187 'line_nr' => 3,
188188 'macro' => '',
189 'text' => 'Raising the section level of @section which is too low',
189 'text' => 'raising the section level of @section which is too low',
190190 'type' => 'error'
191191 }
192192 ];
238238 <meta name="keywords" content="top">
239239 <meta name="resource-type" content="document">
240240 <meta name="distribution" content="global">
241 <meta name="Generator" content="tp">
242241 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
243242 <style type="text/css">
244243 <!--
760760 ';
761761
762762
763 $result_converted{'info'}->{'part_chapter_after_top'} = 'This is , produced by tp version from .
763 $result_converted{'info'}->{'part_chapter_after_top'} = 'This is , produced from .
764764
765765 
766766 File: , Node: Top, Next: chapter, Up: (dir)
781781
782782 
783783 Tag Table:
784 Node: Top41
785 Node: chapter122
784 Node: Top27
785 Node: chapter108
786786 
787787 End Tag Table
788788 ';
798798 <meta name="keywords" content="top">
799799 <meta name="resource-type" content="document">
800800 <meta name="distribution" content="global">
801 <meta name="Generator" content="tp">
802801 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
803802 <link href="#Top" rel="start" title="Top">
804803 <style type="text/css">
548548 'type' => 'warning'
549549 },
550550 {
551 'error_line' => ':9: warning: No sectioning command associated with @part
551 'error_line' => ':9: warning: no sectioning command associated with @part
552552 ',
553553 'file_name' => '',
554554 'line_nr' => 9,
555555 'macro' => '',
556 'text' => 'No sectioning command associated with @part',
556 'text' => 'no sectioning command associated with @part',
557557 'type' => 'warning'
558558 }
559559 ];
660660 ';
661661
662662
663 $result_converted{'info'}->{'part_node_after_top'} = 'This is , produced by tp version from .
663 $result_converted{'info'}->{'part_node_after_top'} = 'This is , produced from .
664664
665665 
666666 File: , Node: Top, Next: part node after top, Up: (dir)
678678
679679 
680680 Tag Table:
681 Node: Top41
682 Node: part node after top146
681 Node: Top27
682 Node: part node after top132
683683 
684684 End Tag Table
685685 ';
695695 <meta name="keywords" content="top">
696696 <meta name="resource-type" content="document">
697697 <meta name="distribution" content="global">
698 <meta name="Generator" content="tp">
699698 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
700699 <link href="#Top" rel="start" title="Top">
701700 <style type="text/css">
682682 ';
683683
684684
685 $result_converted{'info'}->{'part_node_before_top'} = 'This is , produced by tp version from .
685 $result_converted{'info'}->{'part_node_before_top'} = 'This is , produced from .
686686
687687 
688688 File: , Node: part node before top, Next: Top, Prev: Top, Up: Top
699699
700700 
701701 Tag Table:
702 Node: part node before top41
703 Node: Top114
702 Node: part node before top27
703 Node: Top100
704704 
705705 End Tag Table
706706 ';
716716 <meta name="keywords" content="top">
717717 <meta name="resource-type" content="document">
718718 <meta name="distribution" content="global">
719 <meta name="Generator" content="tp">
720719 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
721720 <link href="#Top" rel="start" title="Top">
722721 <style type="text/css">
10741074 ';
10751075
10761076
1077 $result_converted{'info'}->{'part_node_chapter_after_top'} = 'This is , produced by tp version from .
1077 $result_converted{'info'}->{'part_node_chapter_after_top'} = 'This is , produced from .
10781078
10791079 
10801080 File: , Node: Top, Next: a node after part, Up: (dir)
11011101
11021102 
11031103 Tag Table:
1104 Node: Top41
1105 Node: a node after part154
1106 Node: chapter253
1104 Node: Top27
1105 Node: a node after part140
1106 Node: chapter239
11071107 
11081108 End Tag Table
11091109 ';
11191119 <meta name="keywords" content="top">
11201120 <meta name="resource-type" content="document">
11211121 <meta name="distribution" content="global">
1122 <meta name="Generator" content="tp">
11231122 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11241123 <link href="#Top" rel="start" title="Top">
11251124 <style type="text/css">
886886 ';
887887
888888
889 $result_converted{'info'}->{'part_node_chapter_appendix'} = 'This is , produced by tp version from .
889 $result_converted{'info'}->{'part_node_chapter_appendix'} = 'This is , produced from .
890890
891891 
892892 File: , Node: Top, Next: chapter node, Up: (dir)
910910
911911 
912912 Tag Table:
913 Node: Top41
914 Node: chapter node132
913 Node: Top27
914 Node: chapter node118
915915 
916916 End Tag Table
917917 ';
927927 <meta name="keywords" content="top">
928928 <meta name="resource-type" content="document">
929929 <meta name="distribution" content="global">
930 <meta name="Generator" content="tp">
931930 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
932931 <link href="#Top" rel="start" title="Top">
933932 <style type="text/css">
10821082 ';
10831083
10841084
1085 $result_converted{'info'}->{'part_node_chapter_node_appendix'} = 'This is , produced by tp version from .
1085 $result_converted{'info'}->{'part_node_chapter_node_appendix'} = 'This is , produced from .
10861086
10871087 
10881088 File: , Node: Top, Next: chapter node, Up: (dir)
11101110
11111111 
11121112 Tag Table:
1113 Node: Top41
1114 Node: chapter node150
1115 Node: appendix node246
1113 Node: Top27
1114 Node: chapter node136
1115 Node: appendix node232
11161116 
11171117 End Tag Table
11181118 ';
11281128 <meta name="keywords" content="top">
11291129 <meta name="resource-type" content="document">
11301130 <meta name="distribution" content="global">
1131 <meta name="Generator" content="tp">
11321131 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11331132 <link href="#Top" rel="start" title="Top">
11341133 <style type="text/css">
11811181 ';
11821182
11831183
1184 $result_converted{'info'}->{'part_node_node_part_appendix'} = 'This is , produced by tp version from .
1184 $result_converted{'info'}->{'part_node_node_part_appendix'} = 'This is , produced from .
11851185
11861186 
11871187 File: , Node: Top, Next: chapter node, Up: (dir)
12091209
12101210 
12111211 Tag Table:
1212 Node: Top41
1213 Node: chapter node150
1214 Node: appendix part246
1212 Node: Top27
1213 Node: chapter node136
1214 Node: appendix part232
12151215 
12161216 End Tag Table
12171217 ';
12271227 <meta name="keywords" content="top">
12281228 <meta name="resource-type" content="document">
12291229 <meta name="distribution" content="global">
1230 <meta name="Generator" content="tp">
12311230 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
12321231 <link href="#Top" rel="start" title="Top">
12331232 <style type="text/css">
970970 ';
971971
972972
973 $result_converted{'info'}->{'part_node_part_appendix'} = 'This is , produced by tp version from .
973 $result_converted{'info'}->{'part_node_part_appendix'} = 'This is , produced from .
974974
975975 
976976 File: , Node: Top, Next: chapter node, Up: (dir)
994994
995995 
996996 Tag Table:
997 Node: Top41
998 Node: chapter node132
997 Node: Top27
998 Node: chapter node118
999999 
10001000 End Tag Table
10011001 ';
10111011 <meta name="keywords" content="top">
10121012 <meta name="resource-type" content="document">
10131013 <meta name="distribution" content="global">
1014 <meta name="Generator" content="tp">
10151014 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10161015 <link href="#Top" rel="start" title="Top">
10171016 <style type="text/css">
11711171 ';
11721172
11731173
1174 $result_converted{'info'}->{'part_node_part_node_appendix'} = 'This is , produced by tp version from .
1174 $result_converted{'info'}->{'part_node_part_node_appendix'} = 'This is , produced from .
11751175
11761176 
11771177 File: , Node: Top, Next: chapter node, Up: (dir)
11991199
12001200 
12011201 Tag Table:
1202 Node: Top41
1203 Node: chapter node150
1204 Node: appendix node246
1202 Node: Top27
1203 Node: chapter node136
1204 Node: appendix node232
12051205 
12061206 End Tag Table
12071207 ';
12171217 <meta name="keywords" content="top">
12181218 <meta name="resource-type" content="document">
12191219 <meta name="distribution" content="global">
1220 <meta name="Generator" content="tp">
12211220 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
12221221 <link href="#Top" rel="start" title="Top">
12231222 <style type="text/css">
11411141 'type' => 'error continuation'
11421142 },
11431143 {
1144 'error_line' => ':28: warning: Entry for index `cp\' outside of any node
1144 'error_line' => ':28: warning: entry for index `cp\' outside of any node
11451145 ',
11461146 'file_name' => '',
11471147 'line_nr' => 28,
11481148 'macro' => '',
1149 'text' => 'Entry for index `cp\' outside of any node',
1149 'text' => 'entry for index `cp\' outside of any node',
11501150 'type' => 'warning'
11511151 }
11521152 ];
11781178
11791179
11801180
1181 $result_converted{'info'}->{'placed_things_before_element'} = 'This is , produced by tp version from .
1181 $result_converted{'info'}->{'placed_things_before_element'} = 'This is , produced from .
11821182
11831183 Ref to the anchor: *note An anchor::
11841184
12211221
12221222 $result_converted_errors{'info'}->{'placed_things_before_element'} = [
12231223 {
1224 'error_line' => 'warning: Document without nodes.
1225 ',
1226 'text' => 'Document without nodes.',
1224 'error_line' => 'warning: document without nodes
1225 ',
1226 'text' => 'document without nodes',
12271227 'type' => 'warning'
12281228 },
12291229 {
12761276 <meta name="keywords" content="Untitled Document">
12771277 <meta name="resource-type" content="document">
12781278 <meta name="distribution" content="global">
1279 <meta name="Generator" content="tp">
12801279 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
12811280 <style type="text/css">
12821281 <!--
13641363
13651364 $result_converted_errors{'html'}->{'placed_things_before_element'} = [
13661365 {
1367 'error_line' => 'warning: Must specify a title with a title command or @top
1368 ',
1369 'text' => 'Must specify a title with a title command or @top',
1366 'error_line' => 'warning: must specify a title with a title command or @top
1367 ',
1368 'text' => 'must specify a title with a title command or @top',
13701369 'type' => 'warning'
13711370 }
13721371 ];
12361236 'type' => 'error continuation'
12371237 },
12381238 {
1239 'error_line' => ':28: warning: Entry for index `cp\' outside of any node
1239 'error_line' => ':28: warning: entry for index `cp\' outside of any node
12401240 ',
12411241 'file_name' => '',
12421242 'line_nr' => 28,
12431243 'macro' => '',
1244 'text' => 'Entry for index `cp\' outside of any node',
1244 'text' => 'entry for index `cp\' outside of any node',
12451245 'type' => 'warning'
12461246 }
12471247 ];
12731273
12741274
12751275
1276 $result_converted{'info'}->{'placed_things_before_node'} = 'This is , produced by tp version from .
1276 $result_converted{'info'}->{'placed_things_before_node'} = 'This is , produced from .
12771277
12781278 Ref to the anchor: *note An anchor::
12791279
13101310
13111311 
13121312 Tag Table:
1313 Ref: An anchor41
1314 Ref: float anchor150
1315 Node: Top277
1316 Ref: Top-Footnote-1459
1317 Ref: Anchor in footnote480
1313 Ref: An anchor27
1314 Ref: float anchor136
1315 Node: Top263
1316 Ref: Top-Footnote-1445
1317 Ref: Anchor in footnote466
13181318 
13191319 End Tag Table
13201320 ';
13611361 <meta name="keywords" content="top section">
13621362 <meta name="resource-type" content="document">
13631363 <meta name="distribution" content="global">
1364 <meta name="Generator" content="tp">
13651364 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
13661365 <link href="#Top" rel="start" title="Top">
13671366 <style type="text/css">
693693
694694
695695
696 $result_converted{'info'}->{'protected_node_parentheses'} = 'This is , produced by tp version from .
696 $result_converted{'info'}->{'protected_node_parentheses'} = 'This is , produced from .
697697
698698 
699699 File: , Node: Top, Next: (manual) name, Up: (dir)
712712
713713 
714714 Tag Table:
715 Node: Top41
716 Node: (manual) name134
717 Ref: (manual2) name2188
715 Node: Top27
716 Node: (manual) name120
717 Ref: (manual2) name2174
718718 
719719 End Tag Table
720720 ';
730730 <meta name="keywords" content="top">
731731 <meta name="resource-type" content="document">
732732 <meta name="distribution" content="global">
733 <meta name="Generator" content="tp">
734733 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
735734 <link href="#Top" rel="start" title="Top">
736735 <style type="text/css">
280280
281281
282282
283 $result_converted{'info'}->{'ref_to_top'} = 'This is , produced by tp version from .
283 $result_converted{'info'}->{'ref_to_top'} = 'This is , produced from .
284284
285285 
286286 File: , Node: Top, Up: (dir)
292292
293293 
294294 Tag Table:
295 Node: Top41
295 Node: Top27
296296 
297297 End Tag Table
298298 ';
308308 <meta name="keywords" content="top">
309309 <meta name="resource-type" content="document">
310310 <meta name="distribution" content="global">
311 <meta name="Generator" content="tp">
312311 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
313312 <link href="#Top" rel="start" title="ToP">
314313 <style type="text/css">
169169
170170 $result_errors{'section_before_chapter'} = [
171171 {
172 'error_line' => ':3: Lowering the section level of @chapter appearing after a lower element
172 'error_line' => ':3: lowering the section level of @chapter appearing after a lower element
173173 ',
174174 'file_name' => '',
175175 'line_nr' => 3,
176176 'macro' => '',
177 'text' => 'Lowering the section level of @chapter appearing after a lower element',
177 'text' => 'lowering the section level of @chapter appearing after a lower element',
178178 'type' => 'error'
179179 }
180180 ];
193193
194194 $result_errors{'section_before_part'} = [
195195 {
196 'error_line' => ':3: warning: No chapter-level command before @part
196 'error_line' => ':3: warning: no chapter-level command before @part
197197 ',
198198 'file_name' => '',
199199 'line_nr' => 3,
200200 'macro' => '',
201 'text' => 'No chapter-level command before @part',
201 'text' => 'no chapter-level command before @part',
202202 'type' => 'warning'
203203 },
204204 {
205 'error_line' => ':3: warning: No sectioning command associated with @part
205 'error_line' => ':3: warning: no sectioning command associated with @part
206206 ',
207207 'file_name' => '',
208208 'line_nr' => 3,
209209 'macro' => '',
210 'text' => 'No sectioning command associated with @part',
210 'text' => 'no sectioning command associated with @part',
211211 'type' => 'warning'
212212 }
213213 ];
232232 <meta name="keywords" content="Untitled Document">
233233 <meta name="resource-type" content="document">
234234 <meta name="distribution" content="global">
235 <meta name="Generator" content="tp">
236235 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
237236 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
238237 <style type="text/css">
296295
297296 $result_converted_errors{'html'}->{'section_before_part'} = [
298297 {
299 'error_line' => 'warning: Must specify a title with a title command or @top
300 ',
301 'text' => 'Must specify a title with a title command or @top',
298 'error_line' => 'warning: must specify a title with a title command or @top
299 ',
300 'text' => 'must specify a title with a title command or @top',
302301 'type' => 'warning'
303302 }
304303 ];
567567
568568 $result_errors{'section_before_top'} = [
569569 {
570 'error_line' => ':5: Lowering the section level of @top appearing after a lower element
570 'error_line' => ':5: lowering the section level of @top appearing after a lower element
571571 ',
572572 'file_name' => '',
573573 'line_nr' => 5,
574574 'macro' => '',
575 'text' => 'Lowering the section level of @top appearing after a lower element',
575 'text' => 'lowering the section level of @top appearing after a lower element',
576576 'type' => 'error'
577577 }
578578 ];
579579
580580
581581
582 $result_converted{'info'}->{'section_before_top'} = 'This is , produced by tp version from .
582 $result_converted{'info'}->{'section_before_top'} = 'This is , produced from .
583583
584584 
585585 File: , Node: section node, Prev: Top, Up: Top
599599
600600 
601601 Tag Table:
602 Node: section node41
603 Node: Top115
602 Node: section node27
603 Node: Top101
604604 
605605 End Tag Table
606606 ';
616616 <meta name="keywords" content="top">
617617 <meta name="resource-type" content="document">
618618 <meta name="distribution" content="global">
619 <meta name="Generator" content="tp">
620619 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
621620 <link href="#Top" rel="start" title="Top">
622621 <style type="text/css">
167167
168168 $result_errors{'section_before_top_no_node'} = [
169169 {
170 'error_line' => ':3: Lowering the section level of @top appearing after a lower element
170 'error_line' => ':3: lowering the section level of @top appearing after a lower element
171171 ',
172172 'file_name' => '',
173173 'line_nr' => 3,
174174 'macro' => '',
175 'text' => 'Lowering the section level of @top appearing after a lower element',
175 'text' => 'lowering the section level of @top appearing after a lower element',
176176 'type' => 'error'
177177 }
178178 ];
10211021 <meta name="keywords" content="Top">
10221022 <meta name="resource-type" content="document">
10231023 <meta name="distribution" content="global">
1024 <meta name="Generator" content="tp">
10251024 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10261025 <link href="#Top" rel="start" title="Top">
10271026 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
244244
245245 $result_errors{'section_chapter_before_top'} = [
246246 {
247 'error_line' => ':3: Lowering the section level of @chapter appearing after a lower element
247 'error_line' => ':3: lowering the section level of @chapter appearing after a lower element
248248 ',
249249 'file_name' => '',
250250 'line_nr' => 3,
251251 'macro' => '',
252 'text' => 'Lowering the section level of @chapter appearing after a lower element',
252 'text' => 'lowering the section level of @chapter appearing after a lower element',
253253 'type' => 'error'
254254 },
255255 {
256 'error_line' => ':5: Lowering the section level of @top appearing after a lower element
256 'error_line' => ':5: lowering the section level of @top appearing after a lower element
257257 ',
258258 'file_name' => '',
259259 'line_nr' => 5,
260260 'macro' => '',
261 'text' => 'Lowering the section level of @top appearing after a lower element',
261 'text' => 'lowering the section level of @top appearing after a lower element',
262262 'type' => 'error'
263263 }
264264 ];
889889
890890 $result_errors{'section_chapter_before_top_nodes'} = [
891891 {
892 'error_line' => ':5: Lowering the section level of @chapter appearing after a lower element
892 'error_line' => ':5: lowering the section level of @chapter appearing after a lower element
893893 ',
894894 'file_name' => '',
895895 'line_nr' => 5,
896896 'macro' => '',
897 'text' => 'Lowering the section level of @chapter appearing after a lower element',
897 'text' => 'lowering the section level of @chapter appearing after a lower element',
898898 'type' => 'error'
899899 },
900900 {
901 'error_line' => ':12: Lowering the section level of @top appearing after a lower element
901 'error_line' => ':12: lowering the section level of @top appearing after a lower element
902902 ',
903903 'file_name' => '',
904904 'line_nr' => 12,
905905 'macro' => '',
906 'text' => 'Lowering the section level of @top appearing after a lower element',
906 'text' => 'lowering the section level of @top appearing after a lower element',
907907 'type' => 'error'
908908 },
909909 {
910 'error_line' => ':1: warning: Node `chapter node\' is next for `section node\' in sectioning but not in menu
910 'error_line' => ':1: warning: node `chapter node\' is next for `section node\' in sectioning but not in menu
911911 ',
912912 'file_name' => '',
913913 'line_nr' => 1,
914914 'macro' => '',
915 'text' => 'Node `chapter node\' is next for `section node\' in sectioning but not in menu',
915 'text' => 'node `chapter node\' is next for `section node\' in sectioning but not in menu',
916916 'type' => 'warning'
917917 },
918918 {
919 'error_line' => ':1: warning: Node `chapter node\' is up for `section node\' in menu but not in sectioning
919 'error_line' => ':1: warning: node `chapter node\' is up for `section node\' in menu but not in sectioning
920920 ',
921921 'file_name' => '',
922922 'line_nr' => 1,
923923 'macro' => '',
924 'text' => 'Node `chapter node\' is up for `section node\' in menu but not in sectioning',
924 'text' => 'node `chapter node\' is up for `section node\' in menu but not in sectioning',
925925 'type' => 'warning'
926926 },
927927 {
928 'error_line' => ':4: warning: Node `Top\' is next for `chapter node\' in sectioning but not in menu
928 'error_line' => ':4: warning: node `Top\' is next for `chapter node\' in sectioning but not in menu
929929 ',
930930 'file_name' => '',
931931 'line_nr' => 4,
932932 'macro' => '',
933 'text' => 'Node `Top\' is next for `chapter node\' in sectioning but not in menu',
933 'text' => 'node `Top\' is next for `chapter node\' in sectioning but not in menu',
934934 'type' => 'warning'
935935 },
936936 {
937 'error_line' => ':4: warning: Node `section node\' is prev for `chapter node\' in sectioning but not in menu
937 'error_line' => ':4: warning: node `section node\' is prev for `chapter node\' in sectioning but not in menu
938938 ',
939939 'file_name' => '',
940940 'line_nr' => 4,
941941 'macro' => '',
942 'text' => 'Node `section node\' is prev for `chapter node\' in sectioning but not in menu',
942 'text' => 'node `section node\' is prev for `chapter node\' in sectioning but not in menu',
943943 'type' => 'warning'
944944 },
945945 {
946 'error_line' => ':4: warning: Node `Top\' is up for `chapter node\' in menu but not in sectioning
946 'error_line' => ':4: warning: node `Top\' is up for `chapter node\' in menu but not in sectioning
947947 ',
948948 'file_name' => '',
949949 'line_nr' => 4,
950950 'macro' => '',
951 'text' => 'Node `Top\' is up for `chapter node\' in menu but not in sectioning',
951 'text' => 'node `Top\' is up for `chapter node\' in menu but not in sectioning',
952952 'type' => 'warning'
953953 }
954954 ];
955955
956956
957957
958 $result_converted{'info'}->{'section_chapter_before_top_nodes'} = 'This is , produced by tp version from .
958 $result_converted{'info'}->{'section_chapter_before_top_nodes'} = 'This is , produced from .
959959
960960 
961961 File: , Node: section node, Next: chapter node, Up: chapter node
986986
987987 
988988 Tag Table:
989 Node: section node41
990 Node: chapter node133
991 Node: Top246
989 Node: section node27
990 Node: chapter node119
991 Node: Top232
992992 
993993 End Tag Table
994994 ';
10041004 <meta name="keywords" content="top">
10051005 <meta name="resource-type" content="document">
10061006 <meta name="distribution" content="global">
1007 <meta name="Generator" content="tp">
10081007 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10091008 <link href="#Top" rel="start" title="Top">
10101009 <style type="text/css">
89648964
89658965
89668966
8967 $result_converted{'info'}->{'section_in_unnumbered_info'} = 'This is , produced by tp version from .
8967 $result_converted{'info'}->{'section_in_unnumbered_info'} = 'This is , produced from .
89688968
89698969 
89708970 File: , Node: Top, Next: chapter, Up: (dir)
92339233
92349234 
92359235 Tag Table:
9236 Node: Top41
9237 Node: chapter235
9238 Node: section in chapter356
9239 Node: unnumbered454
9240 Node: section in unnumbered586
9241 Node: chapter 2688
9242 Node: unnumberedsec 2840
9243 Node: unnumbered sub 21051
9244 Node: numbered sub 21180
9245 Node: unnumbered sub2 21331
9246 Node: numbered sub2 21487
9247 Node: unnumberedsec 2-11616
9248 Node: numbered sub 2-11760
9249 Node: chapter 31868
9250 Node: unnumberedsec 32076
9251 Node: unnumbered sub 32281
9252 Node: numbered sub 32410
9253 Node: unnumbered sub2 32561
9254 Node: numbered sub2 32717
9255 Node: section 3-12846
9256 Node: unnumberedsec 3-22975
9257 Node: numbered sub 3-23135
9258 Node: section 3-33243
9259 Node: subsection 3-33403
9260 Node: unnumberedsec 3-43497
9261 Node: numbered sub 3-43637
9262 Node: unnumbered 43745
9263 Node: unnumberedsec 43861
9264 Node: unnumbered sub 44049
9265 Node: numbered sub 44178
9266 Node: unnumbered sub2 44329
9267 Node: numbered sub2 44485
9236 Node: Top27
9237 Node: chapter221
9238 Node: section in chapter342
9239 Node: unnumbered440
9240 Node: section in unnumbered572
9241 Node: chapter 2674
9242 Node: unnumberedsec 2826
9243 Node: unnumbered sub 21037
9244 Node: numbered sub 21166
9245 Node: unnumbered sub2 21317
9246 Node: numbered sub2 21473
9247 Node: unnumberedsec 2-11602
9248 Node: numbered sub 2-11746
9249 Node: chapter 31854
9250 Node: unnumberedsec 32062
9251 Node: unnumbered sub 32267
9252 Node: numbered sub 32396
9253 Node: unnumbered sub2 32547
9254 Node: numbered sub2 32703
9255 Node: section 3-12832
9256 Node: unnumberedsec 3-22961
9257 Node: numbered sub 3-23121
9258 Node: section 3-33229
9259 Node: subsection 3-33389
9260 Node: unnumberedsec 3-43483
9261 Node: numbered sub 3-43623
9262 Node: unnumbered 43731
9263 Node: unnumberedsec 43847
9264 Node: unnumbered sub 44035
9265 Node: numbered sub 44164
9266 Node: unnumbered sub2 44315
9267 Node: numbered sub2 44471
92689268 
92699269 End Tag Table
92709270 ';
92809280 <meta name="keywords" content="Test section in unnumbered">
92819281 <meta name="resource-type" content="document">
92829282 <meta name="distribution" content="global">
9283 <meta name="Generator" content="tp">
92849283 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
92859284 <link href="#Top" rel="start" title="Top">
92869285 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
91089108 <meta name="keywords" content="Test section in unnumbered">
91099109 <meta name="resource-type" content="document">
91109110 <meta name="distribution" content="global">
9111 <meta name="Generator" content="tp">
91129111 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
91139112 <link href="#Top" rel="start" title="Top">
91149113 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
271271
272272 $result_errors{'section_node_before_part'} = [
273273 {
274 'error_line' => ':5: warning: No chapter-level command before @part
274 'error_line' => ':5: warning: no chapter-level command before @part
275275 ',
276276 'file_name' => '',
277277 'line_nr' => 5,
278278 'macro' => '',
279 'text' => 'No chapter-level command before @part',
279 'text' => 'no chapter-level command before @part',
280280 'type' => 'warning'
281281 },
282282 {
283 'error_line' => ':5: warning: No sectioning command associated with @part
283 'error_line' => ':5: warning: no sectioning command associated with @part
284284 ',
285285 'file_name' => '',
286286 'line_nr' => 5,
287287 'macro' => '',
288 'text' => 'No sectioning command associated with @part',
288 'text' => 'no sectioning command associated with @part',
289289 'type' => 'warning'
290290 }
291291 ];
292292
293293
294294
295 $result_converted{'info'}->{'section_node_before_part'} = 'This is , produced by tp version from .
295 $result_converted{'info'}->{'section_node_before_part'} = 'This is , produced from .
296296
297297 
298298 File: , Node: Top, Up: (dir)
303303
304304 
305305 Tag Table:
306 Node: Top41
306 Node: Top27
307307 
308308 End Tag Table
309309 ';
319319 <meta name="keywords" content="Untitled Document">
320320 <meta name="resource-type" content="document">
321321 <meta name="distribution" content="global">
322 <meta name="Generator" content="tp">
323322 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
324323 <link href="#Top" rel="start" title="Top">
325324 <style type="text/css">
373372
374373 $result_converted_errors{'html'}->{'section_node_before_part'} = [
375374 {
376 'error_line' => 'warning: Must specify a title with a title command or @top
377 ',
378 'text' => 'Must specify a title with a title command or @top',
375 'error_line' => 'warning: must specify a title with a title command or @top
376 ',
377 'text' => 'must specify a title with a title command or @top',
379378 'type' => 'warning'
380379 }
381380 ];
11691169
11701170 $result_errors{'semi_auto'} = [
11711171 {
1172 'error_line' => ':9: warning: Node `Section non auto\' is next for `Chap1\' in menu but not in sectioning
1172 'error_line' => ':9: warning: node `Section non auto\' is next for `Chap1\' in menu but not in sectioning
11731173 ',
11741174 'file_name' => '',
11751175 'line_nr' => 9,
11761176 'macro' => '',
1177 'text' => 'Node `Section non auto\' is next for `Chap1\' in menu but not in sectioning',
1177 'text' => 'node `Section non auto\' is next for `Chap1\' in menu but not in sectioning',
11781178 'type' => 'warning'
11791179 },
11801180 {
1181 'error_line' => ':16: warning: Node `Section non auto\' is next for `Sec in chapter\' in sectioning but not in menu
1181 'error_line' => ':16: warning: node `Section non auto\' is next for `Sec in chapter\' in sectioning but not in menu
11821182 ',
11831183 'file_name' => '',
11841184 'line_nr' => 16,
11851185 'macro' => '',
1186 'text' => 'Node `Section non auto\' is next for `Sec in chapter\' in sectioning but not in menu',
1186 'text' => 'node `Section non auto\' is next for `Sec in chapter\' in sectioning but not in menu',
11871187 'type' => 'warning'
11881188 }
11891189 ];
972972 <meta name="keywords" content="top">
973973 <meta name="resource-type" content="document">
974974 <meta name="distribution" content="global">
975 <meta name="Generator" content="tp">
976975 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
977976 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
978977 <style type="text/css">
318318 'type' => 'warning'
319319 },
320320 {
321 'error_line' => ':4: warning: Multiple @setfilename
321 'error_line' => ':4: warning: multiple @setfilename
322322 ',
323323 'file_name' => '',
324324 'line_nr' => 4,
325325 'macro' => '',
326 'text' => 'Multiple @setfilename',
326 'text' => 'multiple @setfilename',
327327 'type' => 'warning'
328328 },
329329 {
355355 <meta name="keywords" content="In top">
356356 <meta name="resource-type" content="document">
357357 <meta name="distribution" content="global">
358 <meta name="Generator" content="tp">
359358 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
360359 <link href="#Top" rel="start" title="Top">
361360 <style type="text/css">
968968 <meta name="keywords" content="top">
969969 <meta name="resource-type" content="document">
970970 <meta name="distribution" content="global">
971 <meta name="Generator" content="tp">
972971 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
973972 <style type="text/css">
974973 <!--
946946 <meta name="keywords" content="top">
947947 <meta name="resource-type" content="document">
948948 <meta name="distribution" content="global">
949 <meta name="Generator" content="tp">
950949 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
951950 <style type="text/css">
952951 <!--
738738
739739
740740
741 $result_converted{'info'}->{'space_in_node'} = 'This is , produced by tp version from .
741 $result_converted{'info'}->{'space_in_node'} = 'This is , produced from .
742742
743743 
744744 File: , Node: Top, Next: Chap first here, Up: (dir)
761761
762762 
763763 Tag Table:
764 Node: Top41
765 Node: Chap first here192
766 Node: Test title267
767 Node: Last with spaces355
764 Node: Top27
765 Node: Chap first here178
766 Node: Test title253
767 Node: Last with spaces341
768768 
769769 End Tag Table
770770 ';
780780 <meta name="keywords" content="Untitled Document">
781781 <meta name="resource-type" content="document">
782782 <meta name="distribution" content="global">
783 <meta name="Generator" content="tp">
784783 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
785784 <link href="#Top" rel="start" title="Top">
786785 <style type="text/css">
866865
867866 $result_converted_errors{'html'}->{'space_in_node'} = [
868867 {
869 'error_line' => 'warning: Must specify a title with a title command or @top
870 ',
871 'text' => 'Must specify a title with a title command or @top',
868 'error_line' => 'warning: must specify a title with a title command or @top
869 ',
870 'text' => 'must specify a title with a title command or @top',
872871 'type' => 'warning'
873872 }
874873 ];
115115 <meta name="keywords" content="Untitled Document">
116116 <meta name="resource-type" content="document">
117117 <meta name="distribution" content="global">
118 <meta name="Generator" content="tp">
119118 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
120119 <style type="text/css">
121120 <!--
163162
164163 $result_converted_errors{'html'}->{'top_no_argument_and_content'} = [
165164 {
166 'error_line' => 'warning: Must specify a title with a title command or @top
165 'error_line' => 'warning: must specify a title with a title command or @top
167166 ',
168 'text' => 'Must specify a title with a title command or @top',
167 'text' => 'must specify a title with a title command or @top',
169168 'type' => 'warning'
170169 }
171170 ];
161161
162162
163163
164 $result_converted{'info'}->{'top_no_argument_and_node'} = 'This is , produced by tp version from .
164 $result_converted{'info'}->{'top_no_argument_and_node'} = 'This is , produced from .
165165
166166 
167167 File: , Node: start
169169
170170 
171171 Tag Table:
172 Node: start41
172 Node: start27
173173 
174174 End Tag Table
175175 ';
176176
177177 $result_converted_errors{'info'}->{'top_no_argument_and_node'} = [
178178 {
179 'error_line' => 'warning: Document without Top node.
180 ',
181 'text' => 'Document without Top node.',
179 'error_line' => 'warning: document without Top node
180 ',
181 'text' => 'document without Top node',
182182 'type' => 'warning'
183183 }
184184 ];
195195 <meta name="keywords" content="Untitled Document">
196196 <meta name="resource-type" content="document">
197197 <meta name="distribution" content="global">
198 <meta name="Generator" content="tp">
199198 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
200199 <link href="#start" rel="start" title="start">
201200 <style type="text/css">
243242
244243 $result_converted_errors{'html'}->{'top_no_argument_and_node'} = [
245244 {
246 'error_line' => 'warning: Must specify a title with a title command or @top
247 ',
248 'text' => 'Must specify a title with a title command or @top',
245 'error_line' => 'warning: must specify a title with a title command or @top
246 ',
247 'text' => 'must specify a title with a title command or @top',
249248 'type' => 'warning'
250249 }
251250 ];
173173
174174
175175
176 $result_converted{'info'}->{'top_no_argument_and_top_node'} = 'This is , produced by tp version from .
176 $result_converted{'info'}->{'top_no_argument_and_top_node'} = 'This is , produced from .
177177
178178 
179179 File: , Node: Top, Up: (dir)
181181
182182 
183183 Tag Table:
184 Node: Top41
184 Node: Top27
185185 
186186 End Tag Table
187187 ';
197197 <meta name="keywords" content="Untitled Document">
198198 <meta name="resource-type" content="document">
199199 <meta name="distribution" content="global">
200 <meta name="Generator" content="tp">
201200 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
202201 <link href="#Top" rel="start" title="Top">
203202 <style type="text/css">
245244
246245 $result_converted_errors{'html'}->{'top_no_argument_and_top_node'} = [
247246 {
248 'error_line' => 'warning: Must specify a title with a title command or @top
247 'error_line' => 'warning: must specify a title with a title command or @top
249248 ',
250 'text' => 'Must specify a title with a title command or @top',
249 'text' => 'must specify a title with a title command or @top',
251250 'type' => 'warning'
252251 }
253252 ];
499499
500500 $result_errors{'top_node_no_menu_direction'} = [
501501 {
502 'error_line' => ':5: warning: Menu entry node name `TOP\' different from node name `Top\'
502 'error_line' => ':5: warning: menu entry node name `TOP\' different from node name `Top\'
503503 ',
504504 'file_name' => '',
505505 'line_nr' => 5,
506506 'macro' => '',
507 'text' => 'Menu entry node name `TOP\' different from node name `Top\'',
507 'text' => 'menu entry node name `TOP\' different from node name `Top\'',
508508 'type' => 'warning'
509509 },
510510 {
511 'error_line' => ':1: warning: For `Top\', up in menu `Top\' and up `(dir)\' don\'t match
511 'error_line' => ':1: warning: for `Top\', up in menu `Top\' and up `(dir)\' don\'t match
512512 ',
513513 'file_name' => '',
514514 'line_nr' => 1,
515515 'macro' => '',
516 'text' => 'For `Top\', up in menu `Top\' and up `(dir)\' don\'t match',
516 'text' => 'for `Top\', up in menu `Top\' and up `(dir)\' don\'t match',
517517 'type' => 'warning'
518518 },
519519 {
538538
539539
540540
541 $result_converted{'info'}->{'top_node_no_menu_direction'} = 'This is , produced by tp version from .
541 $result_converted{'info'}->{'top_node_no_menu_direction'} = 'This is , produced from .
542542
543543 
544544 File: , Node: Top, Next: second node, Up: (dir)
554554
555555 
556556 Tag Table:
557 Node: Top41
558 Node: second node136
557 Node: Top27
558 Node: second node122
559559 
560560 End Tag Table
561561 ';
571571 <meta name="keywords" content="Untitled Document">
572572 <meta name="resource-type" content="document">
573573 <meta name="distribution" content="global">
574 <meta name="Generator" content="tp">
575574 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
576575 <link href="#Top" rel="start" title="Top">
577576 <style type="text/css">
638637
639638 $result_converted_errors{'html'}->{'top_node_no_menu_direction'} = [
640639 {
641 'error_line' => 'warning: Must specify a title with a title command or @top
642 ',
643 'text' => 'Must specify a title with a title command or @top',
640 'error_line' => 'warning: must specify a title with a title command or @top
641 ',
642 'text' => 'must specify a title with a title command or @top',
644643 'type' => 'warning'
645644 }
646645 ];
364364 ';
365365
366366
367 $result_converted{'info'}->{'top_node_part_top'} = 'This is , produced by tp version from .
367 $result_converted{'info'}->{'top_node_part_top'} = 'This is , produced from .
368368
369369 
370370 File: , Node: Top, Up: (dir)
375375
376376 
377377 Tag Table:
378 Node: Top41
378 Node: Top27
379379 
380380 End Tag Table
381381 ';
391391 <meta name="keywords" content="top">
392392 <meta name="resource-type" content="document">
393393 <meta name="distribution" content="global">
394 <meta name="Generator" content="tp">
395394 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
396395 <link href="#Top" rel="start" title="Top">
397396 <style type="text/css">
564564 ';
565565
566566
567 $result_converted{'info'}->{'top_node_up_url'} = 'This is , produced by tp version from .
567 $result_converted{'info'}->{'top_node_up_url'} = 'This is , produced from .
568568
569569 
570570 File: , Node: Top, Next: first, Up: GNU (GNU\'s Not Unix) manuals
582582
583583 
584584 Tag Table:
585 Node: Top41
586 Node: first175
585 Node: Top27
586 Node: first161
587587 
588588 End Tag Table
589589 ';
599599 <meta name="keywords" content="internal top node up">
600600 <meta name="resource-type" content="document">
601601 <meta name="distribution" content="global">
602 <meta name="Generator" content="tp">
603602 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
604603 <link href="#Top" rel="start" title="Top">
605604 <style type="text/css">
394394 ';
395395
396396
397 $result_converted{'info'}->{'top_without_node_nodes'} = 'This is , produced by tp version from .
397 $result_converted{'info'}->{'top_without_node_nodes'} = 'This is , produced from .
398398
399399 top section
400400 ***********
411411
412412 
413413 Tag Table:
414 Node: second79
414 Node: second65
415415 
416416 End Tag Table
417417 ';
418418
419419 $result_converted_errors{'info'}->{'top_without_node_nodes'} = [
420420 {
421 'error_line' => 'warning: Document without Top node.
422 ',
423 'text' => 'Document without Top node.',
421 'error_line' => 'warning: document without Top node
422 ',
423 'text' => 'document without Top node',
424424 'type' => 'warning'
425425 }
426426 ];
437437 <meta name="keywords" content="top section">
438438 <meta name="resource-type" content="document">
439439 <meta name="distribution" content="global">
440 <meta name="Generator" content="tp">
441440 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
442441 <link href="#second" rel="start" title="second">
443442 <style type="text/css">
440440 ';
441441
442442
443 $result_converted{'info'}->{'top_without_node_sections'} = 'This is , produced by tp version from .
443 $result_converted{'info'}->{'top_without_node_sections'} = 'This is , produced from .
444444
445445 top section
446446 ***********
457457
458458 
459459 Tag Table:
460 Node: second79
460 Node: second65
461461 
462462 End Tag Table
463463 ';
464464
465465 $result_converted_errors{'info'}->{'top_without_node_sections'} = [
466466 {
467 'error_line' => 'warning: Document without Top node.
467 'error_line' => 'warning: document without Top node
468468 ',
469 'text' => 'Document without Top node.',
469 'text' => 'document without Top node',
470470 'type' => 'warning'
471471 }
472472 ];
483483 <meta name="keywords" content="top section">
484484 <meta name="resource-type" content="document">
485485 <meta name="distribution" content="global">
486 <meta name="Generator" content="tp">
487486 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
488487 <link href="#second" rel="start" title="second">
489488 <style type="text/css">
77 <meta name="keywords" content="Untitled Document: &atilde;">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
77 <meta name="keywords" content="Untitled Document: Top">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="#Top" rel="start" title="Top">
1312 <link href="../dir/index.html" rel="up" title="(dir)">
77 <meta name="keywords" content="Untitled Document: n">
88 <meta name="resource-type" content="document">
99 <meta name="distribution" content="global">
10 <meta name="Generator" content="tp">
1110 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1211 <link href="index.html#Top" rel="start" title="Top">
1312 <link href="index.html#Top" rel="up" title="Top">
988988
989989 $result_converted_errors{'file_html'}->{'transliterated_split_equivalent_nodes'} = [
990990 {
991 'error_line' => 'warning: Must specify a title with a title command or @top
991 'error_line' => 'transliterated_split_equivalent_nodes.texi: warning: must specify a title with a title command or @top
992992 ',
993 'text' => 'Must specify a title with a title command or @top',
993 'text' => 'must specify a title with a title command or @top',
994994 'type' => 'warning'
995995 }
996996 ];
11101110 <meta name="keywords" content="top">
11111111 <meta name="resource-type" content="document">
11121112 <meta name="distribution" content="global">
1113 <meta name="Generator" content="tp">
11141113 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11151114 <link href="#Top" rel="start" title="Top">
11161115 <style type="text/css">
10481048
10491049 $result_errors{'two_nodes_between_chapters'} = [
10501050 {
1051 'error_line' => ':15: warning: Node prev `chapter 2\' in menu `node between chapters\' and in sectioning `chapter 1\' differ
1051 'error_line' => ':15: warning: node prev `chapter 2\' in menu `node between chapters\' and in sectioning `chapter 1\' differ
10521052 ',
10531053 'file_name' => '',
10541054 'line_nr' => 15,
10551055 'macro' => '',
1056 'text' => 'Node prev `chapter 2\' in menu `node between chapters\' and in sectioning `chapter 1\' differ',
1056 'text' => 'node prev `chapter 2\' in menu `node between chapters\' and in sectioning `chapter 1\' differ',
10571057 'type' => 'warning'
10581058 }
10591059 ];
12711271 <meta name="keywords" content="top">
12721272 <meta name="resource-type" content="document">
12731273 <meta name="distribution" content="global">
1274 <meta name="Generator" content="tp">
12751274 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
12761275 <link href="#Top" rel="start" title="Top">
12771276 <style type="text/css">
161161 <meta name="keywords" content="Untitled Document">
162162 <meta name="resource-type" content="document">
163163 <meta name="distribution" content="global">
164 <meta name="Generator" content="tp">
165164 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
166165 <style type="text/css">
167166 <!--
206205
207206 $result_converted_errors{'html'}->{'two_unnumbered_no_argument'} = [
208207 {
209 'error_line' => 'warning: Must specify a title with a title command or @top
210 ',
211 'text' => 'Must specify a title with a title command or @top',
208 'error_line' => 'warning: must specify a title with a title command or @top
209 ',
210 'text' => 'must specify a title with a title command or @top',
212211 'type' => 'warning'
213212 }
214213 ];
285285
286286 $result_errors{'unknown_node_in_menu'} = [
287287 {
288 'error_line' => ':4: Menu reference to nonexistent node `unknown\'
288 'error_line' => ':4: menu reference to nonexistent node `unknown\'
289289 ',
290290 'file_name' => '',
291291 'line_nr' => 4,
292292 'macro' => '',
293 'text' => 'Menu reference to nonexistent node `unknown\'',
293 'text' => 'menu reference to nonexistent node `unknown\'',
294294 'type' => 'error'
295295 }
296296 ];
325325
326326 $result_errors{'unnumbered_before_node_top_top'} = [
327327 {
328 'error_line' => ':6: Lowering the section level of @top appearing after a lower element
328 'error_line' => ':6: lowering the section level of @top appearing after a lower element
329329 ',
330330 'file_name' => '',
331331 'line_nr' => 6,
332332 'macro' => '',
333 'text' => 'Lowering the section level of @top appearing after a lower element',
333 'text' => 'lowering the section level of @top appearing after a lower element',
334334 'type' => 'error'
335335 }
336336 ];
417417 ';
418418
419419
420 $result_converted{'info'}->{'unnumbered_before_node_top_top'} = 'This is , produced by tp version from .
420 $result_converted{'info'}->{'unnumbered_before_node_top_top'} = 'This is , produced from .
421421
422422 before nodes
423423 ************
434434
435435 
436436 Tag Table:
437 Node: Top83
437 Node: Top69
438438 
439439 End Tag Table
440440 ';
450450 <meta name="keywords" content="top section">
451451 <meta name="resource-type" content="document">
452452 <meta name="distribution" content="global">
453 <meta name="Generator" content="tp">
454453 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
455454 <link href="#Top" rel="start" title="Top">
456455 <style type="text/css">
165165
166166 $result_errors{'unnumbered_before_top'} = [
167167 {
168 'error_line' => ':3: Lowering the section level of @top appearing after a lower element
168 'error_line' => ':3: lowering the section level of @top appearing after a lower element
169169 ',
170170 'file_name' => '',
171171 'line_nr' => 3,
172172 'macro' => '',
173 'text' => 'Lowering the section level of @top appearing after a lower element',
173 'text' => 'lowering the section level of @top appearing after a lower element',
174174 'type' => 'error'
175175 }
176176 ];
290290 ';
291291
292292
293 $result_converted{'info'}->{'unnumbered_before_top_node'} = 'This is , produced by tp version from .
293 $result_converted{'info'}->{'unnumbered_before_top_node'} = 'This is , produced from .
294294
295295 before nodes
296296 ************
305305
306306 
307307 Tag Table:
308 Node: Top68
308 Node: Top54
309309 
310310 End Tag Table
311311 ';
321321 <meta name="keywords" content="Title titlefont">
322322 <meta name="resource-type" content="document">
323323 <meta name="distribution" content="global">
324 <meta name="Generator" content="tp">
325324 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
326325 <link href="#Top" rel="start" title="Top">
327326 <style type="text/css">
563563
564564 $result_errors{'unnumbered_top_without_node_nodes'} = [
565565 {
566 'error_line' => ':6: Lowering the section level of @top appearing after a lower element
566 'error_line' => ':6: lowering the section level of @top appearing after a lower element
567567 ',
568568 'file_name' => '',
569569 'line_nr' => 6,
570570 'macro' => '',
571 'text' => 'Lowering the section level of @top appearing after a lower element',
571 'text' => 'lowering the section level of @top appearing after a lower element',
572572 'type' => 'error'
573573 },
574574 {
677677 ';
678678
679679
680 $result_converted{'info'}->{'unnumbered_top_without_node_nodes'} = 'This is , produced by tp version from .
680 $result_converted{'info'}->{'unnumbered_top_without_node_nodes'} = 'This is , produced from .
681681
682682 
683683 File: , Node: a node, Up: (dir)
702702
703703 
704704 Tag Table:
705 Node: a node41
706 Node: second154
705 Node: a node27
706 Node: second140
707707 
708708 End Tag Table
709709 ';
710710
711711 $result_converted_errors{'info'}->{'unnumbered_top_without_node_nodes'} = [
712712 {
713 'error_line' => 'warning: Document without Top node.
714 ',
715 'text' => 'Document without Top node.',
713 'error_line' => 'warning: document without Top node
714 ',
715 'text' => 'document without Top node',
716716 'type' => 'warning'
717717 }
718718 ];
729729 <meta name="keywords" content="top section">
730730 <meta name="resource-type" content="document">
731731 <meta name="distribution" content="global">
732 <meta name="Generator" content="tp">
733732 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
734733 <link href="#a-node" rel="start" title="a node">
735734 <style type="text/css">
576576
577577 $result_errors{'unnumbered_top_without_node_sections'} = [
578578 {
579 'error_line' => ':6: Lowering the section level of @top appearing after a lower element
579 'error_line' => ':6: lowering the section level of @top appearing after a lower element
580580 ',
581581 'file_name' => '',
582582 'line_nr' => 6,
583583 'macro' => '',
584 'text' => 'Lowering the section level of @top appearing after a lower element',
584 'text' => 'lowering the section level of @top appearing after a lower element',
585585 'type' => 'error'
586586 },
587587 {
729729 ';
730730
731731
732 $result_converted{'info'}->{'unnumbered_top_without_node_sections'} = 'This is , produced by tp version from .
732 $result_converted{'info'}->{'unnumbered_top_without_node_sections'} = 'This is , produced from .
733733
734734 
735735 File: , Node: a node, Up: (dir)
754754
755755 
756756 Tag Table:
757 Node: a node41
758 Node: second154
757 Node: a node27
758 Node: second140
759759 
760760 End Tag Table
761761 ';
762762
763763 $result_converted_errors{'info'}->{'unnumbered_top_without_node_sections'} = [
764764 {
765 'error_line' => 'warning: Document without Top node.
766 ',
767 'text' => 'Document without Top node.',
765 'error_line' => 'warning: document without Top node
766 ',
767 'text' => 'document without Top node',
768768 'type' => 'warning'
769769 }
770770 ];
781781 <meta name="keywords" content="top section">
782782 <meta name="resource-type" content="document">
783783 <meta name="distribution" content="global">
784 <meta name="Generator" content="tp">
785784 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
786785 <link href="#a-node" rel="start" title="a node">
787786 <style type="text/css">
592592
593593 $result_errors{'commands'} = [
594594 {
595 'error_line' => ':13: warning: Entry for index `vr\' outside of any node
595 'error_line' => ':13: warning: entry for index `vr\' outside of any node
596596 ',
597597 'file_name' => '',
598598 'line_nr' => 13,
599599 'macro' => '',
600 'text' => 'Entry for index `vr\' outside of any node',
600 'text' => 'entry for index `vr\' outside of any node',
601601 'type' => 'warning'
602602 }
603603 ];
152152 'type' => 'error'
153153 },
154154 {
155 'error_line' => ':7: Bad syntax for @value
155 'error_line' => ':7: bad syntax for @value
156156 ',
157157 'file_name' => '',
158158 'line_nr' => 7,
159159 'macro' => '',
160 'text' => 'Bad syntax for @value',
160 'text' => 'bad syntax for @value',
161161 'type' => 'error'
162162 },
163163 {
164 'error_line' => ':7: Misplaced {
164 'error_line' => ':7: misplaced {
165165 ',
166166 'file_name' => '',
167167 'line_nr' => 7,
168168 'macro' => '',
169 'text' => 'Misplaced {',
169 'text' => 'misplaced {',
170170 'type' => 'error'
171171 },
172172 {
8080
8181 $result_errors{'value_after_accent'} = [
8282 {
83 'error_line' => ':2: Use braces to give a command as an argument to @ringaccent
83 'error_line' => ':2: use braces to give a command as an argument to @ringaccent
8484 ',
8585 'file_name' => '',
8686 'line_nr' => 2,
8787 'macro' => '',
88 'text' => 'Use braces to give a command as an argument to @ringaccent',
88 'text' => 'use braces to give a command as an argument to @ringaccent',
8989 'type' => 'error'
9090 },
9191 {
92 'error_line' => ':3: Use braces to give a command as an argument to @~
92 'error_line' => ':3: use braces to give a command as an argument to @~
9393 ',
9494 'file_name' => '',
9595 'line_nr' => 3,
9696 'macro' => '',
97 'text' => 'Use braces to give a command as an argument to @~',
97 'text' => 'use braces to give a command as an argument to @~',
9898 'type' => 'error'
9999 }
100100 ];
11461146
11471147 $result_errors{'value_in_index_commands'} = [
11481148 {
1149 'error_line' => ':35: warning: Printing an index `cp\' merged in another one `fn\'
1149 'error_line' => ':35: warning: printing an index `cp\' merged in another one `fn\'
11501150 ',
11511151 'file_name' => '',
11521152 'line_nr' => 35,
11531153 'macro' => '',
1154 'text' => 'Printing an index `cp\' merged in another one `fn\'',
1154 'text' => 'printing an index `cp\' merged in another one `fn\'',
11551155 'type' => 'warning'
11561156 }
11571157 ];
9292
9393 $result_errors{'value_in_invalid_documentencoding'} = [
9494 {
95 'error_line' => ':2: warning: Encoding `bad\' is not a canonical texinfo encoding
95 'error_line' => ':2: warning: encoding `bad\' is not a canonical texinfo encoding
9696 ',
9797 'file_name' => '',
9898 'line_nr' => 2,
9999 'macro' => '',
100 'text' => 'Encoding `bad\' is not a canonical texinfo encoding',
100 'text' => 'encoding `bad\' is not a canonical texinfo encoding',
101101 'type' => 'warning'
102102 },
103103 {
38713871
38723872 $result_errors{'value_in_misc_commands'} = [
38733873 {
3874 'error_line' => ':17: Bad argument to @headings: on line following headings atext
3874 'error_line' => ':17: bad argument to @headings: on line following headings atext
38753875 ',
38763876 'file_name' => '',
38773877 'line_nr' => 17,
38783878 'macro' => '',
3879 'text' => 'Bad argument to @headings: on line following headings atext',
3879 'text' => 'bad argument to @headings: on line following headings atext',
38803880 'type' => 'error'
38813881 },
38823882 {
38893889 'type' => 'warning'
38903890 },
38913891 {
3892 'error_line' => ':80: warning: Multiple @footnotestyle
3892 'error_line' => ':80: warning: multiple @footnotestyle
38933893 ',
38943894 'file_name' => '',
38953895 'line_nr' => 80,
38963896 'macro' => '',
3897 'text' => 'Multiple @footnotestyle',
3897 'text' => 'multiple @footnotestyle',
38983898 'type' => 'warning'
38993899 },
39003900 {
39253925 'type' => 'warning'
39263926 },
39273927 {
3928 'error_line' => ':143: warning: Remaining argument on @clickstyle line: {result_macro}
3928 'error_line' => ':143: warning: remaining argument on @clickstyle line: {result_macro}
39293929 ',
39303930 'file_name' => '',
39313931 'line_nr' => 143,
39323932 'macro' => '',
3933 'text' => 'Remaining argument on @clickstyle line: {result_macro}',
3933 'text' => 'remaining argument on @clickstyle line: {result_macro}',
39343934 'type' => 'warning'
39353935 }
39363936 ];
150150
151151 $result_errors{'value_in_macro_formal_arg'} = [
152152 {
153 'error_line' => ':3: Bad syntax for @macro argument: }
153 'error_line' => ':3: bad syntax for @macro argument: }
154154 ',
155155 'file_name' => '',
156156 'line_nr' => 3,
157157 'macro' => '',
158 'text' => 'Bad syntax for @macro argument: }',
159 'type' => 'error'
160 },
161 {
162 'error_line' => ':3: Bad or empty @macro formal argument: the@value{argument
158 'text' => 'bad syntax for @macro argument: }',
159 'type' => 'error'
160 },
161 {
162 'error_line' => ':3: bad or empty @macro formal argument: the@value{argument
163163 ',
164164 'file_name' => '',
165165 'line_nr' => 3,
166166 'macro' => '',
167 'text' => 'Bad or empty @macro formal argument: the@value{argument',
168 'type' => 'error'
169 },
170 {
171 'error_line' => ':7: Unknown command `testvalue\'
167 'text' => 'bad or empty @macro formal argument: the@value{argument',
168 'type' => 'error'
169 },
170 {
171 'error_line' => ':7: unknown command `testvalue\'
172172 ',
173173 'file_name' => '',
174174 'line_nr' => 7,
175175 'macro' => '',
176 'text' => 'Unknown command `testvalue\'',
177 'type' => 'error'
178 },
179 {
180 'error_line' => ':7: Misplaced {
176 'text' => 'unknown command `testvalue\'',
177 'type' => 'error'
178 },
179 {
180 'error_line' => ':7: misplaced {
181181 ',
182182 'file_name' => '',
183183 'line_nr' => 7,
184184 'macro' => '',
185 'text' => 'Misplaced {',
186 'type' => 'error'
187 },
188 {
189 'error_line' => ':7: Misplaced }
185 'text' => 'misplaced {',
186 'type' => 'error'
187 },
188 {
189 'error_line' => ':7: misplaced }
190190 ',
191191 'file_name' => '',
192192 'line_nr' => 7,
193193 'macro' => '',
194 'text' => 'Misplaced }',
194 'text' => 'misplaced }',
195195 'type' => 'error'
196196 }
197197 ];
144144
145145 $result_errors{'macro_and_args'} = [
146146 {
147 'error_line' => ':4: Bad or empty @macro formal argument: ggg"@@^_ ff
147 'error_line' => ':4: bad or empty @macro formal argument: ggg"@@^_ ff
148148 ',
149149 'file_name' => '',
150150 'line_nr' => 4,
151151 'macro' => '',
152 'text' => 'Bad or empty @macro formal argument: ggg"@@^_ ff',
152 'text' => 'bad or empty @macro formal argument: ggg"@@^_ ff',
153153 'type' => 'error'
154154 },
155155 {
156 'error_line' => ':4: Bad or empty @macro formal argument: ccc v
156 'error_line' => ':4: bad or empty @macro formal argument: ccc v
157157 ',
158158 'file_name' => '',
159159 'line_nr' => 4,
160160 'macro' => '',
161 'text' => 'Bad or empty @macro formal argument: ccc v',
161 'text' => 'bad or empty @macro formal argument: ccc v',
162162 'type' => 'error'
163163 }
164164 ];
284284
285285 $result_errors{'accent_on_table_line'} = [
286286 {
287 'error_line' => ':1: warning: Accent command `@~\' not allowed as @table argument
287 'error_line' => ':1: warning: accent command `@~\' not allowed as @table argument
288288 ',
289289 'file_name' => '',
290290 'line_nr' => 1,
291291 'macro' => '',
292 'text' => 'Accent command `@~\' not allowed as @table argument',
292 'text' => 'accent command `@~\' not allowed as @table argument',
293293 'type' => 'warning'
294294 }
295295 ];
480480
481481 $result_errors{'empty_item_itemx'} = [
482482 {
483 'error_line' => ':5: warning: Entry for index `vr\' outside of any node
483 'error_line' => ':5: warning: entry for index `vr\' outside of any node
484484 ',
485485 'file_name' => '',
486486 'line_nr' => 5,
487487 'macro' => '',
488 'text' => 'Entry for index `vr\' outside of any node',
488 'text' => 'entry for index `vr\' outside of any node',
489489 'type' => 'warning'
490490 },
491491 {
498498 'type' => 'warning'
499499 },
500500 {
501 'error_line' => ':7: warning: Entry for index `vr\' outside of any node
501 'error_line' => ':7: warning: entry for index `vr\' outside of any node
502502 ',
503503 'file_name' => '',
504504 'line_nr' => 7,
505505 'macro' => '',
506 'text' => 'Entry for index `vr\' outside of any node',
506 'text' => 'entry for index `vr\' outside of any node',
507507 'type' => 'warning'
508508 },
509509 {
516516 'type' => 'warning'
517517 },
518518 {
519 'error_line' => ':9: warning: Entry for index `vr\' outside of any node
519 'error_line' => ':9: warning: entry for index `vr\' outside of any node
520520 ',
521521 'file_name' => '',
522522 'line_nr' => 9,
523523 'macro' => '',
524 'text' => 'Entry for index `vr\' outside of any node',
524 'text' => 'entry for index `vr\' outside of any node',
525525 'type' => 'warning'
526526 }
527527 ];
17701770
17711771 $result_errors{'inter_item_commands_in_table'} = [
17721772 {
1773 'error_line' => ':3: warning: Entry for index `vr\' outside of any node
1773 'error_line' => ':3: warning: entry for index `vr\' outside of any node
17741774 ',
17751775 'file_name' => '',
17761776 'line_nr' => 3,
17771777 'macro' => '',
1778 'text' => 'Entry for index `vr\' outside of any node',
1778 'text' => 'entry for index `vr\' outside of any node',
17791779 'type' => 'warning'
17801780 },
17811781 {
1782 'error_line' => ':8: warning: Entry for index `vr\' outside of any node
1782 'error_line' => ':8: warning: entry for index `vr\' outside of any node
17831783 ',
17841784 'file_name' => '',
17851785 'line_nr' => 8,
17861786 'macro' => '',
1787 'text' => 'Entry for index `vr\' outside of any node',
1787 'text' => 'entry for index `vr\' outside of any node',
17881788 'type' => 'warning'
17891789 },
17901790 {
1791 'error_line' => ':10: warning: Entry for index `vr\' outside of any node
1791 'error_line' => ':10: warning: entry for index `vr\' outside of any node
17921792 ',
17931793 'file_name' => '',
17941794 'line_nr' => 10,
17951795 'macro' => '',
1796 'text' => 'Entry for index `vr\' outside of any node',
1796 'text' => 'entry for index `vr\' outside of any node',
17971797 'type' => 'warning'
17981798 },
17991799 {
1800 'error_line' => ':15: warning: Entry for index `fn\' outside of any node
1800 'error_line' => ':15: warning: entry for index `fn\' outside of any node
18011801 ',
18021802 'file_name' => '',
18031803 'line_nr' => 15,
18041804 'macro' => '',
1805 'text' => 'Entry for index `fn\' outside of any node',
1805 'text' => 'entry for index `fn\' outside of any node',
18061806 'type' => 'warning'
18071807 },
18081808 {
1809 'error_line' => ':16: warning: Entry for index `cp\' outside of any node
1809 'error_line' => ':16: warning: entry for index `cp\' outside of any node
18101810 ',
18111811 'file_name' => '',
18121812 'line_nr' => 16,
18131813 'macro' => '',
1814 'text' => 'Entry for index `cp\' outside of any node',
1814 'text' => 'entry for index `cp\' outside of any node',
18151815 'type' => 'warning'
18161816 },
18171817 {
1818 'error_line' => ':19: warning: Entry for index `fn\' outside of any node
1818 'error_line' => ':19: warning: entry for index `fn\' outside of any node
18191819 ',
18201820 'file_name' => '',
18211821 'line_nr' => 19,
18221822 'macro' => '',
1823 'text' => 'Entry for index `fn\' outside of any node',
1823 'text' => 'entry for index `fn\' outside of any node',
18241824 'type' => 'warning'
18251825 },
18261826 {
1827 'error_line' => ':21: warning: Entry for index `fn\' outside of any node
1827 'error_line' => ':21: warning: entry for index `fn\' outside of any node
18281828 ',
18291829 'file_name' => '',
18301830 'line_nr' => 21,
18311831 'macro' => '',
1832 'text' => 'Entry for index `fn\' outside of any node',
1832 'text' => 'entry for index `fn\' outside of any node',
18331833 'type' => 'warning'
18341834 },
18351835 {
1836 'error_line' => ':25: warning: Entry for index `fn\' outside of any node
1836 'error_line' => ':25: warning: entry for index `fn\' outside of any node
18371837 ',
18381838 'file_name' => '',
18391839 'line_nr' => 25,
18401840 'macro' => '',
1841 'text' => 'Entry for index `fn\' outside of any node',
1841 'text' => 'entry for index `fn\' outside of any node',
18421842 'type' => 'warning'
18431843 },
18441844 {
1845 'error_line' => ':31: warning: Entry for index `cp\' outside of any node
1845 'error_line' => ':31: warning: entry for index `cp\' outside of any node
18461846 ',
18471847 'file_name' => '',
18481848 'line_nr' => 31,
18491849 'macro' => '',
1850 'text' => 'Entry for index `cp\' outside of any node',
1850 'text' => 'entry for index `cp\' outside of any node',
18511851 'type' => 'warning'
18521852 },
18531853 {
1854 'error_line' => ':38: warning: Entry for index `cp\' outside of any node
1854 'error_line' => ':38: warning: entry for index `cp\' outside of any node
18551855 ',
18561856 'file_name' => '',
18571857 'line_nr' => 38,
18581858 'macro' => '',
1859 'text' => 'Entry for index `cp\' outside of any node',
1859 'text' => 'entry for index `cp\' outside of any node',
18601860 'type' => 'warning'
18611861 }
18621862 ];
605605
606606 $result_errors{'inter_item_commands_in_table_in_example'} = [
607607 {
608 'error_line' => ':4: warning: Entry for index `cp\' outside of any node
608 'error_line' => ':4: warning: entry for index `cp\' outside of any node
609609 ',
610610 'file_name' => '',
611611 'line_nr' => 4,
612612 'macro' => '',
613 'text' => 'Entry for index `cp\' outside of any node',
613 'text' => 'entry for index `cp\' outside of any node',
614614 'type' => 'warning'
615615 }
616616 ];
169169
170170 $result_errors{'invalid_command_and_brace_in_table'} = [
171171 {
172 'error_line' => ':2: Misplaced {
172 'error_line' => ':2: misplaced {
173173 ',
174174 'file_name' => '',
175175 'line_nr' => 2,
176176 'macro' => '',
177 'text' => 'Misplaced {',
177 'text' => 'misplaced {',
178178 'type' => 'error'
179179 },
180180 {
181 'error_line' => ':2: Unknown command `itemTop\'
181 'error_line' => ':2: unknown command `itemTop\'
182182 ',
183183 'file_name' => '',
184184 'line_nr' => 2,
185185 'macro' => '',
186 'text' => 'Unknown command `itemTop\'',
186 'text' => 'unknown command `itemTop\'',
187187 'type' => 'error'
188188 },
189189 {
190 'error_line' => ':3: Misplaced }
190 'error_line' => ':3: misplaced }
191191 ',
192192 'file_name' => '',
193193 'line_nr' => 3,
194194 'macro' => '',
195 'text' => 'Misplaced }',
195 'text' => 'misplaced }',
196196 'type' => 'error'
197197 },
198198 {
3232
3333 $result_errors{'lone_end_table'} = [
3434 {
35 'error_line' => ':2: Unmatched `@end table\'
35 'error_line' => ':2: unmatched `@end table\'
3636 ',
3737 'file_name' => '',
3838 'line_nr' => 2,
3939 'macro' => '',
40 'text' => 'Unmatched `@end table\'',
40 'text' => 'unmatched `@end table\'',
4141 'type' => 'error'
4242 }
4343 ];
195195
196196 $result_errors{'no_arg_brace_command_on_table_line'} = [
197197 {
198 'error_line' => ':1: Command @bullet not accepting argument in brace should not be on @table line
198 'error_line' => ':1: command @bullet not accepting argument in brace should not be on @table line
199199 ',
200200 'file_name' => '',
201201 'line_nr' => 1,
202202 'macro' => '',
203 'text' => 'Command @bullet not accepting argument in brace should not be on @table line',
203 'text' => 'command @bullet not accepting argument in brace should not be on @table line',
204204 'type' => 'error'
205205 }
206206 ];
30953095
30963096 $result_errors{'table_nested'} = [
30973097 {
3098 'error_line' => ':27: warning: Entry for index `vr\' outside of any node (possibly involving @myvtable)
3098 'error_line' => ':27: warning: entry for index `vr\' outside of any node (possibly involving @myvtable)
30993099 ',
31003100 'file_name' => '',
31013101 'line_nr' => 27,
31023102 'macro' => 'myvtable',
3103 'text' => 'Entry for index `vr\' outside of any node',
3103 'text' => 'entry for index `vr\' outside of any node',
31043104 'type' => 'warning'
31053105 },
31063106 {
3107 'error_line' => ':27: warning: Entry for index `vr\' outside of any node (possibly involving @myvtable)
3107 'error_line' => ':27: warning: entry for index `vr\' outside of any node (possibly involving @myvtable)
31083108 ',
31093109 'file_name' => '',
31103110 'line_nr' => 27,
31113111 'macro' => 'myvtable',
3112 'text' => 'Entry for index `vr\' outside of any node',
3112 'text' => 'entry for index `vr\' outside of any node',
31133113 'type' => 'warning'
31143114 },
31153115 {
3116 'error_line' => ':27: warning: Entry for index `vr\' outside of any node (possibly involving @myvtable)
3116 'error_line' => ':27: warning: entry for index `vr\' outside of any node (possibly involving @myvtable)
31173117 ',
31183118 'file_name' => '',
31193119 'line_nr' => 27,
31203120 'macro' => 'myvtable',
3121 'text' => 'Entry for index `vr\' outside of any node',
3121 'text' => 'entry for index `vr\' outside of any node',
31223122 'type' => 'warning'
31233123 },
31243124 {
3125 'error_line' => ':27: warning: Entry for index `vr\' outside of any node (possibly involving @myvtable)
3125 'error_line' => ':27: warning: entry for index `vr\' outside of any node (possibly involving @myvtable)
31263126 ',
31273127 'file_name' => '',
31283128 'line_nr' => 27,
31293129 'macro' => 'myvtable',
3130 'text' => 'Entry for index `vr\' outside of any node',
3130 'text' => 'entry for index `vr\' outside of any node',
31313131 'type' => 'warning'
31323132 },
31333133 {
3134 'error_line' => ':32: warning: Entry for index `vr\' outside of any node (possibly involving @myvtable)
3134 'error_line' => ':32: warning: entry for index `vr\' outside of any node (possibly involving @myvtable)
31353135 ',
31363136 'file_name' => '',
31373137 'line_nr' => 32,
31383138 'macro' => 'myvtable',
3139 'text' => 'Entry for index `vr\' outside of any node',
3139 'text' => 'entry for index `vr\' outside of any node',
31403140 'type' => 'warning'
31413141 },
31423142 {
3143 'error_line' => ':32: warning: Entry for index `vr\' outside of any node (possibly involving @myvtable)
3143 'error_line' => ':32: warning: entry for index `vr\' outside of any node (possibly involving @myvtable)
31443144 ',
31453145 'file_name' => '',
31463146 'line_nr' => 32,
31473147 'macro' => 'myvtable',
3148 'text' => 'Entry for index `vr\' outside of any node',
3148 'text' => 'entry for index `vr\' outside of any node',
31493149 'type' => 'warning'
31503150 },
31513151 {
3152 'error_line' => ':32: warning: Entry for index `vr\' outside of any node (possibly involving @myvtable)
3152 'error_line' => ':32: warning: entry for index `vr\' outside of any node (possibly involving @myvtable)
31533153 ',
31543154 'file_name' => '',
31553155 'line_nr' => 32,
31563156 'macro' => 'myvtable',
3157 'text' => 'Entry for index `vr\' outside of any node',
3157 'text' => 'entry for index `vr\' outside of any node',
31583158 'type' => 'warning'
31593159 },
31603160 {
3161 'error_line' => ':32: warning: Entry for index `vr\' outside of any node (possibly involving @myvtable)
3161 'error_line' => ':32: warning: entry for index `vr\' outside of any node (possibly involving @myvtable)
31623162 ',
31633163 'file_name' => '',
31643164 'line_nr' => 32,
31653165 'macro' => 'myvtable',
3166 'text' => 'Entry for index `vr\' outside of any node',
3166 'text' => 'entry for index `vr\' outside of any node',
31673167 'type' => 'warning'
31683168 },
31693169 {
3170 'error_line' => ':38: warning: Entry for index `vr\' outside of any node (possibly involving @myvtable)
3170 'error_line' => ':38: warning: entry for index `vr\' outside of any node (possibly involving @myvtable)
31713171 ',
31723172 'file_name' => '',
31733173 'line_nr' => 38,
31743174 'macro' => 'myvtable',
3175 'text' => 'Entry for index `vr\' outside of any node',
3175 'text' => 'entry for index `vr\' outside of any node',
31763176 'type' => 'warning'
31773177 },
31783178 {
3179 'error_line' => ':38: warning: Entry for index `vr\' outside of any node (possibly involving @myvtable)
3179 'error_line' => ':38: warning: entry for index `vr\' outside of any node (possibly involving @myvtable)
31803180 ',
31813181 'file_name' => '',
31823182 'line_nr' => 38,
31833183 'macro' => 'myvtable',
3184 'text' => 'Entry for index `vr\' outside of any node',
3184 'text' => 'entry for index `vr\' outside of any node',
31853185 'type' => 'warning'
31863186 },
31873187 {
3188 'error_line' => ':38: warning: Entry for index `vr\' outside of any node (possibly involving @myvtable)
3188 'error_line' => ':38: warning: entry for index `vr\' outside of any node (possibly involving @myvtable)
31893189 ',
31903190 'file_name' => '',
31913191 'line_nr' => 38,
31923192 'macro' => 'myvtable',
3193 'text' => 'Entry for index `vr\' outside of any node',
3193 'text' => 'entry for index `vr\' outside of any node',
31943194 'type' => 'warning'
31953195 },
31963196 {
3197 'error_line' => ':38: warning: Entry for index `vr\' outside of any node (possibly involving @myvtable)
3197 'error_line' => ':38: warning: entry for index `vr\' outside of any node (possibly involving @myvtable)
31983198 ',
31993199 'file_name' => '',
32003200 'line_nr' => 38,
32013201 'macro' => 'myvtable',
3202 'text' => 'Entry for index `vr\' outside of any node',
3202 'text' => 'entry for index `vr\' outside of any node',
32033203 'type' => 'warning'
32043204 }
32053205 ];
00 use strict;
11
22 use Test::More;
3 BEGIN { plan tests => 4 };
3 BEGIN { plan tests => 6 };
44
55 use lib 'maintain/lib/Unicode-EastAsianWidth/lib/';
66 use lib 'maintain/lib/libintl-perl/lib/';
1313
1414 ok(1);
1515
16 sub run_test($$$)
16 sub run_test($$$;$)
1717 {
1818 my $in = shift;
1919 my $out = shift;
2020 my $name = shift;
21 my $error_message = shift;
2122
22 my $tree = parse_texi_text(undef, $in);
23 my $parser = Texinfo::Parser::parser();
24 my $tree = $parser->parse_texi_text($in, 1);
2325
24 my $corrected_tree = protect_hashchar_at_line_beginning(undef, $tree);
26 my $corrected_tree =
27 $parser->Texinfo::Common::protect_hashchar_at_line_beginning($tree);
28
29 if (defined($error_message)) {
30 my ($errors, $errors_count) = $parser->errors();
31 if (!$error_message) {
32 if ($errors and scalar(@$errors)) {
33 print STDERR " --error-> $errors->[0]->{'error_line'}";
34 } else {
35 print STDERR "No message\n";
36 }
37 } else {
38 if ($errors and scalar(@$errors)) {
39 is($error_message, $errors->[0]->{'error_line'}, "error message: $name");
40 } else {
41 ok(0, "error message: $name");
42 }
43 }
44 }
45
2546 my $texi_result = Texinfo::Convert::Texinfo::convert($corrected_tree);
2647
2748 if (!defined($out)) {
97118 @end itemize
98119 ', 'in block commands');
99120
121 run_test('
122 @macro mymacro {}
123 # line 20 "ff"
124 @end macro
125 ', '
126 @macro mymacro {}
127 # line 20 "ff"
128 @end macro
129 ', 'in raw command', ':2: warning: could not protect hash character in @macro
130 ');
131
100132
101133 #{
102134 # local $Data::Dumper::Purity = 1;
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1212 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1313 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1414 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
15 formatting.texi:18: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: Use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: Use braces to give a command as an argument to @' (possibly involving @mymacro)
15 formatting.texi:18: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: use braces to give a command as an argument to @' (possibly involving @mymacro)
1919 formatting.texi:18: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
2020 formatting.texi:18: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
2121 formatting.texi:18: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
2222 formatting.texi:18: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
2323 formatting.texi:18: @TeX expected braces (possibly involving @mymacro)
24 formatting.texi:18: Unexpected @ (possibly involving @mymacro)
24 formatting.texi:18: unexpected @ (possibly involving @mymacro)
2525 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2626 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2727 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2828 formatting.texi:18: @sp missing argument (possibly involving @mymacro)
29 formatting.texi:18: warning: Missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: Misplaced } (possibly involving @mymacro)
31 formatting.texi:18: Misplaced } (possibly involving @mymacro)
32 formatting.texi:18: Misplaced { (possibly involving @mymacro)
33 formatting.texi:18: Misplaced { (possibly involving @mymacro)
34 formatting.texi:18: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
29 formatting.texi:18: warning: missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: misplaced } (possibly involving @mymacro)
31 formatting.texi:18: misplaced } (possibly involving @mymacro)
32 formatting.texi:18: misplaced { (possibly involving @mymacro)
33 formatting.texi:18: misplaced { (possibly involving @mymacro)
34 formatting.texi:18: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
4040 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
41 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
41 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
5151 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5252 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5353 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5454 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
55 formatting.texi:28: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: Use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: Use braces to give a command as an argument to @' (possibly involving @mymacro)
55 formatting.texi:28: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: use braces to give a command as an argument to @' (possibly involving @mymacro)
5959 formatting.texi:28: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
6060 formatting.texi:28: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
6161 formatting.texi:28: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
6262 formatting.texi:28: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
6363 formatting.texi:28: @TeX expected braces (possibly involving @mymacro)
64 formatting.texi:28: Unexpected @ (possibly involving @mymacro)
64 formatting.texi:28: unexpected @ (possibly involving @mymacro)
6565 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6666 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6767 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6868 formatting.texi:28: @sp missing argument (possibly involving @mymacro)
69 formatting.texi:28: warning: Missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: Misplaced } (possibly involving @mymacro)
71 formatting.texi:28: Misplaced } (possibly involving @mymacro)
72 formatting.texi:28: Misplaced { (possibly involving @mymacro)
73 formatting.texi:28: Misplaced { (possibly involving @mymacro)
74 formatting.texi:28: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
69 formatting.texi:28: warning: missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: misplaced } (possibly involving @mymacro)
71 formatting.texi:28: misplaced } (possibly involving @mymacro)
72 formatting.texi:28: misplaced { (possibly involving @mymacro)
73 formatting.texi:28: misplaced { (possibly involving @mymacro)
74 formatting.texi:28: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
8080 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
81 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
81 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
9191 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9292 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9393 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9494 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
95 formatting.texi:38: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: Use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: Use braces to give a command as an argument to @' (possibly involving @mymacro)
95 formatting.texi:38: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: use braces to give a command as an argument to @' (possibly involving @mymacro)
9999 formatting.texi:38: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
100100 formatting.texi:38: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
101101 formatting.texi:38: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
102102 formatting.texi:38: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
103103 formatting.texi:38: @TeX expected braces (possibly involving @mymacro)
104 formatting.texi:38: Unexpected @ (possibly involving @mymacro)
104 formatting.texi:38: unexpected @ (possibly involving @mymacro)
105105 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
106106 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
107107 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
108108 formatting.texi:38: @sp missing argument (possibly involving @mymacro)
109 formatting.texi:38: warning: Missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: Misplaced } (possibly involving @mymacro)
111 formatting.texi:38: Misplaced } (possibly involving @mymacro)
112 formatting.texi:38: Misplaced { (possibly involving @mymacro)
113 formatting.texi:38: Misplaced { (possibly involving @mymacro)
114 formatting.texi:38: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
109 formatting.texi:38: warning: missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: misplaced } (possibly involving @mymacro)
111 formatting.texi:38: misplaced } (possibly involving @mymacro)
112 formatting.texi:38: misplaced { (possibly involving @mymacro)
113 formatting.texi:38: misplaced { (possibly involving @mymacro)
114 formatting.texi:38: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
120120 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
121 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
121 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
131131 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
132132 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
133133 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
134134 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
135 formatting.texi:42: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: Use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: Use braces to give a command as an argument to @' (possibly involving @mymacro)
135 formatting.texi:42: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: use braces to give a command as an argument to @' (possibly involving @mymacro)
139139 formatting.texi:42: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
140140 formatting.texi:42: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
141141 formatting.texi:42: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
142142 formatting.texi:42: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
143143 formatting.texi:42: @TeX expected braces (possibly involving @mymacro)
144 formatting.texi:42: Unexpected @ (possibly involving @mymacro)
144 formatting.texi:42: unexpected @ (possibly involving @mymacro)
145145 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
146146 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
147147 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
148148 formatting.texi:42: @sp missing argument (possibly involving @mymacro)
149 formatting.texi:42: warning: Missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: Misplaced } (possibly involving @mymacro)
151 formatting.texi:42: Misplaced } (possibly involving @mymacro)
152 formatting.texi:42: Misplaced { (possibly involving @mymacro)
153 formatting.texi:42: Misplaced { (possibly involving @mymacro)
154 formatting.texi:42: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
149 formatting.texi:42: warning: missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: misplaced } (possibly involving @mymacro)
151 formatting.texi:42: misplaced } (possibly involving @mymacro)
152 formatting.texi:42: misplaced { (possibly involving @mymacro)
153 formatting.texi:42: misplaced { (possibly involving @mymacro)
154 formatting.texi:42: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
160160 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
161161 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
162162 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1212 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1313 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1414 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
15 formatting.texi:18: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: Use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: Use braces to give a command as an argument to @' (possibly involving @mymacro)
15 formatting.texi:18: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: use braces to give a command as an argument to @' (possibly involving @mymacro)
1919 formatting.texi:18: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
2020 formatting.texi:18: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
2121 formatting.texi:18: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
2222 formatting.texi:18: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
2323 formatting.texi:18: @TeX expected braces (possibly involving @mymacro)
24 formatting.texi:18: Unexpected @ (possibly involving @mymacro)
24 formatting.texi:18: unexpected @ (possibly involving @mymacro)
2525 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2626 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2727 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2828 formatting.texi:18: @sp missing argument (possibly involving @mymacro)
29 formatting.texi:18: warning: Missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: Misplaced } (possibly involving @mymacro)
31 formatting.texi:18: Misplaced } (possibly involving @mymacro)
32 formatting.texi:18: Misplaced { (possibly involving @mymacro)
33 formatting.texi:18: Misplaced { (possibly involving @mymacro)
34 formatting.texi:18: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
29 formatting.texi:18: warning: missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: misplaced } (possibly involving @mymacro)
31 formatting.texi:18: misplaced } (possibly involving @mymacro)
32 formatting.texi:18: misplaced { (possibly involving @mymacro)
33 formatting.texi:18: misplaced { (possibly involving @mymacro)
34 formatting.texi:18: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
4040 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
41 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
41 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
5151 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5252 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5353 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5454 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
55 formatting.texi:28: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: Use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: Use braces to give a command as an argument to @' (possibly involving @mymacro)
55 formatting.texi:28: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: use braces to give a command as an argument to @' (possibly involving @mymacro)
5959 formatting.texi:28: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
6060 formatting.texi:28: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
6161 formatting.texi:28: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
6262 formatting.texi:28: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
6363 formatting.texi:28: @TeX expected braces (possibly involving @mymacro)
64 formatting.texi:28: Unexpected @ (possibly involving @mymacro)
64 formatting.texi:28: unexpected @ (possibly involving @mymacro)
6565 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6666 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6767 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6868 formatting.texi:28: @sp missing argument (possibly involving @mymacro)
69 formatting.texi:28: warning: Missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: Misplaced } (possibly involving @mymacro)
71 formatting.texi:28: Misplaced } (possibly involving @mymacro)
72 formatting.texi:28: Misplaced { (possibly involving @mymacro)
73 formatting.texi:28: Misplaced { (possibly involving @mymacro)
74 formatting.texi:28: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
69 formatting.texi:28: warning: missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: misplaced } (possibly involving @mymacro)
71 formatting.texi:28: misplaced } (possibly involving @mymacro)
72 formatting.texi:28: misplaced { (possibly involving @mymacro)
73 formatting.texi:28: misplaced { (possibly involving @mymacro)
74 formatting.texi:28: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
8080 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
81 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
81 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
9191 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9292 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9393 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9494 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
95 formatting.texi:38: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: Use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: Use braces to give a command as an argument to @' (possibly involving @mymacro)
95 formatting.texi:38: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: use braces to give a command as an argument to @' (possibly involving @mymacro)
9999 formatting.texi:38: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
100100 formatting.texi:38: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
101101 formatting.texi:38: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
102102 formatting.texi:38: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
103103 formatting.texi:38: @TeX expected braces (possibly involving @mymacro)
104 formatting.texi:38: Unexpected @ (possibly involving @mymacro)
104 formatting.texi:38: unexpected @ (possibly involving @mymacro)
105105 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
106106 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
107107 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
108108 formatting.texi:38: @sp missing argument (possibly involving @mymacro)
109 formatting.texi:38: warning: Missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: Misplaced } (possibly involving @mymacro)
111 formatting.texi:38: Misplaced } (possibly involving @mymacro)
112 formatting.texi:38: Misplaced { (possibly involving @mymacro)
113 formatting.texi:38: Misplaced { (possibly involving @mymacro)
114 formatting.texi:38: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
109 formatting.texi:38: warning: missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: misplaced } (possibly involving @mymacro)
111 formatting.texi:38: misplaced } (possibly involving @mymacro)
112 formatting.texi:38: misplaced { (possibly involving @mymacro)
113 formatting.texi:38: misplaced { (possibly involving @mymacro)
114 formatting.texi:38: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
120120 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
121 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
121 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
131131 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
132132 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
133133 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
134134 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
135 formatting.texi:42: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: Use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: Use braces to give a command as an argument to @' (possibly involving @mymacro)
135 formatting.texi:42: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: use braces to give a command as an argument to @' (possibly involving @mymacro)
139139 formatting.texi:42: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
140140 formatting.texi:42: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
141141 formatting.texi:42: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
142142 formatting.texi:42: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
143143 formatting.texi:42: @TeX expected braces (possibly involving @mymacro)
144 formatting.texi:42: Unexpected @ (possibly involving @mymacro)
144 formatting.texi:42: unexpected @ (possibly involving @mymacro)
145145 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
146146 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
147147 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
148148 formatting.texi:42: @sp missing argument (possibly involving @mymacro)
149 formatting.texi:42: warning: Missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: Misplaced } (possibly involving @mymacro)
151 formatting.texi:42: Misplaced } (possibly involving @mymacro)
152 formatting.texi:42: Misplaced { (possibly involving @mymacro)
153 formatting.texi:42: Misplaced { (possibly involving @mymacro)
154 formatting.texi:42: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
149 formatting.texi:42: warning: missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: misplaced } (possibly involving @mymacro)
151 formatting.texi:42: misplaced } (possibly involving @mymacro)
152 formatting.texi:42: misplaced { (possibly involving @mymacro)
153 formatting.texi:42: misplaced { (possibly involving @mymacro)
154 formatting.texi:42: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
160160 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
161161 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
162162 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
0 formatting_utf8.texi:4: warning: Encoding `utf8' is not a canonical texinfo encoding
0 formatting_utf8.texi:4: warning: encoding `utf8' is not a canonical texinfo encoding
11 formatting_utf8.texi:21: warning: @ctrl is obsolete. (possibly involving @mymacro)
2 formatting_utf8.texi:21: warning: Missing name for @deffnx (possibly involving @mymacro)
3 formatting_utf8.texi:21: warning: Missing category for @deffnx (possibly involving @mymacro)
4 formatting_utf8.texi:21: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting_utf8.texi:21: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting_utf8.texi:21: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting_utf8.texi:21: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting_utf8.texi:21: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting_utf8.texi:21: warning: Missing name for @deffnx (possibly involving @mymacro)
10 formatting_utf8.texi:21: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 formatting_utf8.texi:21: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
2 formatting_utf8.texi:21: warning: missing name for @deffnx (possibly involving @mymacro)
3 formatting_utf8.texi:21: warning: missing category for @deffnx (possibly involving @mymacro)
4 formatting_utf8.texi:21: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting_utf8.texi:21: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting_utf8.texi:21: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting_utf8.texi:21: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting_utf8.texi:21: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting_utf8.texi:21: warning: missing name for @deffnx (possibly involving @mymacro)
10 formatting_utf8.texi:21: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 formatting_utf8.texi:21: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1212 formatting_utf8.texi:21: warning: @verb should not appear in @image (possibly involving @mymacro)
1313 formatting_utf8.texi:21: warning: @verb should not appear in @image (possibly involving @mymacro)
1414 formatting_utf8.texi:21: warning: @verb should not appear in @image (possibly involving @mymacro)
1515 formatting_utf8.texi:21: warning: @verb should not appear in @image (possibly involving @mymacro)
16 formatting_utf8.texi:21: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
17 formatting_utf8.texi:21: Use braces to give a command as an argument to @, (possibly involving @mymacro)
18 formatting_utf8.texi:21: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
19 formatting_utf8.texi:21: Use braces to give a command as an argument to @' (possibly involving @mymacro)
16 formatting_utf8.texi:21: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
17 formatting_utf8.texi:21: use braces to give a command as an argument to @, (possibly involving @mymacro)
18 formatting_utf8.texi:21: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
19 formatting_utf8.texi:21: use braces to give a command as an argument to @' (possibly involving @mymacro)
2020 formatting_utf8.texi:21: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
2121 formatting_utf8.texi:21: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
2222 formatting_utf8.texi:21: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
2323 formatting_utf8.texi:21: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
2424 formatting_utf8.texi:21: @TeX expected braces (possibly involving @mymacro)
25 formatting_utf8.texi:21: Unexpected @ (possibly involving @mymacro)
25 formatting_utf8.texi:21: unexpected @ (possibly involving @mymacro)
2626 formatting_utf8.texi:21: @image missing filename argument (possibly involving @mymacro)
2727 formatting_utf8.texi:21: @image missing filename argument (possibly involving @mymacro)
2828 formatting_utf8.texi:21: @image missing filename argument (possibly involving @mymacro)
2929 formatting_utf8.texi:21: @sp missing argument (possibly involving @mymacro)
30 formatting_utf8.texi:21: warning: Missing name for @deffn (possibly involving @mymacro)
31 formatting_utf8.texi:21: Misplaced } (possibly involving @mymacro)
32 formatting_utf8.texi:21: Misplaced } (possibly involving @mymacro)
33 formatting_utf8.texi:21: Misplaced { (possibly involving @mymacro)
34 formatting_utf8.texi:21: Misplaced { (possibly involving @mymacro)
35 formatting_utf8.texi:21: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
36 formatting_utf8.texi:21: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting_utf8.texi:21: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting_utf8.texi:21: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
39 formatting_utf8.texi:21: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
40 formatting_utf8.texi:21: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
30 formatting_utf8.texi:21: warning: missing name for @deffn (possibly involving @mymacro)
31 formatting_utf8.texi:21: misplaced } (possibly involving @mymacro)
32 formatting_utf8.texi:21: misplaced } (possibly involving @mymacro)
33 formatting_utf8.texi:21: misplaced { (possibly involving @mymacro)
34 formatting_utf8.texi:21: misplaced { (possibly involving @mymacro)
35 formatting_utf8.texi:21: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
36 formatting_utf8.texi:21: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting_utf8.texi:21: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting_utf8.texi:21: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
39 formatting_utf8.texi:21: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
40 formatting_utf8.texi:21: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
4141 formatting_utf8.texi:31: warning: @ctrl is obsolete. (possibly involving @mymacro)
42 formatting_utf8.texi:31: warning: Missing name for @deffnx (possibly involving @mymacro)
43 formatting_utf8.texi:31: warning: Missing category for @deffnx (possibly involving @mymacro)
44 formatting_utf8.texi:31: warning: Missing name for @deffnx (possibly involving @mymacro)
45 formatting_utf8.texi:31: warning: Missing name for @deffnx (possibly involving @mymacro)
46 formatting_utf8.texi:31: warning: Missing name for @deffnx (possibly involving @mymacro)
47 formatting_utf8.texi:31: warning: Missing name for @deffnx (possibly involving @mymacro)
48 formatting_utf8.texi:31: warning: Missing name for @deffnx (possibly involving @mymacro)
49 formatting_utf8.texi:31: warning: Missing name for @deffnx (possibly involving @mymacro)
50 formatting_utf8.texi:31: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 formatting_utf8.texi:31: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
42 formatting_utf8.texi:31: warning: missing name for @deffnx (possibly involving @mymacro)
43 formatting_utf8.texi:31: warning: missing category for @deffnx (possibly involving @mymacro)
44 formatting_utf8.texi:31: warning: missing name for @deffnx (possibly involving @mymacro)
45 formatting_utf8.texi:31: warning: missing name for @deffnx (possibly involving @mymacro)
46 formatting_utf8.texi:31: warning: missing name for @deffnx (possibly involving @mymacro)
47 formatting_utf8.texi:31: warning: missing name for @deffnx (possibly involving @mymacro)
48 formatting_utf8.texi:31: warning: missing name for @deffnx (possibly involving @mymacro)
49 formatting_utf8.texi:31: warning: missing name for @deffnx (possibly involving @mymacro)
50 formatting_utf8.texi:31: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 formatting_utf8.texi:31: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
5252 formatting_utf8.texi:31: warning: @verb should not appear in @image (possibly involving @mymacro)
5353 formatting_utf8.texi:31: warning: @verb should not appear in @image (possibly involving @mymacro)
5454 formatting_utf8.texi:31: warning: @verb should not appear in @image (possibly involving @mymacro)
5555 formatting_utf8.texi:31: warning: @verb should not appear in @image (possibly involving @mymacro)
56 formatting_utf8.texi:31: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
57 formatting_utf8.texi:31: Use braces to give a command as an argument to @, (possibly involving @mymacro)
58 formatting_utf8.texi:31: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
59 formatting_utf8.texi:31: Use braces to give a command as an argument to @' (possibly involving @mymacro)
56 formatting_utf8.texi:31: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
57 formatting_utf8.texi:31: use braces to give a command as an argument to @, (possibly involving @mymacro)
58 formatting_utf8.texi:31: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
59 formatting_utf8.texi:31: use braces to give a command as an argument to @' (possibly involving @mymacro)
6060 formatting_utf8.texi:31: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
6161 formatting_utf8.texi:31: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
6262 formatting_utf8.texi:31: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
6363 formatting_utf8.texi:31: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
6464 formatting_utf8.texi:31: @TeX expected braces (possibly involving @mymacro)
65 formatting_utf8.texi:31: Unexpected @ (possibly involving @mymacro)
65 formatting_utf8.texi:31: unexpected @ (possibly involving @mymacro)
6666 formatting_utf8.texi:31: @image missing filename argument (possibly involving @mymacro)
6767 formatting_utf8.texi:31: @image missing filename argument (possibly involving @mymacro)
6868 formatting_utf8.texi:31: @image missing filename argument (possibly involving @mymacro)
6969 formatting_utf8.texi:31: @sp missing argument (possibly involving @mymacro)
70 formatting_utf8.texi:31: warning: Missing name for @deffn (possibly involving @mymacro)
71 formatting_utf8.texi:31: Misplaced } (possibly involving @mymacro)
72 formatting_utf8.texi:31: Misplaced } (possibly involving @mymacro)
73 formatting_utf8.texi:31: Misplaced { (possibly involving @mymacro)
74 formatting_utf8.texi:31: Misplaced { (possibly involving @mymacro)
75 formatting_utf8.texi:31: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
76 formatting_utf8.texi:31: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting_utf8.texi:31: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting_utf8.texi:31: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
79 formatting_utf8.texi:31: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
80 formatting_utf8.texi:31: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
70 formatting_utf8.texi:31: warning: missing name for @deffn (possibly involving @mymacro)
71 formatting_utf8.texi:31: misplaced } (possibly involving @mymacro)
72 formatting_utf8.texi:31: misplaced } (possibly involving @mymacro)
73 formatting_utf8.texi:31: misplaced { (possibly involving @mymacro)
74 formatting_utf8.texi:31: misplaced { (possibly involving @mymacro)
75 formatting_utf8.texi:31: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
76 formatting_utf8.texi:31: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting_utf8.texi:31: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting_utf8.texi:31: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
79 formatting_utf8.texi:31: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
80 formatting_utf8.texi:31: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
8181 formatting_utf8.texi:41: warning: @ctrl is obsolete. (possibly involving @mymacro)
82 formatting_utf8.texi:41: warning: Missing name for @deffnx (possibly involving @mymacro)
83 formatting_utf8.texi:41: warning: Missing category for @deffnx (possibly involving @mymacro)
84 formatting_utf8.texi:41: warning: Missing name for @deffnx (possibly involving @mymacro)
85 formatting_utf8.texi:41: warning: Missing name for @deffnx (possibly involving @mymacro)
86 formatting_utf8.texi:41: warning: Missing name for @deffnx (possibly involving @mymacro)
87 formatting_utf8.texi:41: warning: Missing name for @deffnx (possibly involving @mymacro)
88 formatting_utf8.texi:41: warning: Missing name for @deffnx (possibly involving @mymacro)
89 formatting_utf8.texi:41: warning: Missing name for @deffnx (possibly involving @mymacro)
90 formatting_utf8.texi:41: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
91 formatting_utf8.texi:41: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
82 formatting_utf8.texi:41: warning: missing name for @deffnx (possibly involving @mymacro)
83 formatting_utf8.texi:41: warning: missing category for @deffnx (possibly involving @mymacro)
84 formatting_utf8.texi:41: warning: missing name for @deffnx (possibly involving @mymacro)
85 formatting_utf8.texi:41: warning: missing name for @deffnx (possibly involving @mymacro)
86 formatting_utf8.texi:41: warning: missing name for @deffnx (possibly involving @mymacro)
87 formatting_utf8.texi:41: warning: missing name for @deffnx (possibly involving @mymacro)
88 formatting_utf8.texi:41: warning: missing name for @deffnx (possibly involving @mymacro)
89 formatting_utf8.texi:41: warning: missing name for @deffnx (possibly involving @mymacro)
90 formatting_utf8.texi:41: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
91 formatting_utf8.texi:41: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
9292 formatting_utf8.texi:41: warning: @verb should not appear in @image (possibly involving @mymacro)
9393 formatting_utf8.texi:41: warning: @verb should not appear in @image (possibly involving @mymacro)
9494 formatting_utf8.texi:41: warning: @verb should not appear in @image (possibly involving @mymacro)
9595 formatting_utf8.texi:41: warning: @verb should not appear in @image (possibly involving @mymacro)
96 formatting_utf8.texi:41: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
97 formatting_utf8.texi:41: Use braces to give a command as an argument to @, (possibly involving @mymacro)
98 formatting_utf8.texi:41: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
99 formatting_utf8.texi:41: Use braces to give a command as an argument to @' (possibly involving @mymacro)
96 formatting_utf8.texi:41: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
97 formatting_utf8.texi:41: use braces to give a command as an argument to @, (possibly involving @mymacro)
98 formatting_utf8.texi:41: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
99 formatting_utf8.texi:41: use braces to give a command as an argument to @' (possibly involving @mymacro)
100100 formatting_utf8.texi:41: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
101101 formatting_utf8.texi:41: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
102102 formatting_utf8.texi:41: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
103103 formatting_utf8.texi:41: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
104104 formatting_utf8.texi:41: @TeX expected braces (possibly involving @mymacro)
105 formatting_utf8.texi:41: Unexpected @ (possibly involving @mymacro)
105 formatting_utf8.texi:41: unexpected @ (possibly involving @mymacro)
106106 formatting_utf8.texi:41: @image missing filename argument (possibly involving @mymacro)
107107 formatting_utf8.texi:41: @image missing filename argument (possibly involving @mymacro)
108108 formatting_utf8.texi:41: @image missing filename argument (possibly involving @mymacro)
109109 formatting_utf8.texi:41: @sp missing argument (possibly involving @mymacro)
110 formatting_utf8.texi:41: warning: Missing name for @deffn (possibly involving @mymacro)
111 formatting_utf8.texi:41: Misplaced } (possibly involving @mymacro)
112 formatting_utf8.texi:41: Misplaced } (possibly involving @mymacro)
113 formatting_utf8.texi:41: Misplaced { (possibly involving @mymacro)
114 formatting_utf8.texi:41: Misplaced { (possibly involving @mymacro)
115 formatting_utf8.texi:41: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
116 formatting_utf8.texi:41: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting_utf8.texi:41: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting_utf8.texi:41: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
119 formatting_utf8.texi:41: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
120 formatting_utf8.texi:41: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
110 formatting_utf8.texi:41: warning: missing name for @deffn (possibly involving @mymacro)
111 formatting_utf8.texi:41: misplaced } (possibly involving @mymacro)
112 formatting_utf8.texi:41: misplaced } (possibly involving @mymacro)
113 formatting_utf8.texi:41: misplaced { (possibly involving @mymacro)
114 formatting_utf8.texi:41: misplaced { (possibly involving @mymacro)
115 formatting_utf8.texi:41: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
116 formatting_utf8.texi:41: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting_utf8.texi:41: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting_utf8.texi:41: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
119 formatting_utf8.texi:41: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
120 formatting_utf8.texi:41: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
121121 formatting_utf8.texi:45: warning: @ctrl is obsolete. (possibly involving @mymacro)
122 formatting_utf8.texi:45: warning: Missing name for @deffnx (possibly involving @mymacro)
123 formatting_utf8.texi:45: warning: Missing category for @deffnx (possibly involving @mymacro)
124 formatting_utf8.texi:45: warning: Missing name for @deffnx (possibly involving @mymacro)
125 formatting_utf8.texi:45: warning: Missing name for @deffnx (possibly involving @mymacro)
126 formatting_utf8.texi:45: warning: Missing name for @deffnx (possibly involving @mymacro)
127 formatting_utf8.texi:45: warning: Missing name for @deffnx (possibly involving @mymacro)
128 formatting_utf8.texi:45: warning: Missing name for @deffnx (possibly involving @mymacro)
129 formatting_utf8.texi:45: warning: Missing name for @deffnx (possibly involving @mymacro)
130 formatting_utf8.texi:45: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
131 formatting_utf8.texi:45: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
122 formatting_utf8.texi:45: warning: missing name for @deffnx (possibly involving @mymacro)
123 formatting_utf8.texi:45: warning: missing category for @deffnx (possibly involving @mymacro)
124 formatting_utf8.texi:45: warning: missing name for @deffnx (possibly involving @mymacro)
125 formatting_utf8.texi:45: warning: missing name for @deffnx (possibly involving @mymacro)
126 formatting_utf8.texi:45: warning: missing name for @deffnx (possibly involving @mymacro)
127 formatting_utf8.texi:45: warning: missing name for @deffnx (possibly involving @mymacro)
128 formatting_utf8.texi:45: warning: missing name for @deffnx (possibly involving @mymacro)
129 formatting_utf8.texi:45: warning: missing name for @deffnx (possibly involving @mymacro)
130 formatting_utf8.texi:45: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
131 formatting_utf8.texi:45: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
132132 formatting_utf8.texi:45: warning: @verb should not appear in @image (possibly involving @mymacro)
133133 formatting_utf8.texi:45: warning: @verb should not appear in @image (possibly involving @mymacro)
134134 formatting_utf8.texi:45: warning: @verb should not appear in @image (possibly involving @mymacro)
135135 formatting_utf8.texi:45: warning: @verb should not appear in @image (possibly involving @mymacro)
136 formatting_utf8.texi:45: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
137 formatting_utf8.texi:45: Use braces to give a command as an argument to @, (possibly involving @mymacro)
138 formatting_utf8.texi:45: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
139 formatting_utf8.texi:45: Use braces to give a command as an argument to @' (possibly involving @mymacro)
136 formatting_utf8.texi:45: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
137 formatting_utf8.texi:45: use braces to give a command as an argument to @, (possibly involving @mymacro)
138 formatting_utf8.texi:45: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
139 formatting_utf8.texi:45: use braces to give a command as an argument to @' (possibly involving @mymacro)
140140 formatting_utf8.texi:45: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
141141 formatting_utf8.texi:45: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
142142 formatting_utf8.texi:45: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
143143 formatting_utf8.texi:45: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
144144 formatting_utf8.texi:45: @TeX expected braces (possibly involving @mymacro)
145 formatting_utf8.texi:45: Unexpected @ (possibly involving @mymacro)
145 formatting_utf8.texi:45: unexpected @ (possibly involving @mymacro)
146146 formatting_utf8.texi:45: @image missing filename argument (possibly involving @mymacro)
147147 formatting_utf8.texi:45: @image missing filename argument (possibly involving @mymacro)
148148 formatting_utf8.texi:45: @image missing filename argument (possibly involving @mymacro)
149149 formatting_utf8.texi:45: @sp missing argument (possibly involving @mymacro)
150 formatting_utf8.texi:45: warning: Missing name for @deffn (possibly involving @mymacro)
151 formatting_utf8.texi:45: Misplaced } (possibly involving @mymacro)
152 formatting_utf8.texi:45: Misplaced } (possibly involving @mymacro)
153 formatting_utf8.texi:45: Misplaced { (possibly involving @mymacro)
154 formatting_utf8.texi:45: Misplaced { (possibly involving @mymacro)
155 formatting_utf8.texi:45: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
156 formatting_utf8.texi:45: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting_utf8.texi:45: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting_utf8.texi:45: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
159 formatting_utf8.texi:45: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
160 formatting_utf8.texi:45: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
150 formatting_utf8.texi:45: warning: missing name for @deffn (possibly involving @mymacro)
151 formatting_utf8.texi:45: misplaced } (possibly involving @mymacro)
152 formatting_utf8.texi:45: misplaced } (possibly involving @mymacro)
153 formatting_utf8.texi:45: misplaced { (possibly involving @mymacro)
154 formatting_utf8.texi:45: misplaced { (possibly involving @mymacro)
155 formatting_utf8.texi:45: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
156 formatting_utf8.texi:45: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting_utf8.texi:45: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting_utf8.texi:45: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
159 formatting_utf8.texi:45: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
160 formatting_utf8.texi:45: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
161161 formatting_utf8.texi:21: @ref reference to nonexistent node `node' (possibly involving @mymacro)
162162 formatting_utf8.texi:21: @ref reference to nonexistent node `node' (possibly involving @mymacro)
163163 formatting_utf8.texi:21: @ref reference to nonexistent node `node' (possibly involving @mymacro)
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1212 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1313 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1414 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
15 formatting.texi:18: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: Use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: Use braces to give a command as an argument to @' (possibly involving @mymacro)
15 formatting.texi:18: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: use braces to give a command as an argument to @' (possibly involving @mymacro)
1919 formatting.texi:18: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
2020 formatting.texi:18: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
2121 formatting.texi:18: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
2222 formatting.texi:18: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
2323 formatting.texi:18: @TeX expected braces (possibly involving @mymacro)
24 formatting.texi:18: Unexpected @ (possibly involving @mymacro)
24 formatting.texi:18: unexpected @ (possibly involving @mymacro)
2525 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2626 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2727 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2828 formatting.texi:18: @sp missing argument (possibly involving @mymacro)
29 formatting.texi:18: warning: Missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: Misplaced } (possibly involving @mymacro)
31 formatting.texi:18: Misplaced } (possibly involving @mymacro)
32 formatting.texi:18: Misplaced { (possibly involving @mymacro)
33 formatting.texi:18: Misplaced { (possibly involving @mymacro)
34 formatting.texi:18: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
29 formatting.texi:18: warning: missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: misplaced } (possibly involving @mymacro)
31 formatting.texi:18: misplaced } (possibly involving @mymacro)
32 formatting.texi:18: misplaced { (possibly involving @mymacro)
33 formatting.texi:18: misplaced { (possibly involving @mymacro)
34 formatting.texi:18: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
4040 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
41 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
41 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
5151 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5252 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5353 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5454 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
55 formatting.texi:28: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: Use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: Use braces to give a command as an argument to @' (possibly involving @mymacro)
55 formatting.texi:28: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: use braces to give a command as an argument to @' (possibly involving @mymacro)
5959 formatting.texi:28: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
6060 formatting.texi:28: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
6161 formatting.texi:28: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
6262 formatting.texi:28: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
6363 formatting.texi:28: @TeX expected braces (possibly involving @mymacro)
64 formatting.texi:28: Unexpected @ (possibly involving @mymacro)
64 formatting.texi:28: unexpected @ (possibly involving @mymacro)
6565 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6666 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6767 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6868 formatting.texi:28: @sp missing argument (possibly involving @mymacro)
69 formatting.texi:28: warning: Missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: Misplaced } (possibly involving @mymacro)
71 formatting.texi:28: Misplaced } (possibly involving @mymacro)
72 formatting.texi:28: Misplaced { (possibly involving @mymacro)
73 formatting.texi:28: Misplaced { (possibly involving @mymacro)
74 formatting.texi:28: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
69 formatting.texi:28: warning: missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: misplaced } (possibly involving @mymacro)
71 formatting.texi:28: misplaced } (possibly involving @mymacro)
72 formatting.texi:28: misplaced { (possibly involving @mymacro)
73 formatting.texi:28: misplaced { (possibly involving @mymacro)
74 formatting.texi:28: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
8080 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
81 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
81 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
9191 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9292 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9393 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9494 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
95 formatting.texi:38: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: Use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: Use braces to give a command as an argument to @' (possibly involving @mymacro)
95 formatting.texi:38: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: use braces to give a command as an argument to @' (possibly involving @mymacro)
9999 formatting.texi:38: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
100100 formatting.texi:38: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
101101 formatting.texi:38: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
102102 formatting.texi:38: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
103103 formatting.texi:38: @TeX expected braces (possibly involving @mymacro)
104 formatting.texi:38: Unexpected @ (possibly involving @mymacro)
104 formatting.texi:38: unexpected @ (possibly involving @mymacro)
105105 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
106106 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
107107 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
108108 formatting.texi:38: @sp missing argument (possibly involving @mymacro)
109 formatting.texi:38: warning: Missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: Misplaced } (possibly involving @mymacro)
111 formatting.texi:38: Misplaced } (possibly involving @mymacro)
112 formatting.texi:38: Misplaced { (possibly involving @mymacro)
113 formatting.texi:38: Misplaced { (possibly involving @mymacro)
114 formatting.texi:38: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
109 formatting.texi:38: warning: missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: misplaced } (possibly involving @mymacro)
111 formatting.texi:38: misplaced } (possibly involving @mymacro)
112 formatting.texi:38: misplaced { (possibly involving @mymacro)
113 formatting.texi:38: misplaced { (possibly involving @mymacro)
114 formatting.texi:38: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
120120 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
121 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
121 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
131131 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
132132 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
133133 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
134134 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
135 formatting.texi:42: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: Use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: Use braces to give a command as an argument to @' (possibly involving @mymacro)
135 formatting.texi:42: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: use braces to give a command as an argument to @' (possibly involving @mymacro)
139139 formatting.texi:42: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
140140 formatting.texi:42: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
141141 formatting.texi:42: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
142142 formatting.texi:42: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
143143 formatting.texi:42: @TeX expected braces (possibly involving @mymacro)
144 formatting.texi:42: Unexpected @ (possibly involving @mymacro)
144 formatting.texi:42: unexpected @ (possibly involving @mymacro)
145145 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
146146 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
147147 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
148148 formatting.texi:42: @sp missing argument (possibly involving @mymacro)
149 formatting.texi:42: warning: Missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: Misplaced } (possibly involving @mymacro)
151 formatting.texi:42: Misplaced } (possibly involving @mymacro)
152 formatting.texi:42: Misplaced { (possibly involving @mymacro)
153 formatting.texi:42: Misplaced { (possibly involving @mymacro)
154 formatting.texi:42: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
149 formatting.texi:42: warning: missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: misplaced } (possibly involving @mymacro)
151 formatting.texi:42: misplaced } (possibly involving @mymacro)
152 formatting.texi:42: misplaced { (possibly involving @mymacro)
153 formatting.texi:42: misplaced { (possibly involving @mymacro)
154 formatting.texi:42: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
12 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
13 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
14 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
15 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
16 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
17 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
18 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
19 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
20 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
12 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
13 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
14 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
15 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
16 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
17 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
18 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
19 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
20 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
2222 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
23 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
24 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
25 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
26 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
27 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
28 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
29 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
30 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
31 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
23 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
24 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
25 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
26 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
27 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
28 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
29 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
30 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
31 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
3333 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
34 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
35 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
36 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
37 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
38 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
39 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
40 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
41 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
34 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
35 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
36 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
37 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
38 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
39 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
40 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
41 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
12 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
13 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
14 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
15 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
16 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
17 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
18 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
19 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
20 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
12 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
13 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
14 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
15 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
16 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
17 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
18 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
19 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
20 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
2222 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
23 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
24 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
25 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
26 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
27 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
28 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
29 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
30 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
31 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
23 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
24 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
25 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
26 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
27 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
28 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
29 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
30 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
31 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
3333 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
34 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
35 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
36 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
37 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
38 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
39 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
40 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
41 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
34 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
35 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
36 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
37 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
38 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
39 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
40 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
41 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
0 formatting_utf8.texi:4: warning: Encoding `utf8' is not a canonical texinfo encoding
0 formatting_utf8.texi:4: warning: encoding `utf8' is not a canonical texinfo encoding
11 formatting_utf8.texi:21: warning: @ctrl is obsolete. (possibly involving @mymacro)
2 formatting_utf8.texi:21: warning: Missing name for @deffnx (possibly involving @mymacro)
3 formatting_utf8.texi:21: warning: Missing category for @deffnx (possibly involving @mymacro)
4 formatting_utf8.texi:21: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting_utf8.texi:21: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting_utf8.texi:21: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting_utf8.texi:21: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting_utf8.texi:21: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting_utf8.texi:21: warning: Missing name for @deffnx (possibly involving @mymacro)
10 formatting_utf8.texi:21: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 formatting_utf8.texi:21: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
2 formatting_utf8.texi:21: warning: missing name for @deffnx (possibly involving @mymacro)
3 formatting_utf8.texi:21: warning: missing category for @deffnx (possibly involving @mymacro)
4 formatting_utf8.texi:21: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting_utf8.texi:21: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting_utf8.texi:21: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting_utf8.texi:21: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting_utf8.texi:21: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting_utf8.texi:21: warning: missing name for @deffnx (possibly involving @mymacro)
10 formatting_utf8.texi:21: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 formatting_utf8.texi:21: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1212 formatting_utf8.texi:31: warning: @ctrl is obsolete. (possibly involving @mymacro)
13 formatting_utf8.texi:31: warning: Missing name for @deffnx (possibly involving @mymacro)
14 formatting_utf8.texi:31: warning: Missing category for @deffnx (possibly involving @mymacro)
15 formatting_utf8.texi:31: warning: Missing name for @deffnx (possibly involving @mymacro)
16 formatting_utf8.texi:31: warning: Missing name for @deffnx (possibly involving @mymacro)
17 formatting_utf8.texi:31: warning: Missing name for @deffnx (possibly involving @mymacro)
18 formatting_utf8.texi:31: warning: Missing name for @deffnx (possibly involving @mymacro)
19 formatting_utf8.texi:31: warning: Missing name for @deffnx (possibly involving @mymacro)
20 formatting_utf8.texi:31: warning: Missing name for @deffnx (possibly involving @mymacro)
21 formatting_utf8.texi:31: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 formatting_utf8.texi:31: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
13 formatting_utf8.texi:31: warning: missing name for @deffnx (possibly involving @mymacro)
14 formatting_utf8.texi:31: warning: missing category for @deffnx (possibly involving @mymacro)
15 formatting_utf8.texi:31: warning: missing name for @deffnx (possibly involving @mymacro)
16 formatting_utf8.texi:31: warning: missing name for @deffnx (possibly involving @mymacro)
17 formatting_utf8.texi:31: warning: missing name for @deffnx (possibly involving @mymacro)
18 formatting_utf8.texi:31: warning: missing name for @deffnx (possibly involving @mymacro)
19 formatting_utf8.texi:31: warning: missing name for @deffnx (possibly involving @mymacro)
20 formatting_utf8.texi:31: warning: missing name for @deffnx (possibly involving @mymacro)
21 formatting_utf8.texi:31: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 formatting_utf8.texi:31: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
2323 formatting_utf8.texi:41: warning: @ctrl is obsolete. (possibly involving @mymacro)
24 formatting_utf8.texi:41: warning: Missing name for @deffnx (possibly involving @mymacro)
25 formatting_utf8.texi:41: warning: Missing category for @deffnx (possibly involving @mymacro)
26 formatting_utf8.texi:41: warning: Missing name for @deffnx (possibly involving @mymacro)
27 formatting_utf8.texi:41: warning: Missing name for @deffnx (possibly involving @mymacro)
28 formatting_utf8.texi:41: warning: Missing name for @deffnx (possibly involving @mymacro)
29 formatting_utf8.texi:41: warning: Missing name for @deffnx (possibly involving @mymacro)
30 formatting_utf8.texi:41: warning: Missing name for @deffnx (possibly involving @mymacro)
31 formatting_utf8.texi:41: warning: Missing name for @deffnx (possibly involving @mymacro)
32 formatting_utf8.texi:41: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 formatting_utf8.texi:41: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
24 formatting_utf8.texi:41: warning: missing name for @deffnx (possibly involving @mymacro)
25 formatting_utf8.texi:41: warning: missing category for @deffnx (possibly involving @mymacro)
26 formatting_utf8.texi:41: warning: missing name for @deffnx (possibly involving @mymacro)
27 formatting_utf8.texi:41: warning: missing name for @deffnx (possibly involving @mymacro)
28 formatting_utf8.texi:41: warning: missing name for @deffnx (possibly involving @mymacro)
29 formatting_utf8.texi:41: warning: missing name for @deffnx (possibly involving @mymacro)
30 formatting_utf8.texi:41: warning: missing name for @deffnx (possibly involving @mymacro)
31 formatting_utf8.texi:41: warning: missing name for @deffnx (possibly involving @mymacro)
32 formatting_utf8.texi:41: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 formatting_utf8.texi:41: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
3434 formatting_utf8.texi:45: warning: @ctrl is obsolete. (possibly involving @mymacro)
35 formatting_utf8.texi:45: warning: Missing name for @deffnx (possibly involving @mymacro)
36 formatting_utf8.texi:45: warning: Missing category for @deffnx (possibly involving @mymacro)
37 formatting_utf8.texi:45: warning: Missing name for @deffnx (possibly involving @mymacro)
38 formatting_utf8.texi:45: warning: Missing name for @deffnx (possibly involving @mymacro)
39 formatting_utf8.texi:45: warning: Missing name for @deffnx (possibly involving @mymacro)
40 formatting_utf8.texi:45: warning: Missing name for @deffnx (possibly involving @mymacro)
41 formatting_utf8.texi:45: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting_utf8.texi:45: warning: Missing name for @deffnx (possibly involving @mymacro)
43 formatting_utf8.texi:45: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 formatting_utf8.texi:45: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
35 formatting_utf8.texi:45: warning: missing name for @deffnx (possibly involving @mymacro)
36 formatting_utf8.texi:45: warning: missing category for @deffnx (possibly involving @mymacro)
37 formatting_utf8.texi:45: warning: missing name for @deffnx (possibly involving @mymacro)
38 formatting_utf8.texi:45: warning: missing name for @deffnx (possibly involving @mymacro)
39 formatting_utf8.texi:45: warning: missing name for @deffnx (possibly involving @mymacro)
40 formatting_utf8.texi:45: warning: missing name for @deffnx (possibly involving @mymacro)
41 formatting_utf8.texi:45: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting_utf8.texi:45: warning: missing name for @deffnx (possibly involving @mymacro)
43 formatting_utf8.texi:45: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 formatting_utf8.texi:45: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
12 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
13 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
14 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
15 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
16 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
17 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
18 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
19 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
20 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
12 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
13 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
14 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
15 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
16 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
17 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
18 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
19 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
20 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
2222 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
23 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
24 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
25 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
26 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
27 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
28 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
29 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
30 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
31 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
23 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
24 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
25 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
26 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
27 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
28 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
29 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
30 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
31 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
3333 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
34 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
35 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
36 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
37 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
38 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
39 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
40 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
41 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
34 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
35 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
36 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
37 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
38 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
39 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
40 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
41 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
0 warning: Must specify a title with a title command or @top
0 cond.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
1 cond.texi:28: warning: Raw format tex is not converted
0 cond.texi: warning: must specify a title with a title command or @top
1 cond.texi:28: warning: raw format tex is not converted
0 warning: Must specify a title with a title command or @top
0 cond.texi: warning: must specify a title with a title command or @top
0 defxcond.texi:8: warning: Missing name for @deffn
1 defxcond.texi:11: warning: Missing name for @deffnx
2 warning: Must specify a title with a title command or @top
0 defxcond.texi:8: warning: missing name for @deffn
1 defxcond.texi:11: warning: missing name for @deffnx
2 defxcond.texi: warning: must specify a title with a title command or @top
0 defxcond.texi:8: warning: Missing name for @deffn
1 warning: Must specify a title with a title command or @top
0 defxcond.texi:8: warning: missing name for @deffn
1 defxcond.texi: warning: must specify a title with a title command or @top
0 warning: unknown is not a valid language code
0 texi2any: warning: unknown is not a valid language code
0 warning: Must specify a title with a title command or @top
0 ignore_and_comments.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 simplest.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 simplest.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 simplest.texi: warning: must specify a title with a title command or @top
0 warning: Ignoring splitting for format Texinfo XML
0 texi2any: warning: ignoring splitting for format Texinfo XML
00 test_need.texi:8: warning: @need should only appear at a line beginning
1 test_need.texi:8: Bad argument to @need: 0.1 on line following
1 test_need.texi:8: bad argument to @need: 0.1 on line following
22 test_need.texi:10: warning: @need should only appear at a line beginning
33 test_need.texi:8: warning: Bad arg for need
44 test_need.texi:10: warning: need has the right arg: 0.1
00 glossary.texi:42: warning: @ifhtml should only appear at a line beginning (possibly involving @gentry)
1 glossary.texi:47: Recursive call of macro glossarytext is not allowed; use @rmacro if needed (possibly involving @glossarytext)
1 glossary.texi:47: recursive call of macro glossarytext is not allowed; use @rmacro if needed (possibly involving @glossarytext)
22 glossary.texi:47: @item outside of table or list (possibly involving @glossarytext)
3 glossary.texi:47: Unmatched `@end table' (possibly involving @glossary)
3 glossary.texi:47: unmatched `@end table' (possibly involving @glossary)
0 warning: Must specify a title with a title command or @top
1 unknown_nodes_renamed-noderename.cnf:3: Target node (new name for `unknown node 2') not in document: renamed as unknow too
0 unknown_nodes_renamed.texi: warning: must specify a title with a title command or @top
1 unknown_nodes_renamed-noderename.cnf:3: warning: target node (new name for `unknown node 2') not in document: renamed as unknow too
0 ./htmlxref.cnf:15: Unrecognized type: foo
1 ./htmlxref.cnf:16: Missing type
0 ./htmlxref.cnf:15: warning: unrecognized type: foo
1 ./htmlxref.cnf:16: warning: missing type
0 ./htmlxref.cnf:15: Unrecognized type: foo
1 ./htmlxref.cnf:16: Missing type
0 ./htmlxref.cnf:15: warning: unrecognized type: foo
1 ./htmlxref.cnf:16: warning: missing type
0 warning: Must specify a title with a title command or @top
0 double_index_entry.texi: warning: must specify a title with a title command or @top
0 index_no_node.texi:5: warning: Entry for index `cp' outside of any node
1 index_no_node.texi:7: warning: Printindex before document beginning: @printindex cp
2 index_no_node.texi:11: Unknown index `bidule' in @printindex
3 index_no_node.texi:19: Lowering the section level of @top appearing after a lower element
0 index_no_node.texi:5: warning: entry for index `cp' outside of any node
1 index_no_node.texi:7: warning: printindex before document beginning: @printindex cp
2 index_no_node.texi:11: unknown index `bidule' in @printindex
3 index_no_node.texi:19: lowering the section level of @top appearing after a lower element
0 index_no_node_no_top.texi:5: warning: Entry for index `cp' outside of any node
1 index_no_node_no_top.texi:7: warning: Printindex before document beginning: @printindex cp
2 index_no_node_no_top.texi:11: Unknown index `bidule' in @printindex
3 warning: Must specify a title with a title command or @top
0 index_no_node_no_top.texi:5: warning: entry for index `cp' outside of any node
1 index_no_node_no_top.texi:7: warning: printindex before document beginning: @printindex cp
2 index_no_node_no_top.texi:11: unknown index `bidule' in @printindex
3 index_no_node_no_top.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 index_nodes.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 index_nodes.texi: warning: must specify a title with a title command or @top
0 index_one_node.texi:6: warning: Entry for index `cp' outside of any node
1 warning: Must specify a title with a title command or @top
0 index_one_node.texi:6: warning: entry for index `cp' outside of any node
1 index_one_node.texi: warning: must specify a title with a title command or @top
00 index_special_region.texi:46: warning: @cindex missing argument
1 index_special_region.texi:47: warning: Missing name for @deffn
2 index_special_region.texi:48: warning: Missing name for @deffnx
3 index_special_region.texi:49: warning: Missing name for @deffnx
1 index_special_region.texi:47: warning: missing name for @deffn
2 index_special_region.texi:48: warning: missing name for @deffnx
3 index_special_region.texi:49: warning: missing name for @deffnx
44 index_special_region.texi:52: ftable requires an argument: the formatter for @item
55 index_special_region.texi:53: warning: @item missing argument
00 index_special_region.texi:46: warning: @cindex missing argument
1 index_special_region.texi:47: warning: Missing name for @deffn
2 index_special_region.texi:48: warning: Missing name for @deffnx
3 index_special_region.texi:49: warning: Missing name for @deffnx
1 index_special_region.texi:47: warning: missing name for @deffn
2 index_special_region.texi:48: warning: missing name for @deffnx
3 index_special_region.texi:49: warning: missing name for @deffnx
44 index_special_region.texi:52: ftable requires an argument: the formatter for @item
55 index_special_region.texi:53: warning: @item missing argument
00 index_special_region_no_insertcopying.texi:46: warning: @cindex missing argument
1 index_special_region_no_insertcopying.texi:47: warning: Missing name for @deffn
2 index_special_region_no_insertcopying.texi:48: warning: Missing name for @deffnx
3 index_special_region_no_insertcopying.texi:49: warning: Missing name for @deffnx
1 index_special_region_no_insertcopying.texi:47: warning: missing name for @deffn
2 index_special_region_no_insertcopying.texi:48: warning: missing name for @deffnx
3 index_special_region_no_insertcopying.texi:49: warning: missing name for @deffnx
44 index_special_region_no_insertcopying.texi:52: ftable requires an argument: the formatter for @item
55 index_special_region_no_insertcopying.texi:53: warning: @item missing argument
00 index_special_region_no_insertcopying.texi:46: warning: @cindex missing argument
1 index_special_region_no_insertcopying.texi:47: warning: Missing name for @deffn
2 index_special_region_no_insertcopying.texi:48: warning: Missing name for @deffnx
3 index_special_region_no_insertcopying.texi:49: warning: Missing name for @deffnx
1 index_special_region_no_insertcopying.texi:47: warning: missing name for @deffn
2 index_special_region_no_insertcopying.texi:48: warning: missing name for @deffnx
3 index_special_region_no_insertcopying.texi:49: warning: missing name for @deffnx
44 index_special_region_no_insertcopying.texi:52: ftable requires an argument: the formatter for @item
55 index_special_region_no_insertcopying.texi:53: warning: @item missing argument
00 index_special_region_no_region.texi:47: warning: @cindex missing argument
1 index_special_region_no_region.texi:48: warning: Missing name for @deffn
2 index_special_region_no_region.texi:49: warning: Missing name for @deffnx
3 index_special_region_no_region.texi:50: warning: Missing name for @deffnx
1 index_special_region_no_region.texi:48: warning: missing name for @deffn
2 index_special_region_no_region.texi:49: warning: missing name for @deffnx
3 index_special_region_no_region.texi:50: warning: missing name for @deffnx
44 index_special_region_no_region.texi:53: ftable requires an argument: the formatter for @item
55 index_special_region_no_region.texi:54: warning: @item missing argument
00 index_special_region_no_region.texi:47: warning: @cindex missing argument
1 index_special_region_no_region.texi:48: warning: Missing name for @deffn
2 index_special_region_no_region.texi:49: warning: Missing name for @deffnx
3 index_special_region_no_region.texi:50: warning: Missing name for @deffnx
1 index_special_region_no_region.texi:48: warning: missing name for @deffn
2 index_special_region_no_region.texi:49: warning: missing name for @deffnx
3 index_special_region_no_region.texi:50: warning: missing name for @deffnx
44 index_special_region_no_region.texi:53: ftable requires an argument: the formatter for @item
55 index_special_region_no_region.texi:54: warning: @item missing argument
0 index_split.texi:5: warning: For `Top', up in menu `Top' and up `(dir)' don't match
1 index_split.texi:23: warning: Node `Top' is prev for `first' in menu but not in sectioning
2 index_split.texi:87: warning: Node `node in section 3' is next for `section 3' in menu but not in sectioning
0 index_split.texi:5: warning: for `Top', up in menu `Top' and up `(dir)' don't match
1 index_split.texi:23: warning: node `Top' is prev for `first' in menu but not in sectioning
2 index_split.texi:87: warning: node `node in section 3' is next for `section 3' in menu but not in sectioning
0 index_split.texi:5: warning: For `Top', up in menu `Top' and up `(dir)' don't match
1 index_split.texi:23: warning: Node `Top' is prev for `first' in menu but not in sectioning
2 index_split.texi:87: warning: Node `node in section 3' is next for `section 3' in menu but not in sectioning
0 index_split.texi:5: warning: for `Top', up in menu `Top' and up `(dir)' don't match
1 index_split.texi:23: warning: node `Top' is prev for `first' in menu but not in sectioning
2 index_split.texi:87: warning: node `node in section 3' is next for `section 3' in menu but not in sectioning
00 nodes_before_top.texi:6: warning: unreferenced node `first before top'
1 warning: Must specify a title with a title command or @top
1 nodes_before_top.texi: warning: must specify a title with a title command or @top
00 nodes_before_top.texi:6: warning: unreferenced node `first before top'
1 warning: Must specify a title with a title command or @top
1 nodes_before_top.texi: warning: must specify a title with a title command or @top
00 nodes_before_top.texi:6: warning: unreferenced node `first before top'
1 warning: Must specify a title with a title command or @top
1 nodes_before_top.texi: warning: must specify a title with a title command or @top
0 warning: Ignoring splitting for format Info
1 index_no_node.texi:5: warning: Entry for index `cp' outside of any node
2 index_no_node.texi:7: warning: Printindex before document beginning: @printindex cp
3 index_no_node.texi:11: Unknown index `bidule' in @printindex
4 index_no_node.texi:19: Lowering the section level of @top appearing after a lower element
5 warning: Document without nodes.
6 index_no_node.texi:43: warning: Entry for index `cp' outside of any node
7 index_no_node.texi:47: warning: Entry for index `cp' outside of any node
8 index_no_node.texi:37: warning: Entry for index `cp' outside of any node
9 index_no_node.texi:39: warning: Entry for index `cp' outside of any node
10 index_no_node.texi:21: warning: Entry for index `cp' outside of any node
11 index_no_node.texi:22: warning: Entry for index `cp' outside of any node
12 index_no_node.texi:23: warning: Entry for index `cp' outside of any node
13 index_no_node.texi:24: warning: Entry for index `cp' outside of any node
14 index_no_node.texi:25: warning: Entry for index `cp' outside of any node
15 index_no_node.texi:26: warning: Entry for index `cp' outside of any node
16 index_no_node.texi:31: warning: Entry for index `cp' outside of any node
17 index_no_node.texi:5: warning: Entry for index `cp' outside of any node
18 index_no_node.texi:13: warning: Entry for index `cp' outside of any node
19 index_no_node.texi:15: warning: Entry for index `cp' outside of any node
0 texi2any: warning: ignoring splitting for format Info
1 index_no_node.texi:5: warning: entry for index `cp' outside of any node
2 index_no_node.texi:7: warning: printindex before document beginning: @printindex cp
3 index_no_node.texi:11: unknown index `bidule' in @printindex
4 index_no_node.texi:19: lowering the section level of @top appearing after a lower element
5 index_no_node.texi: warning: document without nodes
6 index_no_node.texi:43: warning: entry for index `cp' outside of any node
7 index_no_node.texi:47: warning: entry for index `cp' outside of any node
8 index_no_node.texi:37: warning: entry for index `cp' outside of any node
9 index_no_node.texi:39: warning: entry for index `cp' outside of any node
10 index_no_node.texi:21: warning: entry for index `cp' outside of any node
11 index_no_node.texi:22: warning: entry for index `cp' outside of any node
12 index_no_node.texi:23: warning: entry for index `cp' outside of any node
13 index_no_node.texi:24: warning: entry for index `cp' outside of any node
14 index_no_node.texi:25: warning: entry for index `cp' outside of any node
15 index_no_node.texi:26: warning: entry for index `cp' outside of any node
16 index_no_node.texi:31: warning: entry for index `cp' outside of any node
17 index_no_node.texi:5: warning: entry for index `cp' outside of any node
18 index_no_node.texi:13: warning: entry for index `cp' outside of any node
19 index_no_node.texi:15: warning: entry for index `cp' outside of any node
0 index_no_node_no_top.texi:5: warning: Entry for index `cp' outside of any node
1 index_no_node_no_top.texi:7: warning: Printindex before document beginning: @printindex cp
2 index_no_node_no_top.texi:11: Unknown index `bidule' in @printindex
3 warning: Document without nodes.
4 index_no_node_no_top.texi:43: warning: Entry for index `cp' outside of any node
5 index_no_node_no_top.texi:47: warning: Entry for index `cp' outside of any node
6 index_no_node_no_top.texi:37: warning: Entry for index `cp' outside of any node
7 index_no_node_no_top.texi:39: warning: Entry for index `cp' outside of any node
8 index_no_node_no_top.texi:21: warning: Entry for index `cp' outside of any node
9 index_no_node_no_top.texi:22: warning: Entry for index `cp' outside of any node
10 index_no_node_no_top.texi:23: warning: Entry for index `cp' outside of any node
11 index_no_node_no_top.texi:24: warning: Entry for index `cp' outside of any node
12 index_no_node_no_top.texi:25: warning: Entry for index `cp' outside of any node
13 index_no_node_no_top.texi:26: warning: Entry for index `cp' outside of any node
14 index_no_node_no_top.texi:31: warning: Entry for index `cp' outside of any node
15 index_no_node_no_top.texi:5: warning: Entry for index `cp' outside of any node
16 index_no_node_no_top.texi:13: warning: Entry for index `cp' outside of any node
17 index_no_node_no_top.texi:15: warning: Entry for index `cp' outside of any node
0 index_no_node_no_top.texi:5: warning: entry for index `cp' outside of any node
1 index_no_node_no_top.texi:7: warning: printindex before document beginning: @printindex cp
2 index_no_node_no_top.texi:11: unknown index `bidule' in @printindex
3 index_no_node_no_top.texi: warning: document without nodes
4 index_no_node_no_top.texi:43: warning: entry for index `cp' outside of any node
5 index_no_node_no_top.texi:47: warning: entry for index `cp' outside of any node
6 index_no_node_no_top.texi:37: warning: entry for index `cp' outside of any node
7 index_no_node_no_top.texi:39: warning: entry for index `cp' outside of any node
8 index_no_node_no_top.texi:21: warning: entry for index `cp' outside of any node
9 index_no_node_no_top.texi:22: warning: entry for index `cp' outside of any node
10 index_no_node_no_top.texi:23: warning: entry for index `cp' outside of any node
11 index_no_node_no_top.texi:24: warning: entry for index `cp' outside of any node
12 index_no_node_no_top.texi:25: warning: entry for index `cp' outside of any node
13 index_no_node_no_top.texi:26: warning: entry for index `cp' outside of any node
14 index_no_node_no_top.texi:31: warning: entry for index `cp' outside of any node
15 index_no_node_no_top.texi:5: warning: entry for index `cp' outside of any node
16 index_no_node_no_top.texi:13: warning: entry for index `cp' outside of any node
17 index_no_node_no_top.texi:15: warning: entry for index `cp' outside of any node
0 warning: Ignoring splitting for format Info
0 texi2any: warning: ignoring splitting for format Info
0 index_one_node.texi:6: warning: Entry for index `cp' outside of any node
1 warning: Document without Top node.
2 index_one_node.texi:6: warning: Entry for index `cp' outside of any node
0 index_one_node.texi:6: warning: entry for index `cp' outside of any node
1 index_one_node.texi: warning: document without Top node
2 index_one_node.texi:6: warning: entry for index `cp' outside of any node
0 warning: Ignoring splitting for format Info
0 texi2any: warning: ignoring splitting for format Info
11 index_special_region.texi:46: warning: @cindex missing argument
2 index_special_region.texi:47: warning: Missing name for @deffn
3 index_special_region.texi:48: warning: Missing name for @deffnx
4 index_special_region.texi:49: warning: Missing name for @deffnx
2 index_special_region.texi:47: warning: missing name for @deffn
3 index_special_region.texi:48: warning: missing name for @deffnx
4 index_special_region.texi:49: warning: missing name for @deffnx
55 index_special_region.texi:52: ftable requires an argument: the formatter for @item
66 index_special_region.texi:53: warning: @item missing argument
77 index_special_region.texi:8: @anchor output more than once: Copying information
00 index_special_region.texi:46: warning: @cindex missing argument
1 index_special_region.texi:47: warning: Missing name for @deffn
2 index_special_region.texi:48: warning: Missing name for @deffnx
3 index_special_region.texi:49: warning: Missing name for @deffnx
1 index_special_region.texi:47: warning: missing name for @deffn
2 index_special_region.texi:48: warning: missing name for @deffnx
3 index_special_region.texi:49: warning: missing name for @deffnx
44 index_special_region.texi:52: ftable requires an argument: the formatter for @item
55 index_special_region.texi:53: warning: @item missing argument
0 warning: Ignoring splitting for format Info
0 texi2any: warning: ignoring splitting for format Info
11 index_special_region_no_insertcopying.texi:46: warning: @cindex missing argument
2 index_special_region_no_insertcopying.texi:47: warning: Missing name for @deffn
3 index_special_region_no_insertcopying.texi:48: warning: Missing name for @deffnx
4 index_special_region_no_insertcopying.texi:49: warning: Missing name for @deffnx
2 index_special_region_no_insertcopying.texi:47: warning: missing name for @deffn
3 index_special_region_no_insertcopying.texi:48: warning: missing name for @deffnx
4 index_special_region_no_insertcopying.texi:49: warning: missing name for @deffnx
55 index_special_region_no_insertcopying.texi:52: ftable requires an argument: the formatter for @item
66 index_special_region_no_insertcopying.texi:53: warning: @item missing argument
00 index_special_region_no_insertcopying.texi:46: warning: @cindex missing argument
1 index_special_region_no_insertcopying.texi:47: warning: Missing name for @deffn
2 index_special_region_no_insertcopying.texi:48: warning: Missing name for @deffnx
3 index_special_region_no_insertcopying.texi:49: warning: Missing name for @deffnx
1 index_special_region_no_insertcopying.texi:47: warning: missing name for @deffn
2 index_special_region_no_insertcopying.texi:48: warning: missing name for @deffnx
3 index_special_region_no_insertcopying.texi:49: warning: missing name for @deffnx
44 index_special_region_no_insertcopying.texi:52: ftable requires an argument: the formatter for @item
55 index_special_region_no_insertcopying.texi:53: warning: @item missing argument
0 warning: Ignoring splitting for format Info
0 texi2any: warning: ignoring splitting for format Info
11 index_special_region_no_region.texi:47: warning: @cindex missing argument
2 index_special_region_no_region.texi:48: warning: Missing name for @deffn
3 index_special_region_no_region.texi:49: warning: Missing name for @deffnx
4 index_special_region_no_region.texi:50: warning: Missing name for @deffnx
2 index_special_region_no_region.texi:48: warning: missing name for @deffn
3 index_special_region_no_region.texi:49: warning: missing name for @deffnx
4 index_special_region_no_region.texi:50: warning: missing name for @deffnx
55 index_special_region_no_region.texi:53: ftable requires an argument: the formatter for @item
66 index_special_region_no_region.texi:54: warning: @item missing argument
00 index_special_region_no_region.texi:47: warning: @cindex missing argument
1 index_special_region_no_region.texi:48: warning: Missing name for @deffn
2 index_special_region_no_region.texi:49: warning: Missing name for @deffnx
3 index_special_region_no_region.texi:50: warning: Missing name for @deffnx
1 index_special_region_no_region.texi:48: warning: missing name for @deffn
2 index_special_region_no_region.texi:49: warning: missing name for @deffnx
3 index_special_region_no_region.texi:50: warning: missing name for @deffnx
44 index_special_region_no_region.texi:53: ftable requires an argument: the formatter for @item
55 index_special_region_no_region.texi:54: warning: @item missing argument
0 warning: Ignoring splitting for format Info
1 index_split.texi:5: warning: For `Top', up in menu `Top' and up `(dir)' don't match
2 index_split.texi:23: warning: Node `Top' is prev for `first' in menu but not in sectioning
3 index_split.texi:87: warning: Node `node in section 3' is next for `section 3' in menu but not in sectioning
0 texi2any: warning: ignoring splitting for format Info
1 index_split.texi:5: warning: for `Top', up in menu `Top' and up `(dir)' don't match
2 index_split.texi:23: warning: node `Top' is prev for `first' in menu but not in sectioning
3 index_split.texi:87: warning: node `node in section 3' is next for `section 3' in menu but not in sectioning
0 warning: Ignoring splitting for format Info
1 index_split.texi:5: warning: For `Top', up in menu `Top' and up `(dir)' don't match
2 index_split.texi:23: warning: Node `Top' is prev for `first' in menu but not in sectioning
3 index_split.texi:87: warning: Node `node in section 3' is next for `section 3' in menu but not in sectioning
0 texi2any: warning: ignoring splitting for format Info
1 index_split.texi:5: warning: for `Top', up in menu `Top' and up `(dir)' don't match
2 index_split.texi:23: warning: node `Top' is prev for `first' in menu but not in sectioning
3 index_split.texi:87: warning: node `node in section 3' is next for `section 3' in menu but not in sectioning
0 warning: Ignoring splitting for format Info
0 texi2any: warning: ignoring splitting for format Info
11 nodes_before_top.texi:6: warning: unreferenced node `first before top'
0 warning: Ignoring splitting for format Info
0 texi2any: warning: ignoring splitting for format Info
11 nodes_before_top.texi:6: warning: unreferenced node `first before top'
0 warning: Ignoring splitting for format Info
0 texi2any: warning: ignoring splitting for format Info
11 nodes_before_top.texi:6: warning: unreferenced node `first before top'
0 warning: Ignoring splitting for format Info
0 texi2any: warning: ignoring splitting for format Info
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1212 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1313 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1414 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
15 formatting.texi:18: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: Use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: Use braces to give a command as an argument to @' (possibly involving @mymacro)
15 formatting.texi:18: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: use braces to give a command as an argument to @' (possibly involving @mymacro)
1919 formatting.texi:18: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
2020 formatting.texi:18: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
2121 formatting.texi:18: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
2222 formatting.texi:18: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
2323 formatting.texi:18: @TeX expected braces (possibly involving @mymacro)
24 formatting.texi:18: Unexpected @ (possibly involving @mymacro)
24 formatting.texi:18: unexpected @ (possibly involving @mymacro)
2525 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2626 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2727 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2828 formatting.texi:18: @sp missing argument (possibly involving @mymacro)
29 formatting.texi:18: warning: Missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: Misplaced } (possibly involving @mymacro)
31 formatting.texi:18: Misplaced } (possibly involving @mymacro)
32 formatting.texi:18: Misplaced { (possibly involving @mymacro)
33 formatting.texi:18: Misplaced { (possibly involving @mymacro)
34 formatting.texi:18: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
29 formatting.texi:18: warning: missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: misplaced } (possibly involving @mymacro)
31 formatting.texi:18: misplaced } (possibly involving @mymacro)
32 formatting.texi:18: misplaced { (possibly involving @mymacro)
33 formatting.texi:18: misplaced { (possibly involving @mymacro)
34 formatting.texi:18: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
4040 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
41 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
41 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
5151 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5252 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5353 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5454 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
55 formatting.texi:28: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: Use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: Use braces to give a command as an argument to @' (possibly involving @mymacro)
55 formatting.texi:28: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: use braces to give a command as an argument to @' (possibly involving @mymacro)
5959 formatting.texi:28: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
6060 formatting.texi:28: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
6161 formatting.texi:28: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
6262 formatting.texi:28: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
6363 formatting.texi:28: @TeX expected braces (possibly involving @mymacro)
64 formatting.texi:28: Unexpected @ (possibly involving @mymacro)
64 formatting.texi:28: unexpected @ (possibly involving @mymacro)
6565 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6666 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6767 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6868 formatting.texi:28: @sp missing argument (possibly involving @mymacro)
69 formatting.texi:28: warning: Missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: Misplaced } (possibly involving @mymacro)
71 formatting.texi:28: Misplaced } (possibly involving @mymacro)
72 formatting.texi:28: Misplaced { (possibly involving @mymacro)
73 formatting.texi:28: Misplaced { (possibly involving @mymacro)
74 formatting.texi:28: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
69 formatting.texi:28: warning: missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: misplaced } (possibly involving @mymacro)
71 formatting.texi:28: misplaced } (possibly involving @mymacro)
72 formatting.texi:28: misplaced { (possibly involving @mymacro)
73 formatting.texi:28: misplaced { (possibly involving @mymacro)
74 formatting.texi:28: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
8080 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
81 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
81 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
9191 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9292 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9393 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9494 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
95 formatting.texi:38: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: Use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: Use braces to give a command as an argument to @' (possibly involving @mymacro)
95 formatting.texi:38: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: use braces to give a command as an argument to @' (possibly involving @mymacro)
9999 formatting.texi:38: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
100100 formatting.texi:38: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
101101 formatting.texi:38: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
102102 formatting.texi:38: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
103103 formatting.texi:38: @TeX expected braces (possibly involving @mymacro)
104 formatting.texi:38: Unexpected @ (possibly involving @mymacro)
104 formatting.texi:38: unexpected @ (possibly involving @mymacro)
105105 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
106106 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
107107 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
108108 formatting.texi:38: @sp missing argument (possibly involving @mymacro)
109 formatting.texi:38: warning: Missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: Misplaced } (possibly involving @mymacro)
111 formatting.texi:38: Misplaced } (possibly involving @mymacro)
112 formatting.texi:38: Misplaced { (possibly involving @mymacro)
113 formatting.texi:38: Misplaced { (possibly involving @mymacro)
114 formatting.texi:38: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
109 formatting.texi:38: warning: missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: misplaced } (possibly involving @mymacro)
111 formatting.texi:38: misplaced } (possibly involving @mymacro)
112 formatting.texi:38: misplaced { (possibly involving @mymacro)
113 formatting.texi:38: misplaced { (possibly involving @mymacro)
114 formatting.texi:38: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
120120 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
121 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
121 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
131131 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
132132 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
133133 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
134134 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
135 formatting.texi:42: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: Use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: Use braces to give a command as an argument to @' (possibly involving @mymacro)
135 formatting.texi:42: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: use braces to give a command as an argument to @' (possibly involving @mymacro)
139139 formatting.texi:42: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
140140 formatting.texi:42: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
141141 formatting.texi:42: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
142142 formatting.texi:42: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
143143 formatting.texi:42: @TeX expected braces (possibly involving @mymacro)
144 formatting.texi:42: Unexpected @ (possibly involving @mymacro)
144 formatting.texi:42: unexpected @ (possibly involving @mymacro)
145145 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
146146 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
147147 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
148148 formatting.texi:42: @sp missing argument (possibly involving @mymacro)
149 formatting.texi:42: warning: Missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: Misplaced } (possibly involving @mymacro)
151 formatting.texi:42: Misplaced } (possibly involving @mymacro)
152 formatting.texi:42: Misplaced { (possibly involving @mymacro)
153 formatting.texi:42: Misplaced { (possibly involving @mymacro)
154 formatting.texi:42: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
149 formatting.texi:42: warning: missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: misplaced } (possibly involving @mymacro)
151 formatting.texi:42: misplaced } (possibly involving @mymacro)
152 formatting.texi:42: misplaced { (possibly involving @mymacro)
153 formatting.texi:42: misplaced { (possibly involving @mymacro)
154 formatting.texi:42: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
160160 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
161161 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
162162 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
12 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
13 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
14 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
15 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
16 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
17 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
18 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
19 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
20 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
12 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
13 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
14 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
15 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
16 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
17 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
18 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
19 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
20 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
2222 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
23 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
24 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
25 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
26 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
27 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
28 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
29 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
30 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
31 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
23 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
24 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
25 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
26 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
27 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
28 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
29 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
30 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
31 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
3333 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
34 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
35 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
36 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
37 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
38 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
39 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
40 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
41 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
34 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
35 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
36 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
37 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
38 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
39 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
40 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
41 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
4444 formatting.texi:18: warning: @image file `f-ile' not found, using `f-ile.jpg' (possibly involving @mymacro)
4545 formatting.texi:18: warning: @image file `f--ile@.' not found, using `f--ile@..jpg' (possibly involving @mymacro)
4646 formatting.texi:28: warning: @image file `f-ile' not found, using `f-ile.jpg' (possibly involving @mymacro)
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1212 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1313 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1414 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
15 formatting.texi:18: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: Use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: Use braces to give a command as an argument to @' (possibly involving @mymacro)
15 formatting.texi:18: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: use braces to give a command as an argument to @' (possibly involving @mymacro)
1919 formatting.texi:18: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
2020 formatting.texi:18: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
2121 formatting.texi:18: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
2222 formatting.texi:18: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
2323 formatting.texi:18: @TeX expected braces (possibly involving @mymacro)
24 formatting.texi:18: Unexpected @ (possibly involving @mymacro)
24 formatting.texi:18: unexpected @ (possibly involving @mymacro)
2525 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2626 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2727 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2828 formatting.texi:18: @sp missing argument (possibly involving @mymacro)
29 formatting.texi:18: warning: Missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: Misplaced } (possibly involving @mymacro)
31 formatting.texi:18: Misplaced } (possibly involving @mymacro)
32 formatting.texi:18: Misplaced { (possibly involving @mymacro)
33 formatting.texi:18: Misplaced { (possibly involving @mymacro)
34 formatting.texi:18: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
29 formatting.texi:18: warning: missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: misplaced } (possibly involving @mymacro)
31 formatting.texi:18: misplaced } (possibly involving @mymacro)
32 formatting.texi:18: misplaced { (possibly involving @mymacro)
33 formatting.texi:18: misplaced { (possibly involving @mymacro)
34 formatting.texi:18: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
4040 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
41 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
41 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
5151 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5252 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5353 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5454 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
55 formatting.texi:28: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: Use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: Use braces to give a command as an argument to @' (possibly involving @mymacro)
55 formatting.texi:28: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: use braces to give a command as an argument to @' (possibly involving @mymacro)
5959 formatting.texi:28: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
6060 formatting.texi:28: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
6161 formatting.texi:28: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
6262 formatting.texi:28: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
6363 formatting.texi:28: @TeX expected braces (possibly involving @mymacro)
64 formatting.texi:28: Unexpected @ (possibly involving @mymacro)
64 formatting.texi:28: unexpected @ (possibly involving @mymacro)
6565 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6666 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6767 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6868 formatting.texi:28: @sp missing argument (possibly involving @mymacro)
69 formatting.texi:28: warning: Missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: Misplaced } (possibly involving @mymacro)
71 formatting.texi:28: Misplaced } (possibly involving @mymacro)
72 formatting.texi:28: Misplaced { (possibly involving @mymacro)
73 formatting.texi:28: Misplaced { (possibly involving @mymacro)
74 formatting.texi:28: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
69 formatting.texi:28: warning: missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: misplaced } (possibly involving @mymacro)
71 formatting.texi:28: misplaced } (possibly involving @mymacro)
72 formatting.texi:28: misplaced { (possibly involving @mymacro)
73 formatting.texi:28: misplaced { (possibly involving @mymacro)
74 formatting.texi:28: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
8080 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
81 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
81 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
9191 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9292 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9393 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9494 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
95 formatting.texi:38: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: Use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: Use braces to give a command as an argument to @' (possibly involving @mymacro)
95 formatting.texi:38: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: use braces to give a command as an argument to @' (possibly involving @mymacro)
9999 formatting.texi:38: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
100100 formatting.texi:38: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
101101 formatting.texi:38: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
102102 formatting.texi:38: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
103103 formatting.texi:38: @TeX expected braces (possibly involving @mymacro)
104 formatting.texi:38: Unexpected @ (possibly involving @mymacro)
104 formatting.texi:38: unexpected @ (possibly involving @mymacro)
105105 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
106106 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
107107 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
108108 formatting.texi:38: @sp missing argument (possibly involving @mymacro)
109 formatting.texi:38: warning: Missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: Misplaced } (possibly involving @mymacro)
111 formatting.texi:38: Misplaced } (possibly involving @mymacro)
112 formatting.texi:38: Misplaced { (possibly involving @mymacro)
113 formatting.texi:38: Misplaced { (possibly involving @mymacro)
114 formatting.texi:38: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
109 formatting.texi:38: warning: missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: misplaced } (possibly involving @mymacro)
111 formatting.texi:38: misplaced } (possibly involving @mymacro)
112 formatting.texi:38: misplaced { (possibly involving @mymacro)
113 formatting.texi:38: misplaced { (possibly involving @mymacro)
114 formatting.texi:38: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
120120 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
121 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
121 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
131131 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
132132 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
133133 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
134134 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
135 formatting.texi:42: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: Use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: Use braces to give a command as an argument to @' (possibly involving @mymacro)
135 formatting.texi:42: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: use braces to give a command as an argument to @' (possibly involving @mymacro)
139139 formatting.texi:42: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
140140 formatting.texi:42: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
141141 formatting.texi:42: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
142142 formatting.texi:42: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
143143 formatting.texi:42: @TeX expected braces (possibly involving @mymacro)
144 formatting.texi:42: Unexpected @ (possibly involving @mymacro)
144 formatting.texi:42: unexpected @ (possibly involving @mymacro)
145145 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
146146 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
147147 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
148148 formatting.texi:42: @sp missing argument (possibly involving @mymacro)
149 formatting.texi:42: warning: Missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: Misplaced } (possibly involving @mymacro)
151 formatting.texi:42: Misplaced } (possibly involving @mymacro)
152 formatting.texi:42: Misplaced { (possibly involving @mymacro)
153 formatting.texi:42: Misplaced { (possibly involving @mymacro)
154 formatting.texi:42: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
149 formatting.texi:42: warning: missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: misplaced } (possibly involving @mymacro)
151 formatting.texi:42: misplaced } (possibly involving @mymacro)
152 formatting.texi:42: misplaced { (possibly involving @mymacro)
153 formatting.texi:42: misplaced { (possibly involving @mymacro)
154 formatting.texi:42: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
160160 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
161161 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
162162 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1212 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1313 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1414 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
15 formatting.texi:18: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: Use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: Use braces to give a command as an argument to @' (possibly involving @mymacro)
15 formatting.texi:18: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: use braces to give a command as an argument to @' (possibly involving @mymacro)
1919 formatting.texi:18: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
2020 formatting.texi:18: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
2121 formatting.texi:18: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
2222 formatting.texi:18: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
2323 formatting.texi:18: @TeX expected braces (possibly involving @mymacro)
24 formatting.texi:18: Unexpected @ (possibly involving @mymacro)
24 formatting.texi:18: unexpected @ (possibly involving @mymacro)
2525 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2626 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2727 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2828 formatting.texi:18: @sp missing argument (possibly involving @mymacro)
29 formatting.texi:18: warning: Missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: Misplaced } (possibly involving @mymacro)
31 formatting.texi:18: Misplaced } (possibly involving @mymacro)
32 formatting.texi:18: Misplaced { (possibly involving @mymacro)
33 formatting.texi:18: Misplaced { (possibly involving @mymacro)
34 formatting.texi:18: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
29 formatting.texi:18: warning: missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: misplaced } (possibly involving @mymacro)
31 formatting.texi:18: misplaced } (possibly involving @mymacro)
32 formatting.texi:18: misplaced { (possibly involving @mymacro)
33 formatting.texi:18: misplaced { (possibly involving @mymacro)
34 formatting.texi:18: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
4040 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
41 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
41 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
5151 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5252 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5353 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5454 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
55 formatting.texi:28: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: Use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: Use braces to give a command as an argument to @' (possibly involving @mymacro)
55 formatting.texi:28: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: use braces to give a command as an argument to @' (possibly involving @mymacro)
5959 formatting.texi:28: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
6060 formatting.texi:28: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
6161 formatting.texi:28: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
6262 formatting.texi:28: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
6363 formatting.texi:28: @TeX expected braces (possibly involving @mymacro)
64 formatting.texi:28: Unexpected @ (possibly involving @mymacro)
64 formatting.texi:28: unexpected @ (possibly involving @mymacro)
6565 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6666 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6767 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6868 formatting.texi:28: @sp missing argument (possibly involving @mymacro)
69 formatting.texi:28: warning: Missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: Misplaced } (possibly involving @mymacro)
71 formatting.texi:28: Misplaced } (possibly involving @mymacro)
72 formatting.texi:28: Misplaced { (possibly involving @mymacro)
73 formatting.texi:28: Misplaced { (possibly involving @mymacro)
74 formatting.texi:28: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
69 formatting.texi:28: warning: missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: misplaced } (possibly involving @mymacro)
71 formatting.texi:28: misplaced } (possibly involving @mymacro)
72 formatting.texi:28: misplaced { (possibly involving @mymacro)
73 formatting.texi:28: misplaced { (possibly involving @mymacro)
74 formatting.texi:28: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
8080 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
81 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
81 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
9191 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9292 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9393 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9494 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
95 formatting.texi:38: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: Use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: Use braces to give a command as an argument to @' (possibly involving @mymacro)
95 formatting.texi:38: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: use braces to give a command as an argument to @' (possibly involving @mymacro)
9999 formatting.texi:38: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
100100 formatting.texi:38: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
101101 formatting.texi:38: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
102102 formatting.texi:38: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
103103 formatting.texi:38: @TeX expected braces (possibly involving @mymacro)
104 formatting.texi:38: Unexpected @ (possibly involving @mymacro)
104 formatting.texi:38: unexpected @ (possibly involving @mymacro)
105105 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
106106 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
107107 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
108108 formatting.texi:38: @sp missing argument (possibly involving @mymacro)
109 formatting.texi:38: warning: Missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: Misplaced } (possibly involving @mymacro)
111 formatting.texi:38: Misplaced } (possibly involving @mymacro)
112 formatting.texi:38: Misplaced { (possibly involving @mymacro)
113 formatting.texi:38: Misplaced { (possibly involving @mymacro)
114 formatting.texi:38: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
109 formatting.texi:38: warning: missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: misplaced } (possibly involving @mymacro)
111 formatting.texi:38: misplaced } (possibly involving @mymacro)
112 formatting.texi:38: misplaced { (possibly involving @mymacro)
113 formatting.texi:38: misplaced { (possibly involving @mymacro)
114 formatting.texi:38: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
120120 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
121 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
121 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
131131 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
132132 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
133133 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
134134 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
135 formatting.texi:42: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: Use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: Use braces to give a command as an argument to @' (possibly involving @mymacro)
135 formatting.texi:42: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: use braces to give a command as an argument to @' (possibly involving @mymacro)
139139 formatting.texi:42: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
140140 formatting.texi:42: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
141141 formatting.texi:42: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
142142 formatting.texi:42: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
143143 formatting.texi:42: @TeX expected braces (possibly involving @mymacro)
144 formatting.texi:42: Unexpected @ (possibly involving @mymacro)
144 formatting.texi:42: unexpected @ (possibly involving @mymacro)
145145 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
146146 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
147147 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
148148 formatting.texi:42: @sp missing argument (possibly involving @mymacro)
149 formatting.texi:42: warning: Missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: Misplaced } (possibly involving @mymacro)
151 formatting.texi:42: Misplaced } (possibly involving @mymacro)
152 formatting.texi:42: Misplaced { (possibly involving @mymacro)
153 formatting.texi:42: Misplaced { (possibly involving @mymacro)
154 formatting.texi:42: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
149 formatting.texi:42: warning: missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: misplaced } (possibly involving @mymacro)
151 formatting.texi:42: misplaced } (possibly involving @mymacro)
152 formatting.texi:42: misplaced { (possibly involving @mymacro)
153 formatting.texi:42: misplaced { (possibly involving @mymacro)
154 formatting.texi:42: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
160160 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
161161 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
162162 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1212 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1313 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1414 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
15 formatting.texi:18: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: Use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: Use braces to give a command as an argument to @' (possibly involving @mymacro)
15 formatting.texi:18: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: use braces to give a command as an argument to @' (possibly involving @mymacro)
1919 formatting.texi:18: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
2020 formatting.texi:18: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
2121 formatting.texi:18: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
2222 formatting.texi:18: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
2323 formatting.texi:18: @TeX expected braces (possibly involving @mymacro)
24 formatting.texi:18: Unexpected @ (possibly involving @mymacro)
24 formatting.texi:18: unexpected @ (possibly involving @mymacro)
2525 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2626 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2727 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2828 formatting.texi:18: @sp missing argument (possibly involving @mymacro)
29 formatting.texi:18: warning: Missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: Misplaced } (possibly involving @mymacro)
31 formatting.texi:18: Misplaced } (possibly involving @mymacro)
32 formatting.texi:18: Misplaced { (possibly involving @mymacro)
33 formatting.texi:18: Misplaced { (possibly involving @mymacro)
34 formatting.texi:18: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
29 formatting.texi:18: warning: missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: misplaced } (possibly involving @mymacro)
31 formatting.texi:18: misplaced } (possibly involving @mymacro)
32 formatting.texi:18: misplaced { (possibly involving @mymacro)
33 formatting.texi:18: misplaced { (possibly involving @mymacro)
34 formatting.texi:18: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
4040 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
41 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
41 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
5151 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5252 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5353 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5454 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
55 formatting.texi:28: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: Use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: Use braces to give a command as an argument to @' (possibly involving @mymacro)
55 formatting.texi:28: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: use braces to give a command as an argument to @' (possibly involving @mymacro)
5959 formatting.texi:28: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
6060 formatting.texi:28: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
6161 formatting.texi:28: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
6262 formatting.texi:28: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
6363 formatting.texi:28: @TeX expected braces (possibly involving @mymacro)
64 formatting.texi:28: Unexpected @ (possibly involving @mymacro)
64 formatting.texi:28: unexpected @ (possibly involving @mymacro)
6565 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6666 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6767 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6868 formatting.texi:28: @sp missing argument (possibly involving @mymacro)
69 formatting.texi:28: warning: Missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: Misplaced } (possibly involving @mymacro)
71 formatting.texi:28: Misplaced } (possibly involving @mymacro)
72 formatting.texi:28: Misplaced { (possibly involving @mymacro)
73 formatting.texi:28: Misplaced { (possibly involving @mymacro)
74 formatting.texi:28: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
69 formatting.texi:28: warning: missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: misplaced } (possibly involving @mymacro)
71 formatting.texi:28: misplaced } (possibly involving @mymacro)
72 formatting.texi:28: misplaced { (possibly involving @mymacro)
73 formatting.texi:28: misplaced { (possibly involving @mymacro)
74 formatting.texi:28: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
8080 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
81 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
81 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
9191 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9292 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9393 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9494 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
95 formatting.texi:38: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: Use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: Use braces to give a command as an argument to @' (possibly involving @mymacro)
95 formatting.texi:38: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: use braces to give a command as an argument to @' (possibly involving @mymacro)
9999 formatting.texi:38: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
100100 formatting.texi:38: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
101101 formatting.texi:38: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
102102 formatting.texi:38: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
103103 formatting.texi:38: @TeX expected braces (possibly involving @mymacro)
104 formatting.texi:38: Unexpected @ (possibly involving @mymacro)
104 formatting.texi:38: unexpected @ (possibly involving @mymacro)
105105 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
106106 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
107107 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
108108 formatting.texi:38: @sp missing argument (possibly involving @mymacro)
109 formatting.texi:38: warning: Missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: Misplaced } (possibly involving @mymacro)
111 formatting.texi:38: Misplaced } (possibly involving @mymacro)
112 formatting.texi:38: Misplaced { (possibly involving @mymacro)
113 formatting.texi:38: Misplaced { (possibly involving @mymacro)
114 formatting.texi:38: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
109 formatting.texi:38: warning: missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: misplaced } (possibly involving @mymacro)
111 formatting.texi:38: misplaced } (possibly involving @mymacro)
112 formatting.texi:38: misplaced { (possibly involving @mymacro)
113 formatting.texi:38: misplaced { (possibly involving @mymacro)
114 formatting.texi:38: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
120120 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
121 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
121 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
131131 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
132132 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
133133 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
134134 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
135 formatting.texi:42: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: Use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: Use braces to give a command as an argument to @' (possibly involving @mymacro)
135 formatting.texi:42: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: use braces to give a command as an argument to @' (possibly involving @mymacro)
139139 formatting.texi:42: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
140140 formatting.texi:42: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
141141 formatting.texi:42: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
142142 formatting.texi:42: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
143143 formatting.texi:42: @TeX expected braces (possibly involving @mymacro)
144 formatting.texi:42: Unexpected @ (possibly involving @mymacro)
144 formatting.texi:42: unexpected @ (possibly involving @mymacro)
145145 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
146146 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
147147 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
148148 formatting.texi:42: @sp missing argument (possibly involving @mymacro)
149 formatting.texi:42: warning: Missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: Misplaced } (possibly involving @mymacro)
151 formatting.texi:42: Misplaced } (possibly involving @mymacro)
152 formatting.texi:42: Misplaced { (possibly involving @mymacro)
153 formatting.texi:42: Misplaced { (possibly involving @mymacro)
154 formatting.texi:42: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
149 formatting.texi:42: warning: missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: misplaced } (possibly involving @mymacro)
151 formatting.texi:42: misplaced } (possibly involving @mymacro)
152 formatting.texi:42: misplaced { (possibly involving @mymacro)
153 formatting.texi:42: misplaced { (possibly involving @mymacro)
154 formatting.texi:42: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
160160 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
161161 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
162162 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1212 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1313 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1414 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
15 formatting.texi:18: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: Use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: Use braces to give a command as an argument to @' (possibly involving @mymacro)
15 formatting.texi:18: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: use braces to give a command as an argument to @' (possibly involving @mymacro)
1919 formatting.texi:18: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
2020 formatting.texi:18: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
2121 formatting.texi:18: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
2222 formatting.texi:18: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
2323 formatting.texi:18: @TeX expected braces (possibly involving @mymacro)
24 formatting.texi:18: Unexpected @ (possibly involving @mymacro)
24 formatting.texi:18: unexpected @ (possibly involving @mymacro)
2525 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2626 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2727 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2828 formatting.texi:18: @sp missing argument (possibly involving @mymacro)
29 formatting.texi:18: warning: Missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: Misplaced } (possibly involving @mymacro)
31 formatting.texi:18: Misplaced } (possibly involving @mymacro)
32 formatting.texi:18: Misplaced { (possibly involving @mymacro)
33 formatting.texi:18: Misplaced { (possibly involving @mymacro)
34 formatting.texi:18: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
29 formatting.texi:18: warning: missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: misplaced } (possibly involving @mymacro)
31 formatting.texi:18: misplaced } (possibly involving @mymacro)
32 formatting.texi:18: misplaced { (possibly involving @mymacro)
33 formatting.texi:18: misplaced { (possibly involving @mymacro)
34 formatting.texi:18: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
4040 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
41 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
41 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
5151 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5252 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5353 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5454 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
55 formatting.texi:28: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: Use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: Use braces to give a command as an argument to @' (possibly involving @mymacro)
55 formatting.texi:28: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: use braces to give a command as an argument to @' (possibly involving @mymacro)
5959 formatting.texi:28: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
6060 formatting.texi:28: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
6161 formatting.texi:28: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
6262 formatting.texi:28: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
6363 formatting.texi:28: @TeX expected braces (possibly involving @mymacro)
64 formatting.texi:28: Unexpected @ (possibly involving @mymacro)
64 formatting.texi:28: unexpected @ (possibly involving @mymacro)
6565 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6666 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6767 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6868 formatting.texi:28: @sp missing argument (possibly involving @mymacro)
69 formatting.texi:28: warning: Missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: Misplaced } (possibly involving @mymacro)
71 formatting.texi:28: Misplaced } (possibly involving @mymacro)
72 formatting.texi:28: Misplaced { (possibly involving @mymacro)
73 formatting.texi:28: Misplaced { (possibly involving @mymacro)
74 formatting.texi:28: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
69 formatting.texi:28: warning: missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: misplaced } (possibly involving @mymacro)
71 formatting.texi:28: misplaced } (possibly involving @mymacro)
72 formatting.texi:28: misplaced { (possibly involving @mymacro)
73 formatting.texi:28: misplaced { (possibly involving @mymacro)
74 formatting.texi:28: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
8080 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
81 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
81 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
9191 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9292 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9393 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9494 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
95 formatting.texi:38: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: Use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: Use braces to give a command as an argument to @' (possibly involving @mymacro)
95 formatting.texi:38: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: use braces to give a command as an argument to @' (possibly involving @mymacro)
9999 formatting.texi:38: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
100100 formatting.texi:38: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
101101 formatting.texi:38: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
102102 formatting.texi:38: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
103103 formatting.texi:38: @TeX expected braces (possibly involving @mymacro)
104 formatting.texi:38: Unexpected @ (possibly involving @mymacro)
104 formatting.texi:38: unexpected @ (possibly involving @mymacro)
105105 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
106106 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
107107 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
108108 formatting.texi:38: @sp missing argument (possibly involving @mymacro)
109 formatting.texi:38: warning: Missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: Misplaced } (possibly involving @mymacro)
111 formatting.texi:38: Misplaced } (possibly involving @mymacro)
112 formatting.texi:38: Misplaced { (possibly involving @mymacro)
113 formatting.texi:38: Misplaced { (possibly involving @mymacro)
114 formatting.texi:38: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
109 formatting.texi:38: warning: missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: misplaced } (possibly involving @mymacro)
111 formatting.texi:38: misplaced } (possibly involving @mymacro)
112 formatting.texi:38: misplaced { (possibly involving @mymacro)
113 formatting.texi:38: misplaced { (possibly involving @mymacro)
114 formatting.texi:38: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
120120 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
121 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
121 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
131131 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
132132 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
133133 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
134134 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
135 formatting.texi:42: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: Use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: Use braces to give a command as an argument to @' (possibly involving @mymacro)
135 formatting.texi:42: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: use braces to give a command as an argument to @' (possibly involving @mymacro)
139139 formatting.texi:42: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
140140 formatting.texi:42: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
141141 formatting.texi:42: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
142142 formatting.texi:42: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
143143 formatting.texi:42: @TeX expected braces (possibly involving @mymacro)
144 formatting.texi:42: Unexpected @ (possibly involving @mymacro)
144 formatting.texi:42: unexpected @ (possibly involving @mymacro)
145145 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
146146 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
147147 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
148148 formatting.texi:42: @sp missing argument (possibly involving @mymacro)
149 formatting.texi:42: warning: Missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: Misplaced } (possibly involving @mymacro)
151 formatting.texi:42: Misplaced } (possibly involving @mymacro)
152 formatting.texi:42: Misplaced { (possibly involving @mymacro)
153 formatting.texi:42: Misplaced { (possibly involving @mymacro)
154 formatting.texi:42: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
149 formatting.texi:42: warning: missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: misplaced } (possibly involving @mymacro)
151 formatting.texi:42: misplaced } (possibly involving @mymacro)
152 formatting.texi:42: misplaced { (possibly involving @mymacro)
153 formatting.texi:42: misplaced { (possibly involving @mymacro)
154 formatting.texi:42: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
160160 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
161161 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
162162 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1212 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1313 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1414 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
15 formatting.texi:18: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: Use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: Use braces to give a command as an argument to @' (possibly involving @mymacro)
15 formatting.texi:18: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: use braces to give a command as an argument to @' (possibly involving @mymacro)
1919 formatting.texi:18: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
2020 formatting.texi:18: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
2121 formatting.texi:18: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
2222 formatting.texi:18: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
2323 formatting.texi:18: @TeX expected braces (possibly involving @mymacro)
24 formatting.texi:18: Unexpected @ (possibly involving @mymacro)
24 formatting.texi:18: unexpected @ (possibly involving @mymacro)
2525 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2626 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2727 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2828 formatting.texi:18: @sp missing argument (possibly involving @mymacro)
29 formatting.texi:18: warning: Missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: Misplaced } (possibly involving @mymacro)
31 formatting.texi:18: Misplaced } (possibly involving @mymacro)
32 formatting.texi:18: Misplaced { (possibly involving @mymacro)
33 formatting.texi:18: Misplaced { (possibly involving @mymacro)
34 formatting.texi:18: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
29 formatting.texi:18: warning: missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: misplaced } (possibly involving @mymacro)
31 formatting.texi:18: misplaced } (possibly involving @mymacro)
32 formatting.texi:18: misplaced { (possibly involving @mymacro)
33 formatting.texi:18: misplaced { (possibly involving @mymacro)
34 formatting.texi:18: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
4040 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
41 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
41 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
5151 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5252 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5353 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5454 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
55 formatting.texi:28: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: Use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: Use braces to give a command as an argument to @' (possibly involving @mymacro)
55 formatting.texi:28: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: use braces to give a command as an argument to @' (possibly involving @mymacro)
5959 formatting.texi:28: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
6060 formatting.texi:28: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
6161 formatting.texi:28: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
6262 formatting.texi:28: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
6363 formatting.texi:28: @TeX expected braces (possibly involving @mymacro)
64 formatting.texi:28: Unexpected @ (possibly involving @mymacro)
64 formatting.texi:28: unexpected @ (possibly involving @mymacro)
6565 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6666 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6767 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6868 formatting.texi:28: @sp missing argument (possibly involving @mymacro)
69 formatting.texi:28: warning: Missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: Misplaced } (possibly involving @mymacro)
71 formatting.texi:28: Misplaced } (possibly involving @mymacro)
72 formatting.texi:28: Misplaced { (possibly involving @mymacro)
73 formatting.texi:28: Misplaced { (possibly involving @mymacro)
74 formatting.texi:28: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
69 formatting.texi:28: warning: missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: misplaced } (possibly involving @mymacro)
71 formatting.texi:28: misplaced } (possibly involving @mymacro)
72 formatting.texi:28: misplaced { (possibly involving @mymacro)
73 formatting.texi:28: misplaced { (possibly involving @mymacro)
74 formatting.texi:28: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
8080 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
81 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
81 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
9191 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9292 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9393 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9494 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
95 formatting.texi:38: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: Use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: Use braces to give a command as an argument to @' (possibly involving @mymacro)
95 formatting.texi:38: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: use braces to give a command as an argument to @' (possibly involving @mymacro)
9999 formatting.texi:38: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
100100 formatting.texi:38: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
101101 formatting.texi:38: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
102102 formatting.texi:38: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
103103 formatting.texi:38: @TeX expected braces (possibly involving @mymacro)
104 formatting.texi:38: Unexpected @ (possibly involving @mymacro)
104 formatting.texi:38: unexpected @ (possibly involving @mymacro)
105105 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
106106 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
107107 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
108108 formatting.texi:38: @sp missing argument (possibly involving @mymacro)
109 formatting.texi:38: warning: Missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: Misplaced } (possibly involving @mymacro)
111 formatting.texi:38: Misplaced } (possibly involving @mymacro)
112 formatting.texi:38: Misplaced { (possibly involving @mymacro)
113 formatting.texi:38: Misplaced { (possibly involving @mymacro)
114 formatting.texi:38: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
109 formatting.texi:38: warning: missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: misplaced } (possibly involving @mymacro)
111 formatting.texi:38: misplaced } (possibly involving @mymacro)
112 formatting.texi:38: misplaced { (possibly involving @mymacro)
113 formatting.texi:38: misplaced { (possibly involving @mymacro)
114 formatting.texi:38: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
120120 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
121 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
121 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
131131 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
132132 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
133133 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
134134 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
135 formatting.texi:42: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: Use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: Use braces to give a command as an argument to @' (possibly involving @mymacro)
135 formatting.texi:42: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: use braces to give a command as an argument to @' (possibly involving @mymacro)
139139 formatting.texi:42: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
140140 formatting.texi:42: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
141141 formatting.texi:42: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
142142 formatting.texi:42: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
143143 formatting.texi:42: @TeX expected braces (possibly involving @mymacro)
144 formatting.texi:42: Unexpected @ (possibly involving @mymacro)
144 formatting.texi:42: unexpected @ (possibly involving @mymacro)
145145 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
146146 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
147147 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
148148 formatting.texi:42: @sp missing argument (possibly involving @mymacro)
149 formatting.texi:42: warning: Missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: Misplaced } (possibly involving @mymacro)
151 formatting.texi:42: Misplaced } (possibly involving @mymacro)
152 formatting.texi:42: Misplaced { (possibly involving @mymacro)
153 formatting.texi:42: Misplaced { (possibly involving @mymacro)
154 formatting.texi:42: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
149 formatting.texi:42: warning: missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: misplaced } (possibly involving @mymacro)
151 formatting.texi:42: misplaced } (possibly involving @mymacro)
152 formatting.texi:42: misplaced { (possibly involving @mymacro)
153 formatting.texi:42: misplaced { (possibly involving @mymacro)
154 formatting.texi:42: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
160160 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
161161 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
162162 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1212 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1313 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1414 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
15 formatting.texi:18: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: Use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: Use braces to give a command as an argument to @' (possibly involving @mymacro)
15 formatting.texi:18: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: use braces to give a command as an argument to @' (possibly involving @mymacro)
1919 formatting.texi:18: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
2020 formatting.texi:18: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
2121 formatting.texi:18: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
2222 formatting.texi:18: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
2323 formatting.texi:18: @TeX expected braces (possibly involving @mymacro)
24 formatting.texi:18: Unexpected @ (possibly involving @mymacro)
24 formatting.texi:18: unexpected @ (possibly involving @mymacro)
2525 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2626 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2727 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2828 formatting.texi:18: @sp missing argument (possibly involving @mymacro)
29 formatting.texi:18: warning: Missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: Misplaced } (possibly involving @mymacro)
31 formatting.texi:18: Misplaced } (possibly involving @mymacro)
32 formatting.texi:18: Misplaced { (possibly involving @mymacro)
33 formatting.texi:18: Misplaced { (possibly involving @mymacro)
34 formatting.texi:18: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
29 formatting.texi:18: warning: missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: misplaced } (possibly involving @mymacro)
31 formatting.texi:18: misplaced } (possibly involving @mymacro)
32 formatting.texi:18: misplaced { (possibly involving @mymacro)
33 formatting.texi:18: misplaced { (possibly involving @mymacro)
34 formatting.texi:18: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
4040 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
41 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
41 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
5151 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5252 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5353 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5454 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
55 formatting.texi:28: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: Use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: Use braces to give a command as an argument to @' (possibly involving @mymacro)
55 formatting.texi:28: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: use braces to give a command as an argument to @' (possibly involving @mymacro)
5959 formatting.texi:28: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
6060 formatting.texi:28: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
6161 formatting.texi:28: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
6262 formatting.texi:28: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
6363 formatting.texi:28: @TeX expected braces (possibly involving @mymacro)
64 formatting.texi:28: Unexpected @ (possibly involving @mymacro)
64 formatting.texi:28: unexpected @ (possibly involving @mymacro)
6565 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6666 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6767 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6868 formatting.texi:28: @sp missing argument (possibly involving @mymacro)
69 formatting.texi:28: warning: Missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: Misplaced } (possibly involving @mymacro)
71 formatting.texi:28: Misplaced } (possibly involving @mymacro)
72 formatting.texi:28: Misplaced { (possibly involving @mymacro)
73 formatting.texi:28: Misplaced { (possibly involving @mymacro)
74 formatting.texi:28: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
69 formatting.texi:28: warning: missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: misplaced } (possibly involving @mymacro)
71 formatting.texi:28: misplaced } (possibly involving @mymacro)
72 formatting.texi:28: misplaced { (possibly involving @mymacro)
73 formatting.texi:28: misplaced { (possibly involving @mymacro)
74 formatting.texi:28: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
8080 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
81 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
81 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
9191 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9292 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9393 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9494 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
95 formatting.texi:38: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: Use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: Use braces to give a command as an argument to @' (possibly involving @mymacro)
95 formatting.texi:38: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: use braces to give a command as an argument to @' (possibly involving @mymacro)
9999 formatting.texi:38: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
100100 formatting.texi:38: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
101101 formatting.texi:38: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
102102 formatting.texi:38: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
103103 formatting.texi:38: @TeX expected braces (possibly involving @mymacro)
104 formatting.texi:38: Unexpected @ (possibly involving @mymacro)
104 formatting.texi:38: unexpected @ (possibly involving @mymacro)
105105 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
106106 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
107107 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
108108 formatting.texi:38: @sp missing argument (possibly involving @mymacro)
109 formatting.texi:38: warning: Missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: Misplaced } (possibly involving @mymacro)
111 formatting.texi:38: Misplaced } (possibly involving @mymacro)
112 formatting.texi:38: Misplaced { (possibly involving @mymacro)
113 formatting.texi:38: Misplaced { (possibly involving @mymacro)
114 formatting.texi:38: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
109 formatting.texi:38: warning: missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: misplaced } (possibly involving @mymacro)
111 formatting.texi:38: misplaced } (possibly involving @mymacro)
112 formatting.texi:38: misplaced { (possibly involving @mymacro)
113 formatting.texi:38: misplaced { (possibly involving @mymacro)
114 formatting.texi:38: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
120120 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
121 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
121 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
131131 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
132132 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
133133 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
134134 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
135 formatting.texi:42: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: Use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: Use braces to give a command as an argument to @' (possibly involving @mymacro)
135 formatting.texi:42: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: use braces to give a command as an argument to @' (possibly involving @mymacro)
139139 formatting.texi:42: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
140140 formatting.texi:42: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
141141 formatting.texi:42: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
142142 formatting.texi:42: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
143143 formatting.texi:42: @TeX expected braces (possibly involving @mymacro)
144 formatting.texi:42: Unexpected @ (possibly involving @mymacro)
144 formatting.texi:42: unexpected @ (possibly involving @mymacro)
145145 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
146146 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
147147 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
148148 formatting.texi:42: @sp missing argument (possibly involving @mymacro)
149 formatting.texi:42: warning: Missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: Misplaced } (possibly involving @mymacro)
151 formatting.texi:42: Misplaced } (possibly involving @mymacro)
152 formatting.texi:42: Misplaced { (possibly involving @mymacro)
153 formatting.texi:42: Misplaced { (possibly involving @mymacro)
154 formatting.texi:42: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
149 formatting.texi:42: warning: missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: misplaced } (possibly involving @mymacro)
151 formatting.texi:42: misplaced } (possibly involving @mymacro)
152 formatting.texi:42: misplaced { (possibly involving @mymacro)
153 formatting.texi:42: misplaced { (possibly involving @mymacro)
154 formatting.texi:42: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
160160 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
161161 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
162162 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
12 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
13 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
14 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
15 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
16 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
17 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
18 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
19 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
20 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
12 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
13 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
14 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
15 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
16 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
17 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
18 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
19 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
20 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
2222 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
23 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
24 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
25 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
26 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
27 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
28 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
29 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
30 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
31 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
23 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
24 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
25 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
26 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
27 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
28 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
29 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
30 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
31 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
3333 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
34 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
35 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
36 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
37 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
38 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
39 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
40 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
41 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
34 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
35 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
36 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
37 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
38 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
39 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
40 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
41 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
00 formatting_regions.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting_regions.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting_regions.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting_regions.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting_regions.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting_regions.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting_regions.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting_regions.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting_regions.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting_regions.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting_regions.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
11 formatting_regions.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
12 formatting_regions.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
13 formatting_regions.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
14 formatting_regions.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
15 formatting_regions.texi:28: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting_regions.texi:28: Use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting_regions.texi:28: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting_regions.texi:28: Use braces to give a command as an argument to @' (possibly involving @mymacro)
1 formatting_regions.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting_regions.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting_regions.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting_regions.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting_regions.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting_regions.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting_regions.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting_regions.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting_regions.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting_regions.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
11 formatting_regions.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
12 formatting_regions.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
13 formatting_regions.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
14 formatting_regions.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
15 formatting_regions.texi:28: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting_regions.texi:28: use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting_regions.texi:28: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting_regions.texi:28: use braces to give a command as an argument to @' (possibly involving @mymacro)
1919 formatting_regions.texi:28: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
2020 formatting_regions.texi:28: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
2121 formatting_regions.texi:28: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
2222 formatting_regions.texi:28: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
2323 formatting_regions.texi:28: @TeX expected braces (possibly involving @mymacro)
24 formatting_regions.texi:28: Unexpected @ (possibly involving @mymacro)
24 formatting_regions.texi:28: unexpected @ (possibly involving @mymacro)
2525 formatting_regions.texi:28: @image missing filename argument (possibly involving @mymacro)
2626 formatting_regions.texi:28: @image missing filename argument (possibly involving @mymacro)
2727 formatting_regions.texi:28: @image missing filename argument (possibly involving @mymacro)
2828 formatting_regions.texi:28: @sp missing argument (possibly involving @mymacro)
29 formatting_regions.texi:28: warning: Missing name for @deffn (possibly involving @mymacro)
30 formatting_regions.texi:28: Misplaced } (possibly involving @mymacro)
31 formatting_regions.texi:28: Misplaced } (possibly involving @mymacro)
32 formatting_regions.texi:28: Misplaced { (possibly involving @mymacro)
33 formatting_regions.texi:28: Misplaced { (possibly involving @mymacro)
34 formatting_regions.texi:28: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting_regions.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting_regions.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting_regions.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting_regions.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting_regions.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
29 formatting_regions.texi:28: warning: missing name for @deffn (possibly involving @mymacro)
30 formatting_regions.texi:28: misplaced } (possibly involving @mymacro)
31 formatting_regions.texi:28: misplaced } (possibly involving @mymacro)
32 formatting_regions.texi:28: misplaced { (possibly involving @mymacro)
33 formatting_regions.texi:28: misplaced { (possibly involving @mymacro)
34 formatting_regions.texi:28: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting_regions.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting_regions.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting_regions.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting_regions.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting_regions.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
4040 formatting_regions.texi:39: warning: @ctrl is obsolete. (possibly involving @mymacro)
41 formatting_regions.texi:39: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting_regions.texi:39: warning: Missing category for @deffnx (possibly involving @mymacro)
43 formatting_regions.texi:39: warning: Missing name for @deffnx (possibly involving @mymacro)
44 formatting_regions.texi:39: warning: Missing name for @deffnx (possibly involving @mymacro)
45 formatting_regions.texi:39: warning: Missing name for @deffnx (possibly involving @mymacro)
46 formatting_regions.texi:39: warning: Missing name for @deffnx (possibly involving @mymacro)
47 formatting_regions.texi:39: warning: Missing name for @deffnx (possibly involving @mymacro)
48 formatting_regions.texi:39: warning: Missing name for @deffnx (possibly involving @mymacro)
49 formatting_regions.texi:39: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting_regions.texi:39: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
51 formatting_regions.texi:39: warning: @verb should not appear in @image (possibly involving @mymacro)
52 formatting_regions.texi:39: warning: @verb should not appear in @image (possibly involving @mymacro)
53 formatting_regions.texi:39: warning: @verb should not appear in @image (possibly involving @mymacro)
54 formatting_regions.texi:39: warning: @verb should not appear in @image (possibly involving @mymacro)
55 formatting_regions.texi:39: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting_regions.texi:39: Use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting_regions.texi:39: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting_regions.texi:39: Use braces to give a command as an argument to @' (possibly involving @mymacro)
41 formatting_regions.texi:39: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting_regions.texi:39: warning: missing category for @deffnx (possibly involving @mymacro)
43 formatting_regions.texi:39: warning: missing name for @deffnx (possibly involving @mymacro)
44 formatting_regions.texi:39: warning: missing name for @deffnx (possibly involving @mymacro)
45 formatting_regions.texi:39: warning: missing name for @deffnx (possibly involving @mymacro)
46 formatting_regions.texi:39: warning: missing name for @deffnx (possibly involving @mymacro)
47 formatting_regions.texi:39: warning: missing name for @deffnx (possibly involving @mymacro)
48 formatting_regions.texi:39: warning: missing name for @deffnx (possibly involving @mymacro)
49 formatting_regions.texi:39: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting_regions.texi:39: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
51 formatting_regions.texi:39: warning: @verb should not appear in @image (possibly involving @mymacro)
52 formatting_regions.texi:39: warning: @verb should not appear in @image (possibly involving @mymacro)
53 formatting_regions.texi:39: warning: @verb should not appear in @image (possibly involving @mymacro)
54 formatting_regions.texi:39: warning: @verb should not appear in @image (possibly involving @mymacro)
55 formatting_regions.texi:39: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting_regions.texi:39: use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting_regions.texi:39: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting_regions.texi:39: use braces to give a command as an argument to @' (possibly involving @mymacro)
5959 formatting_regions.texi:39: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
6060 formatting_regions.texi:39: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
6161 formatting_regions.texi:39: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
6262 formatting_regions.texi:39: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
6363 formatting_regions.texi:39: @TeX expected braces (possibly involving @mymacro)
64 formatting_regions.texi:39: Unexpected @ (possibly involving @mymacro)
64 formatting_regions.texi:39: unexpected @ (possibly involving @mymacro)
6565 formatting_regions.texi:39: @image missing filename argument (possibly involving @mymacro)
6666 formatting_regions.texi:39: @image missing filename argument (possibly involving @mymacro)
6767 formatting_regions.texi:39: @image missing filename argument (possibly involving @mymacro)
6868 formatting_regions.texi:39: @sp missing argument (possibly involving @mymacro)
69 formatting_regions.texi:39: warning: Missing name for @deffn (possibly involving @mymacro)
70 formatting_regions.texi:39: Misplaced } (possibly involving @mymacro)
71 formatting_regions.texi:39: Misplaced } (possibly involving @mymacro)
72 formatting_regions.texi:39: Misplaced { (possibly involving @mymacro)
73 formatting_regions.texi:39: Misplaced { (possibly involving @mymacro)
74 formatting_regions.texi:39: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting_regions.texi:39: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting_regions.texi:39: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting_regions.texi:39: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting_regions.texi:39: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting_regions.texi:39: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
69 formatting_regions.texi:39: warning: missing name for @deffn (possibly involving @mymacro)
70 formatting_regions.texi:39: misplaced } (possibly involving @mymacro)
71 formatting_regions.texi:39: misplaced } (possibly involving @mymacro)
72 formatting_regions.texi:39: misplaced { (possibly involving @mymacro)
73 formatting_regions.texi:39: misplaced { (possibly involving @mymacro)
74 formatting_regions.texi:39: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting_regions.texi:39: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting_regions.texi:39: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting_regions.texi:39: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting_regions.texi:39: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting_regions.texi:39: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
8080 formatting_regions.texi:46: warning: @ctrl is obsolete. (possibly involving @mymacro)
81 formatting_regions.texi:46: warning: Missing name for @deffnx (possibly involving @mymacro)
82 formatting_regions.texi:46: warning: Missing category for @deffnx (possibly involving @mymacro)
83 formatting_regions.texi:46: warning: Missing name for @deffnx (possibly involving @mymacro)
84 formatting_regions.texi:46: warning: Missing name for @deffnx (possibly involving @mymacro)
85 formatting_regions.texi:46: warning: Missing name for @deffnx (possibly involving @mymacro)
86 formatting_regions.texi:46: warning: Missing name for @deffnx (possibly involving @mymacro)
87 formatting_regions.texi:46: warning: Missing name for @deffnx (possibly involving @mymacro)
88 formatting_regions.texi:46: warning: Missing name for @deffnx (possibly involving @mymacro)
89 formatting_regions.texi:46: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting_regions.texi:46: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
91 formatting_regions.texi:46: warning: @verb should not appear in @image (possibly involving @mymacro)
92 formatting_regions.texi:46: warning: @verb should not appear in @image (possibly involving @mymacro)
93 formatting_regions.texi:46: warning: @verb should not appear in @image (possibly involving @mymacro)
94 formatting_regions.texi:46: warning: @verb should not appear in @image (possibly involving @mymacro)
95 formatting_regions.texi:46: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting_regions.texi:46: Use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting_regions.texi:46: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting_regions.texi:46: Use braces to give a command as an argument to @' (possibly involving @mymacro)
81 formatting_regions.texi:46: warning: missing name for @deffnx (possibly involving @mymacro)
82 formatting_regions.texi:46: warning: missing category for @deffnx (possibly involving @mymacro)
83 formatting_regions.texi:46: warning: missing name for @deffnx (possibly involving @mymacro)
84 formatting_regions.texi:46: warning: missing name for @deffnx (possibly involving @mymacro)
85 formatting_regions.texi:46: warning: missing name for @deffnx (possibly involving @mymacro)
86 formatting_regions.texi:46: warning: missing name for @deffnx (possibly involving @mymacro)
87 formatting_regions.texi:46: warning: missing name for @deffnx (possibly involving @mymacro)
88 formatting_regions.texi:46: warning: missing name for @deffnx (possibly involving @mymacro)
89 formatting_regions.texi:46: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting_regions.texi:46: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
91 formatting_regions.texi:46: warning: @verb should not appear in @image (possibly involving @mymacro)
92 formatting_regions.texi:46: warning: @verb should not appear in @image (possibly involving @mymacro)
93 formatting_regions.texi:46: warning: @verb should not appear in @image (possibly involving @mymacro)
94 formatting_regions.texi:46: warning: @verb should not appear in @image (possibly involving @mymacro)
95 formatting_regions.texi:46: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting_regions.texi:46: use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting_regions.texi:46: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting_regions.texi:46: use braces to give a command as an argument to @' (possibly involving @mymacro)
9999 formatting_regions.texi:46: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
100100 formatting_regions.texi:46: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
101101 formatting_regions.texi:46: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
102102 formatting_regions.texi:46: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
103103 formatting_regions.texi:46: @TeX expected braces (possibly involving @mymacro)
104 formatting_regions.texi:46: Unexpected @ (possibly involving @mymacro)
104 formatting_regions.texi:46: unexpected @ (possibly involving @mymacro)
105105 formatting_regions.texi:46: @image missing filename argument (possibly involving @mymacro)
106106 formatting_regions.texi:46: @image missing filename argument (possibly involving @mymacro)
107107 formatting_regions.texi:46: @image missing filename argument (possibly involving @mymacro)
108108 formatting_regions.texi:46: @sp missing argument (possibly involving @mymacro)
109 formatting_regions.texi:46: warning: Missing name for @deffn (possibly involving @mymacro)
110 formatting_regions.texi:46: Misplaced } (possibly involving @mymacro)
111 formatting_regions.texi:46: Misplaced } (possibly involving @mymacro)
112 formatting_regions.texi:46: Misplaced { (possibly involving @mymacro)
113 formatting_regions.texi:46: Misplaced { (possibly involving @mymacro)
114 formatting_regions.texi:46: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting_regions.texi:46: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting_regions.texi:46: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting_regions.texi:46: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting_regions.texi:46: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting_regions.texi:46: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
109 formatting_regions.texi:46: warning: missing name for @deffn (possibly involving @mymacro)
110 formatting_regions.texi:46: misplaced } (possibly involving @mymacro)
111 formatting_regions.texi:46: misplaced } (possibly involving @mymacro)
112 formatting_regions.texi:46: misplaced { (possibly involving @mymacro)
113 formatting_regions.texi:46: misplaced { (possibly involving @mymacro)
114 formatting_regions.texi:46: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting_regions.texi:46: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting_regions.texi:46: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting_regions.texi:46: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting_regions.texi:46: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting_regions.texi:46: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
120120 formatting_regions.texi:49: warning: @ctrl is obsolete. (possibly involving @mymacro)
121 formatting_regions.texi:49: warning: Missing name for @deffnx (possibly involving @mymacro)
122 formatting_regions.texi:49: warning: Missing category for @deffnx (possibly involving @mymacro)
123 formatting_regions.texi:49: warning: Missing name for @deffnx (possibly involving @mymacro)
124 formatting_regions.texi:49: warning: Missing name for @deffnx (possibly involving @mymacro)
125 formatting_regions.texi:49: warning: Missing name for @deffnx (possibly involving @mymacro)
126 formatting_regions.texi:49: warning: Missing name for @deffnx (possibly involving @mymacro)
127 formatting_regions.texi:49: warning: Missing name for @deffnx (possibly involving @mymacro)
128 formatting_regions.texi:49: warning: Missing name for @deffnx (possibly involving @mymacro)
129 formatting_regions.texi:49: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting_regions.texi:49: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
131 formatting_regions.texi:49: warning: @verb should not appear in @image (possibly involving @mymacro)
132 formatting_regions.texi:49: warning: @verb should not appear in @image (possibly involving @mymacro)
133 formatting_regions.texi:49: warning: @verb should not appear in @image (possibly involving @mymacro)
134 formatting_regions.texi:49: warning: @verb should not appear in @image (possibly involving @mymacro)
135 formatting_regions.texi:49: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting_regions.texi:49: Use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting_regions.texi:49: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting_regions.texi:49: Use braces to give a command as an argument to @' (possibly involving @mymacro)
121 formatting_regions.texi:49: warning: missing name for @deffnx (possibly involving @mymacro)
122 formatting_regions.texi:49: warning: missing category for @deffnx (possibly involving @mymacro)
123 formatting_regions.texi:49: warning: missing name for @deffnx (possibly involving @mymacro)
124 formatting_regions.texi:49: warning: missing name for @deffnx (possibly involving @mymacro)
125 formatting_regions.texi:49: warning: missing name for @deffnx (possibly involving @mymacro)
126 formatting_regions.texi:49: warning: missing name for @deffnx (possibly involving @mymacro)
127 formatting_regions.texi:49: warning: missing name for @deffnx (possibly involving @mymacro)
128 formatting_regions.texi:49: warning: missing name for @deffnx (possibly involving @mymacro)
129 formatting_regions.texi:49: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting_regions.texi:49: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
131 formatting_regions.texi:49: warning: @verb should not appear in @image (possibly involving @mymacro)
132 formatting_regions.texi:49: warning: @verb should not appear in @image (possibly involving @mymacro)
133 formatting_regions.texi:49: warning: @verb should not appear in @image (possibly involving @mymacro)
134 formatting_regions.texi:49: warning: @verb should not appear in @image (possibly involving @mymacro)
135 formatting_regions.texi:49: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting_regions.texi:49: use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting_regions.texi:49: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting_regions.texi:49: use braces to give a command as an argument to @' (possibly involving @mymacro)
139139 formatting_regions.texi:49: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
140140 formatting_regions.texi:49: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
141141 formatting_regions.texi:49: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
142142 formatting_regions.texi:49: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
143143 formatting_regions.texi:49: @TeX expected braces (possibly involving @mymacro)
144 formatting_regions.texi:49: Unexpected @ (possibly involving @mymacro)
144 formatting_regions.texi:49: unexpected @ (possibly involving @mymacro)
145145 formatting_regions.texi:49: @image missing filename argument (possibly involving @mymacro)
146146 formatting_regions.texi:49: @image missing filename argument (possibly involving @mymacro)
147147 formatting_regions.texi:49: @image missing filename argument (possibly involving @mymacro)
148148 formatting_regions.texi:49: @sp missing argument (possibly involving @mymacro)
149 formatting_regions.texi:49: warning: Missing name for @deffn (possibly involving @mymacro)
150 formatting_regions.texi:49: Misplaced } (possibly involving @mymacro)
151 formatting_regions.texi:49: Misplaced } (possibly involving @mymacro)
152 formatting_regions.texi:49: Misplaced { (possibly involving @mymacro)
153 formatting_regions.texi:49: Misplaced { (possibly involving @mymacro)
154 formatting_regions.texi:49: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting_regions.texi:49: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting_regions.texi:49: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting_regions.texi:49: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting_regions.texi:49: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting_regions.texi:49: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
149 formatting_regions.texi:49: warning: missing name for @deffn (possibly involving @mymacro)
150 formatting_regions.texi:49: misplaced } (possibly involving @mymacro)
151 formatting_regions.texi:49: misplaced } (possibly involving @mymacro)
152 formatting_regions.texi:49: misplaced { (possibly involving @mymacro)
153 formatting_regions.texi:49: misplaced { (possibly involving @mymacro)
154 formatting_regions.texi:49: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting_regions.texi:49: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting_regions.texi:49: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting_regions.texi:49: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting_regions.texi:49: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting_regions.texi:49: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
160160 formatting_regions.texi:28: @ref reference to nonexistent node `node' (possibly involving @mymacro)
161161 formatting_regions.texi:28: @ref reference to nonexistent node `node' (possibly involving @mymacro)
162162 formatting_regions.texi:28: @ref reference to nonexistent node `node' (possibly involving @mymacro)
174174 formatting_regions.texi:49: @ref reference to nonexistent node `node' (possibly involving @mymacro)
175175 formatting_regions.texi:49: @ref reference to nonexistent node `node' (possibly involving @mymacro)
176176 formatting_regions.texi:22: warning: unreferenced node `constructs'
177 formatting_regions.texi:22: warning: Node `chapter' is next for `constructs' in sectioning but not in menu
178 formatting_regions.texi:22: warning: Node `Top' is up for `constructs' in sectioning but not in menu
179 formatting_regions.texi:8: Node `Top' lacks menu item for `constructs' despite being its Up target
177 formatting_regions.texi:22: warning: node `chapter' is next for `constructs' in sectioning but not in menu
178 formatting_regions.texi:22: warning: node `Top' is up for `constructs' in sectioning but not in menu
179 formatting_regions.texi:8: node `Top' lacks menu item for `constructs' despite being its Up target
180180 formatting_regions.texi:87: warning: unreferenced node `chapter'
181 formatting_regions.texi:87: warning: Node `chapter2' is next for `chapter' in sectioning but not in menu
182 formatting_regions.texi:87: warning: Node `constructs' is prev for `chapter' in sectioning but not in menu
183 formatting_regions.texi:87: warning: Node `Top' is up for `chapter' in sectioning but not in menu
184 formatting_regions.texi:8: Node `Top' lacks menu item for `chapter' despite being its Up target
181 formatting_regions.texi:87: warning: node `chapter2' is next for `chapter' in sectioning but not in menu
182 formatting_regions.texi:87: warning: node `constructs' is prev for `chapter' in sectioning but not in menu
183 formatting_regions.texi:87: warning: node `Top' is up for `chapter' in sectioning but not in menu
184 formatting_regions.texi:8: node `Top' lacks menu item for `chapter' despite being its Up target
185185 formatting_regions.texi:121: warning: unreferenced node `chapter2'
186 formatting_regions.texi:121: warning: Node `chapter' is prev for `chapter2' in sectioning but not in menu
187 formatting_regions.texi:121: warning: Node `Top' is up for `chapter2' in sectioning but not in menu
188 formatting_regions.texi:8: Node `Top' lacks menu item for `chapter2' despite being its Up target
189 formatting_regions.texi:28: @verbatiminclude: Cannot find simplest.texi (possibly involving @mymacro)
186 formatting_regions.texi:121: warning: node `chapter' is prev for `chapter2' in sectioning but not in menu
187 formatting_regions.texi:121: warning: node `Top' is up for `chapter2' in sectioning but not in menu
188 formatting_regions.texi:8: node `Top' lacks menu item for `chapter2' despite being its Up target
189 formatting_regions.texi:28: @verbatiminclude: could not find simplest.texi (possibly involving @mymacro)
190190 formatting_regions.texi:39: warning: @image file `f-ile' (for HTML) not found, using `f-ile.jpg' (possibly involving @mymacro)
191191 formatting_regions.texi:39: warning: @image file `f--ile@.' (for HTML) not found, using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
192 formatting_regions.texi:39: @verbatiminclude: Cannot find simplest.texi (possibly involving @mymacro)
192 formatting_regions.texi:39: @verbatiminclude: could not find simplest.texi (possibly involving @mymacro)
193193 formatting_regions.texi:39: warning: @image file `f-ile' (for HTML) not found, using `f-ile.jpg' (possibly involving @mymacro)
194194 formatting_regions.texi:39: warning: @image file `filejk _" %@' (for HTML) not found, using `filejk _" %@.jpg' (possibly involving @mymacro)
195195 formatting_regions.texi:28: warning: @image file `f-ile' (for HTML) not found, using `f-ile.jpg' (possibly involving @mymacro)
196196 formatting_regions.texi:28: warning: @image file `f--ile@.' (for HTML) not found, using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
197 formatting_regions.texi:28: @verbatiminclude: Cannot find simplest.texi (possibly involving @mymacro)
197 formatting_regions.texi:28: @verbatiminclude: could not find simplest.texi (possibly involving @mymacro)
198198 formatting_regions.texi:28: warning: @image file `f-ile' (for HTML) not found, using `f-ile.jpg' (possibly involving @mymacro)
199199 formatting_regions.texi:28: warning: @image file `filejk _" %@' (for HTML) not found, using `filejk _" %@.jpg' (possibly involving @mymacro)
200200 formatting_regions.texi:46: warning: @image file `f-ile' (for HTML) not found, using `f-ile.jpg' (possibly involving @mymacro)
201201 formatting_regions.texi:46: warning: @image file `f--ile@.' (for HTML) not found, using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
202 formatting_regions.texi:46: @verbatiminclude: Cannot find simplest.texi (possibly involving @mymacro)
202 formatting_regions.texi:46: @verbatiminclude: could not find simplest.texi (possibly involving @mymacro)
203203 formatting_regions.texi:46: warning: @image file `f-ile' (for HTML) not found, using `f-ile.jpg' (possibly involving @mymacro)
204204 formatting_regions.texi:46: warning: @image file `filejk _" %@' (for HTML) not found, using `filejk _" %@.jpg' (possibly involving @mymacro)
205205 formatting_regions.texi:49: warning: @image file `f-ile' (for HTML) not found, using `f-ile.jpg' (possibly involving @mymacro)
206206 formatting_regions.texi:49: warning: @image file `f--ile@.' (for HTML) not found, using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
207 formatting_regions.texi:49: @verbatiminclude: Cannot find simplest.texi (possibly involving @mymacro)
207 formatting_regions.texi:49: @verbatiminclude: could not find simplest.texi (possibly involving @mymacro)
208208 formatting_regions.texi:49: warning: @image file `f-ile' (for HTML) not found, using `f-ile.jpg' (possibly involving @mymacro)
209209 formatting_regions.texi:49: warning: @image file `filejk _" %@' (for HTML) not found, using `filejk _" %@.jpg' (possibly involving @mymacro)
210210 formatting_regions.texi:28: warning: @image file `f-ile' (for HTML) not found, using `f-ile.jpg' (possibly involving @mymacro)
211211 formatting_regions.texi:28: warning: @image file `f--ile@.' (for HTML) not found, using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
212 formatting_regions.texi:28: @verbatiminclude: Cannot find simplest.texi (possibly involving @mymacro)
212 formatting_regions.texi:28: @verbatiminclude: could not find simplest.texi (possibly involving @mymacro)
213213 formatting_regions.texi:28: warning: @image file `f-ile' (for HTML) not found, using `f-ile.jpg' (possibly involving @mymacro)
214214 formatting_regions.texi:28: warning: @image file `filejk _" %@' (for HTML) not found, using `filejk _" %@.jpg' (possibly involving @mymacro)
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1212 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1313 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1414 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
15 formatting.texi:18: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: Use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: Use braces to give a command as an argument to @' (possibly involving @mymacro)
15 formatting.texi:18: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: use braces to give a command as an argument to @' (possibly involving @mymacro)
1919 formatting.texi:18: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
2020 formatting.texi:18: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
2121 formatting.texi:18: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
2222 formatting.texi:18: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
2323 formatting.texi:18: @TeX expected braces (possibly involving @mymacro)
24 formatting.texi:18: Unexpected @ (possibly involving @mymacro)
24 formatting.texi:18: unexpected @ (possibly involving @mymacro)
2525 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2626 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2727 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2828 formatting.texi:18: @sp missing argument (possibly involving @mymacro)
29 formatting.texi:18: warning: Missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: Misplaced } (possibly involving @mymacro)
31 formatting.texi:18: Misplaced } (possibly involving @mymacro)
32 formatting.texi:18: Misplaced { (possibly involving @mymacro)
33 formatting.texi:18: Misplaced { (possibly involving @mymacro)
34 formatting.texi:18: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
29 formatting.texi:18: warning: missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: misplaced } (possibly involving @mymacro)
31 formatting.texi:18: misplaced } (possibly involving @mymacro)
32 formatting.texi:18: misplaced { (possibly involving @mymacro)
33 formatting.texi:18: misplaced { (possibly involving @mymacro)
34 formatting.texi:18: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
4040 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
41 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
41 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
5151 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5252 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5353 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5454 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
55 formatting.texi:28: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: Use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: Use braces to give a command as an argument to @' (possibly involving @mymacro)
55 formatting.texi:28: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: use braces to give a command as an argument to @' (possibly involving @mymacro)
5959 formatting.texi:28: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
6060 formatting.texi:28: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
6161 formatting.texi:28: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
6262 formatting.texi:28: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
6363 formatting.texi:28: @TeX expected braces (possibly involving @mymacro)
64 formatting.texi:28: Unexpected @ (possibly involving @mymacro)
64 formatting.texi:28: unexpected @ (possibly involving @mymacro)
6565 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6666 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6767 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6868 formatting.texi:28: @sp missing argument (possibly involving @mymacro)
69 formatting.texi:28: warning: Missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: Misplaced } (possibly involving @mymacro)
71 formatting.texi:28: Misplaced } (possibly involving @mymacro)
72 formatting.texi:28: Misplaced { (possibly involving @mymacro)
73 formatting.texi:28: Misplaced { (possibly involving @mymacro)
74 formatting.texi:28: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
69 formatting.texi:28: warning: missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: misplaced } (possibly involving @mymacro)
71 formatting.texi:28: misplaced } (possibly involving @mymacro)
72 formatting.texi:28: misplaced { (possibly involving @mymacro)
73 formatting.texi:28: misplaced { (possibly involving @mymacro)
74 formatting.texi:28: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
8080 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
81 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
81 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
9191 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9292 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9393 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9494 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
95 formatting.texi:38: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: Use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: Use braces to give a command as an argument to @' (possibly involving @mymacro)
95 formatting.texi:38: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: use braces to give a command as an argument to @' (possibly involving @mymacro)
9999 formatting.texi:38: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
100100 formatting.texi:38: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
101101 formatting.texi:38: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
102102 formatting.texi:38: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
103103 formatting.texi:38: @TeX expected braces (possibly involving @mymacro)
104 formatting.texi:38: Unexpected @ (possibly involving @mymacro)
104 formatting.texi:38: unexpected @ (possibly involving @mymacro)
105105 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
106106 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
107107 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
108108 formatting.texi:38: @sp missing argument (possibly involving @mymacro)
109 formatting.texi:38: warning: Missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: Misplaced } (possibly involving @mymacro)
111 formatting.texi:38: Misplaced } (possibly involving @mymacro)
112 formatting.texi:38: Misplaced { (possibly involving @mymacro)
113 formatting.texi:38: Misplaced { (possibly involving @mymacro)
114 formatting.texi:38: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
109 formatting.texi:38: warning: missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: misplaced } (possibly involving @mymacro)
111 formatting.texi:38: misplaced } (possibly involving @mymacro)
112 formatting.texi:38: misplaced { (possibly involving @mymacro)
113 formatting.texi:38: misplaced { (possibly involving @mymacro)
114 formatting.texi:38: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
120120 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
121 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
121 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
131131 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
132132 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
133133 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
134134 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
135 formatting.texi:42: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: Use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: Use braces to give a command as an argument to @' (possibly involving @mymacro)
135 formatting.texi:42: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: use braces to give a command as an argument to @' (possibly involving @mymacro)
139139 formatting.texi:42: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
140140 formatting.texi:42: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
141141 formatting.texi:42: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
142142 formatting.texi:42: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
143143 formatting.texi:42: @TeX expected braces (possibly involving @mymacro)
144 formatting.texi:42: Unexpected @ (possibly involving @mymacro)
144 formatting.texi:42: unexpected @ (possibly involving @mymacro)
145145 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
146146 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
147147 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
148148 formatting.texi:42: @sp missing argument (possibly involving @mymacro)
149 formatting.texi:42: warning: Missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: Misplaced } (possibly involving @mymacro)
151 formatting.texi:42: Misplaced } (possibly involving @mymacro)
152 formatting.texi:42: Misplaced { (possibly involving @mymacro)
153 formatting.texi:42: Misplaced { (possibly involving @mymacro)
154 formatting.texi:42: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
149 formatting.texi:42: warning: missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: misplaced } (possibly involving @mymacro)
151 formatting.texi:42: misplaced } (possibly involving @mymacro)
152 formatting.texi:42: misplaced { (possibly involving @mymacro)
153 formatting.texi:42: misplaced { (possibly involving @mymacro)
154 formatting.texi:42: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
160160 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
161161 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
162162 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
12 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
13 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
14 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
15 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
16 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
17 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
18 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
19 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
20 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
12 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
13 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
14 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
15 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
16 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
17 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
18 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
19 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
20 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
2222 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
23 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
24 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
25 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
26 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
27 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
28 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
29 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
30 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
31 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
23 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
24 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
25 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
26 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
27 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
28 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
29 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
30 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
31 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
3333 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
34 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
35 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
36 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
37 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
38 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
39 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
40 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
41 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
34 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
35 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
36 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
37 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
38 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
39 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
40 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
41 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
0 index_table.texi:21: Command @bullet not accepting argument in brace should not be on @vtable line
1 index_table.texi:28: Command @bullet not accepting argument in brace should not be on @ftable line
2 index_split.texi:5: warning: For `Top', up in menu `Top' and up `(dir)' don't match
3 index_split.texi:23: warning: Node `Top' is prev for `first' in menu but not in sectioning
4 index_split.texi:87: warning: Node `node in section 3' is next for `section 3' in menu but not in sectioning
0 index_table.texi:21: command @bullet not accepting argument in brace should not be on @vtable line
1 index_table.texi:28: command @bullet not accepting argument in brace should not be on @ftable line
2 index_split.texi:5: warning: for `Top', up in menu `Top' and up `(dir)' don't match
3 index_split.texi:23: warning: node `Top' is prev for `first' in menu but not in sectioning
4 index_split.texi:87: warning: node `node in section 3' is next for `section 3' in menu but not in sectioning
00 texexpand
11 tex.texi:7: warning: @tex should only appear at a line beginning
2 tex.texi:14: Superfluous argument to @end tex: bidule
2 tex.texi:14: superfluous argument to @end tex: bidule
33 tex.texi:42: warning: @\ should only appear in math context
44 texexpand
00 dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) tex.texi:7: warning: @tex should only appear at a line beginning
1 tex.texi:14: Superfluous argument to @end tex: bidule
1 tex.texi:14: superfluous argument to @end tex: bidule
22 tex.texi:42: warning: @\ should only appear in math context
33 dvipng warning: DVI magnification of 1000 over-ridden by user (1400)
0 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:233: warning: @enumerate has text but no @item (possibly involving @mymacro)
33 nested_formats.texi:233: warning: @enumerate has text but no @item (possibly involving @mymacro)
44 nested_formats.texi:233: warning: @enumerate has text but no @item (possibly involving @mymacro)
5 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:233: warning: @enumerate has text but no @item (possibly involving @mymacro)
8 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
9 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
10 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
11 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
12 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
13 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:233: warning: @enumerate has text but no @item (possibly involving @mymacro)
8 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
9 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
10 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
11 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
12 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
13 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1515 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
1616 nested_formats.texi:236: warning: @enumerate has text but no @item
1717 nested_formats.texi:242: warning: @enumerate has text but no @item (possibly involving @mymacro)
1919 nested_formats.texi:242: warning: @enumerate has text but no @item (possibly involving @mymacro)
2020 nested_formats.texi:242: warning: @enumerate has text but no @item (possibly involving @mymacro)
2121 nested_formats.texi:242: warning: @enumerate has text but no @item (possibly involving @mymacro)
22 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:242: warning: @enumerate has text but no @item (possibly involving @mymacro)
25 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
26 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
27 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
28 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
29 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
30 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
33 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
34 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
35 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
36 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
37 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
38 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:242: warning: @enumerate has text but no @item (possibly involving @mymacro)
25 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
26 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
27 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
28 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
29 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
30 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
33 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
34 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
35 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
36 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
37 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
38 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4040 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
4141 nested_formats.texi:248: warning: @enumerate has text but no @item
4242 nested_formats.texi:255: warning: @enumerate has text but no @item (possibly involving @mymacro)
4444 nested_formats.texi:255: warning: @enumerate has text but no @item (possibly involving @mymacro)
4545 nested_formats.texi:255: warning: @enumerate has text but no @item (possibly involving @mymacro)
4646 nested_formats.texi:255: warning: @enumerate has text but no @item (possibly involving @mymacro)
47 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:255: warning: @enumerate has text but no @item (possibly involving @mymacro)
50 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
51 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
52 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
53 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
54 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
55 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
56 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
57 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
58 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
59 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
60 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
61 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
62 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
63 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
64 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:255: warning: @enumerate has text but no @item (possibly involving @mymacro)
50 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
51 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
52 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
53 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
54 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
55 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
56 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
57 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
58 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
59 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
60 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
61 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
62 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
63 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
64 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6565 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
6666 nested_formats.texi:261: warning: @enumerate has text but no @item
6767 nested_formats.texi:270: warning: @enumerate has text but no @item (possibly involving @mymacro)
6969 nested_formats.texi:270: warning: @enumerate has text but no @item (possibly involving @mymacro)
7070 nested_formats.texi:270: warning: @enumerate has text but no @item (possibly involving @mymacro)
7171 nested_formats.texi:270: warning: @enumerate has text but no @item (possibly involving @mymacro)
72 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
73 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
74 nested_formats.texi:270: warning: @enumerate has text but no @item (possibly involving @mymacro)
75 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
76 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
77 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
78 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
79 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
80 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
81 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
82 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
83 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
84 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
85 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
86 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
87 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
88 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
89 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
72 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
73 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
74 nested_formats.texi:270: warning: @enumerate has text but no @item (possibly involving @mymacro)
75 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
76 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
77 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
78 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
79 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
80 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
81 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
82 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
83 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
84 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
85 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
86 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
87 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
88 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
89 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9090 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
9191 nested_formats.texi:276: warning: @enumerate has text but no @item
9292 nested_formats.texi:283: warning: @enumerate has text but no @item (possibly involving @mymacro)
9494 nested_formats.texi:283: warning: @enumerate has text but no @item (possibly involving @mymacro)
9595 nested_formats.texi:283: warning: @enumerate has text but no @item (possibly involving @mymacro)
9696 nested_formats.texi:283: warning: @enumerate has text but no @item (possibly involving @mymacro)
97 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
98 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
99 nested_formats.texi:283: warning: @enumerate has text but no @item (possibly involving @mymacro)
100 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
101 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
102 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
103 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
104 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
105 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
106 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
107 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
108 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
109 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
110 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
111 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
112 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
113 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
114 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
97 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
98 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
99 nested_formats.texi:283: warning: @enumerate has text but no @item (possibly involving @mymacro)
100 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
101 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
102 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
103 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
104 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
105 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
106 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
107 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
108 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
109 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
110 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
111 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
112 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
113 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
114 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
115115 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
116116 nested_formats.texi:291: warning: @enumerate has text but no @item
117117 nested_formats.texi:303: warning: @enumerate has text but no @item (possibly involving @mymacro)
119119 nested_formats.texi:303: warning: @enumerate has text but no @item (possibly involving @mymacro)
120120 nested_formats.texi:303: warning: @enumerate has text but no @item (possibly involving @mymacro)
121121 nested_formats.texi:303: warning: @enumerate has text but no @item (possibly involving @mymacro)
122 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
123 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
124 nested_formats.texi:303: warning: @enumerate has text but no @item (possibly involving @mymacro)
125 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
126 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
127 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
128 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
129 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
130 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
131 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
122 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
123 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
124 nested_formats.texi:303: warning: @enumerate has text but no @item (possibly involving @mymacro)
125 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
126 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
127 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
128 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
129 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
130 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
131 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
132132 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
133133 nested_formats.texi:306: warning: @enumerate has text but no @item
134134 nested_formats.texi:313: warning: @enumerate has text but no @item (possibly involving @mymacro)
136136 nested_formats.texi:313: warning: @enumerate has text but no @item (possibly involving @mymacro)
137137 nested_formats.texi:313: warning: @enumerate has text but no @item (possibly involving @mymacro)
138138 nested_formats.texi:313: warning: @enumerate has text but no @item (possibly involving @mymacro)
139 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
140 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
141 nested_formats.texi:313: warning: @enumerate has text but no @item (possibly involving @mymacro)
142 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
143 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
144 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
145 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
146 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
147 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
148 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
149 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
150 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
151 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
152 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
153 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
154 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
155 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
156 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
157 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
158 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
159 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
160 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
161 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
162 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
163 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
164 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
165 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
139 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
140 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
141 nested_formats.texi:313: warning: @enumerate has text but no @item (possibly involving @mymacro)
142 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
143 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
144 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
145 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
146 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
147 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
148 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
149 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
150 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
151 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
152 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
153 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
154 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
155 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
156 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
157 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
158 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
159 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
160 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
161 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
162 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
163 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
164 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
165 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
166166 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
167167 nested_formats.texi:325: warning: @enumerate has text but no @item
168168 nested_formats.texi:332: warning: @enumerate has text but no @item (possibly involving @mymacro)
170170 nested_formats.texi:332: warning: @enumerate has text but no @item (possibly involving @mymacro)
171171 nested_formats.texi:332: warning: @enumerate has text but no @item (possibly involving @mymacro)
172172 nested_formats.texi:332: warning: @enumerate has text but no @item (possibly involving @mymacro)
173 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
174 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
175 nested_formats.texi:332: warning: @enumerate has text but no @item (possibly involving @mymacro)
176 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
177 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
178 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
179 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
180 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
181 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
182 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
183 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
184 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
185 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
186 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
187 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
188 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
189 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
190 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
173 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
174 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
175 nested_formats.texi:332: warning: @enumerate has text but no @item (possibly involving @mymacro)
176 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
177 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
178 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
179 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
180 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
181 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
182 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
183 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
184 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
185 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
186 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
187 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
188 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
189 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
190 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
191191 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
192192 nested_formats.texi:337: warning: @enumerate has text but no @item
193193 nested_formats.texi:344: warning: @enumerate has text but no @item (possibly involving @mymacro)
195195 nested_formats.texi:344: warning: @enumerate has text but no @item (possibly involving @mymacro)
196196 nested_formats.texi:344: warning: @enumerate has text but no @item (possibly involving @mymacro)
197197 nested_formats.texi:344: warning: @enumerate has text but no @item (possibly involving @mymacro)
198 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
199 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
200 nested_formats.texi:344: warning: @enumerate has text but no @item (possibly involving @mymacro)
201 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
202 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
203 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
204 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
205 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
206 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
207 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
198 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
199 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
200 nested_formats.texi:344: warning: @enumerate has text but no @item (possibly involving @mymacro)
201 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
202 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
203 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
204 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
205 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
206 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
207 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
208208 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
209209 nested_formats.texi:347: warning: @enumerate has text but no @item
210210 nested_formats.texi:353: warning: @enumerate has text but no @item (possibly involving @mymacro)
212212 nested_formats.texi:353: warning: @enumerate has text but no @item (possibly involving @mymacro)
213213 nested_formats.texi:353: warning: @enumerate has text but no @item (possibly involving @mymacro)
214214 nested_formats.texi:353: warning: @enumerate has text but no @item (possibly involving @mymacro)
215 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
216 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
217 nested_formats.texi:353: warning: @enumerate has text but no @item (possibly involving @mymacro)
218 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
219 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
220 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
221 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
222 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
223 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
224 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
215 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
216 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
217 nested_formats.texi:353: warning: @enumerate has text but no @item (possibly involving @mymacro)
218 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
219 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
220 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
221 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
222 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
223 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
224 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
225225 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
226226 nested_formats.texi:355: warning: @enumerate has text but no @item
0 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:233: warning: @itemize has text but no @item (possibly involving @mymacro)
33 nested_formats.texi:233: warning: @itemize has text but no @item (possibly involving @mymacro)
44 nested_formats.texi:233: warning: @itemize has text but no @item (possibly involving @mymacro)
5 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:233: warning: @itemize has text but no @item (possibly involving @mymacro)
8 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
9 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
10 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
11 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
12 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
13 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:233: warning: @itemize has text but no @item (possibly involving @mymacro)
8 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
9 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
10 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
11 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
12 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
13 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1515 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
1616 nested_formats.texi:236: warning: @itemize has text but no @item
1717 nested_formats.texi:242: warning: @itemize has text but no @item (possibly involving @mymacro)
1919 nested_formats.texi:242: warning: @itemize has text but no @item (possibly involving @mymacro)
2020 nested_formats.texi:242: warning: @itemize has text but no @item (possibly involving @mymacro)
2121 nested_formats.texi:242: warning: @itemize has text but no @item (possibly involving @mymacro)
22 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:242: warning: @itemize has text but no @item (possibly involving @mymacro)
25 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
26 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
27 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
28 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
29 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
30 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
33 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
34 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
35 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
36 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
37 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
38 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:242: warning: @itemize has text but no @item (possibly involving @mymacro)
25 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
26 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
27 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
28 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
29 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
30 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
33 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
34 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
35 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
36 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
37 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
38 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4040 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
4141 nested_formats.texi:248: warning: @itemize has text but no @item
4242 nested_formats.texi:255: warning: @itemize has text but no @item (possibly involving @mymacro)
4444 nested_formats.texi:255: warning: @itemize has text but no @item (possibly involving @mymacro)
4545 nested_formats.texi:255: warning: @itemize has text but no @item (possibly involving @mymacro)
4646 nested_formats.texi:255: warning: @itemize has text but no @item (possibly involving @mymacro)
47 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:255: warning: @itemize has text but no @item (possibly involving @mymacro)
50 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
51 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
52 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
53 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
54 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
55 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
56 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
57 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
58 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
59 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
60 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
61 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
62 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
63 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
64 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:255: warning: @itemize has text but no @item (possibly involving @mymacro)
50 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
51 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
52 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
53 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
54 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
55 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
56 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
57 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
58 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
59 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
60 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
61 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
62 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
63 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
64 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6565 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
6666 nested_formats.texi:261: warning: @itemize has text but no @item
6767 nested_formats.texi:270: warning: @itemize has text but no @item (possibly involving @mymacro)
6969 nested_formats.texi:270: warning: @itemize has text but no @item (possibly involving @mymacro)
7070 nested_formats.texi:270: warning: @itemize has text but no @item (possibly involving @mymacro)
7171 nested_formats.texi:270: warning: @itemize has text but no @item (possibly involving @mymacro)
72 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
73 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
74 nested_formats.texi:270: warning: @itemize has text but no @item (possibly involving @mymacro)
75 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
76 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
77 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
78 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
79 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
80 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
81 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
82 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
83 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
84 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
85 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
86 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
87 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
88 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
89 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
72 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
73 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
74 nested_formats.texi:270: warning: @itemize has text but no @item (possibly involving @mymacro)
75 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
76 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
77 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
78 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
79 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
80 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
81 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
82 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
83 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
84 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
85 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
86 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
87 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
88 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
89 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9090 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
9191 nested_formats.texi:276: warning: @itemize has text but no @item
9292 nested_formats.texi:283: warning: @itemize has text but no @item (possibly involving @mymacro)
9494 nested_formats.texi:283: warning: @itemize has text but no @item (possibly involving @mymacro)
9595 nested_formats.texi:283: warning: @itemize has text but no @item (possibly involving @mymacro)
9696 nested_formats.texi:283: warning: @itemize has text but no @item (possibly involving @mymacro)
97 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
98 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
99 nested_formats.texi:283: warning: @itemize has text but no @item (possibly involving @mymacro)
100 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
101 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
102 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
103 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
104 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
105 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
106 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
107 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
108 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
109 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
110 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
111 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
112 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
113 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
114 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
97 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
98 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
99 nested_formats.texi:283: warning: @itemize has text but no @item (possibly involving @mymacro)
100 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
101 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
102 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
103 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
104 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
105 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
106 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
107 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
108 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
109 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
110 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
111 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
112 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
113 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
114 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
115115 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
116116 nested_formats.texi:291: warning: @itemize has text but no @item
117117 nested_formats.texi:303: warning: @itemize has text but no @item (possibly involving @mymacro)
119119 nested_formats.texi:303: warning: @itemize has text but no @item (possibly involving @mymacro)
120120 nested_formats.texi:303: warning: @itemize has text but no @item (possibly involving @mymacro)
121121 nested_formats.texi:303: warning: @itemize has text but no @item (possibly involving @mymacro)
122 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
123 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
124 nested_formats.texi:303: warning: @itemize has text but no @item (possibly involving @mymacro)
125 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
126 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
127 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
128 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
129 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
130 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
131 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
122 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
123 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
124 nested_formats.texi:303: warning: @itemize has text but no @item (possibly involving @mymacro)
125 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
126 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
127 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
128 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
129 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
130 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
131 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
132132 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
133133 nested_formats.texi:306: warning: @itemize has text but no @item
134134 nested_formats.texi:313: warning: @itemize has text but no @item (possibly involving @mymacro)
136136 nested_formats.texi:313: warning: @itemize has text but no @item (possibly involving @mymacro)
137137 nested_formats.texi:313: warning: @itemize has text but no @item (possibly involving @mymacro)
138138 nested_formats.texi:313: warning: @itemize has text but no @item (possibly involving @mymacro)
139 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
140 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
141 nested_formats.texi:313: warning: @itemize has text but no @item (possibly involving @mymacro)
142 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
143 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
144 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
145 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
146 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
147 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
148 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
149 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
150 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
151 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
152 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
153 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
154 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
155 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
156 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
157 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
158 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
159 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
160 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
161 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
162 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
163 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
164 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
165 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
139 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
140 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
141 nested_formats.texi:313: warning: @itemize has text but no @item (possibly involving @mymacro)
142 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
143 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
144 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
145 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
146 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
147 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
148 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
149 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
150 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
151 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
152 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
153 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
154 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
155 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
156 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
157 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
158 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
159 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
160 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
161 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
162 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
163 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
164 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
165 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
166166 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
167167 nested_formats.texi:325: warning: @itemize has text but no @item
168168 nested_formats.texi:332: warning: @itemize has text but no @item (possibly involving @mymacro)
170170 nested_formats.texi:332: warning: @itemize has text but no @item (possibly involving @mymacro)
171171 nested_formats.texi:332: warning: @itemize has text but no @item (possibly involving @mymacro)
172172 nested_formats.texi:332: warning: @itemize has text but no @item (possibly involving @mymacro)
173 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
174 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
175 nested_formats.texi:332: warning: @itemize has text but no @item (possibly involving @mymacro)
176 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
177 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
178 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
179 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
180 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
181 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
182 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
183 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
184 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
185 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
186 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
187 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
188 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
189 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
190 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
173 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
174 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
175 nested_formats.texi:332: warning: @itemize has text but no @item (possibly involving @mymacro)
176 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
177 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
178 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
179 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
180 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
181 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
182 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
183 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
184 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
185 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
186 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
187 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
188 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
189 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
190 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
191191 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
192192 nested_formats.texi:337: warning: @itemize has text but no @item
193193 nested_formats.texi:344: warning: @itemize has text but no @item (possibly involving @mymacro)
195195 nested_formats.texi:344: warning: @itemize has text but no @item (possibly involving @mymacro)
196196 nested_formats.texi:344: warning: @itemize has text but no @item (possibly involving @mymacro)
197197 nested_formats.texi:344: warning: @itemize has text but no @item (possibly involving @mymacro)
198 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
199 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
200 nested_formats.texi:344: warning: @itemize has text but no @item (possibly involving @mymacro)
201 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
202 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
203 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
204 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
205 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
206 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
207 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
198 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
199 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
200 nested_formats.texi:344: warning: @itemize has text but no @item (possibly involving @mymacro)
201 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
202 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
203 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
204 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
205 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
206 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
207 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
208208 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
209209 nested_formats.texi:347: warning: @itemize has text but no @item
210210 nested_formats.texi:353: warning: @itemize has text but no @item (possibly involving @mymacro)
212212 nested_formats.texi:353: warning: @itemize has text but no @item (possibly involving @mymacro)
213213 nested_formats.texi:353: warning: @itemize has text but no @item (possibly involving @mymacro)
214214 nested_formats.texi:353: warning: @itemize has text but no @item (possibly involving @mymacro)
215 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
216 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
217 nested_formats.texi:353: warning: @itemize has text but no @item (possibly involving @mymacro)
218 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
219 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
220 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
221 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
222 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
223 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
224 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
215 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
216 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
217 nested_formats.texi:353: warning: @itemize has text but no @item (possibly involving @mymacro)
218 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
219 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
220 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
221 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
222 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
223 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
224 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
225225 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
226226 nested_formats.texi:355: warning: @itemize has text but no @item
0 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
55 nested_formats.texi:233: warning: Multiple @menu (possibly involving @mymacro)
56 nested_formats.texi:233: warning: Multiple @menu (possibly involving @mymacro)
57 nested_formats.texi:233: warning: Multiple @menu (possibly involving @mymacro)
58 nested_formats.texi:233: warning: Multiple @menu (possibly involving @mymacro)
59 nested_formats.texi:233: warning: Multiple @menu (possibly involving @mymacro)
60 nested_formats.texi:233: warning: Multiple @menu (possibly involving @mymacro)
61 nested_formats.texi:233: warning: Multiple @menu (possibly involving @mymacro)
62 nested_formats.texi:233: warning: Multiple @menu (possibly involving @mymacro)
63 nested_formats.texi:236: warning: Multiple @menu
64 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
65 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
66 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
67 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
68 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
69 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
70 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
71 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
72 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
73 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
74 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
75 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
76 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
77 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
78 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
79 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
80 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
81 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
82 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
83 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
84 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
85 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
86 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
87 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
88 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
89 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
90 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
91 nested_formats.texi:248: warning: Multiple @menu
92 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
93 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
94 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
95 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
96 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
97 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
98 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
99 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
100 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
101 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
102 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
103 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
104 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
105 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
106 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
107 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
108 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
109 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
110 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
111 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
112 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
113 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
114 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
115 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
116 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
117 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
118 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
119 nested_formats.texi:261: warning: Multiple @menu
120 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
121 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
122 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
123 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
124 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
125 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
126 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
127 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
128 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
129 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
130 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
131 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
132 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
133 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
134 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
135 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
136 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
137 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
138 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
139 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
140 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
141 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
142 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
143 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
144 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
145 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
146 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
147 nested_formats.texi:276: warning: Multiple @menu
148 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
149 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
150 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
151 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
152 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
153 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
154 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
155 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
156 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
157 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
158 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
159 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
160 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
161 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
162 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
163 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
164 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
165 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
166 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
167 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
168 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
169 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
170 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
171 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
172 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
173 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
174 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
175 nested_formats.texi:291: warning: Multiple @menu
176 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
177 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
178 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
179 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
180 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
181 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
182 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
183 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
184 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
185 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
186 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
187 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
188 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
189 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
190 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
191 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
192 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
193 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
194 nested_formats.texi:306: warning: Multiple @menu
195 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
196 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
197 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
198 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
199 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
200 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
201 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
202 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
203 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
204 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
205 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
206 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
207 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
208 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
209 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
210 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
211 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
212 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
213 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
214 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
215 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
216 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
217 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
218 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
219 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
220 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
221 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
222 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
223 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
224 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
225 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
226 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
227 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
228 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
229 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
230 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
231 nested_formats.texi:325: warning: Multiple @menu
232 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
233 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
234 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
235 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
236 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
237 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
238 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
239 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
240 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
241 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
242 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
243 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
244 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
245 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
246 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
247 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
248 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
249 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
250 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
251 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
252 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
253 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
254 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
255 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
256 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
257 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
258 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
259 nested_formats.texi:337: warning: Multiple @menu
260 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
261 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
262 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
263 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
264 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
265 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
266 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
267 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
268 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
269 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
270 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
271 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
272 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
273 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
274 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
275 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
276 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
277 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
278 nested_formats.texi:347: warning: Multiple @menu
279 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
280 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
281 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
282 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
283 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
284 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
285 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
286 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
287 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
288 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
289 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
290 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
291 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
292 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
293 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
294 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
295 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
296 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
297 nested_formats.texi:355: warning: Multiple @menu
298 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
299 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
300 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
301 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
302 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
303 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
304 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
305 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
306 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
0 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
55 nested_formats.texi:233: warning: multiple @menu (possibly involving @mymacro)
56 nested_formats.texi:233: warning: multiple @menu (possibly involving @mymacro)
57 nested_formats.texi:233: warning: multiple @menu (possibly involving @mymacro)
58 nested_formats.texi:233: warning: multiple @menu (possibly involving @mymacro)
59 nested_formats.texi:233: warning: multiple @menu (possibly involving @mymacro)
60 nested_formats.texi:233: warning: multiple @menu (possibly involving @mymacro)
61 nested_formats.texi:233: warning: multiple @menu (possibly involving @mymacro)
62 nested_formats.texi:233: warning: multiple @menu (possibly involving @mymacro)
63 nested_formats.texi:236: warning: multiple @menu
64 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
65 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
66 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
67 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
68 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
69 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
70 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
71 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
72 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
73 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
74 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
75 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
76 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
77 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
78 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
79 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
80 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
81 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
82 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
83 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
84 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
85 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
86 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
87 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
88 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
89 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
90 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
91 nested_formats.texi:248: warning: multiple @menu
92 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
93 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
94 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
95 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
96 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
97 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
98 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
99 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
100 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
101 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
102 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
103 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
104 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
105 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
106 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
107 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
108 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
109 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
110 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
111 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
112 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
113 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
114 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
115 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
116 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
117 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
118 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
119 nested_formats.texi:261: warning: multiple @menu
120 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
121 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
122 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
123 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
124 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
125 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
126 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
127 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
128 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
129 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
130 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
131 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
132 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
133 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
134 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
135 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
136 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
137 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
138 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
139 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
140 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
141 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
142 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
143 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
144 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
145 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
146 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
147 nested_formats.texi:276: warning: multiple @menu
148 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
149 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
150 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
151 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
152 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
153 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
154 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
155 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
156 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
157 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
158 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
159 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
160 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
161 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
162 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
163 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
164 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
165 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
166 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
167 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
168 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
169 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
170 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
171 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
172 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
173 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
174 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
175 nested_formats.texi:291: warning: multiple @menu
176 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
177 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
178 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
179 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
180 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
181 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
182 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
183 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
184 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
185 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
186 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
187 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
188 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
189 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
190 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
191 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
192 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
193 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
194 nested_formats.texi:306: warning: multiple @menu
195 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
196 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
197 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
198 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
199 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
200 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
201 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
202 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
203 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
204 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
205 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
206 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
207 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
208 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
209 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
210 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
211 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
212 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
213 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
214 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
215 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
216 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
217 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
218 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
219 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
220 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
221 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
222 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
223 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
224 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
225 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
226 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
227 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
228 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
229 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
230 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
231 nested_formats.texi:325: warning: multiple @menu
232 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
233 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
234 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
235 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
236 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
237 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
238 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
239 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
240 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
241 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
242 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
243 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
244 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
245 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
246 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
247 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
248 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
249 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
250 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
251 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
252 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
253 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
254 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
255 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
256 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
257 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
258 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
259 nested_formats.texi:337: warning: multiple @menu
260 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
261 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
262 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
263 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
264 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
265 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
266 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
267 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
268 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
269 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
270 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
271 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
272 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
273 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
274 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
275 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
276 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
277 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
278 nested_formats.texi:347: warning: multiple @menu
279 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
280 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
281 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
282 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
283 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
284 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
285 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
286 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
287 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
288 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
289 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
290 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
291 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
292 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
293 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
294 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
295 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
296 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
297 nested_formats.texi:355: warning: multiple @menu
298 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
299 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
300 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
301 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
302 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
303 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
304 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
305 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
306 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
1010 nested_formats.texi:233: warning: @multitable has text but no @item (possibly involving @mymacro)
1111 nested_formats.texi:233: warning: empty multitable (possibly involving @mymacro)
1212 nested_formats.texi:233: warning: @multitable has text but no @item (possibly involving @mymacro)
13 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:233: warning: empty multitable (possibly involving @mymacro)
15 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:233: warning: empty multitable (possibly involving @mymacro)
15 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1616 nested_formats.texi:233: warning: @multitable has text but no @item (possibly involving @mymacro)
1717 nested_formats.texi:236: warning: empty multitable
1818 nested_formats.texi:237: warning: empty multitable (possibly involving @mymacro)
2828 nested_formats.texi:237: warning: @multitable has text but no @item (possibly involving @mymacro)
2929 nested_formats.texi:237: warning: empty multitable (possibly involving @mymacro)
3030 nested_formats.texi:237: warning: @multitable has text but no @item (possibly involving @mymacro)
31 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:237: warning: empty multitable (possibly involving @mymacro)
33 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:237: warning: empty multitable (possibly involving @mymacro)
33 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3434 nested_formats.texi:237: warning: @multitable has text but no @item (possibly involving @mymacro)
3535 nested_formats.texi:236: warning: @multitable has text but no @item
3636 nested_formats.texi:242: warning: empty multitable (possibly involving @mymacro)
4646 nested_formats.texi:242: warning: @multitable has text but no @item (possibly involving @mymacro)
4747 nested_formats.texi:242: warning: empty multitable (possibly involving @mymacro)
4848 nested_formats.texi:242: warning: @multitable has text but no @item (possibly involving @mymacro)
49 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:242: warning: empty multitable (possibly involving @mymacro)
51 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:242: warning: @multitable has text but no @item (possibly involving @mymacro)
53 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
54 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
55 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
56 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
57 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
58 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
59 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
60 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
61 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
62 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
63 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
64 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
65 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
66 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
67 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
68 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:242: warning: empty multitable (possibly involving @mymacro)
51 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:242: warning: @multitable has text but no @item (possibly involving @mymacro)
53 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
54 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
55 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
56 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
57 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
58 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
59 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
60 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
61 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
62 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
63 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
64 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
65 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
66 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
67 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
68 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6969 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
7070 nested_formats.texi:248: warning: empty multitable
7171 nested_formats.texi:249: warning: empty multitable (possibly involving @mymacro)
8181 nested_formats.texi:249: warning: @multitable has text but no @item (possibly involving @mymacro)
8282 nested_formats.texi:249: warning: empty multitable (possibly involving @mymacro)
8383 nested_formats.texi:249: warning: @multitable has text but no @item (possibly involving @mymacro)
84 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
85 nested_formats.texi:249: warning: empty multitable (possibly involving @mymacro)
86 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
84 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
85 nested_formats.texi:249: warning: empty multitable (possibly involving @mymacro)
86 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8787 nested_formats.texi:249: warning: @multitable has text but no @item (possibly involving @mymacro)
8888 nested_formats.texi:248: warning: @multitable has text but no @item
8989 nested_formats.texi:255: warning: empty multitable (possibly involving @mymacro)
9999 nested_formats.texi:255: warning: @multitable has text but no @item (possibly involving @mymacro)
100100 nested_formats.texi:255: warning: empty multitable (possibly involving @mymacro)
101101 nested_formats.texi:255: warning: @multitable has text but no @item (possibly involving @mymacro)
102 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
103 nested_formats.texi:255: warning: empty multitable (possibly involving @mymacro)
104 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
105 nested_formats.texi:255: warning: @multitable has text but no @item (possibly involving @mymacro)
106 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
107 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
108 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
109 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
110 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
111 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
112 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
113 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
114 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
115 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
116 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
117 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
118 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
119 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
120 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
121 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
102 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
103 nested_formats.texi:255: warning: empty multitable (possibly involving @mymacro)
104 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
105 nested_formats.texi:255: warning: @multitable has text but no @item (possibly involving @mymacro)
106 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
107 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
108 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
109 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
110 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
111 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
112 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
113 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
114 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
115 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
116 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
117 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
118 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
119 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
120 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
121 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
122122 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
123123 nested_formats.texi:261: warning: empty multitable
124124 nested_formats.texi:262: warning: empty multitable (possibly involving @mymacro)
134134 nested_formats.texi:262: warning: @multitable has text but no @item (possibly involving @mymacro)
135135 nested_formats.texi:262: warning: empty multitable (possibly involving @mymacro)
136136 nested_formats.texi:262: warning: @multitable has text but no @item (possibly involving @mymacro)
137 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
138 nested_formats.texi:262: warning: empty multitable (possibly involving @mymacro)
139 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
137 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
138 nested_formats.texi:262: warning: empty multitable (possibly involving @mymacro)
139 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
140140 nested_formats.texi:262: warning: @multitable has text but no @item (possibly involving @mymacro)
141141 nested_formats.texi:261: warning: @multitable has text but no @item
142142 nested_formats.texi:270: warning: empty multitable (possibly involving @mymacro)
152152 nested_formats.texi:270: warning: @multitable has text but no @item (possibly involving @mymacro)
153153 nested_formats.texi:270: warning: empty multitable (possibly involving @mymacro)
154154 nested_formats.texi:270: warning: @multitable has text but no @item (possibly involving @mymacro)
155 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
156 nested_formats.texi:270: warning: empty multitable (possibly involving @mymacro)
157 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
158 nested_formats.texi:270: warning: @multitable has text but no @item (possibly involving @mymacro)
159 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
160 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
161 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
162 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
163 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
164 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
165 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
166 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
167 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
168 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
169 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
170 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
171 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
172 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
173 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
174 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
155 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
156 nested_formats.texi:270: warning: empty multitable (possibly involving @mymacro)
157 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
158 nested_formats.texi:270: warning: @multitable has text but no @item (possibly involving @mymacro)
159 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
160 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
161 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
162 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
163 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
164 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
165 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
166 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
167 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
168 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
169 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
170 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
171 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
172 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
173 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
174 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
175175 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
176176 nested_formats.texi:276: warning: empty multitable
177177 nested_formats.texi:277: warning: empty multitable (possibly involving @mymacro)
187187 nested_formats.texi:277: warning: @multitable has text but no @item (possibly involving @mymacro)
188188 nested_formats.texi:277: warning: empty multitable (possibly involving @mymacro)
189189 nested_formats.texi:277: warning: @multitable has text but no @item (possibly involving @mymacro)
190 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
191 nested_formats.texi:277: warning: empty multitable (possibly involving @mymacro)
192 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
190 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
191 nested_formats.texi:277: warning: empty multitable (possibly involving @mymacro)
192 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
193193 nested_formats.texi:277: warning: @multitable has text but no @item (possibly involving @mymacro)
194194 nested_formats.texi:276: warning: @multitable has text but no @item
195195 nested_formats.texi:283: warning: empty multitable (possibly involving @mymacro)
205205 nested_formats.texi:283: warning: @multitable has text but no @item (possibly involving @mymacro)
206206 nested_formats.texi:283: warning: empty multitable (possibly involving @mymacro)
207207 nested_formats.texi:283: warning: @multitable has text but no @item (possibly involving @mymacro)
208 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
209 nested_formats.texi:283: warning: empty multitable (possibly involving @mymacro)
210 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
211 nested_formats.texi:283: warning: @multitable has text but no @item (possibly involving @mymacro)
212 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
213 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
214 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
215 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
216 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
217 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
218 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
219 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
220 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
221 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
222 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
223 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
224 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
225 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
226 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
227 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
208 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
209 nested_formats.texi:283: warning: empty multitable (possibly involving @mymacro)
210 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
211 nested_formats.texi:283: warning: @multitable has text but no @item (possibly involving @mymacro)
212 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
213 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
214 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
215 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
216 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
217 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
218 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
219 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
220 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
221 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
222 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
223 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
224 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
225 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
226 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
227 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
228228 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
229229 nested_formats.texi:291: warning: empty multitable
230230 nested_formats.texi:292: warning: empty multitable (possibly involving @mymacro)
240240 nested_formats.texi:292: warning: @multitable has text but no @item (possibly involving @mymacro)
241241 nested_formats.texi:292: warning: empty multitable (possibly involving @mymacro)
242242 nested_formats.texi:292: warning: @multitable has text but no @item (possibly involving @mymacro)
243 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
244 nested_formats.texi:292: warning: empty multitable (possibly involving @mymacro)
245 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
243 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
244 nested_formats.texi:292: warning: empty multitable (possibly involving @mymacro)
245 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
246246 nested_formats.texi:292: warning: @multitable has text but no @item (possibly involving @mymacro)
247247 nested_formats.texi:291: warning: @multitable has text but no @item
248248 nested_formats.texi:303: warning: empty multitable (possibly involving @mymacro)
258258 nested_formats.texi:303: warning: @multitable has text but no @item (possibly involving @mymacro)
259259 nested_formats.texi:303: warning: empty multitable (possibly involving @mymacro)
260260 nested_formats.texi:303: warning: @multitable has text but no @item (possibly involving @mymacro)
261 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
262 nested_formats.texi:303: warning: empty multitable (possibly involving @mymacro)
263 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
261 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
262 nested_formats.texi:303: warning: empty multitable (possibly involving @mymacro)
263 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
264264 nested_formats.texi:303: warning: @multitable has text but no @item (possibly involving @mymacro)
265265 nested_formats.texi:306: warning: empty multitable
266266 nested_formats.texi:307: warning: empty multitable (possibly involving @mymacro)
276276 nested_formats.texi:307: warning: @multitable has text but no @item (possibly involving @mymacro)
277277 nested_formats.texi:307: warning: empty multitable (possibly involving @mymacro)
278278 nested_formats.texi:307: warning: @multitable has text but no @item (possibly involving @mymacro)
279 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
280 nested_formats.texi:307: warning: empty multitable (possibly involving @mymacro)
281 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
279 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
280 nested_formats.texi:307: warning: empty multitable (possibly involving @mymacro)
281 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
282282 nested_formats.texi:307: warning: @multitable has text but no @item (possibly involving @mymacro)
283283 nested_formats.texi:306: warning: @multitable has text but no @item
284284 nested_formats.texi:313: warning: empty multitable (possibly involving @mymacro)
294294 nested_formats.texi:313: warning: @multitable has text but no @item (possibly involving @mymacro)
295295 nested_formats.texi:313: warning: empty multitable (possibly involving @mymacro)
296296 nested_formats.texi:313: warning: @multitable has text but no @item (possibly involving @mymacro)
297 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
298 nested_formats.texi:313: warning: empty multitable (possibly involving @mymacro)
299 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
300 nested_formats.texi:313: warning: @multitable has text but no @item (possibly involving @mymacro)
301 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
302 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
303 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
304 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
305 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
306 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
307 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
308 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
309 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
310 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
311 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
312 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
313 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
314 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
315 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
316 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
317 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
318 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
319 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
320 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
321 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
322 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
323 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
324 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
325 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
326 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
327 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
328 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
329 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
330 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
331 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
332 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
333 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
334 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
297 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
298 nested_formats.texi:313: warning: empty multitable (possibly involving @mymacro)
299 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
300 nested_formats.texi:313: warning: @multitable has text but no @item (possibly involving @mymacro)
301 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
302 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
303 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
304 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
305 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
306 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
307 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
308 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
309 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
310 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
311 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
312 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
313 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
314 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
315 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
316 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
317 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
318 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
319 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
320 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
321 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
322 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
323 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
324 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
325 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
326 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
327 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
328 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
329 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
330 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
331 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
332 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
333 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
334 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
335335 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
336336 nested_formats.texi:325: warning: empty multitable
337337 nested_formats.texi:326: warning: empty multitable (possibly involving @mymacro)
347347 nested_formats.texi:326: warning: @multitable has text but no @item (possibly involving @mymacro)
348348 nested_formats.texi:326: warning: empty multitable (possibly involving @mymacro)
349349 nested_formats.texi:326: warning: @multitable has text but no @item (possibly involving @mymacro)
350 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
351 nested_formats.texi:326: warning: empty multitable (possibly involving @mymacro)
352 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
350 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
351 nested_formats.texi:326: warning: empty multitable (possibly involving @mymacro)
352 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
353353 nested_formats.texi:326: warning: @multitable has text but no @item (possibly involving @mymacro)
354354 nested_formats.texi:325: warning: @multitable has text but no @item
355355 nested_formats.texi:332: warning: empty multitable (possibly involving @mymacro)
365365 nested_formats.texi:332: warning: @multitable has text but no @item (possibly involving @mymacro)
366366 nested_formats.texi:332: warning: empty multitable (possibly involving @mymacro)
367367 nested_formats.texi:332: warning: @multitable has text but no @item (possibly involving @mymacro)
368 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
369 nested_formats.texi:332: warning: empty multitable (possibly involving @mymacro)
370 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
371 nested_formats.texi:332: warning: @multitable has text but no @item (possibly involving @mymacro)
372 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
373 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
374 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
375 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
376 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
377 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
378 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
379 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
380 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
381 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
382 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
383 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
384 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
385 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
386 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
387 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
368 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
369 nested_formats.texi:332: warning: empty multitable (possibly involving @mymacro)
370 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
371 nested_formats.texi:332: warning: @multitable has text but no @item (possibly involving @mymacro)
372 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
373 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
374 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
375 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
376 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
377 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
378 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
379 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
380 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
381 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
382 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
383 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
384 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
385 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
386 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
387 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
388388 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
389389 nested_formats.texi:337: warning: empty multitable
390390 nested_formats.texi:338: warning: empty multitable (possibly involving @mymacro)
400400 nested_formats.texi:338: warning: @multitable has text but no @item (possibly involving @mymacro)
401401 nested_formats.texi:338: warning: empty multitable (possibly involving @mymacro)
402402 nested_formats.texi:338: warning: @multitable has text but no @item (possibly involving @mymacro)
403 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
404 nested_formats.texi:338: warning: empty multitable (possibly involving @mymacro)
405 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
403 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
404 nested_formats.texi:338: warning: empty multitable (possibly involving @mymacro)
405 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
406406 nested_formats.texi:338: warning: @multitable has text but no @item (possibly involving @mymacro)
407407 nested_formats.texi:337: warning: @multitable has text but no @item
408408 nested_formats.texi:344: warning: empty multitable (possibly involving @mymacro)
418418 nested_formats.texi:344: warning: @multitable has text but no @item (possibly involving @mymacro)
419419 nested_formats.texi:344: warning: empty multitable (possibly involving @mymacro)
420420 nested_formats.texi:344: warning: @multitable has text but no @item (possibly involving @mymacro)
421 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
422 nested_formats.texi:344: warning: empty multitable (possibly involving @mymacro)
423 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
421 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
422 nested_formats.texi:344: warning: empty multitable (possibly involving @mymacro)
423 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
424424 nested_formats.texi:344: warning: @multitable has text but no @item (possibly involving @mymacro)
425425 nested_formats.texi:347: warning: empty multitable
426426 nested_formats.texi:348: warning: empty multitable (possibly involving @mymacro)
436436 nested_formats.texi:348: warning: @multitable has text but no @item (possibly involving @mymacro)
437437 nested_formats.texi:348: warning: empty multitable (possibly involving @mymacro)
438438 nested_formats.texi:348: warning: @multitable has text but no @item (possibly involving @mymacro)
439 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
440 nested_formats.texi:348: warning: empty multitable (possibly involving @mymacro)
441 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
439 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
440 nested_formats.texi:348: warning: empty multitable (possibly involving @mymacro)
441 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
442442 nested_formats.texi:348: warning: @multitable has text but no @item (possibly involving @mymacro)
443443 nested_formats.texi:347: warning: @multitable has text but no @item
444444 nested_formats.texi:353: warning: empty multitable (possibly involving @mymacro)
454454 nested_formats.texi:353: warning: @multitable has text but no @item (possibly involving @mymacro)
455455 nested_formats.texi:353: warning: empty multitable (possibly involving @mymacro)
456456 nested_formats.texi:353: warning: @multitable has text but no @item (possibly involving @mymacro)
457 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
458 nested_formats.texi:353: warning: empty multitable (possibly involving @mymacro)
459 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
457 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
458 nested_formats.texi:353: warning: empty multitable (possibly involving @mymacro)
459 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
460460 nested_formats.texi:353: warning: @multitable has text but no @item (possibly involving @mymacro)
461461 nested_formats.texi:355: warning: empty multitable
462462 nested_formats.texi:356: warning: empty multitable (possibly involving @mymacro)
472472 nested_formats.texi:356: warning: @multitable has text but no @item (possibly involving @mymacro)
473473 nested_formats.texi:356: warning: empty multitable (possibly involving @mymacro)
474474 nested_formats.texi:356: warning: @multitable has text but no @item (possibly involving @mymacro)
475 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
476 nested_formats.texi:356: warning: empty multitable (possibly involving @mymacro)
477 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
475 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
476 nested_formats.texi:356: warning: empty multitable (possibly involving @mymacro)
477 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
478478 nested_formats.texi:356: warning: @multitable has text but no @item (possibly involving @mymacro)
479479 nested_formats.texi:355: warning: @multitable has text but no @item
0 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1010 nested_formats.texi:233: warning: @table has text but no @item (possibly involving @mymacro)
1111 nested_formats.texi:233: table requires an argument: the formatter for @item (possibly involving @mymacro)
1212 nested_formats.texi:233: warning: @table has text but no @item (possibly involving @mymacro)
13 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:233: table requires an argument: the formatter for @item (possibly involving @mymacro)
15 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:233: table requires an argument: the formatter for @item (possibly involving @mymacro)
15 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1616 nested_formats.texi:233: warning: @table has text but no @item (possibly involving @mymacro)
1717 nested_formats.texi:236: table requires an argument: the formatter for @item
1818 nested_formats.texi:237: table requires an argument: the formatter for @item (possibly involving @mymacro)
2828 nested_formats.texi:237: warning: @table has text but no @item (possibly involving @mymacro)
2929 nested_formats.texi:237: table requires an argument: the formatter for @item (possibly involving @mymacro)
3030 nested_formats.texi:237: warning: @table has text but no @item (possibly involving @mymacro)
31 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:237: table requires an argument: the formatter for @item (possibly involving @mymacro)
33 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:237: table requires an argument: the formatter for @item (possibly involving @mymacro)
33 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3434 nested_formats.texi:237: warning: @table has text but no @item (possibly involving @mymacro)
3535 nested_formats.texi:236: warning: @table has text but no @item
3636 nested_formats.texi:242: table requires an argument: the formatter for @item (possibly involving @mymacro)
4646 nested_formats.texi:242: warning: @table has text but no @item (possibly involving @mymacro)
4747 nested_formats.texi:242: table requires an argument: the formatter for @item (possibly involving @mymacro)
4848 nested_formats.texi:242: warning: @table has text but no @item (possibly involving @mymacro)
49 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:242: table requires an argument: the formatter for @item (possibly involving @mymacro)
51 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:242: warning: @table has text but no @item (possibly involving @mymacro)
53 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
54 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
55 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
56 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
57 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
58 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
59 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
60 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
61 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
62 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
63 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
64 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
65 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
66 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
67 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
68 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:242: table requires an argument: the formatter for @item (possibly involving @mymacro)
51 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:242: warning: @table has text but no @item (possibly involving @mymacro)
53 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
54 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
55 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
56 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
57 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
58 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
59 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
60 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
61 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
62 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
63 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
64 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
65 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
66 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
67 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
68 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6969 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
7070 nested_formats.texi:248: table requires an argument: the formatter for @item
7171 nested_formats.texi:249: table requires an argument: the formatter for @item (possibly involving @mymacro)
8181 nested_formats.texi:249: warning: @table has text but no @item (possibly involving @mymacro)
8282 nested_formats.texi:249: table requires an argument: the formatter for @item (possibly involving @mymacro)
8383 nested_formats.texi:249: warning: @table has text but no @item (possibly involving @mymacro)
84 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
85 nested_formats.texi:249: table requires an argument: the formatter for @item (possibly involving @mymacro)
86 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
84 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
85 nested_formats.texi:249: table requires an argument: the formatter for @item (possibly involving @mymacro)
86 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8787 nested_formats.texi:249: warning: @table has text but no @item (possibly involving @mymacro)
8888 nested_formats.texi:248: warning: @table has text but no @item
8989 nested_formats.texi:255: table requires an argument: the formatter for @item (possibly involving @mymacro)
9999 nested_formats.texi:255: warning: @table has text but no @item (possibly involving @mymacro)
100100 nested_formats.texi:255: table requires an argument: the formatter for @item (possibly involving @mymacro)
101101 nested_formats.texi:255: warning: @table has text but no @item (possibly involving @mymacro)
102 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
103 nested_formats.texi:255: table requires an argument: the formatter for @item (possibly involving @mymacro)
104 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
105 nested_formats.texi:255: warning: @table has text but no @item (possibly involving @mymacro)
106 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
107 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
108 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
109 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
110 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
111 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
112 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
113 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
114 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
115 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
116 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
117 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
118 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
119 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
120 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
121 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
102 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
103 nested_formats.texi:255: table requires an argument: the formatter for @item (possibly involving @mymacro)
104 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
105 nested_formats.texi:255: warning: @table has text but no @item (possibly involving @mymacro)
106 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
107 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
108 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
109 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
110 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
111 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
112 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
113 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
114 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
115 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
116 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
117 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
118 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
119 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
120 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
121 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
122122 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
123123 nested_formats.texi:261: table requires an argument: the formatter for @item
124124 nested_formats.texi:262: table requires an argument: the formatter for @item (possibly involving @mymacro)
134134 nested_formats.texi:262: warning: @table has text but no @item (possibly involving @mymacro)
135135 nested_formats.texi:262: table requires an argument: the formatter for @item (possibly involving @mymacro)
136136 nested_formats.texi:262: warning: @table has text but no @item (possibly involving @mymacro)
137 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
138 nested_formats.texi:262: table requires an argument: the formatter for @item (possibly involving @mymacro)
139 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
137 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
138 nested_formats.texi:262: table requires an argument: the formatter for @item (possibly involving @mymacro)
139 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
140140 nested_formats.texi:262: warning: @table has text but no @item (possibly involving @mymacro)
141141 nested_formats.texi:261: warning: @table has text but no @item
142142 nested_formats.texi:270: table requires an argument: the formatter for @item (possibly involving @mymacro)
152152 nested_formats.texi:270: warning: @table has text but no @item (possibly involving @mymacro)
153153 nested_formats.texi:270: table requires an argument: the formatter for @item (possibly involving @mymacro)
154154 nested_formats.texi:270: warning: @table has text but no @item (possibly involving @mymacro)
155 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
156 nested_formats.texi:270: table requires an argument: the formatter for @item (possibly involving @mymacro)
157 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
158 nested_formats.texi:270: warning: @table has text but no @item (possibly involving @mymacro)
159 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
160 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
161 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
162 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
163 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
164 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
165 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
166 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
167 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
168 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
169 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
170 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
171 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
172 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
173 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
174 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
155 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
156 nested_formats.texi:270: table requires an argument: the formatter for @item (possibly involving @mymacro)
157 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
158 nested_formats.texi:270: warning: @table has text but no @item (possibly involving @mymacro)
159 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
160 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
161 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
162 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
163 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
164 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
165 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
166 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
167 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
168 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
169 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
170 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
171 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
172 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
173 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
174 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
175175 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
176176 nested_formats.texi:276: table requires an argument: the formatter for @item
177177 nested_formats.texi:277: table requires an argument: the formatter for @item (possibly involving @mymacro)
187187 nested_formats.texi:277: warning: @table has text but no @item (possibly involving @mymacro)
188188 nested_formats.texi:277: table requires an argument: the formatter for @item (possibly involving @mymacro)
189189 nested_formats.texi:277: warning: @table has text but no @item (possibly involving @mymacro)
190 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
191 nested_formats.texi:277: table requires an argument: the formatter for @item (possibly involving @mymacro)
192 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
190 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
191 nested_formats.texi:277: table requires an argument: the formatter for @item (possibly involving @mymacro)
192 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
193193 nested_formats.texi:277: warning: @table has text but no @item (possibly involving @mymacro)
194194 nested_formats.texi:276: warning: @table has text but no @item
195195 nested_formats.texi:283: table requires an argument: the formatter for @item (possibly involving @mymacro)
205205 nested_formats.texi:283: warning: @table has text but no @item (possibly involving @mymacro)
206206 nested_formats.texi:283: table requires an argument: the formatter for @item (possibly involving @mymacro)
207207 nested_formats.texi:283: warning: @table has text but no @item (possibly involving @mymacro)
208 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
209 nested_formats.texi:283: table requires an argument: the formatter for @item (possibly involving @mymacro)
210 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
211 nested_formats.texi:283: warning: @table has text but no @item (possibly involving @mymacro)
212 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
213 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
214 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
215 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
216 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
217 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
218 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
219 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
220 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
221 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
222 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
223 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
224 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
225 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
226 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
227 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
208 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
209 nested_formats.texi:283: table requires an argument: the formatter for @item (possibly involving @mymacro)
210 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
211 nested_formats.texi:283: warning: @table has text but no @item (possibly involving @mymacro)
212 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
213 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
214 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
215 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
216 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
217 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
218 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
219 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
220 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
221 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
222 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
223 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
224 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
225 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
226 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
227 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
228228 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
229229 nested_formats.texi:291: table requires an argument: the formatter for @item
230230 nested_formats.texi:292: table requires an argument: the formatter for @item (possibly involving @mymacro)
240240 nested_formats.texi:292: warning: @table has text but no @item (possibly involving @mymacro)
241241 nested_formats.texi:292: table requires an argument: the formatter for @item (possibly involving @mymacro)
242242 nested_formats.texi:292: warning: @table has text but no @item (possibly involving @mymacro)
243 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
244 nested_formats.texi:292: table requires an argument: the formatter for @item (possibly involving @mymacro)
245 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
243 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
244 nested_formats.texi:292: table requires an argument: the formatter for @item (possibly involving @mymacro)
245 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
246246 nested_formats.texi:292: warning: @table has text but no @item (possibly involving @mymacro)
247247 nested_formats.texi:291: warning: @table has text but no @item
248248 nested_formats.texi:303: table requires an argument: the formatter for @item (possibly involving @mymacro)
258258 nested_formats.texi:303: warning: @table has text but no @item (possibly involving @mymacro)
259259 nested_formats.texi:303: table requires an argument: the formatter for @item (possibly involving @mymacro)
260260 nested_formats.texi:303: warning: @table has text but no @item (possibly involving @mymacro)
261 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
262 nested_formats.texi:303: table requires an argument: the formatter for @item (possibly involving @mymacro)
263 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
261 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
262 nested_formats.texi:303: table requires an argument: the formatter for @item (possibly involving @mymacro)
263 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
264264 nested_formats.texi:303: warning: @table has text but no @item (possibly involving @mymacro)
265265 nested_formats.texi:306: table requires an argument: the formatter for @item
266266 nested_formats.texi:307: table requires an argument: the formatter for @item (possibly involving @mymacro)
276276 nested_formats.texi:307: warning: @table has text but no @item (possibly involving @mymacro)
277277 nested_formats.texi:307: table requires an argument: the formatter for @item (possibly involving @mymacro)
278278 nested_formats.texi:307: warning: @table has text but no @item (possibly involving @mymacro)
279 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
280 nested_formats.texi:307: table requires an argument: the formatter for @item (possibly involving @mymacro)
281 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
279 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
280 nested_formats.texi:307: table requires an argument: the formatter for @item (possibly involving @mymacro)
281 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
282282 nested_formats.texi:307: warning: @table has text but no @item (possibly involving @mymacro)
283283 nested_formats.texi:306: warning: @table has text but no @item
284284 nested_formats.texi:313: table requires an argument: the formatter for @item (possibly involving @mymacro)
294294 nested_formats.texi:313: warning: @table has text but no @item (possibly involving @mymacro)
295295 nested_formats.texi:313: table requires an argument: the formatter for @item (possibly involving @mymacro)
296296 nested_formats.texi:313: warning: @table has text but no @item (possibly involving @mymacro)
297 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
298 nested_formats.texi:313: table requires an argument: the formatter for @item (possibly involving @mymacro)
299 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
300 nested_formats.texi:313: warning: @table has text but no @item (possibly involving @mymacro)
301 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
302 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
303 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
304 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
305 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
306 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
307 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
308 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
309 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
310 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
311 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
312 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
313 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
314 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
315 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
316 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
317 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
318 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
319 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
320 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
321 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
322 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
323 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
324 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
325 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
326 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
327 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
328 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
329 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
330 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
331 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
332 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
333 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
334 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
297 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
298 nested_formats.texi:313: table requires an argument: the formatter for @item (possibly involving @mymacro)
299 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
300 nested_formats.texi:313: warning: @table has text but no @item (possibly involving @mymacro)
301 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
302 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
303 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
304 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
305 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
306 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
307 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
308 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
309 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
310 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
311 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
312 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
313 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
314 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
315 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
316 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
317 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
318 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
319 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
320 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
321 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
322 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
323 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
324 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
325 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
326 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
327 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
328 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
329 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
330 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
331 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
332 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
333 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
334 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
335335 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
336336 nested_formats.texi:325: table requires an argument: the formatter for @item
337337 nested_formats.texi:326: table requires an argument: the formatter for @item (possibly involving @mymacro)
347347 nested_formats.texi:326: warning: @table has text but no @item (possibly involving @mymacro)
348348 nested_formats.texi:326: table requires an argument: the formatter for @item (possibly involving @mymacro)
349349 nested_formats.texi:326: warning: @table has text but no @item (possibly involving @mymacro)
350 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
351 nested_formats.texi:326: table requires an argument: the formatter for @item (possibly involving @mymacro)
352 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
350 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
351 nested_formats.texi:326: table requires an argument: the formatter for @item (possibly involving @mymacro)
352 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
353353 nested_formats.texi:326: warning: @table has text but no @item (possibly involving @mymacro)
354354 nested_formats.texi:325: warning: @table has text but no @item
355355 nested_formats.texi:332: table requires an argument: the formatter for @item (possibly involving @mymacro)
365365 nested_formats.texi:332: warning: @table has text but no @item (possibly involving @mymacro)
366366 nested_formats.texi:332: table requires an argument: the formatter for @item (possibly involving @mymacro)
367367 nested_formats.texi:332: warning: @table has text but no @item (possibly involving @mymacro)
368 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
369 nested_formats.texi:332: table requires an argument: the formatter for @item (possibly involving @mymacro)
370 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
371 nested_formats.texi:332: warning: @table has text but no @item (possibly involving @mymacro)
372 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
373 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
374 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
375 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
376 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
377 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
378 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
379 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
380 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
381 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
382 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
383 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
384 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
385 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
386 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
387 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
368 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
369 nested_formats.texi:332: table requires an argument: the formatter for @item (possibly involving @mymacro)
370 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
371 nested_formats.texi:332: warning: @table has text but no @item (possibly involving @mymacro)
372 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
373 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
374 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
375 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
376 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
377 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
378 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
379 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
380 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
381 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
382 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
383 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
384 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
385 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
386 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
387 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
388388 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
389389 nested_formats.texi:337: table requires an argument: the formatter for @item
390390 nested_formats.texi:338: table requires an argument: the formatter for @item (possibly involving @mymacro)
400400 nested_formats.texi:338: warning: @table has text but no @item (possibly involving @mymacro)
401401 nested_formats.texi:338: table requires an argument: the formatter for @item (possibly involving @mymacro)
402402 nested_formats.texi:338: warning: @table has text but no @item (possibly involving @mymacro)
403 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
404 nested_formats.texi:338: table requires an argument: the formatter for @item (possibly involving @mymacro)
405 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
403 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
404 nested_formats.texi:338: table requires an argument: the formatter for @item (possibly involving @mymacro)
405 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
406406 nested_formats.texi:338: warning: @table has text but no @item (possibly involving @mymacro)
407407 nested_formats.texi:337: warning: @table has text but no @item
408408 nested_formats.texi:344: table requires an argument: the formatter for @item (possibly involving @mymacro)
418418 nested_formats.texi:344: warning: @table has text but no @item (possibly involving @mymacro)
419419 nested_formats.texi:344: table requires an argument: the formatter for @item (possibly involving @mymacro)
420420 nested_formats.texi:344: warning: @table has text but no @item (possibly involving @mymacro)
421 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
422 nested_formats.texi:344: table requires an argument: the formatter for @item (possibly involving @mymacro)
423 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
421 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
422 nested_formats.texi:344: table requires an argument: the formatter for @item (possibly involving @mymacro)
423 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
424424 nested_formats.texi:344: warning: @table has text but no @item (possibly involving @mymacro)
425425 nested_formats.texi:347: table requires an argument: the formatter for @item
426426 nested_formats.texi:348: table requires an argument: the formatter for @item (possibly involving @mymacro)
436436 nested_formats.texi:348: warning: @table has text but no @item (possibly involving @mymacro)
437437 nested_formats.texi:348: table requires an argument: the formatter for @item (possibly involving @mymacro)
438438 nested_formats.texi:348: warning: @table has text but no @item (possibly involving @mymacro)
439 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
440 nested_formats.texi:348: table requires an argument: the formatter for @item (possibly involving @mymacro)
441 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
439 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
440 nested_formats.texi:348: table requires an argument: the formatter for @item (possibly involving @mymacro)
441 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
442442 nested_formats.texi:348: warning: @table has text but no @item (possibly involving @mymacro)
443443 nested_formats.texi:347: warning: @table has text but no @item
444444 nested_formats.texi:353: table requires an argument: the formatter for @item (possibly involving @mymacro)
454454 nested_formats.texi:353: warning: @table has text but no @item (possibly involving @mymacro)
455455 nested_formats.texi:353: table requires an argument: the formatter for @item (possibly involving @mymacro)
456456 nested_formats.texi:353: warning: @table has text but no @item (possibly involving @mymacro)
457 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
458 nested_formats.texi:353: table requires an argument: the formatter for @item (possibly involving @mymacro)
459 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
457 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
458 nested_formats.texi:353: table requires an argument: the formatter for @item (possibly involving @mymacro)
459 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
460460 nested_formats.texi:353: warning: @table has text but no @item (possibly involving @mymacro)
461461 nested_formats.texi:355: table requires an argument: the formatter for @item
462462 nested_formats.texi:356: table requires an argument: the formatter for @item (possibly involving @mymacro)
472472 nested_formats.texi:356: warning: @table has text but no @item (possibly involving @mymacro)
473473 nested_formats.texi:356: table requires an argument: the formatter for @item (possibly involving @mymacro)
474474 nested_formats.texi:356: warning: @table has text but no @item (possibly involving @mymacro)
475 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
476 nested_formats.texi:356: table requires an argument: the formatter for @item (possibly involving @mymacro)
477 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
475 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
476 nested_formats.texi:356: table requires an argument: the formatter for @item (possibly involving @mymacro)
477 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
478478 nested_formats.texi:356: warning: @table has text but no @item (possibly involving @mymacro)
479479 nested_formats.texi:355: warning: @table has text but no @item
0 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:233: warning: @enumerate has text but no @item (possibly involving @mymacro)
33 nested_formats.texi:233: warning: @enumerate has text but no @item (possibly involving @mymacro)
44 nested_formats.texi:233: warning: @enumerate has text but no @item (possibly involving @mymacro)
5 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:233: warning: @enumerate has text but no @item (possibly involving @mymacro)
8 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
9 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
10 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
11 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
12 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
13 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:233: warning: @enumerate has text but no @item (possibly involving @mymacro)
8 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
9 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
10 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
11 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
12 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
13 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1515 nested_formats.texi:237: warning: @enumerate has text but no @item (possibly involving @mymacro)
1616 nested_formats.texi:236: warning: @enumerate has text but no @item
1717 nested_formats.texi:242: warning: @enumerate has text but no @item (possibly involving @mymacro)
1919 nested_formats.texi:242: warning: @enumerate has text but no @item (possibly involving @mymacro)
2020 nested_formats.texi:242: warning: @enumerate has text but no @item (possibly involving @mymacro)
2121 nested_formats.texi:242: warning: @enumerate has text but no @item (possibly involving @mymacro)
22 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:242: warning: @enumerate has text but no @item (possibly involving @mymacro)
25 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
26 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
27 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
28 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
29 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
30 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
33 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
34 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
35 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
36 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
37 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
38 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:242: warning: @enumerate has text but no @item (possibly involving @mymacro)
25 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
26 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
27 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
28 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
29 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
30 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:245: warning: @enumerate has text but no @item (possibly involving @mymacro)
33 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
34 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
35 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
36 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
37 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
38 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4040 nested_formats.texi:249: warning: @enumerate has text but no @item (possibly involving @mymacro)
4141 nested_formats.texi:248: warning: @enumerate has text but no @item
4242 nested_formats.texi:255: warning: @enumerate has text but no @item (possibly involving @mymacro)
4444 nested_formats.texi:255: warning: @enumerate has text but no @item (possibly involving @mymacro)
4545 nested_formats.texi:255: warning: @enumerate has text but no @item (possibly involving @mymacro)
4646 nested_formats.texi:255: warning: @enumerate has text but no @item (possibly involving @mymacro)
47 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:255: warning: @enumerate has text but no @item (possibly involving @mymacro)
50 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
51 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
52 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
53 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
54 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
55 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
56 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
57 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
58 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
59 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
60 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
61 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
62 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
63 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
64 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:255: warning: @enumerate has text but no @item (possibly involving @mymacro)
50 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
51 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
52 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
53 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
54 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
55 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
56 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
57 nested_formats.texi:258: warning: @enumerate has text but no @item (possibly involving @mymacro)
58 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
59 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
60 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
61 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
62 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
63 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
64 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6565 nested_formats.texi:262: warning: @enumerate has text but no @item (possibly involving @mymacro)
6666 nested_formats.texi:261: warning: @enumerate has text but no @item
6767 nested_formats.texi:270: warning: @enumerate has text but no @item (possibly involving @mymacro)
6969 nested_formats.texi:270: warning: @enumerate has text but no @item (possibly involving @mymacro)
7070 nested_formats.texi:270: warning: @enumerate has text but no @item (possibly involving @mymacro)
7171 nested_formats.texi:270: warning: @enumerate has text but no @item (possibly involving @mymacro)
72 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
73 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
74 nested_formats.texi:270: warning: @enumerate has text but no @item (possibly involving @mymacro)
75 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
76 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
77 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
78 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
79 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
80 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
81 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
82 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
83 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
84 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
85 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
86 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
87 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
88 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
89 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
72 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
73 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
74 nested_formats.texi:270: warning: @enumerate has text but no @item (possibly involving @mymacro)
75 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
76 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
77 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
78 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
79 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
80 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
81 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
82 nested_formats.texi:273: warning: @enumerate has text but no @item (possibly involving @mymacro)
83 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
84 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
85 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
86 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
87 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
88 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
89 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9090 nested_formats.texi:277: warning: @enumerate has text but no @item (possibly involving @mymacro)
9191 nested_formats.texi:276: warning: @enumerate has text but no @item
9292 nested_formats.texi:283: warning: @enumerate has text but no @item (possibly involving @mymacro)
9494 nested_formats.texi:283: warning: @enumerate has text but no @item (possibly involving @mymacro)
9595 nested_formats.texi:283: warning: @enumerate has text but no @item (possibly involving @mymacro)
9696 nested_formats.texi:283: warning: @enumerate has text but no @item (possibly involving @mymacro)
97 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
98 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
99 nested_formats.texi:283: warning: @enumerate has text but no @item (possibly involving @mymacro)
100 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
101 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
102 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
103 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
104 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
105 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
106 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
107 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
108 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
109 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
110 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
111 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
112 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
113 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
114 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
97 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
98 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
99 nested_formats.texi:283: warning: @enumerate has text but no @item (possibly involving @mymacro)
100 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
101 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
102 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
103 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
104 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
105 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
106 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
107 nested_formats.texi:287: warning: @enumerate has text but no @item (possibly involving @mymacro)
108 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
109 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
110 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
111 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
112 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
113 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
114 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
115115 nested_formats.texi:292: warning: @enumerate has text but no @item (possibly involving @mymacro)
116116 nested_formats.texi:291: warning: @enumerate has text but no @item
117117 nested_formats.texi:303: warning: @enumerate has text but no @item (possibly involving @mymacro)
119119 nested_formats.texi:303: warning: @enumerate has text but no @item (possibly involving @mymacro)
120120 nested_formats.texi:303: warning: @enumerate has text but no @item (possibly involving @mymacro)
121121 nested_formats.texi:303: warning: @enumerate has text but no @item (possibly involving @mymacro)
122 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
123 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
124 nested_formats.texi:303: warning: @enumerate has text but no @item (possibly involving @mymacro)
125 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
126 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
127 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
128 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
129 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
130 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
131 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
122 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
123 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
124 nested_formats.texi:303: warning: @enumerate has text but no @item (possibly involving @mymacro)
125 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
126 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
127 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
128 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
129 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
130 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
131 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
132132 nested_formats.texi:307: warning: @enumerate has text but no @item (possibly involving @mymacro)
133133 nested_formats.texi:306: warning: @enumerate has text but no @item
134134 nested_formats.texi:313: warning: @enumerate has text but no @item (possibly involving @mymacro)
136136 nested_formats.texi:313: warning: @enumerate has text but no @item (possibly involving @mymacro)
137137 nested_formats.texi:313: warning: @enumerate has text but no @item (possibly involving @mymacro)
138138 nested_formats.texi:313: warning: @enumerate has text but no @item (possibly involving @mymacro)
139 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
140 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
141 nested_formats.texi:313: warning: @enumerate has text but no @item (possibly involving @mymacro)
142 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
143 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
144 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
145 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
146 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
147 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
148 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
149 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
150 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
151 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
152 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
153 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
154 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
155 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
156 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
157 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
158 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
159 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
160 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
161 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
162 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
163 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
164 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
165 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
139 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
140 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
141 nested_formats.texi:313: warning: @enumerate has text but no @item (possibly involving @mymacro)
142 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
143 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
144 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
145 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
146 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
147 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
148 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
149 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
150 nested_formats.texi:319: warning: @enumerate has text but no @item (possibly involving @mymacro)
151 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
152 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
153 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
154 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
155 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
156 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
157 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
158 nested_formats.texi:322: warning: @enumerate has text but no @item (possibly involving @mymacro)
159 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
160 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
161 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
162 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
163 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
164 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
165 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
166166 nested_formats.texi:326: warning: @enumerate has text but no @item (possibly involving @mymacro)
167167 nested_formats.texi:325: warning: @enumerate has text but no @item
168168 nested_formats.texi:332: warning: @enumerate has text but no @item (possibly involving @mymacro)
170170 nested_formats.texi:332: warning: @enumerate has text but no @item (possibly involving @mymacro)
171171 nested_formats.texi:332: warning: @enumerate has text but no @item (possibly involving @mymacro)
172172 nested_formats.texi:332: warning: @enumerate has text but no @item (possibly involving @mymacro)
173 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
174 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
175 nested_formats.texi:332: warning: @enumerate has text but no @item (possibly involving @mymacro)
176 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
177 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
178 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
179 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
180 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
181 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
182 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
183 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
184 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
185 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
186 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
187 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
188 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
189 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
190 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
173 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
174 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
175 nested_formats.texi:332: warning: @enumerate has text but no @item (possibly involving @mymacro)
176 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
177 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
178 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
179 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
180 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
181 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
182 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
183 nested_formats.texi:335: warning: @enumerate has text but no @item (possibly involving @mymacro)
184 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
185 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
186 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
187 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
188 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
189 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
190 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
191191 nested_formats.texi:338: warning: @enumerate has text but no @item (possibly involving @mymacro)
192192 nested_formats.texi:337: warning: @enumerate has text but no @item
193193 nested_formats.texi:344: warning: @enumerate has text but no @item (possibly involving @mymacro)
195195 nested_formats.texi:344: warning: @enumerate has text but no @item (possibly involving @mymacro)
196196 nested_formats.texi:344: warning: @enumerate has text but no @item (possibly involving @mymacro)
197197 nested_formats.texi:344: warning: @enumerate has text but no @item (possibly involving @mymacro)
198 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
199 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
200 nested_formats.texi:344: warning: @enumerate has text but no @item (possibly involving @mymacro)
201 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
202 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
203 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
204 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
205 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
206 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
207 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
198 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
199 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
200 nested_formats.texi:344: warning: @enumerate has text but no @item (possibly involving @mymacro)
201 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
202 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
203 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
204 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
205 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
206 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
207 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
208208 nested_formats.texi:348: warning: @enumerate has text but no @item (possibly involving @mymacro)
209209 nested_formats.texi:347: warning: @enumerate has text but no @item
210210 nested_formats.texi:353: warning: @enumerate has text but no @item (possibly involving @mymacro)
212212 nested_formats.texi:353: warning: @enumerate has text but no @item (possibly involving @mymacro)
213213 nested_formats.texi:353: warning: @enumerate has text but no @item (possibly involving @mymacro)
214214 nested_formats.texi:353: warning: @enumerate has text but no @item (possibly involving @mymacro)
215 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
216 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
217 nested_formats.texi:353: warning: @enumerate has text but no @item (possibly involving @mymacro)
218 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
219 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
220 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
221 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
222 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
223 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
224 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
215 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
216 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
217 nested_formats.texi:353: warning: @enumerate has text but no @item (possibly involving @mymacro)
218 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
219 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
220 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
221 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
222 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
223 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
224 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
225225 nested_formats.texi:356: warning: @enumerate has text but no @item (possibly involving @mymacro)
226226 nested_formats.texi:355: warning: @enumerate has text but no @item
0 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:233: warning: @itemize has text but no @item (possibly involving @mymacro)
33 nested_formats.texi:233: warning: @itemize has text but no @item (possibly involving @mymacro)
44 nested_formats.texi:233: warning: @itemize has text but no @item (possibly involving @mymacro)
5 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:233: warning: @itemize has text but no @item (possibly involving @mymacro)
8 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
9 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
10 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
11 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
12 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
13 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:233: warning: @itemize has text but no @item (possibly involving @mymacro)
8 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
9 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
10 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
11 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
12 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
13 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1515 nested_formats.texi:237: warning: @itemize has text but no @item (possibly involving @mymacro)
1616 nested_formats.texi:236: warning: @itemize has text but no @item
1717 nested_formats.texi:242: warning: @itemize has text but no @item (possibly involving @mymacro)
1919 nested_formats.texi:242: warning: @itemize has text but no @item (possibly involving @mymacro)
2020 nested_formats.texi:242: warning: @itemize has text but no @item (possibly involving @mymacro)
2121 nested_formats.texi:242: warning: @itemize has text but no @item (possibly involving @mymacro)
22 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:242: warning: @itemize has text but no @item (possibly involving @mymacro)
25 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
26 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
27 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
28 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
29 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
30 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
33 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
34 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
35 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
36 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
37 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
38 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:242: warning: @itemize has text but no @item (possibly involving @mymacro)
25 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
26 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
27 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
28 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
29 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
30 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:245: warning: @itemize has text but no @item (possibly involving @mymacro)
33 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
34 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
35 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
36 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
37 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
38 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4040 nested_formats.texi:249: warning: @itemize has text but no @item (possibly involving @mymacro)
4141 nested_formats.texi:248: warning: @itemize has text but no @item
4242 nested_formats.texi:255: warning: @itemize has text but no @item (possibly involving @mymacro)
4444 nested_formats.texi:255: warning: @itemize has text but no @item (possibly involving @mymacro)
4545 nested_formats.texi:255: warning: @itemize has text but no @item (possibly involving @mymacro)
4646 nested_formats.texi:255: warning: @itemize has text but no @item (possibly involving @mymacro)
47 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:255: warning: @itemize has text but no @item (possibly involving @mymacro)
50 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
51 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
52 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
53 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
54 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
55 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
56 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
57 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
58 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
59 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
60 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
61 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
62 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
63 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
64 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:255: warning: @itemize has text but no @item (possibly involving @mymacro)
50 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
51 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
52 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
53 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
54 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
55 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
56 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
57 nested_formats.texi:258: warning: @itemize has text but no @item (possibly involving @mymacro)
58 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
59 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
60 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
61 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
62 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
63 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
64 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6565 nested_formats.texi:262: warning: @itemize has text but no @item (possibly involving @mymacro)
6666 nested_formats.texi:261: warning: @itemize has text but no @item
6767 nested_formats.texi:270: warning: @itemize has text but no @item (possibly involving @mymacro)
6969 nested_formats.texi:270: warning: @itemize has text but no @item (possibly involving @mymacro)
7070 nested_formats.texi:270: warning: @itemize has text but no @item (possibly involving @mymacro)
7171 nested_formats.texi:270: warning: @itemize has text but no @item (possibly involving @mymacro)
72 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
73 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
74 nested_formats.texi:270: warning: @itemize has text but no @item (possibly involving @mymacro)
75 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
76 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
77 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
78 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
79 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
80 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
81 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
82 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
83 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
84 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
85 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
86 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
87 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
88 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
89 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
72 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
73 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
74 nested_formats.texi:270: warning: @itemize has text but no @item (possibly involving @mymacro)
75 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
76 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
77 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
78 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
79 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
80 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
81 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
82 nested_formats.texi:273: warning: @itemize has text but no @item (possibly involving @mymacro)
83 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
84 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
85 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
86 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
87 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
88 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
89 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9090 nested_formats.texi:277: warning: @itemize has text but no @item (possibly involving @mymacro)
9191 nested_formats.texi:276: warning: @itemize has text but no @item
9292 nested_formats.texi:283: warning: @itemize has text but no @item (possibly involving @mymacro)
9494 nested_formats.texi:283: warning: @itemize has text but no @item (possibly involving @mymacro)
9595 nested_formats.texi:283: warning: @itemize has text but no @item (possibly involving @mymacro)
9696 nested_formats.texi:283: warning: @itemize has text but no @item (possibly involving @mymacro)
97 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
98 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
99 nested_formats.texi:283: warning: @itemize has text but no @item (possibly involving @mymacro)
100 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
101 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
102 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
103 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
104 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
105 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
106 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
107 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
108 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
109 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
110 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
111 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
112 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
113 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
114 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
97 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
98 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
99 nested_formats.texi:283: warning: @itemize has text but no @item (possibly involving @mymacro)
100 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
101 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
102 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
103 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
104 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
105 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
106 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
107 nested_formats.texi:287: warning: @itemize has text but no @item (possibly involving @mymacro)
108 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
109 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
110 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
111 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
112 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
113 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
114 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
115115 nested_formats.texi:292: warning: @itemize has text but no @item (possibly involving @mymacro)
116116 nested_formats.texi:291: warning: @itemize has text but no @item
117117 nested_formats.texi:303: warning: @itemize has text but no @item (possibly involving @mymacro)
119119 nested_formats.texi:303: warning: @itemize has text but no @item (possibly involving @mymacro)
120120 nested_formats.texi:303: warning: @itemize has text but no @item (possibly involving @mymacro)
121121 nested_formats.texi:303: warning: @itemize has text but no @item (possibly involving @mymacro)
122 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
123 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
124 nested_formats.texi:303: warning: @itemize has text but no @item (possibly involving @mymacro)
125 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
126 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
127 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
128 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
129 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
130 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
131 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
122 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
123 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
124 nested_formats.texi:303: warning: @itemize has text but no @item (possibly involving @mymacro)
125 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
126 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
127 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
128 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
129 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
130 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
131 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
132132 nested_formats.texi:307: warning: @itemize has text but no @item (possibly involving @mymacro)
133133 nested_formats.texi:306: warning: @itemize has text but no @item
134134 nested_formats.texi:313: warning: @itemize has text but no @item (possibly involving @mymacro)
136136 nested_formats.texi:313: warning: @itemize has text but no @item (possibly involving @mymacro)
137137 nested_formats.texi:313: warning: @itemize has text but no @item (possibly involving @mymacro)
138138 nested_formats.texi:313: warning: @itemize has text but no @item (possibly involving @mymacro)
139 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
140 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
141 nested_formats.texi:313: warning: @itemize has text but no @item (possibly involving @mymacro)
142 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
143 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
144 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
145 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
146 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
147 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
148 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
149 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
150 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
151 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
152 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
153 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
154 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
155 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
156 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
157 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
158 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
159 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
160 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
161 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
162 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
163 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
164 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
165 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
139 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
140 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
141 nested_formats.texi:313: warning: @itemize has text but no @item (possibly involving @mymacro)
142 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
143 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
144 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
145 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
146 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
147 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
148 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
149 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
150 nested_formats.texi:319: warning: @itemize has text but no @item (possibly involving @mymacro)
151 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
152 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
153 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
154 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
155 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
156 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
157 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
158 nested_formats.texi:322: warning: @itemize has text but no @item (possibly involving @mymacro)
159 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
160 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
161 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
162 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
163 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
164 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
165 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
166166 nested_formats.texi:326: warning: @itemize has text but no @item (possibly involving @mymacro)
167167 nested_formats.texi:325: warning: @itemize has text but no @item
168168 nested_formats.texi:332: warning: @itemize has text but no @item (possibly involving @mymacro)
170170 nested_formats.texi:332: warning: @itemize has text but no @item (possibly involving @mymacro)
171171 nested_formats.texi:332: warning: @itemize has text but no @item (possibly involving @mymacro)
172172 nested_formats.texi:332: warning: @itemize has text but no @item (possibly involving @mymacro)
173 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
174 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
175 nested_formats.texi:332: warning: @itemize has text but no @item (possibly involving @mymacro)
176 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
177 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
178 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
179 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
180 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
181 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
182 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
183 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
184 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
185 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
186 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
187 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
188 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
189 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
190 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
173 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
174 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
175 nested_formats.texi:332: warning: @itemize has text but no @item (possibly involving @mymacro)
176 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
177 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
178 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
179 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
180 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
181 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
182 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
183 nested_formats.texi:335: warning: @itemize has text but no @item (possibly involving @mymacro)
184 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
185 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
186 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
187 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
188 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
189 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
190 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
191191 nested_formats.texi:338: warning: @itemize has text but no @item (possibly involving @mymacro)
192192 nested_formats.texi:337: warning: @itemize has text but no @item
193193 nested_formats.texi:344: warning: @itemize has text but no @item (possibly involving @mymacro)
195195 nested_formats.texi:344: warning: @itemize has text but no @item (possibly involving @mymacro)
196196 nested_formats.texi:344: warning: @itemize has text but no @item (possibly involving @mymacro)
197197 nested_formats.texi:344: warning: @itemize has text but no @item (possibly involving @mymacro)
198 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
199 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
200 nested_formats.texi:344: warning: @itemize has text but no @item (possibly involving @mymacro)
201 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
202 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
203 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
204 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
205 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
206 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
207 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
198 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
199 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
200 nested_formats.texi:344: warning: @itemize has text but no @item (possibly involving @mymacro)
201 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
202 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
203 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
204 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
205 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
206 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
207 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
208208 nested_formats.texi:348: warning: @itemize has text but no @item (possibly involving @mymacro)
209209 nested_formats.texi:347: warning: @itemize has text but no @item
210210 nested_formats.texi:353: warning: @itemize has text but no @item (possibly involving @mymacro)
212212 nested_formats.texi:353: warning: @itemize has text but no @item (possibly involving @mymacro)
213213 nested_formats.texi:353: warning: @itemize has text but no @item (possibly involving @mymacro)
214214 nested_formats.texi:353: warning: @itemize has text but no @item (possibly involving @mymacro)
215 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
216 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
217 nested_formats.texi:353: warning: @itemize has text but no @item (possibly involving @mymacro)
218 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
219 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
220 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
221 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
222 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
223 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
224 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
215 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
216 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
217 nested_formats.texi:353: warning: @itemize has text but no @item (possibly involving @mymacro)
218 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
219 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
220 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
221 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
222 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
223 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
224 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
225225 nested_formats.texi:356: warning: @itemize has text but no @item (possibly involving @mymacro)
226226 nested_formats.texi:355: warning: @itemize has text but no @item
0 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
55 nested_formats.texi:233: warning: Multiple @menu (possibly involving @mymacro)
56 nested_formats.texi:233: warning: Multiple @menu (possibly involving @mymacro)
57 nested_formats.texi:233: warning: Multiple @menu (possibly involving @mymacro)
58 nested_formats.texi:233: warning: Multiple @menu (possibly involving @mymacro)
59 nested_formats.texi:233: warning: Multiple @menu (possibly involving @mymacro)
60 nested_formats.texi:233: warning: Multiple @menu (possibly involving @mymacro)
61 nested_formats.texi:233: warning: Multiple @menu (possibly involving @mymacro)
62 nested_formats.texi:233: warning: Multiple @menu (possibly involving @mymacro)
63 nested_formats.texi:236: warning: Multiple @menu
64 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
65 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
66 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
67 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
68 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
69 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
70 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
71 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
72 nested_formats.texi:237: warning: Multiple @menu (possibly involving @mymacro)
73 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
74 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
75 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
76 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
77 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
78 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
79 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
80 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
81 nested_formats.texi:242: warning: Multiple @menu (possibly involving @mymacro)
82 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
83 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
84 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
85 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
86 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
87 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
88 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
89 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
90 nested_formats.texi:245: warning: Multiple @menu (possibly involving @mymacro)
91 nested_formats.texi:248: warning: Multiple @menu
92 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
93 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
94 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
95 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
96 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
97 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
98 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
99 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
100 nested_formats.texi:249: warning: Multiple @menu (possibly involving @mymacro)
101 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
102 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
103 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
104 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
105 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
106 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
107 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
108 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
109 nested_formats.texi:255: warning: Multiple @menu (possibly involving @mymacro)
110 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
111 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
112 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
113 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
114 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
115 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
116 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
117 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
118 nested_formats.texi:258: warning: Multiple @menu (possibly involving @mymacro)
119 nested_formats.texi:261: warning: Multiple @menu
120 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
121 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
122 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
123 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
124 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
125 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
126 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
127 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
128 nested_formats.texi:262: warning: Multiple @menu (possibly involving @mymacro)
129 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
130 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
131 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
132 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
133 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
134 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
135 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
136 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
137 nested_formats.texi:270: warning: Multiple @menu (possibly involving @mymacro)
138 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
139 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
140 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
141 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
142 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
143 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
144 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
145 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
146 nested_formats.texi:273: warning: Multiple @menu (possibly involving @mymacro)
147 nested_formats.texi:276: warning: Multiple @menu
148 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
149 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
150 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
151 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
152 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
153 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
154 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
155 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
156 nested_formats.texi:277: warning: Multiple @menu (possibly involving @mymacro)
157 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
158 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
159 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
160 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
161 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
162 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
163 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
164 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
165 nested_formats.texi:283: warning: Multiple @menu (possibly involving @mymacro)
166 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
167 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
168 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
169 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
170 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
171 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
172 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
173 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
174 nested_formats.texi:287: warning: Multiple @menu (possibly involving @mymacro)
175 nested_formats.texi:291: warning: Multiple @menu
176 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
177 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
178 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
179 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
180 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
181 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
182 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
183 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
184 nested_formats.texi:292: warning: Multiple @menu (possibly involving @mymacro)
185 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
186 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
187 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
188 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
189 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
190 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
191 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
192 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
193 nested_formats.texi:303: warning: Multiple @menu (possibly involving @mymacro)
194 nested_formats.texi:306: warning: Multiple @menu
195 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
196 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
197 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
198 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
199 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
200 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
201 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
202 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
203 nested_formats.texi:307: warning: Multiple @menu (possibly involving @mymacro)
204 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
205 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
206 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
207 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
208 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
209 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
210 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
211 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
212 nested_formats.texi:313: warning: Multiple @menu (possibly involving @mymacro)
213 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
214 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
215 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
216 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
217 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
218 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
219 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
220 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
221 nested_formats.texi:319: warning: Multiple @menu (possibly involving @mymacro)
222 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
223 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
224 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
225 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
226 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
227 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
228 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
229 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
230 nested_formats.texi:322: warning: Multiple @menu (possibly involving @mymacro)
231 nested_formats.texi:325: warning: Multiple @menu
232 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
233 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
234 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
235 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
236 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
237 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
238 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
239 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
240 nested_formats.texi:326: warning: Multiple @menu (possibly involving @mymacro)
241 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
242 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
243 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
244 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
245 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
246 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
247 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
248 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
249 nested_formats.texi:332: warning: Multiple @menu (possibly involving @mymacro)
250 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
251 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
252 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
253 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
254 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
255 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
256 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
257 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
258 nested_formats.texi:335: warning: Multiple @menu (possibly involving @mymacro)
259 nested_formats.texi:337: warning: Multiple @menu
260 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
261 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
262 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
263 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
264 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
265 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
266 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
267 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
268 nested_formats.texi:338: warning: Multiple @menu (possibly involving @mymacro)
269 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
270 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
271 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
272 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
273 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
274 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
275 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
276 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
277 nested_formats.texi:344: warning: Multiple @menu (possibly involving @mymacro)
278 nested_formats.texi:347: warning: Multiple @menu
279 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
280 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
281 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
282 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
283 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
284 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
285 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
286 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
287 nested_formats.texi:348: warning: Multiple @menu (possibly involving @mymacro)
288 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
289 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
290 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
291 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
292 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
293 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
294 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
295 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
296 nested_formats.texi:353: warning: Multiple @menu (possibly involving @mymacro)
297 nested_formats.texi:355: warning: Multiple @menu
298 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
299 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
300 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
301 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
302 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
303 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
304 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
305 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
306 nested_formats.texi:356: warning: Multiple @menu (possibly involving @mymacro)
0 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
55 nested_formats.texi:233: warning: multiple @menu (possibly involving @mymacro)
56 nested_formats.texi:233: warning: multiple @menu (possibly involving @mymacro)
57 nested_formats.texi:233: warning: multiple @menu (possibly involving @mymacro)
58 nested_formats.texi:233: warning: multiple @menu (possibly involving @mymacro)
59 nested_formats.texi:233: warning: multiple @menu (possibly involving @mymacro)
60 nested_formats.texi:233: warning: multiple @menu (possibly involving @mymacro)
61 nested_formats.texi:233: warning: multiple @menu (possibly involving @mymacro)
62 nested_formats.texi:233: warning: multiple @menu (possibly involving @mymacro)
63 nested_formats.texi:236: warning: multiple @menu
64 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
65 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
66 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
67 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
68 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
69 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
70 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
71 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
72 nested_formats.texi:237: warning: multiple @menu (possibly involving @mymacro)
73 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
74 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
75 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
76 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
77 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
78 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
79 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
80 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
81 nested_formats.texi:242: warning: multiple @menu (possibly involving @mymacro)
82 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
83 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
84 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
85 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
86 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
87 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
88 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
89 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
90 nested_formats.texi:245: warning: multiple @menu (possibly involving @mymacro)
91 nested_formats.texi:248: warning: multiple @menu
92 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
93 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
94 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
95 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
96 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
97 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
98 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
99 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
100 nested_formats.texi:249: warning: multiple @menu (possibly involving @mymacro)
101 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
102 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
103 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
104 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
105 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
106 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
107 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
108 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
109 nested_formats.texi:255: warning: multiple @menu (possibly involving @mymacro)
110 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
111 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
112 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
113 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
114 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
115 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
116 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
117 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
118 nested_formats.texi:258: warning: multiple @menu (possibly involving @mymacro)
119 nested_formats.texi:261: warning: multiple @menu
120 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
121 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
122 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
123 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
124 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
125 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
126 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
127 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
128 nested_formats.texi:262: warning: multiple @menu (possibly involving @mymacro)
129 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
130 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
131 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
132 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
133 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
134 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
135 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
136 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
137 nested_formats.texi:270: warning: multiple @menu (possibly involving @mymacro)
138 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
139 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
140 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
141 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
142 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
143 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
144 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
145 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
146 nested_formats.texi:273: warning: multiple @menu (possibly involving @mymacro)
147 nested_formats.texi:276: warning: multiple @menu
148 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
149 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
150 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
151 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
152 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
153 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
154 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
155 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
156 nested_formats.texi:277: warning: multiple @menu (possibly involving @mymacro)
157 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
158 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
159 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
160 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
161 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
162 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
163 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
164 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
165 nested_formats.texi:283: warning: multiple @menu (possibly involving @mymacro)
166 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
167 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
168 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
169 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
170 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
171 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
172 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
173 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
174 nested_formats.texi:287: warning: multiple @menu (possibly involving @mymacro)
175 nested_formats.texi:291: warning: multiple @menu
176 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
177 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
178 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
179 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
180 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
181 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
182 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
183 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
184 nested_formats.texi:292: warning: multiple @menu (possibly involving @mymacro)
185 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
186 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
187 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
188 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
189 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
190 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
191 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
192 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
193 nested_formats.texi:303: warning: multiple @menu (possibly involving @mymacro)
194 nested_formats.texi:306: warning: multiple @menu
195 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
196 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
197 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
198 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
199 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
200 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
201 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
202 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
203 nested_formats.texi:307: warning: multiple @menu (possibly involving @mymacro)
204 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
205 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
206 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
207 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
208 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
209 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
210 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
211 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
212 nested_formats.texi:313: warning: multiple @menu (possibly involving @mymacro)
213 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
214 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
215 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
216 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
217 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
218 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
219 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
220 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
221 nested_formats.texi:319: warning: multiple @menu (possibly involving @mymacro)
222 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
223 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
224 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
225 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
226 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
227 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
228 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
229 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
230 nested_formats.texi:322: warning: multiple @menu (possibly involving @mymacro)
231 nested_formats.texi:325: warning: multiple @menu
232 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
233 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
234 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
235 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
236 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
237 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
238 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
239 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
240 nested_formats.texi:326: warning: multiple @menu (possibly involving @mymacro)
241 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
242 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
243 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
244 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
245 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
246 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
247 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
248 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
249 nested_formats.texi:332: warning: multiple @menu (possibly involving @mymacro)
250 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
251 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
252 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
253 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
254 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
255 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
256 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
257 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
258 nested_formats.texi:335: warning: multiple @menu (possibly involving @mymacro)
259 nested_formats.texi:337: warning: multiple @menu
260 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
261 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
262 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
263 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
264 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
265 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
266 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
267 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
268 nested_formats.texi:338: warning: multiple @menu (possibly involving @mymacro)
269 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
270 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
271 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
272 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
273 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
274 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
275 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
276 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
277 nested_formats.texi:344: warning: multiple @menu (possibly involving @mymacro)
278 nested_formats.texi:347: warning: multiple @menu
279 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
280 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
281 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
282 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
283 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
284 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
285 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
286 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
287 nested_formats.texi:348: warning: multiple @menu (possibly involving @mymacro)
288 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
289 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
290 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
291 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
292 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
293 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
294 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
295 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
296 nested_formats.texi:353: warning: multiple @menu (possibly involving @mymacro)
297 nested_formats.texi:355: warning: multiple @menu
298 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
299 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
300 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
301 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
302 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
303 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
304 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
305 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
306 nested_formats.texi:356: warning: multiple @menu (possibly involving @mymacro)
1010 nested_formats.texi:233: warning: @multitable has text but no @item (possibly involving @mymacro)
1111 nested_formats.texi:233: warning: empty multitable (possibly involving @mymacro)
1212 nested_formats.texi:233: warning: @multitable has text but no @item (possibly involving @mymacro)
13 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:233: warning: empty multitable (possibly involving @mymacro)
15 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:233: warning: empty multitable (possibly involving @mymacro)
15 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1616 nested_formats.texi:233: warning: @multitable has text but no @item (possibly involving @mymacro)
1717 nested_formats.texi:236: warning: empty multitable
1818 nested_formats.texi:237: warning: empty multitable (possibly involving @mymacro)
2828 nested_formats.texi:237: warning: @multitable has text but no @item (possibly involving @mymacro)
2929 nested_formats.texi:237: warning: empty multitable (possibly involving @mymacro)
3030 nested_formats.texi:237: warning: @multitable has text but no @item (possibly involving @mymacro)
31 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:237: warning: empty multitable (possibly involving @mymacro)
33 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:237: warning: empty multitable (possibly involving @mymacro)
33 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3434 nested_formats.texi:237: warning: @multitable has text but no @item (possibly involving @mymacro)
3535 nested_formats.texi:236: warning: @multitable has text but no @item
3636 nested_formats.texi:242: warning: empty multitable (possibly involving @mymacro)
4646 nested_formats.texi:242: warning: @multitable has text but no @item (possibly involving @mymacro)
4747 nested_formats.texi:242: warning: empty multitable (possibly involving @mymacro)
4848 nested_formats.texi:242: warning: @multitable has text but no @item (possibly involving @mymacro)
49 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:242: warning: empty multitable (possibly involving @mymacro)
51 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:242: warning: @multitable has text but no @item (possibly involving @mymacro)
53 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
54 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
55 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
56 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
57 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
58 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
59 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
60 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
61 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
62 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
63 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
64 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
65 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
66 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
67 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
68 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:242: warning: empty multitable (possibly involving @mymacro)
51 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:242: warning: @multitable has text but no @item (possibly involving @mymacro)
53 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
54 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
55 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
56 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
57 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
58 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
59 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
60 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
61 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
62 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
63 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
64 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
65 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
66 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
67 nested_formats.texi:245: warning: empty multitable (possibly involving @mymacro)
68 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6969 nested_formats.texi:245: warning: @multitable has text but no @item (possibly involving @mymacro)
7070 nested_formats.texi:248: warning: empty multitable
7171 nested_formats.texi:249: warning: empty multitable (possibly involving @mymacro)
8181 nested_formats.texi:249: warning: @multitable has text but no @item (possibly involving @mymacro)
8282 nested_formats.texi:249: warning: empty multitable (possibly involving @mymacro)
8383 nested_formats.texi:249: warning: @multitable has text but no @item (possibly involving @mymacro)
84 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
85 nested_formats.texi:249: warning: empty multitable (possibly involving @mymacro)
86 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
84 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
85 nested_formats.texi:249: warning: empty multitable (possibly involving @mymacro)
86 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8787 nested_formats.texi:249: warning: @multitable has text but no @item (possibly involving @mymacro)
8888 nested_formats.texi:248: warning: @multitable has text but no @item
8989 nested_formats.texi:255: warning: empty multitable (possibly involving @mymacro)
9999 nested_formats.texi:255: warning: @multitable has text but no @item (possibly involving @mymacro)
100100 nested_formats.texi:255: warning: empty multitable (possibly involving @mymacro)
101101 nested_formats.texi:255: warning: @multitable has text but no @item (possibly involving @mymacro)
102 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
103 nested_formats.texi:255: warning: empty multitable (possibly involving @mymacro)
104 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
105 nested_formats.texi:255: warning: @multitable has text but no @item (possibly involving @mymacro)
106 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
107 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
108 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
109 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
110 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
111 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
112 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
113 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
114 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
115 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
116 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
117 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
118 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
119 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
120 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
121 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
102 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
103 nested_formats.texi:255: warning: empty multitable (possibly involving @mymacro)
104 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
105 nested_formats.texi:255: warning: @multitable has text but no @item (possibly involving @mymacro)
106 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
107 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
108 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
109 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
110 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
111 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
112 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
113 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
114 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
115 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
116 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
117 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
118 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
119 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
120 nested_formats.texi:258: warning: empty multitable (possibly involving @mymacro)
121 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
122122 nested_formats.texi:258: warning: @multitable has text but no @item (possibly involving @mymacro)
123123 nested_formats.texi:261: warning: empty multitable
124124 nested_formats.texi:262: warning: empty multitable (possibly involving @mymacro)
134134 nested_formats.texi:262: warning: @multitable has text but no @item (possibly involving @mymacro)
135135 nested_formats.texi:262: warning: empty multitable (possibly involving @mymacro)
136136 nested_formats.texi:262: warning: @multitable has text but no @item (possibly involving @mymacro)
137 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
138 nested_formats.texi:262: warning: empty multitable (possibly involving @mymacro)
139 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
137 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
138 nested_formats.texi:262: warning: empty multitable (possibly involving @mymacro)
139 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
140140 nested_formats.texi:262: warning: @multitable has text but no @item (possibly involving @mymacro)
141141 nested_formats.texi:261: warning: @multitable has text but no @item
142142 nested_formats.texi:270: warning: empty multitable (possibly involving @mymacro)
152152 nested_formats.texi:270: warning: @multitable has text but no @item (possibly involving @mymacro)
153153 nested_formats.texi:270: warning: empty multitable (possibly involving @mymacro)
154154 nested_formats.texi:270: warning: @multitable has text but no @item (possibly involving @mymacro)
155 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
156 nested_formats.texi:270: warning: empty multitable (possibly involving @mymacro)
157 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
158 nested_formats.texi:270: warning: @multitable has text but no @item (possibly involving @mymacro)
159 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
160 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
161 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
162 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
163 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
164 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
165 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
166 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
167 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
168 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
169 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
170 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
171 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
172 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
173 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
174 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
155 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
156 nested_formats.texi:270: warning: empty multitable (possibly involving @mymacro)
157 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
158 nested_formats.texi:270: warning: @multitable has text but no @item (possibly involving @mymacro)
159 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
160 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
161 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
162 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
163 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
164 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
165 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
166 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
167 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
168 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
169 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
170 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
171 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
172 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
173 nested_formats.texi:273: warning: empty multitable (possibly involving @mymacro)
174 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
175175 nested_formats.texi:273: warning: @multitable has text but no @item (possibly involving @mymacro)
176176 nested_formats.texi:276: warning: empty multitable
177177 nested_formats.texi:277: warning: empty multitable (possibly involving @mymacro)
187187 nested_formats.texi:277: warning: @multitable has text but no @item (possibly involving @mymacro)
188188 nested_formats.texi:277: warning: empty multitable (possibly involving @mymacro)
189189 nested_formats.texi:277: warning: @multitable has text but no @item (possibly involving @mymacro)
190 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
191 nested_formats.texi:277: warning: empty multitable (possibly involving @mymacro)
192 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
190 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
191 nested_formats.texi:277: warning: empty multitable (possibly involving @mymacro)
192 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
193193 nested_formats.texi:277: warning: @multitable has text but no @item (possibly involving @mymacro)
194194 nested_formats.texi:276: warning: @multitable has text but no @item
195195 nested_formats.texi:283: warning: empty multitable (possibly involving @mymacro)
205205 nested_formats.texi:283: warning: @multitable has text but no @item (possibly involving @mymacro)
206206 nested_formats.texi:283: warning: empty multitable (possibly involving @mymacro)
207207 nested_formats.texi:283: warning: @multitable has text but no @item (possibly involving @mymacro)
208 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
209 nested_formats.texi:283: warning: empty multitable (possibly involving @mymacro)
210 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
211 nested_formats.texi:283: warning: @multitable has text but no @item (possibly involving @mymacro)
212 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
213 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
214 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
215 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
216 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
217 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
218 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
219 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
220 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
221 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
222 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
223 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
224 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
225 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
226 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
227 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
208 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
209 nested_formats.texi:283: warning: empty multitable (possibly involving @mymacro)
210 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
211 nested_formats.texi:283: warning: @multitable has text but no @item (possibly involving @mymacro)
212 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
213 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
214 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
215 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
216 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
217 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
218 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
219 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
220 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
221 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
222 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
223 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
224 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
225 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
226 nested_formats.texi:287: warning: empty multitable (possibly involving @mymacro)
227 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
228228 nested_formats.texi:287: warning: @multitable has text but no @item (possibly involving @mymacro)
229229 nested_formats.texi:291: warning: empty multitable
230230 nested_formats.texi:292: warning: empty multitable (possibly involving @mymacro)
240240 nested_formats.texi:292: warning: @multitable has text but no @item (possibly involving @mymacro)
241241 nested_formats.texi:292: warning: empty multitable (possibly involving @mymacro)
242242 nested_formats.texi:292: warning: @multitable has text but no @item (possibly involving @mymacro)
243 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
244 nested_formats.texi:292: warning: empty multitable (possibly involving @mymacro)
245 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
243 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
244 nested_formats.texi:292: warning: empty multitable (possibly involving @mymacro)
245 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
246246 nested_formats.texi:292: warning: @multitable has text but no @item (possibly involving @mymacro)
247247 nested_formats.texi:291: warning: @multitable has text but no @item
248248 nested_formats.texi:303: warning: empty multitable (possibly involving @mymacro)
258258 nested_formats.texi:303: warning: @multitable has text but no @item (possibly involving @mymacro)
259259 nested_formats.texi:303: warning: empty multitable (possibly involving @mymacro)
260260 nested_formats.texi:303: warning: @multitable has text but no @item (possibly involving @mymacro)
261 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
262 nested_formats.texi:303: warning: empty multitable (possibly involving @mymacro)
263 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
261 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
262 nested_formats.texi:303: warning: empty multitable (possibly involving @mymacro)
263 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
264264 nested_formats.texi:303: warning: @multitable has text but no @item (possibly involving @mymacro)
265265 nested_formats.texi:306: warning: empty multitable
266266 nested_formats.texi:307: warning: empty multitable (possibly involving @mymacro)
276276 nested_formats.texi:307: warning: @multitable has text but no @item (possibly involving @mymacro)
277277 nested_formats.texi:307: warning: empty multitable (possibly involving @mymacro)
278278 nested_formats.texi:307: warning: @multitable has text but no @item (possibly involving @mymacro)
279 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
280 nested_formats.texi:307: warning: empty multitable (possibly involving @mymacro)
281 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
279 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
280 nested_formats.texi:307: warning: empty multitable (possibly involving @mymacro)
281 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
282282 nested_formats.texi:307: warning: @multitable has text but no @item (possibly involving @mymacro)
283283 nested_formats.texi:306: warning: @multitable has text but no @item
284284 nested_formats.texi:313: warning: empty multitable (possibly involving @mymacro)
294294 nested_formats.texi:313: warning: @multitable has text but no @item (possibly involving @mymacro)
295295 nested_formats.texi:313: warning: empty multitable (possibly involving @mymacro)
296296 nested_formats.texi:313: warning: @multitable has text but no @item (possibly involving @mymacro)
297 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
298 nested_formats.texi:313: warning: empty multitable (possibly involving @mymacro)
299 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
300 nested_formats.texi:313: warning: @multitable has text but no @item (possibly involving @mymacro)
301 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
302 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
303 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
304 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
305 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
306 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
307 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
308 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
309 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
310 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
311 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
312 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
313 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
314 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
315 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
316 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
317 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
318 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
319 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
320 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
321 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
322 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
323 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
324 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
325 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
326 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
327 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
328 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
329 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
330 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
331 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
332 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
333 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
334 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
297 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
298 nested_formats.texi:313: warning: empty multitable (possibly involving @mymacro)
299 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
300 nested_formats.texi:313: warning: @multitable has text but no @item (possibly involving @mymacro)
301 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
302 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
303 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
304 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
305 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
306 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
307 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
308 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
309 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
310 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
311 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
312 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
313 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
314 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
315 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
316 nested_formats.texi:319: warning: empty multitable (possibly involving @mymacro)
317 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
318 nested_formats.texi:319: warning: @multitable has text but no @item (possibly involving @mymacro)
319 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
320 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
321 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
322 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
323 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
324 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
325 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
326 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
327 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
328 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
329 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
330 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
331 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
332 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
333 nested_formats.texi:322: warning: empty multitable (possibly involving @mymacro)
334 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
335335 nested_formats.texi:322: warning: @multitable has text but no @item (possibly involving @mymacro)
336336 nested_formats.texi:325: warning: empty multitable
337337 nested_formats.texi:326: warning: empty multitable (possibly involving @mymacro)
347347 nested_formats.texi:326: warning: @multitable has text but no @item (possibly involving @mymacro)
348348 nested_formats.texi:326: warning: empty multitable (possibly involving @mymacro)
349349 nested_formats.texi:326: warning: @multitable has text but no @item (possibly involving @mymacro)
350 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
351 nested_formats.texi:326: warning: empty multitable (possibly involving @mymacro)
352 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
350 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
351 nested_formats.texi:326: warning: empty multitable (possibly involving @mymacro)
352 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
353353 nested_formats.texi:326: warning: @multitable has text but no @item (possibly involving @mymacro)
354354 nested_formats.texi:325: warning: @multitable has text but no @item
355355 nested_formats.texi:332: warning: empty multitable (possibly involving @mymacro)
365365 nested_formats.texi:332: warning: @multitable has text but no @item (possibly involving @mymacro)
366366 nested_formats.texi:332: warning: empty multitable (possibly involving @mymacro)
367367 nested_formats.texi:332: warning: @multitable has text but no @item (possibly involving @mymacro)
368 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
369 nested_formats.texi:332: warning: empty multitable (possibly involving @mymacro)
370 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
371 nested_formats.texi:332: warning: @multitable has text but no @item (possibly involving @mymacro)
372 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
373 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
374 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
375 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
376 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
377 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
378 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
379 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
380 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
381 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
382 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
383 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
384 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
385 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
386 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
387 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
368 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
369 nested_formats.texi:332: warning: empty multitable (possibly involving @mymacro)
370 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
371 nested_formats.texi:332: warning: @multitable has text but no @item (possibly involving @mymacro)
372 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
373 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
374 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
375 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
376 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
377 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
378 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
379 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
380 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
381 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
382 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
383 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
384 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
385 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
386 nested_formats.texi:335: warning: empty multitable (possibly involving @mymacro)
387 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
388388 nested_formats.texi:335: warning: @multitable has text but no @item (possibly involving @mymacro)
389389 nested_formats.texi:337: warning: empty multitable
390390 nested_formats.texi:338: warning: empty multitable (possibly involving @mymacro)
400400 nested_formats.texi:338: warning: @multitable has text but no @item (possibly involving @mymacro)
401401 nested_formats.texi:338: warning: empty multitable (possibly involving @mymacro)
402402 nested_formats.texi:338: warning: @multitable has text but no @item (possibly involving @mymacro)
403 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
404 nested_formats.texi:338: warning: empty multitable (possibly involving @mymacro)
405 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
403 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
404 nested_formats.texi:338: warning: empty multitable (possibly involving @mymacro)
405 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
406406 nested_formats.texi:338: warning: @multitable has text but no @item (possibly involving @mymacro)
407407 nested_formats.texi:337: warning: @multitable has text but no @item
408408 nested_formats.texi:344: warning: empty multitable (possibly involving @mymacro)
418418 nested_formats.texi:344: warning: @multitable has text but no @item (possibly involving @mymacro)
419419 nested_formats.texi:344: warning: empty multitable (possibly involving @mymacro)
420420 nested_formats.texi:344: warning: @multitable has text but no @item (possibly involving @mymacro)
421 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
422 nested_formats.texi:344: warning: empty multitable (possibly involving @mymacro)
423 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
421 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
422 nested_formats.texi:344: warning: empty multitable (possibly involving @mymacro)
423 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
424424 nested_formats.texi:344: warning: @multitable has text but no @item (possibly involving @mymacro)
425425 nested_formats.texi:347: warning: empty multitable
426426 nested_formats.texi:348: warning: empty multitable (possibly involving @mymacro)
436436 nested_formats.texi:348: warning: @multitable has text but no @item (possibly involving @mymacro)
437437 nested_formats.texi:348: warning: empty multitable (possibly involving @mymacro)
438438 nested_formats.texi:348: warning: @multitable has text but no @item (possibly involving @mymacro)
439 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
440 nested_formats.texi:348: warning: empty multitable (possibly involving @mymacro)
441 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
439 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
440 nested_formats.texi:348: warning: empty multitable (possibly involving @mymacro)
441 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
442442 nested_formats.texi:348: warning: @multitable has text but no @item (possibly involving @mymacro)
443443 nested_formats.texi:347: warning: @multitable has text but no @item
444444 nested_formats.texi:353: warning: empty multitable (possibly involving @mymacro)
454454 nested_formats.texi:353: warning: @multitable has text but no @item (possibly involving @mymacro)
455455 nested_formats.texi:353: warning: empty multitable (possibly involving @mymacro)
456456 nested_formats.texi:353: warning: @multitable has text but no @item (possibly involving @mymacro)
457 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
458 nested_formats.texi:353: warning: empty multitable (possibly involving @mymacro)
459 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
457 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
458 nested_formats.texi:353: warning: empty multitable (possibly involving @mymacro)
459 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
460460 nested_formats.texi:353: warning: @multitable has text but no @item (possibly involving @mymacro)
461461 nested_formats.texi:355: warning: empty multitable
462462 nested_formats.texi:356: warning: empty multitable (possibly involving @mymacro)
472472 nested_formats.texi:356: warning: @multitable has text but no @item (possibly involving @mymacro)
473473 nested_formats.texi:356: warning: empty multitable (possibly involving @mymacro)
474474 nested_formats.texi:356: warning: @multitable has text but no @item (possibly involving @mymacro)
475 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
476 nested_formats.texi:356: warning: empty multitable (possibly involving @mymacro)
477 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
475 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
476 nested_formats.texi:356: warning: empty multitable (possibly involving @mymacro)
477 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
478478 nested_formats.texi:356: warning: @multitable has text but no @item (possibly involving @mymacro)
479479 nested_formats.texi:355: warning: @multitable has text but no @item
0 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1010 nested_formats.texi:233: warning: @table has text but no @item (possibly involving @mymacro)
1111 nested_formats.texi:233: table requires an argument: the formatter for @item (possibly involving @mymacro)
1212 nested_formats.texi:233: warning: @table has text but no @item (possibly involving @mymacro)
13 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:233: table requires an argument: the formatter for @item (possibly involving @mymacro)
15 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:233: table requires an argument: the formatter for @item (possibly involving @mymacro)
15 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1616 nested_formats.texi:233: warning: @table has text but no @item (possibly involving @mymacro)
1717 nested_formats.texi:236: table requires an argument: the formatter for @item
1818 nested_formats.texi:237: table requires an argument: the formatter for @item (possibly involving @mymacro)
2828 nested_formats.texi:237: warning: @table has text but no @item (possibly involving @mymacro)
2929 nested_formats.texi:237: table requires an argument: the formatter for @item (possibly involving @mymacro)
3030 nested_formats.texi:237: warning: @table has text but no @item (possibly involving @mymacro)
31 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:237: table requires an argument: the formatter for @item (possibly involving @mymacro)
33 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:237: table requires an argument: the formatter for @item (possibly involving @mymacro)
33 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3434 nested_formats.texi:237: warning: @table has text but no @item (possibly involving @mymacro)
3535 nested_formats.texi:236: warning: @table has text but no @item
3636 nested_formats.texi:242: table requires an argument: the formatter for @item (possibly involving @mymacro)
4646 nested_formats.texi:242: warning: @table has text but no @item (possibly involving @mymacro)
4747 nested_formats.texi:242: table requires an argument: the formatter for @item (possibly involving @mymacro)
4848 nested_formats.texi:242: warning: @table has text but no @item (possibly involving @mymacro)
49 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:242: table requires an argument: the formatter for @item (possibly involving @mymacro)
51 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:242: warning: @table has text but no @item (possibly involving @mymacro)
53 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
54 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
55 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
56 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
57 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
58 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
59 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
60 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
61 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
62 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
63 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
64 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
65 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
66 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
67 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
68 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:242: table requires an argument: the formatter for @item (possibly involving @mymacro)
51 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:242: warning: @table has text but no @item (possibly involving @mymacro)
53 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
54 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
55 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
56 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
57 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
58 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
59 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
60 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
61 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
62 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
63 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
64 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
65 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
66 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
67 nested_formats.texi:245: table requires an argument: the formatter for @item (possibly involving @mymacro)
68 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6969 nested_formats.texi:245: warning: @table has text but no @item (possibly involving @mymacro)
7070 nested_formats.texi:248: table requires an argument: the formatter for @item
7171 nested_formats.texi:249: table requires an argument: the formatter for @item (possibly involving @mymacro)
8181 nested_formats.texi:249: warning: @table has text but no @item (possibly involving @mymacro)
8282 nested_formats.texi:249: table requires an argument: the formatter for @item (possibly involving @mymacro)
8383 nested_formats.texi:249: warning: @table has text but no @item (possibly involving @mymacro)
84 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
85 nested_formats.texi:249: table requires an argument: the formatter for @item (possibly involving @mymacro)
86 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
84 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
85 nested_formats.texi:249: table requires an argument: the formatter for @item (possibly involving @mymacro)
86 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8787 nested_formats.texi:249: warning: @table has text but no @item (possibly involving @mymacro)
8888 nested_formats.texi:248: warning: @table has text but no @item
8989 nested_formats.texi:255: table requires an argument: the formatter for @item (possibly involving @mymacro)
9999 nested_formats.texi:255: warning: @table has text but no @item (possibly involving @mymacro)
100100 nested_formats.texi:255: table requires an argument: the formatter for @item (possibly involving @mymacro)
101101 nested_formats.texi:255: warning: @table has text but no @item (possibly involving @mymacro)
102 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
103 nested_formats.texi:255: table requires an argument: the formatter for @item (possibly involving @mymacro)
104 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
105 nested_formats.texi:255: warning: @table has text but no @item (possibly involving @mymacro)
106 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
107 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
108 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
109 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
110 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
111 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
112 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
113 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
114 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
115 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
116 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
117 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
118 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
119 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
120 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
121 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
102 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
103 nested_formats.texi:255: table requires an argument: the formatter for @item (possibly involving @mymacro)
104 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
105 nested_formats.texi:255: warning: @table has text but no @item (possibly involving @mymacro)
106 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
107 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
108 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
109 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
110 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
111 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
112 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
113 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
114 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
115 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
116 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
117 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
118 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
119 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
120 nested_formats.texi:258: table requires an argument: the formatter for @item (possibly involving @mymacro)
121 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
122122 nested_formats.texi:258: warning: @table has text but no @item (possibly involving @mymacro)
123123 nested_formats.texi:261: table requires an argument: the formatter for @item
124124 nested_formats.texi:262: table requires an argument: the formatter for @item (possibly involving @mymacro)
134134 nested_formats.texi:262: warning: @table has text but no @item (possibly involving @mymacro)
135135 nested_formats.texi:262: table requires an argument: the formatter for @item (possibly involving @mymacro)
136136 nested_formats.texi:262: warning: @table has text but no @item (possibly involving @mymacro)
137 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
138 nested_formats.texi:262: table requires an argument: the formatter for @item (possibly involving @mymacro)
139 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
137 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
138 nested_formats.texi:262: table requires an argument: the formatter for @item (possibly involving @mymacro)
139 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
140140 nested_formats.texi:262: warning: @table has text but no @item (possibly involving @mymacro)
141141 nested_formats.texi:261: warning: @table has text but no @item
142142 nested_formats.texi:270: table requires an argument: the formatter for @item (possibly involving @mymacro)
152152 nested_formats.texi:270: warning: @table has text but no @item (possibly involving @mymacro)
153153 nested_formats.texi:270: table requires an argument: the formatter for @item (possibly involving @mymacro)
154154 nested_formats.texi:270: warning: @table has text but no @item (possibly involving @mymacro)
155 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
156 nested_formats.texi:270: table requires an argument: the formatter for @item (possibly involving @mymacro)
157 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
158 nested_formats.texi:270: warning: @table has text but no @item (possibly involving @mymacro)
159 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
160 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
161 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
162 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
163 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
164 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
165 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
166 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
167 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
168 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
169 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
170 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
171 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
172 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
173 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
174 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
155 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
156 nested_formats.texi:270: table requires an argument: the formatter for @item (possibly involving @mymacro)
157 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
158 nested_formats.texi:270: warning: @table has text but no @item (possibly involving @mymacro)
159 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
160 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
161 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
162 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
163 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
164 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
165 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
166 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
167 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
168 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
169 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
170 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
171 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
172 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
173 nested_formats.texi:273: table requires an argument: the formatter for @item (possibly involving @mymacro)
174 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
175175 nested_formats.texi:273: warning: @table has text but no @item (possibly involving @mymacro)
176176 nested_formats.texi:276: table requires an argument: the formatter for @item
177177 nested_formats.texi:277: table requires an argument: the formatter for @item (possibly involving @mymacro)
187187 nested_formats.texi:277: warning: @table has text but no @item (possibly involving @mymacro)
188188 nested_formats.texi:277: table requires an argument: the formatter for @item (possibly involving @mymacro)
189189 nested_formats.texi:277: warning: @table has text but no @item (possibly involving @mymacro)
190 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
191 nested_formats.texi:277: table requires an argument: the formatter for @item (possibly involving @mymacro)
192 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
190 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
191 nested_formats.texi:277: table requires an argument: the formatter for @item (possibly involving @mymacro)
192 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
193193 nested_formats.texi:277: warning: @table has text but no @item (possibly involving @mymacro)
194194 nested_formats.texi:276: warning: @table has text but no @item
195195 nested_formats.texi:283: table requires an argument: the formatter for @item (possibly involving @mymacro)
205205 nested_formats.texi:283: warning: @table has text but no @item (possibly involving @mymacro)
206206 nested_formats.texi:283: table requires an argument: the formatter for @item (possibly involving @mymacro)
207207 nested_formats.texi:283: warning: @table has text but no @item (possibly involving @mymacro)
208 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
209 nested_formats.texi:283: table requires an argument: the formatter for @item (possibly involving @mymacro)
210 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
211 nested_formats.texi:283: warning: @table has text but no @item (possibly involving @mymacro)
212 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
213 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
214 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
215 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
216 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
217 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
218 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
219 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
220 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
221 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
222 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
223 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
224 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
225 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
226 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
227 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
208 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
209 nested_formats.texi:283: table requires an argument: the formatter for @item (possibly involving @mymacro)
210 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
211 nested_formats.texi:283: warning: @table has text but no @item (possibly involving @mymacro)
212 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
213 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
214 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
215 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
216 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
217 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
218 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
219 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
220 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
221 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
222 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
223 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
224 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
225 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
226 nested_formats.texi:287: table requires an argument: the formatter for @item (possibly involving @mymacro)
227 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
228228 nested_formats.texi:287: warning: @table has text but no @item (possibly involving @mymacro)
229229 nested_formats.texi:291: table requires an argument: the formatter for @item
230230 nested_formats.texi:292: table requires an argument: the formatter for @item (possibly involving @mymacro)
240240 nested_formats.texi:292: warning: @table has text but no @item (possibly involving @mymacro)
241241 nested_formats.texi:292: table requires an argument: the formatter for @item (possibly involving @mymacro)
242242 nested_formats.texi:292: warning: @table has text but no @item (possibly involving @mymacro)
243 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
244 nested_formats.texi:292: table requires an argument: the formatter for @item (possibly involving @mymacro)
245 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
243 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
244 nested_formats.texi:292: table requires an argument: the formatter for @item (possibly involving @mymacro)
245 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
246246 nested_formats.texi:292: warning: @table has text but no @item (possibly involving @mymacro)
247247 nested_formats.texi:291: warning: @table has text but no @item
248248 nested_formats.texi:303: table requires an argument: the formatter for @item (possibly involving @mymacro)
258258 nested_formats.texi:303: warning: @table has text but no @item (possibly involving @mymacro)
259259 nested_formats.texi:303: table requires an argument: the formatter for @item (possibly involving @mymacro)
260260 nested_formats.texi:303: warning: @table has text but no @item (possibly involving @mymacro)
261 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
262 nested_formats.texi:303: table requires an argument: the formatter for @item (possibly involving @mymacro)
263 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
261 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
262 nested_formats.texi:303: table requires an argument: the formatter for @item (possibly involving @mymacro)
263 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
264264 nested_formats.texi:303: warning: @table has text but no @item (possibly involving @mymacro)
265265 nested_formats.texi:306: table requires an argument: the formatter for @item
266266 nested_formats.texi:307: table requires an argument: the formatter for @item (possibly involving @mymacro)
276276 nested_formats.texi:307: warning: @table has text but no @item (possibly involving @mymacro)
277277 nested_formats.texi:307: table requires an argument: the formatter for @item (possibly involving @mymacro)
278278 nested_formats.texi:307: warning: @table has text but no @item (possibly involving @mymacro)
279 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
280 nested_formats.texi:307: table requires an argument: the formatter for @item (possibly involving @mymacro)
281 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
279 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
280 nested_formats.texi:307: table requires an argument: the formatter for @item (possibly involving @mymacro)
281 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
282282 nested_formats.texi:307: warning: @table has text but no @item (possibly involving @mymacro)
283283 nested_formats.texi:306: warning: @table has text but no @item
284284 nested_formats.texi:313: table requires an argument: the formatter for @item (possibly involving @mymacro)
294294 nested_formats.texi:313: warning: @table has text but no @item (possibly involving @mymacro)
295295 nested_formats.texi:313: table requires an argument: the formatter for @item (possibly involving @mymacro)
296296 nested_formats.texi:313: warning: @table has text but no @item (possibly involving @mymacro)
297 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
298 nested_formats.texi:313: table requires an argument: the formatter for @item (possibly involving @mymacro)
299 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
300 nested_formats.texi:313: warning: @table has text but no @item (possibly involving @mymacro)
301 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
302 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
303 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
304 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
305 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
306 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
307 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
308 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
309 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
310 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
311 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
312 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
313 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
314 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
315 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
316 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
317 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
318 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
319 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
320 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
321 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
322 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
323 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
324 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
325 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
326 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
327 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
328 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
329 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
330 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
331 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
332 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
333 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
334 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
297 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
298 nested_formats.texi:313: table requires an argument: the formatter for @item (possibly involving @mymacro)
299 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
300 nested_formats.texi:313: warning: @table has text but no @item (possibly involving @mymacro)
301 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
302 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
303 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
304 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
305 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
306 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
307 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
308 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
309 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
310 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
311 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
312 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
313 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
314 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
315 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
316 nested_formats.texi:319: table requires an argument: the formatter for @item (possibly involving @mymacro)
317 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
318 nested_formats.texi:319: warning: @table has text but no @item (possibly involving @mymacro)
319 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
320 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
321 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
322 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
323 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
324 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
325 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
326 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
327 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
328 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
329 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
330 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
331 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
332 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
333 nested_formats.texi:322: table requires an argument: the formatter for @item (possibly involving @mymacro)
334 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
335335 nested_formats.texi:322: warning: @table has text but no @item (possibly involving @mymacro)
336336 nested_formats.texi:325: table requires an argument: the formatter for @item
337337 nested_formats.texi:326: table requires an argument: the formatter for @item (possibly involving @mymacro)
347347 nested_formats.texi:326: warning: @table has text but no @item (possibly involving @mymacro)
348348 nested_formats.texi:326: table requires an argument: the formatter for @item (possibly involving @mymacro)
349349 nested_formats.texi:326: warning: @table has text but no @item (possibly involving @mymacro)
350 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
351 nested_formats.texi:326: table requires an argument: the formatter for @item (possibly involving @mymacro)
352 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
350 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
351 nested_formats.texi:326: table requires an argument: the formatter for @item (possibly involving @mymacro)
352 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
353353 nested_formats.texi:326: warning: @table has text but no @item (possibly involving @mymacro)
354354 nested_formats.texi:325: warning: @table has text but no @item
355355 nested_formats.texi:332: table requires an argument: the formatter for @item (possibly involving @mymacro)
365365 nested_formats.texi:332: warning: @table has text but no @item (possibly involving @mymacro)
366366 nested_formats.texi:332: table requires an argument: the formatter for @item (possibly involving @mymacro)
367367 nested_formats.texi:332: warning: @table has text but no @item (possibly involving @mymacro)
368 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
369 nested_formats.texi:332: table requires an argument: the formatter for @item (possibly involving @mymacro)
370 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
371 nested_formats.texi:332: warning: @table has text but no @item (possibly involving @mymacro)
372 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
373 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
374 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
375 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
376 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
377 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
378 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
379 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
380 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
381 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
382 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
383 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
384 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
385 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
386 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
387 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
368 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
369 nested_formats.texi:332: table requires an argument: the formatter for @item (possibly involving @mymacro)
370 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
371 nested_formats.texi:332: warning: @table has text but no @item (possibly involving @mymacro)
372 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
373 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
374 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
375 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
376 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
377 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
378 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
379 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
380 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
381 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
382 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
383 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
384 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
385 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
386 nested_formats.texi:335: table requires an argument: the formatter for @item (possibly involving @mymacro)
387 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
388388 nested_formats.texi:335: warning: @table has text but no @item (possibly involving @mymacro)
389389 nested_formats.texi:337: table requires an argument: the formatter for @item
390390 nested_formats.texi:338: table requires an argument: the formatter for @item (possibly involving @mymacro)
400400 nested_formats.texi:338: warning: @table has text but no @item (possibly involving @mymacro)
401401 nested_formats.texi:338: table requires an argument: the formatter for @item (possibly involving @mymacro)
402402 nested_formats.texi:338: warning: @table has text but no @item (possibly involving @mymacro)
403 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
404 nested_formats.texi:338: table requires an argument: the formatter for @item (possibly involving @mymacro)
405 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
403 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
404 nested_formats.texi:338: table requires an argument: the formatter for @item (possibly involving @mymacro)
405 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
406406 nested_formats.texi:338: warning: @table has text but no @item (possibly involving @mymacro)
407407 nested_formats.texi:337: warning: @table has text but no @item
408408 nested_formats.texi:344: table requires an argument: the formatter for @item (possibly involving @mymacro)
418418 nested_formats.texi:344: warning: @table has text but no @item (possibly involving @mymacro)
419419 nested_formats.texi:344: table requires an argument: the formatter for @item (possibly involving @mymacro)
420420 nested_formats.texi:344: warning: @table has text but no @item (possibly involving @mymacro)
421 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
422 nested_formats.texi:344: table requires an argument: the formatter for @item (possibly involving @mymacro)
423 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
421 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
422 nested_formats.texi:344: table requires an argument: the formatter for @item (possibly involving @mymacro)
423 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
424424 nested_formats.texi:344: warning: @table has text but no @item (possibly involving @mymacro)
425425 nested_formats.texi:347: table requires an argument: the formatter for @item
426426 nested_formats.texi:348: table requires an argument: the formatter for @item (possibly involving @mymacro)
436436 nested_formats.texi:348: warning: @table has text but no @item (possibly involving @mymacro)
437437 nested_formats.texi:348: table requires an argument: the formatter for @item (possibly involving @mymacro)
438438 nested_formats.texi:348: warning: @table has text but no @item (possibly involving @mymacro)
439 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
440 nested_formats.texi:348: table requires an argument: the formatter for @item (possibly involving @mymacro)
441 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
439 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
440 nested_formats.texi:348: table requires an argument: the formatter for @item (possibly involving @mymacro)
441 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
442442 nested_formats.texi:348: warning: @table has text but no @item (possibly involving @mymacro)
443443 nested_formats.texi:347: warning: @table has text but no @item
444444 nested_formats.texi:353: table requires an argument: the formatter for @item (possibly involving @mymacro)
454454 nested_formats.texi:353: warning: @table has text but no @item (possibly involving @mymacro)
455455 nested_formats.texi:353: table requires an argument: the formatter for @item (possibly involving @mymacro)
456456 nested_formats.texi:353: warning: @table has text but no @item (possibly involving @mymacro)
457 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
458 nested_formats.texi:353: table requires an argument: the formatter for @item (possibly involving @mymacro)
459 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
457 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
458 nested_formats.texi:353: table requires an argument: the formatter for @item (possibly involving @mymacro)
459 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
460460 nested_formats.texi:353: warning: @table has text but no @item (possibly involving @mymacro)
461461 nested_formats.texi:355: table requires an argument: the formatter for @item
462462 nested_formats.texi:356: table requires an argument: the formatter for @item (possibly involving @mymacro)
472472 nested_formats.texi:356: warning: @table has text but no @item (possibly involving @mymacro)
473473 nested_formats.texi:356: table requires an argument: the formatter for @item (possibly involving @mymacro)
474474 nested_formats.texi:356: warning: @table has text but no @item (possibly involving @mymacro)
475 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
476 nested_formats.texi:356: table requires an argument: the formatter for @item (possibly involving @mymacro)
477 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
475 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
476 nested_formats.texi:356: table requires an argument: the formatter for @item (possibly involving @mymacro)
477 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
478478 nested_formats.texi:356: warning: @table has text but no @item (possibly involving @mymacro)
479479 nested_formats.texi:355: warning: @table has text but no @item
0 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: Command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
0 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
1 nested_formats.texi:233: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
2 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
3 nested_formats.texi:237: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
4 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
5 nested_formats.texi:242: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
6 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
7 nested_formats.texi:245: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
8 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
9 nested_formats.texi:249: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
11 nested_formats.texi:255: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
12 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
13 nested_formats.texi:258: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
14 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
15 nested_formats.texi:262: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
16 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
17 nested_formats.texi:270: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
18 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
19 nested_formats.texi:273: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
20 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
21 nested_formats.texi:277: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
22 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
23 nested_formats.texi:283: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
24 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
25 nested_formats.texi:287: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
26 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
27 nested_formats.texi:292: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
28 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
29 nested_formats.texi:303: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
30 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
31 nested_formats.texi:307: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
32 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
33 nested_formats.texi:313: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
34 nested_formats.texi:316: command @bullet not accepting argument in brace should not be on @table line
35 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
36 nested_formats.texi:319: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
37 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
38 nested_formats.texi:322: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
39 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
40 nested_formats.texi:326: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
41 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
42 nested_formats.texi:332: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
43 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
44 nested_formats.texi:335: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
45 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
46 nested_formats.texi:338: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
47 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
48 nested_formats.texi:344: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
49 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 nested_formats.texi:348: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
51 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
52 nested_formats.texi:353: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
53 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
54 nested_formats.texi:356: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
00 equivalent_nodes.texi:17: @float `@samp{node}' previously defined
11 equivalent_nodes.texi:15: here is the previous definition as @node
22 equivalent_nodes.texi:25: warning: @ref to `@samp{node}', different from node name `node'
3 equivalent_nodes.texi:12: warning: Menu entry node name `@strong{node}' different from node name `node'
3 equivalent_nodes.texi:12: warning: menu entry node name `@strong{node}' different from node name `node'
44 equivalent_nodes.texi:5: warning: unreferenced node `before top'
55 equivalent_nodes.texi:5: warning: Next pointer `@asis{node}' (for node `before top') different from node name `node'
6 equivalent_nodes-noderename.cnf:8: no node to be renamed
7 equivalent_nodes-noderename.cnf:10: nodes without a new name at the end of file
8 warning: Must specify a title with a title command or @top
6 equivalent_nodes-noderename.cnf:8: warning: no node to be renamed
7 equivalent_nodes-noderename.cnf:10: warning: nodes without a new name at the end of file
8 equivalent_nodes.texi: warning: must specify a title with a title command or @top
00 equivalent_nodes.texi:17: @float `@samp{node}' previously defined
11 equivalent_nodes.texi:15: here is the previous definition as @node
22 equivalent_nodes.texi:25: warning: @ref to `@samp{node}', different from node name `node'
3 equivalent_nodes.texi:12: warning: Menu entry node name `@strong{node}' different from node name `node'
3 equivalent_nodes.texi:12: warning: menu entry node name `@strong{node}' different from node name `node'
44 equivalent_nodes.texi:5: warning: unreferenced node `before top'
55 equivalent_nodes.texi:5: warning: Next pointer `@asis{node}' (for node `before top') different from node name `node'
6 equivalent_nodes-noderename.cnf:8: no node to be renamed
7 equivalent_nodes-noderename.cnf:10: nodes without a new name at the end of file
8 warning: Must specify a title with a title command or @top
6 equivalent_nodes-noderename.cnf:8: warning: no node to be renamed
7 equivalent_nodes-noderename.cnf:10: warning: nodes without a new name at the end of file
8 equivalent_nodes.texi: warning: must specify a title with a title command or @top
00 equivalent_nodes.texi:17: @float `@samp{node}' previously defined
11 equivalent_nodes.texi:15: here is the previous definition as @node
22 equivalent_nodes.texi:25: warning: @ref to `@samp{node}', different from node name `node'
3 equivalent_nodes.texi:12: warning: Menu entry node name `@strong{node}' different from node name `node'
3 equivalent_nodes.texi:12: warning: menu entry node name `@strong{node}' different from node name `node'
44 equivalent_nodes.texi:5: warning: unreferenced node `before top'
55 equivalent_nodes.texi:5: warning: Next pointer `@asis{node}' (for node `before top') different from node name `node'
6 equivalent_nodes-noderename.cnf:8: no node to be renamed
7 equivalent_nodes-noderename.cnf:10: nodes without a new name at the end of file
8 warning: Must specify a title with a title command or @top
9 Old name for `ToP' is a node of the document
10 Old name for `Top' is a node of the document
11 File empty for renamed node `@strong{}'
12 equivalent_nodes-noderename.cnf: Target node (new name for `old non existing') not in document: non existing file
6 equivalent_nodes-noderename.cnf:8: warning: no node to be renamed
7 equivalent_nodes-noderename.cnf:10: warning: nodes without a new name at the end of file
8 equivalent_nodes.texi: warning: must specify a title with a title command or @top
9 equivalent_nodes-noderename.cnf: old name for `ToP' is a node of the document
10 equivalent_nodes-noderename.cnf: old name for `Top' is a node of the document
11 equivalent_nodes-noderename.cnf: file empty for renamed node `@strong{}'
12 equivalent_nodes-noderename.cnf: warning: target node (new name for `old non existing') not in document: non existing file
0 no_node.texi:11: Lowering the section level of @top appearing after a lower element
0 no_node.texi:11: lowering the section level of @top appearing after a lower element
0 warning: Must specify a title with a title command or @top
0 no_section_no_top.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 no_section_no_top.texi: warning: must specify a title with a title command or @top
0 node_footnote.texi:24: warning: Node `@`a' is next for `chapter' in menu but not in sectioning
1 node_footnote.texi:24: warning: Node `@^a' is prev for `chapter' in menu but not in sectioning
2 node_footnote.texi:24: warning: Node `Top' is up for `chapter' in menu but not in sectioning
3 warning: Must specify a title with a title command or @top
0 node_footnote.texi:24: warning: node `@`a' is next for `chapter' in menu but not in sectioning
1 node_footnote.texi:24: warning: node `@^a' is prev for `chapter' in menu but not in sectioning
2 node_footnote.texi:24: warning: node `Top' is up for `chapter' in menu but not in sectioning
3 node_footnote.texi: warning: must specify a title with a title command or @top
0 node_footnote.texi:24: warning: Node `@`a' is next for `chapter' in menu but not in sectioning
1 node_footnote.texi:24: warning: Node `@^a' is prev for `chapter' in menu but not in sectioning
2 node_footnote.texi:24: warning: Node `Top' is up for `chapter' in menu but not in sectioning
3 warning: Must specify a title with a title command or @top
0 node_footnote.texi:24: warning: node `@`a' is next for `chapter' in menu but not in sectioning
1 node_footnote.texi:24: warning: node `@^a' is prev for `chapter' in menu but not in sectioning
2 node_footnote.texi:24: warning: node `Top' is up for `chapter' in menu but not in sectioning
3 node_footnote.texi: warning: must specify a title with a title command or @top
0 node_footnote.texi:24: warning: Node `@`a' is next for `chapter' in menu but not in sectioning
1 node_footnote.texi:24: warning: Node `@^a' is prev for `chapter' in menu but not in sectioning
2 node_footnote.texi:24: warning: Node `Top' is up for `chapter' in menu but not in sectioning
3 warning: Must specify a title with a title command or @top
0 node_footnote.texi:24: warning: node `@`a' is next for `chapter' in menu but not in sectioning
1 node_footnote.texi:24: warning: node `@^a' is prev for `chapter' in menu but not in sectioning
2 node_footnote.texi:24: warning: node `Top' is up for `chapter' in menu but not in sectioning
3 node_footnote.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 nodes_after_top_before_chapter.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 nodes_after_top_before_chapter.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 nodes_after_top_before_section.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 nodes_after_top_before_section.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 nodes_after_top_before_section.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 one_node.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 one_node.texi: warning: must specify a title with a title command or @top
00 placed_things_before_element.texi:29: @menu seen before first @node
11 placed_things_before_element.texi:29: perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?
2 placed_things_before_element.texi:33: warning: Entry for index `cp' outside of any node
2 placed_things_before_element.texi:33: warning: entry for index `cp' outside of any node
0 sectioning.texi:88: warning: Node `Last node no description' is next for `Third node unnumbered' in menu but not in sectioning
1 warning: Must specify a title with a title command or @top
0 sectioning.texi:88: warning: node `Last node no description' is next for `Third node unnumbered' in menu but not in sectioning
1 sectioning.texi: warning: must specify a title with a title command or @top
0 sectioning.texi:88: warning: Node `Last node no description' is next for `Third node unnumbered' in menu but not in sectioning
1 warning: Must specify a title with a title command or @top
0 sectioning.texi:88: warning: node `Last node no description' is next for `Third node unnumbered' in menu but not in sectioning
1 sectioning.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 test_two_include.texi: warning: must specify a title with a title command or @top
00 equivalent_nodes.texi:17: @float `@samp{node}' previously defined
11 equivalent_nodes.texi:15: here is the previous definition as @node
22 equivalent_nodes.texi:25: warning: @ref to `@samp{node}', different from node name `node'
3 equivalent_nodes.texi:12: warning: Menu entry node name `@strong{node}' different from node name `node'
3 equivalent_nodes.texi:12: warning: menu entry node name `@strong{node}' different from node name `node'
44 equivalent_nodes.texi:5: warning: unreferenced node `before top'
55 equivalent_nodes.texi:5: warning: Next pointer `@asis{node}' (for node `before top') different from node name `node'
6 equivalent_nodes-noderename.cnf:8: no node to be renamed
7 equivalent_nodes-noderename.cnf:10: nodes without a new name at the end of file
8 warning: Must specify a title with a title command or @top
6 equivalent_nodes-noderename.cnf:8: warning: no node to be renamed
7 equivalent_nodes-noderename.cnf:10: warning: nodes without a new name at the end of file
8 equivalent_nodes.texi: warning: must specify a title with a title command or @top
00 equivalent_nodes.texi:17: @float `@samp{node}' previously defined
11 equivalent_nodes.texi:15: here is the previous definition as @node
22 equivalent_nodes.texi:25: warning: @ref to `@samp{node}', different from node name `node'
3 equivalent_nodes.texi:12: warning: Menu entry node name `@strong{node}' different from node name `node'
3 equivalent_nodes.texi:12: warning: menu entry node name `@strong{node}' different from node name `node'
44 equivalent_nodes.texi:5: warning: unreferenced node `before top'
55 equivalent_nodes.texi:5: warning: Next pointer `@asis{node}' (for node `before top') different from node name `node'
6 equivalent_nodes-noderename.cnf:8: no node to be renamed
7 equivalent_nodes-noderename.cnf:10: nodes without a new name at the end of file
8 warning: Must specify a title with a title command or @top
6 equivalent_nodes-noderename.cnf:8: warning: no node to be renamed
7 equivalent_nodes-noderename.cnf:10: warning: nodes without a new name at the end of file
8 equivalent_nodes.texi: warning: must specify a title with a title command or @top
00 equivalent_nodes.texi:17: @float `@samp{node}' previously defined
11 equivalent_nodes.texi:15: here is the previous definition as @node
22 equivalent_nodes.texi:25: warning: @ref to `@samp{node}', different from node name `node'
3 equivalent_nodes.texi:12: warning: Menu entry node name `@strong{node}' different from node name `node'
3 equivalent_nodes.texi:12: warning: menu entry node name `@strong{node}' different from node name `node'
44 equivalent_nodes.texi:5: warning: unreferenced node `before top'
55 equivalent_nodes.texi:5: warning: Next pointer `@asis{node}' (for node `before top') different from node name `node'
6 equivalent_nodes-noderename.cnf:8: no node to be renamed
7 equivalent_nodes-noderename.cnf:10: nodes without a new name at the end of file
8 warning: Must specify a title with a title command or @top
9 Old name for `ToP' is a node of the document
10 Old name for `Top' is a node of the document
11 File empty for renamed node `@strong{}'
12 equivalent_nodes-noderename.cnf: Target node (new name for `old non existing') not in document: non existing file
6 equivalent_nodes-noderename.cnf:8: warning: no node to be renamed
7 equivalent_nodes-noderename.cnf:10: warning: nodes without a new name at the end of file
8 equivalent_nodes.texi: warning: must specify a title with a title command or @top
9 equivalent_nodes-noderename.cnf: old name for `ToP' is a node of the document
10 equivalent_nodes-noderename.cnf: old name for `Top' is a node of the document
11 equivalent_nodes-noderename.cnf: file empty for renamed node `@strong{}'
12 equivalent_nodes-noderename.cnf: warning: target node (new name for `old non existing') not in document: non existing file
0 no_node.texi:11: Lowering the section level of @top appearing after a lower element
0 no_node.texi:11: lowering the section level of @top appearing after a lower element
0 warning: Must specify a title with a title command or @top
0 no_section_no_top.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 no_section_no_top.texi: warning: must specify a title with a title command or @top
0 node_footnote.texi:24: warning: Node `@`a' is next for `chapter' in menu but not in sectioning
1 node_footnote.texi:24: warning: Node `@^a' is prev for `chapter' in menu but not in sectioning
2 node_footnote.texi:24: warning: Node `Top' is up for `chapter' in menu but not in sectioning
3 warning: Must specify a title with a title command or @top
0 node_footnote.texi:24: warning: node `@`a' is next for `chapter' in menu but not in sectioning
1 node_footnote.texi:24: warning: node `@^a' is prev for `chapter' in menu but not in sectioning
2 node_footnote.texi:24: warning: node `Top' is up for `chapter' in menu but not in sectioning
3 node_footnote.texi: warning: must specify a title with a title command or @top
0 node_footnote.texi:24: warning: Node `@`a' is next for `chapter' in menu but not in sectioning
1 node_footnote.texi:24: warning: Node `@^a' is prev for `chapter' in menu but not in sectioning
2 node_footnote.texi:24: warning: Node `Top' is up for `chapter' in menu but not in sectioning
3 warning: Must specify a title with a title command or @top
0 node_footnote.texi:24: warning: node `@`a' is next for `chapter' in menu but not in sectioning
1 node_footnote.texi:24: warning: node `@^a' is prev for `chapter' in menu but not in sectioning
2 node_footnote.texi:24: warning: node `Top' is up for `chapter' in menu but not in sectioning
3 node_footnote.texi: warning: must specify a title with a title command or @top
0 node_footnote.texi:24: warning: Node `@`a' is next for `chapter' in menu but not in sectioning
1 node_footnote.texi:24: warning: Node `@^a' is prev for `chapter' in menu but not in sectioning
2 node_footnote.texi:24: warning: Node `Top' is up for `chapter' in menu but not in sectioning
3 warning: Must specify a title with a title command or @top
0 node_footnote.texi:24: warning: node `@`a' is next for `chapter' in menu but not in sectioning
1 node_footnote.texi:24: warning: node `@^a' is prev for `chapter' in menu but not in sectioning
2 node_footnote.texi:24: warning: node `Top' is up for `chapter' in menu but not in sectioning
3 node_footnote.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 nodes_after_top_before_chapter.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 nodes_after_top_before_chapter.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 nodes_after_top_before_section.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 nodes_after_top_before_section.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 nodes_after_top_before_section.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 one_node.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 one_node.texi: warning: must specify a title with a title command or @top
00 placed_things_before_element.texi:29: @menu seen before first @node
11 placed_things_before_element.texi:29: perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?
2 placed_things_before_element.texi:33: warning: Entry for index `cp' outside of any node
2 placed_things_before_element.texi:33: warning: entry for index `cp' outside of any node
0 sectioning.texi:88: warning: Node `Last node no description' is next for `Third node unnumbered' in menu but not in sectioning
1 warning: Must specify a title with a title command or @top
0 sectioning.texi:88: warning: node `Last node no description' is next for `Third node unnumbered' in menu but not in sectioning
1 sectioning.texi: warning: must specify a title with a title command or @top
0 sectioning.texi:88: warning: Node `Last node no description' is next for `Third node unnumbered' in menu but not in sectioning
1 warning: Must specify a title with a title command or @top
0 sectioning.texi:88: warning: node `Last node no description' is next for `Third node unnumbered' in menu but not in sectioning
1 sectioning.texi: warning: must specify a title with a title command or @top
0 warning: Must specify a title with a title command or @top
0 test_two_include.texi: warning: must specify a title with a title command or @top
00 block_EOL.texi:28: warning: @html should only appear at a line beginning
11 block_EOL.texi:33: warning: @html should only appear at a line beginning
2 block_EOL.texi:35: Superfluous argument to @end html: after the closing command.
2 block_EOL.texi:35: superfluous argument to @end html: after the closing command.
33 block_EOL.texi:37: warning: @html should only appear at a line beginning
44 block_EOL.texi:42: warning: @html should only appear at a line beginning
5 block_EOL.texi:44: Superfluous argument to @end html: . A symbol after the closing command.
5 block_EOL.texi:44: superfluous argument to @end html: . A symbol after the closing command.
66 block_EOL.texi:58: warning: @tex should only appear at a line beginning
77 block_EOL.texi:63: warning: @tex should only appear at a line beginning
8 block_EOL.texi:65: Superfluous argument to @end tex: after the closing command.
8 block_EOL.texi:65: superfluous argument to @end tex: after the closing command.
99 block_EOL.texi:67: warning: @tex should only appear at a line beginning
1010 block_EOL.texi:72: warning: @tex should only appear at a line beginning
11 block_EOL.texi:74: Superfluous argument to @end tex: . A symbol after the closing command.
11 block_EOL.texi:74: superfluous argument to @end tex: . A symbol after the closing command.
1212 block_EOL.texi:89: warning: @verbatim should only appear at a line beginning
1313 block_EOL.texi:94: warning: @verbatim should only appear at a line beginning
14 block_EOL.texi:96: warning: Superfluous argument to @end verbatim: after the closing command.
14 block_EOL.texi:96: warning: superfluous argument to @end verbatim: after the closing command.
1515 block_EOL.texi:98: warning: @verbatim should only appear at a line beginning
1616 block_EOL.texi:103: warning: @verbatim should only appear at a line beginning
17 block_EOL.texi:105: warning: Superfluous argument to @end verbatim: . A symbol after the closing command.
17 block_EOL.texi:105: warning: superfluous argument to @end verbatim: . A symbol after the closing command.
1818 texexpand
00 formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
1 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: Missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: Missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
2 formatting.texi:18: warning: missing category for @deffnx (possibly involving @mymacro)
3 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
4 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
5 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
6 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
7 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
8 formatting.texi:18: warning: missing name for @deffnx (possibly involving @mymacro)
9 formatting.texi:18: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
10 formatting.texi:18: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
1111 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1212 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1313 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
1414 formatting.texi:18: warning: @verb should not appear in @image (possibly involving @mymacro)
15 formatting.texi:18: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: Use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: Use braces to give a command as an argument to @' (possibly involving @mymacro)
15 formatting.texi:18: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
16 formatting.texi:18: use braces to give a command as an argument to @, (possibly involving @mymacro)
17 formatting.texi:18: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
18 formatting.texi:18: use braces to give a command as an argument to @' (possibly involving @mymacro)
1919 formatting.texi:18: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
2020 formatting.texi:18: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
2121 formatting.texi:18: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
2222 formatting.texi:18: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
2323 formatting.texi:18: @TeX expected braces (possibly involving @mymacro)
24 formatting.texi:18: Unexpected @ (possibly involving @mymacro)
24 formatting.texi:18: unexpected @ (possibly involving @mymacro)
2525 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2626 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2727 formatting.texi:18: @image missing filename argument (possibly involving @mymacro)
2828 formatting.texi:18: @sp missing argument (possibly involving @mymacro)
29 formatting.texi:18: warning: Missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: Misplaced } (possibly involving @mymacro)
31 formatting.texi:18: Misplaced } (possibly involving @mymacro)
32 formatting.texi:18: Misplaced { (possibly involving @mymacro)
33 formatting.texi:18: Misplaced { (possibly involving @mymacro)
34 formatting.texi:18: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
29 formatting.texi:18: warning: missing name for @deffn (possibly involving @mymacro)
30 formatting.texi:18: misplaced } (possibly involving @mymacro)
31 formatting.texi:18: misplaced } (possibly involving @mymacro)
32 formatting.texi:18: misplaced { (possibly involving @mymacro)
33 formatting.texi:18: misplaced { (possibly involving @mymacro)
34 formatting.texi:18: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
35 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
36 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
37 formatting.texi:18: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
38 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
39 formatting.texi:18: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
4040 formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
41 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: Missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: Missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
41 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
42 formatting.texi:28: warning: missing category for @deffnx (possibly involving @mymacro)
43 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
44 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
45 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
46 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
47 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
48 formatting.texi:28: warning: missing name for @deffnx (possibly involving @mymacro)
49 formatting.texi:28: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
50 formatting.texi:28: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
5151 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5252 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5353 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
5454 formatting.texi:28: warning: @verb should not appear in @image (possibly involving @mymacro)
55 formatting.texi:28: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: Use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: Use braces to give a command as an argument to @' (possibly involving @mymacro)
55 formatting.texi:28: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
56 formatting.texi:28: use braces to give a command as an argument to @, (possibly involving @mymacro)
57 formatting.texi:28: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
58 formatting.texi:28: use braces to give a command as an argument to @' (possibly involving @mymacro)
5959 formatting.texi:28: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
6060 formatting.texi:28: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
6161 formatting.texi:28: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
6262 formatting.texi:28: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
6363 formatting.texi:28: @TeX expected braces (possibly involving @mymacro)
64 formatting.texi:28: Unexpected @ (possibly involving @mymacro)
64 formatting.texi:28: unexpected @ (possibly involving @mymacro)
6565 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6666 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6767 formatting.texi:28: @image missing filename argument (possibly involving @mymacro)
6868 formatting.texi:28: @sp missing argument (possibly involving @mymacro)
69 formatting.texi:28: warning: Missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: Misplaced } (possibly involving @mymacro)
71 formatting.texi:28: Misplaced } (possibly involving @mymacro)
72 formatting.texi:28: Misplaced { (possibly involving @mymacro)
73 formatting.texi:28: Misplaced { (possibly involving @mymacro)
74 formatting.texi:28: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
69 formatting.texi:28: warning: missing name for @deffn (possibly involving @mymacro)
70 formatting.texi:28: misplaced } (possibly involving @mymacro)
71 formatting.texi:28: misplaced } (possibly involving @mymacro)
72 formatting.texi:28: misplaced { (possibly involving @mymacro)
73 formatting.texi:28: misplaced { (possibly involving @mymacro)
74 formatting.texi:28: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
75 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
76 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
77 formatting.texi:28: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
78 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
79 formatting.texi:28: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
8080 formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
81 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: Missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: Missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
81 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
82 formatting.texi:38: warning: missing category for @deffnx (possibly involving @mymacro)
83 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
84 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
85 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
86 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
87 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
88 formatting.texi:38: warning: missing name for @deffnx (possibly involving @mymacro)
89 formatting.texi:38: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
90 formatting.texi:38: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
9191 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9292 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9393 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
9494 formatting.texi:38: warning: @verb should not appear in @image (possibly involving @mymacro)
95 formatting.texi:38: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: Use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: Use braces to give a command as an argument to @' (possibly involving @mymacro)
95 formatting.texi:38: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
96 formatting.texi:38: use braces to give a command as an argument to @, (possibly involving @mymacro)
97 formatting.texi:38: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
98 formatting.texi:38: use braces to give a command as an argument to @' (possibly involving @mymacro)
9999 formatting.texi:38: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
100100 formatting.texi:38: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
101101 formatting.texi:38: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
102102 formatting.texi:38: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
103103 formatting.texi:38: @TeX expected braces (possibly involving @mymacro)
104 formatting.texi:38: Unexpected @ (possibly involving @mymacro)
104 formatting.texi:38: unexpected @ (possibly involving @mymacro)
105105 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
106106 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
107107 formatting.texi:38: @image missing filename argument (possibly involving @mymacro)
108108 formatting.texi:38: @sp missing argument (possibly involving @mymacro)
109 formatting.texi:38: warning: Missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: Misplaced } (possibly involving @mymacro)
111 formatting.texi:38: Misplaced } (possibly involving @mymacro)
112 formatting.texi:38: Misplaced { (possibly involving @mymacro)
113 formatting.texi:38: Misplaced { (possibly involving @mymacro)
114 formatting.texi:38: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
109 formatting.texi:38: warning: missing name for @deffn (possibly involving @mymacro)
110 formatting.texi:38: misplaced } (possibly involving @mymacro)
111 formatting.texi:38: misplaced } (possibly involving @mymacro)
112 formatting.texi:38: misplaced { (possibly involving @mymacro)
113 formatting.texi:38: misplaced { (possibly involving @mymacro)
114 formatting.texi:38: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
115 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
116 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
117 formatting.texi:38: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
118 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
119 formatting.texi:38: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
120120 formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
121 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: Missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: Missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: Command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: Command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
121 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
122 formatting.texi:42: warning: missing category for @deffnx (possibly involving @mymacro)
123 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
124 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
125 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
126 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
127 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
128 formatting.texi:42: warning: missing name for @deffnx (possibly involving @mymacro)
129 formatting.texi:42: command @bullet not accepting argument in brace should not be on @table line (possibly involving @mymacro)
130 formatting.texi:42: command @minus not accepting argument in brace should not be on @ftable line (possibly involving @mymacro)
131131 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
132132 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
133133 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
134134 formatting.texi:42: warning: @verb should not appear in @image (possibly involving @mymacro)
135 formatting.texi:42: warning: Accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: Use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: Accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: Use braces to give a command as an argument to @' (possibly involving @mymacro)
135 formatting.texi:42: warning: accent command `@,' must not be followed by new line (possibly involving @mymacro)
136 formatting.texi:42: use braces to give a command as an argument to @, (possibly involving @mymacro)
137 formatting.texi:42: warning: accent command `@'' must not be followed by new line (possibly involving @mymacro)
138 formatting.texi:42: use braces to give a command as an argument to @' (possibly involving @mymacro)
139139 formatting.texi:42: @dotless expects `i' or `j' as argument, not `truc' (possibly involving @mymacro)
140140 formatting.texi:42: @dotless expects `i' or `j' as argument, not `ij' (possibly involving @mymacro)
141141 formatting.texi:42: @dotless expects `i' or `j' as argument, not `--a' (possibly involving @mymacro)
142142 formatting.texi:42: @dotless expects `i' or `j' as argument, not `a' (possibly involving @mymacro)
143143 formatting.texi:42: @TeX expected braces (possibly involving @mymacro)
144 formatting.texi:42: Unexpected @ (possibly involving @mymacro)
144 formatting.texi:42: unexpected @ (possibly involving @mymacro)
145145 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
146146 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
147147 formatting.texi:42: @image missing filename argument (possibly involving @mymacro)
148148 formatting.texi:42: @sp missing argument (possibly involving @mymacro)
149 formatting.texi:42: warning: Missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: Misplaced } (possibly involving @mymacro)
151 formatting.texi:42: Misplaced } (possibly involving @mymacro)
152 formatting.texi:42: Misplaced { (possibly involving @mymacro)
153 formatting.texi:42: Misplaced { (possibly involving @mymacro)
154 formatting.texi:42: Must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: Command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: Command @inforef missing a node or external manual argument (possibly involving @mymacro)
149 formatting.texi:42: warning: missing name for @deffn (possibly involving @mymacro)
150 formatting.texi:42: misplaced } (possibly involving @mymacro)
151 formatting.texi:42: misplaced } (possibly involving @mymacro)
152 formatting.texi:42: misplaced { (possibly involving @mymacro)
153 formatting.texi:42: misplaced { (possibly involving @mymacro)
154 formatting.texi:42: must be after `@deffn' to use `@deffnx' (possibly involving @mymacro)
155 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
156 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
157 formatting.texi:42: warning: command @ref missing a node or external manual argument (possibly involving @mymacro)
158 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
159 formatting.texi:42: warning: command @inforef missing a node or external manual argument (possibly involving @mymacro)
160160 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
161161 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
162162 formatting.texi:18: @ref reference to nonexistent node `node' (possibly involving @mymacro)
11 math_not_closed.texi:8: warning: @chapter should not appear in @math
22 math_not_closed.texi:10: @math missing close brace
33 math_not_closed.texi:11: warning: @bye should not appear in @math
4 warning: Must specify a title with a title command or @top
4 math_not_closed.texi: warning: must specify a title with a title command or @top
00 tex.texi:7: warning: @tex should only appear at a line beginning
1 tex.texi:14: Superfluous argument to @end tex: bidule
1 tex.texi:14: superfluous argument to @end tex: bidule
22 tex.texi:42: warning: @\ should only appear in math context
33 texexpand
00 texexpand
1 warning: Must specify a title with a title command or @top
1 tex_accents.texi: warning: must specify a title with a title command or @top
0 tex_not_closed.texi:10: No matching `@end tex'
0 tex_not_closed.texi:10: no matching `@end tex'
11 texexpand
2 warning: Must specify a title with a title command or @top
2 tex_not_closed.texi: warning: must specify a title with a title command or @top
00 tex.texi:7: warning: @tex should only appear at a line beginning
1 tex.texi:14: Superfluous argument to @end tex: bidule
1 tex.texi:14: superfluous argument to @end tex: bidule
22 tex.texi:42: warning: @\ should only appear in math context
3232 use File::Basename;
3333 #use Cwd;
3434 use Getopt::Long qw(GetOptions);
35 # for carp
36 #use Carp;
3537
3638 Getopt::Long::Configure("gnu_getopt");
3739
354356 {
355357 package Texinfo::Config;
356358
359 #use Carp;
360
357361 # passed from main program
358362 my $cmdline_options;
359363 my $default_options;
376380 }
377381 }
378382
383 # FIXME: maybe use an opaque return status that can be used to retrieve
384 # an error message?
379385 sub set_from_init_file($$) {
380386 my $var = shift;
381387 my $value = shift;
382388 if (!Texinfo::Common::valid_option($var)) {
383 warn (sprintf(main::__("Unknown variable %s\n"), $var));
389 # carp may be better, but infortunately, it points to the routine that
390 # loads the file, and not to the init file.
391 main::document_warn(sprintf(main::__("%s: unknown variable %s"),
392 'set_from_init_file', $var));
384393 return 0;
385394 } elsif (Texinfo::Common::obsolete_option($var)) {
386 warn (sprintf(main::__("Obsolete variable %s\n"), $var));
395 main::document_warn(sprintf(main::__("%s: obsolete variable %s\n"),
396 'set_from_init_file', $var));
387397 }
388398 return 0 if (defined($cmdline_options->{$var}));
389399 delete $default_options->{$var};
397407 delete $options->{$var};
398408 delete $default_options->{$var};
399409 if (!Texinfo::Common::valid_option($var)) {
400 warn (sprintf(main::__("Unknown variable %s\n"), $var));
410 main::document_warn(sprintf(main::__("%s: unknown variable %s\n"),
411 'set_from_cmdline', $var));
401412 return 0;
402413 } elsif (Texinfo::Common::obsolete_option($var)) {
403 warn (sprintf(main::__("Obsolete variable %s\n"), $var));
414 main::document_warn(sprintf(main::__("obsolete variable %s\n"),
415 'set_from_cmdline', $var));
404416 }
405417 $cmdline_options->{$var} = $value;
406418 return 1;
464476 if (defined($file)) {
465477 Texinfo::Config::_load_init_file($file);
466478 } else {
467 document_warn (sprintf(__("Can't read init file %s"), $filename));
479 document_warn(sprintf(__("could not read init file %s"), $filename));
468480 }
469481 }
470482
602614
603615 # previous_format should be in argument if there is a possibility of error.
604616 # as a fallback, the $format global variable is used.
605 sub set_format($;$)
617 sub set_format($;$$)
606618 {
607619 my $set_format = shift;
608620 my $previous_format = shift;
621 $previous_format = $format if (!defined($previous_format));
622 my $do_not_override_command_line = shift;
609623
610624 my $new_format;
611625 if ($format_command_line_names{$set_format}) {
615629 }
616630 my $expanded_format = $set_format;
617631 if (!$formats_table{$new_format}) {
618 warn sprintf(__("%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"),
619 $real_command_name, $new_format);
632 document_warn(sprintf(__("ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"),
633 $new_format));
620634 $new_format = $previous_format;
621 $new_format = $format if (!defined($new_format));
622635 } else {
623 if ($formats_table{$new_format}->{'texi2dvi_format'}) {
624 $call_texi2dvi = 1;
625 push @texi2dvi_args, '--'.$new_format;
626 $expanded_format = 'tex';
627 }
628 $default_expanded_format = [$expanded_format]
629 if ($Texinfo::Common::texinfo_output_formats{$expanded_format});
630 $format_from_command_line = 1;
636 if ($format_from_command_line and $do_not_override_command_line) {
637 $new_format = $previous_format;
638 } else {
639 if ($formats_table{$new_format}->{'texi2dvi_format'}) {
640 $call_texi2dvi = 1;
641 push @texi2dvi_args, '--'.$new_format;
642 $expanded_format = 'tex';
643 }
644 $default_expanded_format = [$expanded_format]
645 if ($Texinfo::Common::texinfo_output_formats{$expanded_format});
646 $format_from_command_line = 1
647 unless ($do_not_override_command_line);
648 }
631649 }
632650 return $new_format;
633651 }
642660 return if (get_conf('NO_WARN'));
643661 my $text = shift;
644662 chomp ($text);
645 warn sprintf(__p("warning: warning_message", "warning: %s\n"), $text);
663 warn(sprintf(__p("program name: warning: warning_message",
664 "%s: warning: %s\n"), $real_command_name, $text));
646665 }
647666
648667 sub _exit($$)
906925 }
907926 # special case, this is a pseudo format for debug
908927 if ($var eq 'TEXINFO_OUTPUT_FORMAT') {
909 $format = set_format($value, $format);
928 $format = set_format($value, $format, 1);
910929 } elsif ($var eq 'TEXI2HTML') {
911930 $format = set_format('html');
912931 $parser_default_options->{'values'}->{'texi2html'} = 1;
913932 }
914 set_from_cmdline ($var, $value);
933 set_from_cmdline($var, $value);
915934 # FIXME do that here or when all command line options are processed?
916935 if ($var eq 'L2H' and get_conf('L2H')) {
917936 locate_and_load_init_file($latex2html_file,
922941 'css-include=s' => \@css_files,
923942 'css-ref=s' => \@css_refs,
924943 'transliterate-file-names!' =>
925 sub {set_from_cmdline ('TRANSLITERATE_FILE_NAMES', $_[1]);},
944 sub {set_from_cmdline('TRANSLITERATE_FILE_NAMES', $_[1]);},
926945 'error-limit|e=i' => sub { set_from_cmdline('ERROR_LIMIT', $_[1]); },
927946 'split-size=s' => sub {set_from_cmdline('SPLIT_SIZE', $_[1])},
928947 'paragraph-indent|p=s' => sub {
10001019 }
10011020
10021021
1003 if (!$format_from_command_line and defined($ENV{'TEXINFO_OUTPUT_FORMAT'})
1022 if (defined($ENV{'TEXINFO_OUTPUT_FORMAT'})
10041023 and $ENV{'TEXINFO_OUTPUT_FORMAT'} ne '') {
1005 $format = set_format($ENV{'TEXINFO_OUTPUT_FORMAT'}, $format);
1024 $format = set_format($ENV{'TEXINFO_OUTPUT_FORMAT'}, $format, 1);
10061025 }
10071026
10081027 if ($call_texi2dvi) {
10091028 if (defined(get_conf('OUT')) and @ARGV > 1) {
1010 die sprintf(__('when generating %s, only one input FILE may be specified with -o'),
1011 format_name($format));
1029 die sprintf(__('%s: when generating %s, only one input FILE may be specified with -o'."\n"),
1030 $real_command_name, format_name($format));
10121031 }
10131032 } elsif($Xopt_arg_nr) {
10141033 document_warn(__('--Xopt option without printed output'));
10211040 if (Texinfo::Common::valid_tree_transformation($transformation)) {
10221041 $tree_transformations{$transformation} = 1;
10231042 } else {
1024 document_warn (sprintf(__('Unknown tree transformation %s'),
1043 document_warn(sprintf(__('unknown tree transformation %s'),
10251044 $transformation));
10261045 }
10271046 }
10281047 }
10291048
10301049 if (get_conf('SPLIT') and !$formats_table{$format}->{'split'}) {
1031 document_warn (sprintf(__('Ignoring splitting for format %s'), format_name($format)));
1050 document_warn(sprintf(__('ignoring splitting for format %s'),
1051 format_name($format)));
10321052 set_from_cmdline('SPLIT', '');
10331053 }
10341054
11491169 my ($filled_contents, $added_sections)
11501170 = Texinfo::Structuring::fill_gaps_in_sectioning($tree);
11511171 if (!defined($filled_contents)) {
1152 document_warn (__("fill_gaps_in_sectioning transformation return no result. No section?"));
1172 document_warn(__("fill_gaps_in_sectioning transformation return no result. No section?"));
11531173 } else {
11541174 $tree->{'contents'} = $filled_contents;
11551175 }
11711191 if (defined ($macro_expand_fh)) {
11721192 print $macro_expand_fh $texinfo_text;
11731193 if (!close ($macro_expand_fh)) {
1174 warn (sprintf(__("Error on closing macro expand file %s: %s\n"),
1175 $macro_expand_file, $!));
1194 document_warn(sprintf(__("error on closing macro expand file %s: %s\n"),
1195 $macro_expand_file, $!));
11761196 $error_macro_expand_file = 1;
11771197 }
11781198 $parser->Texinfo::Convert::Converter::register_close_file($macro_expand_file);
11791199 } else {
1180 warn (sprintf(__("Could not open %s for writing: %s\n"),
1181 $macro_expand_file, $!));
1200 document_warn(sprintf(__("could not open %s for writing: %s\n"),
1201 $macro_expand_file, $!));
11821202 $error_macro_expand_file = 1;
11831203 }
11841204
12011221 my ($modified_contents, $added_nodes)
12021222 = Texinfo::Structuring::insert_nodes_for_sectioning_commands($parser, $tree);
12031223 if (!defined($modified_contents)) {
1204 document_warn (__("insert_nodes_for_sectioning_commands transformation return no result. No section?"));
1224 document_warn(__(
1225 "insert_nodes_for_sectioning_commands transformation return no result. No section?"));
12051226 } else {
12061227 $tree->{'contents'} = $modified_contents;
12071228 }
12161237 if ($tree_transformations{'complete_tree_nodes_menus'}) {
12171238 Texinfo::Structuring::complete_tree_nodes_menus($parser, $tree);
12181239 }
1219 if ($tree_transformations{'indent_menus_descriptions'}) {
1220 Texinfo::Convert::Plaintext::indent_menus_descriptions(undef, $parser);
1240 if ($tree_transformations{'indent_menu_descriptions'}) {
1241 Texinfo::Convert::Plaintext::indent_menu_descriptions(undef, $parser);
12211242 }
12221243
12231244 if ($tree_transformations{'regenerate_master_menu'}) {
12621283 = $converter_unclosed_files->{$unclosed_file};
12631284 } else {
12641285 if (!close($converter_unclosed_files->{$unclosed_file})) {
1265 warn (sprintf(__("Error on closing %s: %s\n"),
1266 $unclosed_file, $!));
1286 warn(sprintf(__("%s: error on closing %s: %s\n"),
1287 $real_command_name, $unclosed_file, $!));
12671288 $error_count++;
12681289 _exit($error_count, \@opened_files);
12691290 }
12851306 print $internal_links_fh $internal_links_text;
12861307
12871308 if (!close ($internal_links_fh)) {
1288 warn (sprintf(__("Error on closing internal links file %s: %s\n"),
1289 $internal_links_file, $!));
1309 warn(sprintf(__("%s: error on closing internal links file %s: %s\n"),
1310 $real_command_name, $internal_links_file, $!));
12901311 $error_internal_links_file = 1;
12911312 }
12921313 $converter->register_close_file($internal_links_file);
12931314 } else {
1294 warn (sprintf(__("Could not open %s for writing: %s\n"),
1295 $internal_links_file, $!));
1315 warn(sprintf(__("%s: could not open %s for writing: %s\n"),
1316 $real_command_name, $internal_links_file, $!));
12961317 $error_internal_links_file = 1;
12971318 }
12981319 if ($error_internal_links_file) {
13191340 print $sort_element_count_fh $sort_element_count_text;
13201341
13211342 if (!close ($sort_element_count_fh)) {
1322 warn (sprintf(__("Error on closing internal links file %s: %s\n"),
1323 $sort_element_count_file, $!));
1343 warn(sprintf(__("%s: error on closing internal links file %s: %s\n"),
1344 $real_command_name, $sort_element_count_file, $!));
13241345 $error_sort_element_count_file = 1;
13251346 }
13261347 $converter->register_close_file($sort_element_count_file);
13271348 } else {
1328 warn (sprintf(__("Could not open %s for writing: %s\n"),
1329 $sort_element_count_file, $!));
1349 warn(sprintf(__("%s: could not open %s for writing: %s\n"),
1350 $real_command_name, $sort_element_count_file, $!));
13301351 $error_sort_element_count_file = 1;
13311352 }
13321353 if ($error_sort_element_count_file) {
13381359
13391360 foreach my $unclosed_file (keys(%unclosed_files)) {
13401361 if (!close($unclosed_files{$unclosed_file})) {
1341 warn (sprintf(__("Error on closing %s: %s\n"),
1342 $unclosed_file, $!));
1362 warn(sprintf(__("%s: error on closing %s: %s\n"),
1363 $real_command_name, $unclosed_file, $!));
13431364 $error_count++;
13441365 _exit($error_count, \@opened_files);
13451366 }
88 If you have dir entries for Texinfo manuals you'd like to be added here,
99 please send them to karl@gnu.org.
1010
11 $Id: dir-example,v 1.100 2013/01/02 01:00:35 karl Exp $
11 $Id: dir-example,v 1.101 2013/02/04 01:34:59 karl Exp $
1212 
1313 File: dir, Node: Top, This is the top of the INFO tree.
1414
4444 * Gawk: (gawk). A text scanning and processing language.
4545 * grep: (grep). Print lines matching a pattern.
4646 * M4: (m4). A powerful macro processor.
47 * Perl: (perldoc-all). Practical Extraction and Report Language.
4748 * sed: (sed). Stream EDitor.
4849 * Wdiff: (wdiff). Word difference finder and related tools.
4950
11 # gendocs.sh -- generate a GNU manual in many formats. This script is
22 # mentioned in maintain.texi. See the help message below for usage details.
33
4 scriptversion=2012-10-27.11
5
6 # Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
4 scriptversion=2013-02-03.15
5
6 # Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
77 # Free Software Foundation, Inc.
88 #
99 # This program is free software: you can redistribute it and/or modify
5555
5656 version="gendocs.sh $scriptversion
5757
58 Copyright 2012 Free Software Foundation, Inc.
58 Copyright 2013 Free Software Foundation, Inc.
5959 There is NO warranty. You may redistribute this software
6060 under the terms of the GNU General Public License.
6161 For more information about these matters, see the files named COPYING."
6868 http://www.gnu.org/prep/maintain_toc.html
6969
7070 Options:
71 -s SRCFILE read Texinfo from SRCFILE, instead of PACKAGE.{texinfo|texi|txi}
72 -o OUTDIR write files into OUTDIR, instead of manual/.
73 -I DIR append DIR to the Texinfo search path.
74 --email ADR use ADR as contact in generated web pages.
75 --docbook convert through DocBook too (xml, txt, html, pdf).
76 --html ARG pass indicated ARG to makeinfo or texi2html for HTML targets.
77 --info ARG pass indicated ARG to makeinfo for Info, instead of --no-split.
78 --texi2html use texi2html to generate HTML targets.
79 --help display this help and exit successfully.
80 --version display version information and exit successfully.
71 --email ADR use ADR as contact in generated web pages; always give this.
72
73 -s SRCFILE read Texinfo from SRCFILE, instead of PACKAGE.{texinfo|texi|txi}
74 -o OUTDIR write files into OUTDIR, instead of manual/.
75 -I DIR append DIR to the Texinfo search path.
76 --common ARG pass ARG in all invocations.
77 --html ARG pass ARG to makeinfo or texi2html for HTML targets.
78 --info ARG pass ARG to makeinfo for Info, instead of --no-split.
79 --no-ascii skip generating the plain text output.
80 --source ARG include ARG in tar archive of sources.
81 --split HOW make split HTML by node, section, chapter; default node.
82
83 --texi2html use texi2html to make HTML target, with all split versions.
84 --docbook convert through DocBook too (xml, txt, html, pdf).
85
86 --help display this help and exit successfully.
87 --version display version information and exit successfully.
8188
8289 Simple example: $prog --email bug-gnu-emacs@gnu.org emacs \"GNU Emacs Manual\"
8390
9198 use -o OUTDIR to override). Move all the new files into your web CVS
9299 tree, as explained in the Web Pages node of maintain.texi.
93100
94 Please do use the --email ADDRESS option to specify your bug-reporting
95 address in the generated HTML pages.
101 Please use the --email ADDRESS option so your own bug-reporting
102 address will be used in the generated HTML pages.
96103
97104 MANUAL-TITLE is included as part of the HTML <title> of the overall
98105 manual/index.html file. It should include the name of the package being
116123 and PERL to control the programs that get executed, and
117124 GENDOCS_TEMPLATE_DIR to control where the gendocs_template file is
118125 looked for. With --docbook, the environment variables DOCBOOK2HTML,
119 DOCBOOK2PDF, and DOCBOOK2TXT are also respected.
126 DOCBOOK2PDF, and DOCBOOK2TXT are also consulted.
120127
121128 By default, makeinfo and texi2dvi are run in the default (English)
122129 locale, since that's the language of most Texinfo manuals. If you
129136 MANUAL_TITLE=
130137 PACKAGE=
131138 EMAIL=webmasters@gnu.org # please override with --email
132 commonarg= # Options passed to all the tools (-I dir).
139 commonarg= # passed to all makeinfo/texi2html invcations.
140 dirargs= # passed to all tools (-I dir).
133141 dirs= # -I's directories.
134142 htmlarg=
135143 infoarg=--no-split
144 generate_ascii=true
136145 outdir=manual
146 source_extra=
147 split=node
137148 srcfile=
138149
139150 while test $# -gt 0; do
140151 case $1 in
141 --email) shift; EMAIL=$1;;
142 --help) echo "$usage"; exit 0;;
143 --version) echo "$version"; exit 0;;
144 -s) shift; srcfile=$1;;
145 -o) shift; outdir=$1;;
146 -I) shift; commonarg="$commonarg -I '$1'"; dirs="$dirs $1";;
147 --docbook) docbook=yes;;
148 --html) shift; htmlarg=$1;;
149 --info) shift; infoarg=$1;;
152 -s) shift; srcfile=$1;;
153 -o) shift; outdir=$1;;
154 -I) shift; dirargs="$dirargs -I '$1'"; dirs="$dirs $1";;
155 --common) shift; commonarg=$1;;
156 --docbook) docbook=yes;;
157 --email) shift; EMAIL=$1;;
158 --html) shift; htmlarg=$1;;
159 --info) shift; infoarg=$1;;
160 --no-ascii) generate_ascii=false;;
161 --source) shift; source_extra=$1;;
162 --split) shift; split=$1;;
150163 --texi2html) use_texi2html=1;;
164
165 --help) echo "$usage"; exit 0;;
166 --version) echo "$version"; exit 0;;
151167 -*)
152168 echo "$0: Unknown option \`$1'." >&2
153169 echo "$0: Try \`--help' for more information." >&2
164180 esac
165181 shift
166182 done
183
184 # makeinfo uses the dirargs, but texi2dvi doesn't.
185 commonarg=" $dirargs $commonarg"
167186
168187 # For most of the following, the base name is just $PACKAGE
169188 base=$PACKAGE
246265 *) abs_outdir=$srcdir/$outdir;;
247266 esac
248267
249 echo "Generating output formats for $srcfile"
268 echo "Making output for $srcfile"
269 echo " in `pwd`"
270 mkdir -p "$outdir/"
250271
251272 cmd="$SETLANG $MAKEINFO -o $PACKAGE.info $commonarg $infoarg \"$srcfile\""
252 echo "Generating info file(s)... ($cmd)"
273 echo "Generating info... ($cmd)"
253274 eval "$cmd"
254 mkdir -p "$outdir/"
255275 tar czf "$outdir/$PACKAGE.info.tar.gz" $PACKAGE.info*
276 ls -l "$outdir/$PACKAGE.info.tar.gz"
256277 info_tgz_size=`calcsize "$outdir/$PACKAGE.info.tar.gz"`
257278 # do not mv the info files, there's no point in having them available
258279 # separately on the web.
259280
260 cmd="$SETLANG $TEXI2DVI $commonarg \"$srcfile\""
261 echo "Generating dvi ... ($cmd)"
281 cmd="$SETLANG $TEXI2DVI $dirargs \"$srcfile\""
282 printf "\nGenerating dvi... ($cmd)\n"
262283 eval "$cmd"
263
264284 # compress/finish dvi:
265285 gzip -f -9 $PACKAGE.dvi
266286 dvi_gz_size=`calcsize $PACKAGE.dvi.gz`
267287 mv $PACKAGE.dvi.gz "$outdir/"
268
269 cmd="$SETLANG $TEXI2DVI --pdf $commonarg \"$srcfile\""
270 echo "Generating pdf ... ($cmd)"
288 ls -l "$outdir/$PACKAGE.dvi.gz"
289
290 cmd="$SETLANG $TEXI2DVI --pdf $dirargs \"$srcfile\""
291 printf "\nGenerating pdf... ($cmd)\n"
271292 eval "$cmd"
272293 pdf_size=`calcsize $PACKAGE.pdf`
273294 mv $PACKAGE.pdf "$outdir/"
274
275 opt="-o $PACKAGE.txt --no-split --no-headers $commonarg"
276 cmd="$SETLANG $MAKEINFO $opt \"$srcfile\""
277 echo "Generating ASCII... ($cmd)"
278 eval "$cmd"
279 ascii_size=`calcsize $PACKAGE.txt`
280 gzip -f -9 -c $PACKAGE.txt >"$outdir/$PACKAGE.txt.gz"
281 ascii_gz_size=`calcsize "$outdir/$PACKAGE.txt.gz"`
282 mv $PACKAGE.txt "$outdir/"
295 ls -l "$outdir/$PACKAGE.pdf"
296
297 if $generate_ascii; then
298 opt="-o $PACKAGE.txt --no-split --no-headers $commonarg"
299 cmd="$SETLANG $MAKEINFO $opt \"$srcfile\""
300 printf "\nGenerating ascii... ($cmd)\n"
301 eval "$cmd"
302 ascii_size=`calcsize $PACKAGE.txt`
303 gzip -f -9 -c $PACKAGE.txt >"$outdir/$PACKAGE.txt.gz"
304 ascii_gz_size=`calcsize "$outdir/$PACKAGE.txt.gz"`
305 mv $PACKAGE.txt "$outdir/"
306 ls -l "$outdir/$PACKAGE.txt" "$outdir/$PACKAGE.txt.gz"
307 fi
283308
284309 html_split()
285310 {
286 opt="--split=$1 $commonarg $htmlarg --node-files"
311 opt="--split=$1 --node-files $commonarg $htmlarg"
287312 cmd="$SETLANG $TEXI2HTML --output $PACKAGE.html $opt \"$srcfile\""
288 echo "Generating html by $1... ($cmd)"
313 printf "\nGenerating html by $1... ($cmd)\n"
289314 eval "$cmd"
290315 split_html_dir=$PACKAGE.html
291316 (
303328 if test -z "$use_texi2html"; then
304329 opt="--no-split --html -o $PACKAGE.html $commonarg $htmlarg"
305330 cmd="$SETLANG $MAKEINFO $opt \"$srcfile\""
306 echo "Generating monolithic html... ($cmd)"
331 printf "\nGenerating monolithic html... ($cmd)\n"
307332 rm -rf $PACKAGE.html # in case a directory is left over
308333 eval "$cmd"
309334 html_mono_size=`calcsize $PACKAGE.html`
311336 html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"`
312337 copy_images "$outdir/" $PACKAGE.html
313338 mv $PACKAGE.html "$outdir/"
314
315 opt="--html -o $PACKAGE.html $commonarg $htmlarg"
339 ls -l "$outdir/$PACKAGE.html" "$outdir/$PACKAGE.html.gz"
340
341 opt="--html -o $PACKAGE.html --split=$split $commonarg $htmlarg"
316342 cmd="$SETLANG $MAKEINFO $opt \"$srcfile\""
317 echo "Generating html by node... ($cmd)"
343 printf "\nGenerating html by $split... ($cmd)\n"
318344 eval "$cmd"
319345 split_html_dir=$PACKAGE.html
320346 copy_images $split_html_dir/ $split_html_dir/*.html
321347 (
322348 cd $split_html_dir || exit 1
323 tar -czf "$abs_outdir/$PACKAGE.html_node.tar.gz" -- *
349 tar -czf "$abs_outdir/$PACKAGE.html_$split.tar.gz" -- *
324350 )
325 html_node_tgz_size=`calcsize "$outdir/$PACKAGE.html_node.tar.gz"`
326 rm -rf "$outdir/html_node/"
327 mv $split_html_dir "$outdir/html_node/"
328 else
351 eval \
352 html_${split}_tgz_size=`calcsize "$outdir/$PACKAGE.html_$split.tar.gz"`
353 rm -rf "$outdir/html_$split/"
354 mv $split_html_dir "$outdir/html_$split/"
355 du -s "$outdir/html_$split/"
356 ls -l "$outdir/$PACKAGE.html_$split.tar.gz"
357
358 else # use texi2html:
329359 opt="--output $PACKAGE.html $commonarg $htmlarg"
330360 cmd="$SETLANG $TEXI2HTML $opt \"$srcfile\""
331 echo "Generating monolithic html... ($cmd)"
361 printf "\nGenerating monolithic html with texi2html... ($cmd)\n"
332362 rm -rf $PACKAGE.html # in case a directory is left over
333363 eval "$cmd"
334364 html_mono_size=`calcsize $PACKAGE.html`
341371 html_split section
342372 fi
343373
344 echo Making .tar.gz for sources...
374 printf "\nMaking .tar.gz for sources...\n"
345375 d=`dirname $srcfile`
346376 (
347377 cd "$d"
348 srcfiles=`ls *.texinfo *.texi *.txi *.eps 2>/dev/null` || true
349 tar cvzfh "$abs_outdir/$PACKAGE.texi.tar.gz" $srcfiles
378 srcfiles=`ls -d *.texinfo *.texi *.txi *.eps $source_extra 2>/dev/null` || true
379 tar czfh "$abs_outdir/$PACKAGE.texi.tar.gz" $srcfiles
380 ls -l "$abs_outdir/$PACKAGE.texi.tar.gz"
350381 )
351382 texi_tgz_size=`calcsize "$outdir/$PACKAGE.texi.tar.gz"`
352383
353384 if test -n "$docbook"; then
354385 opt="-o - --docbook $commonarg"
355386 cmd="$SETLANG $MAKEINFO $opt \"$srcfile\" >${srcdir}/$PACKAGE-db.xml"
356 echo "Generating docbook XML... ($cmd)"
387 printf "\nGenerating docbook XML... ($cmd)\n"
357388 eval "$cmd"
358389 docbook_xml_size=`calcsize $PACKAGE-db.xml`
359390 gzip -f -9 -c $PACKAGE-db.xml >"$outdir/$PACKAGE-db.xml.gz"
363394 split_html_db_dir=html_node_db
364395 opt="$commonarg -o $split_html_db_dir"
365396 cmd="$DOCBOOK2HTML $opt \"${outdir}/$PACKAGE-db.xml\""
366 echo "Generating docbook HTML... ($cmd)"
397 printf "\nGenerating docbook HTML... ($cmd)\n"
367398 eval "$cmd"
368399 (
369400 cd ${split_html_db_dir} || exit 1
376407 rmdir ${split_html_db_dir}
377408
378409 cmd="$DOCBOOK2TXT \"${outdir}/$PACKAGE-db.xml\""
379 echo "Generating docbook ASCII... ($cmd)"
410 printf "\nGenerating docbook ASCII... ($cmd)\n"
380411 eval "$cmd"
381412 docbook_ascii_size=`calcsize $PACKAGE-db.txt`
382413 mv $PACKAGE-db.txt "$outdir/"
383414
384415 cmd="$DOCBOOK2PDF \"${outdir}/$PACKAGE-db.xml\""
385 echo "Generating docbook PDF... ($cmd)"
416 printf "\nGenerating docbook PDF... ($cmd)\n"
386417 eval "$cmd"
387418 docbook_pdf_size=`calcsize $PACKAGE-db.pdf`
388419 mv $PACKAGE-db.pdf "$outdir/"
389420 fi
390421
391 echo "Writing index file..."
422 printf "\nMaking index file...\n"
392423 if test -z "$use_texi2html"; then
393 CONDS="/%%IF *HTML_SECTION%%/,/%%ENDIF *HTML_SECTION%%/d;\
394 /%%IF *HTML_CHAPTER%%/,/%%ENDIF *HTML_CHAPTER%%/d"
424 CONDS="/%%IF *HTML_SECTION%%/,/%%ENDIF *HTML_SECTION%%/d;\
425 /%%IF *HTML_CHAPTER%%/,/%%ENDIF *HTML_CHAPTER%%/d"
395426 else
396 CONDS="/%%ENDIF.*%%/d;/%%IF *HTML_SECTION%%/d;/%%IF *HTML_CHAPTER%%/d"
427 # should take account of --split here.
428 CONDS="/%%ENDIF.*%%/d;/%%IF *HTML_SECTION%%/d;/%%IF *HTML_CHAPTER%%/d"
397429 fi
398430
399431 curdate=`$SETLANG date '+%B %d, %Y'`